Interface CfnTemplateGroupAccessControlEntry.AccessRightsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTemplateGroupAccessControlEntry.AccessRightsProperty.Jsii$Proxy
Enclosing class:
CfnTemplateGroupAccessControlEntry

@Stability(Stable) public static interface CfnTemplateGroupAccessControlEntry.AccessRightsProperty extends software.amazon.jsii.JsiiSerializable
Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.pcaconnectorad.*;
 AccessRightsProperty accessRightsProperty = AccessRightsProperty.builder()
         .autoEnroll("autoEnroll")
         .enroll("enroll")
         .build();
 

See Also: