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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.pcaconnectorad.CfnTemplateGroupAccessControlEntryProps
CfnTemplateGroupAccessControlEntryProps.Builder, CfnTemplateGroupAccessControlEntryProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplateGroupAccessControlEntryProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectPermissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued against a template.final StringName of the Active Directory group.final StringSecurity identifier (SID) of the group object from Active Directory.final StringThe Amazon Resource Name (ARN) that was returned when you called CreateTemplate .final inthashCode()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:CfnTemplateGroupAccessControlEntryPropsPermissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued against a template.Returns union: either
IResolvableorCfnTemplateGroupAccessControlEntry.AccessRightsProperty- Specified by:
getAccessRightsin interfaceCfnTemplateGroupAccessControlEntryProps- See Also:
-
getGroupDisplayName
Description copied from interface:CfnTemplateGroupAccessControlEntryPropsName of the Active Directory group.This name does not need to match the group name in Active Directory.
- Specified by:
getGroupDisplayNamein interfaceCfnTemplateGroupAccessControlEntryProps- See Also:
-
getGroupSecurityIdentifier
Description copied from interface:CfnTemplateGroupAccessControlEntryPropsSecurity identifier (SID) of the group object from Active Directory.The SID starts with "S-".
- Specified by:
getGroupSecurityIdentifierin interfaceCfnTemplateGroupAccessControlEntryProps- See Also:
-
getTemplateArn
Description copied from interface:CfnTemplateGroupAccessControlEntryPropsThe Amazon Resource Name (ARN) that was returned when you called CreateTemplate .- Specified by:
getTemplateArnin interfaceCfnTemplateGroupAccessControlEntryProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-