Class CfnTemplateGroupAccessControlEntry.AccessRightsProperty
Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.
Inheritance
Namespace: Amazon.CDK.AwsPcaconnectorad
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AccessRightsProperty : Object, CfnTemplateGroupAccessControlEntry.IAccessRightsProperty
Syntax (vb)
Public Class AccessRightsProperty
Inherits Object
Implements CfnTemplateGroupAccessControlEntry.IAccessRightsProperty
Remarks
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
Access |
Properties
Auto |
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()
public AccessRightsProperty()
Properties
AutoEnroll
Allow or deny an Active Directory group from autoenrolling certificates issued against a template.
public string AutoEnroll { get; set; }
Property Value
System.
Remarks
The Active Directory group must be allowed to enroll to allow autoenrollment
Enroll
Allow or deny an Active Directory group from enrolling certificates issued against a template.
public string Enroll { get; set; }
Property Value
System.