Show / Hide Table of Contents

Class CfnTemplateGroupAccessControlEntry.AccessRightsProperty

Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.

Inheritance
object
CfnTemplateGroupAccessControlEntry.AccessRightsProperty
Implements
CfnTemplateGroupAccessControlEntry.IAccessRightsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.PCAConnectorAD
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTemplateGroupAccessControlEntry.AccessRightsProperty : CfnTemplateGroupAccessControlEntry.IAccessRightsProperty
Syntax (vb)
Public Class CfnTemplateGroupAccessControlEntry.AccessRightsProperty Implements CfnTemplateGroupAccessControlEntry.IAccessRightsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-templategroupaccesscontrolentry-accessrights.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.PCAConnectorAD;

             var accessRightsProperty = new AccessRightsProperty {
                 AutoEnroll = "autoEnroll",
                 Enroll = "enroll"
             };

Synopsis

Constructors

AccessRightsProperty()

Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.

Properties

AutoEnroll

Allow or deny an Active Directory group from autoenrolling certificates issued against a template.

Enroll

Allow or deny an Active Directory group from enrolling certificates issued against a template.

Constructors

AccessRightsProperty()

Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.

public AccessRightsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-templategroupaccesscontrolentry-accessrights.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.PCAConnectorAD;

             var accessRightsProperty = new AccessRightsProperty {
                 AutoEnroll = "autoEnroll",
                 Enroll = "enroll"
             };

Properties

AutoEnroll

Allow or deny an Active Directory group from autoenrolling certificates issued against a template.

public string? AutoEnroll { get; set; }
Property Value

string

Remarks

The Active Directory group must be allowed to enroll to allow autoenrollment

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-templategroupaccesscontrolentry-accessrights.html#cfn-pcaconnectorad-templategroupaccesscontrolentry-accessrights-autoenroll

Enroll

Allow or deny an Active Directory group from enrolling certificates issued against a template.

public string? Enroll { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-templategroupaccesscontrolentry-accessrights.html#cfn-pcaconnectorad-templategroupaccesscontrolentry-accessrights-enroll

Implements

CfnTemplateGroupAccessControlEntry.IAccessRightsProperty
Back to top Generated by DocFX