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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplateGroupAccessControlEntry.AccessRightsProperty
static final class
An implementation forCfnTemplateGroupAccessControlEntry.AccessRightsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAutoEnroll
Allow or deny an Active Directory group from autoenrolling certificates issued against a template.The Active Directory group must be allowed to enroll to allow autoenrollment
- See Also:
-
getEnroll
Allow or deny an Active Directory group from enrolling certificates issued against a template.- See Also:
-
builder
-