Class CfnTemplateGroupAccessControlEntryProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pcaconnectorad.CfnTemplateGroupAccessControlEntryProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplateGroupAccessControlEntryProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplateGroupAccessControlEntryProps
@Stability(Stable)
@Internal
public static final class CfnTemplateGroupAccessControlEntryProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplateGroupAccessControlEntryProps
An implementation for
CfnTemplateGroupAccessControlEntryProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.pcaconnectorad.CfnTemplateGroupAccessControlEntryProps
CfnTemplateGroupAccessControlEntryProps.Builder, CfnTemplateGroupAccessControlEntryProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTemplateGroupAccessControlEntryProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Permissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued against a template.final String
Name of the Active Directory group.final String
Security identifier (SID) of the group object from Active Directory.final String
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTemplateGroupAccessControlEntryProps.Builder
.
-
-
Method Details
-
getAccessRights
Description copied from interface:CfnTemplateGroupAccessControlEntryProps
Permissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued against a template.- Specified by:
getAccessRights
in interfaceCfnTemplateGroupAccessControlEntryProps
- See Also:
-
getGroupDisplayName
Description copied from interface:CfnTemplateGroupAccessControlEntryProps
Name of the Active Directory group.This name does not need to match the group name in Active Directory.
- Specified by:
getGroupDisplayName
in interfaceCfnTemplateGroupAccessControlEntryProps
- See Also:
-
getGroupSecurityIdentifier
Description copied from interface:CfnTemplateGroupAccessControlEntryProps
Security identifier (SID) of the group object from Active Directory.The SID starts with "S-".
- Specified by:
getGroupSecurityIdentifier
in interfaceCfnTemplateGroupAccessControlEntryProps
- See Also:
-
getTemplateArn
Description copied from interface:CfnTemplateGroupAccessControlEntryProps
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .- Specified by:
getTemplateArn
in interfaceCfnTemplateGroupAccessControlEntryProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-