Class CfnTemplateGroupAccessControlEntryMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.pcaconnectorad.CfnTemplateGroupAccessControlEntryMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplateGroupAccessControlEntryMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplateGroupAccessControlEntryMixinProps
@Stability(Stable)
@Internal
public static final class CfnTemplateGroupAccessControlEntryMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplateGroupAccessControlEntryMixinProps
An implementation for
CfnTemplateGroupAccessControlEntryMixinProps-
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.cfnpropertymixins.services.pcaconnectorad.CfnTemplateGroupAccessControlEntryMixinProps
CfnTemplateGroupAccessControlEntryMixinProps.Builder, CfnTemplateGroupAccessControlEntryMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplateGroupAccessControlEntryMixinProps.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 theCfnTemplateGroupAccessControlEntryMixinProps.Builder.
-
-
Method Details
-
getAccessRights
Description copied from interface:CfnTemplateGroupAccessControlEntryMixinPropsPermissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued against a template.Returns union: either
IResolvableorCfnTemplateGroupAccessControlEntryPropsMixin.AccessRightsProperty- Specified by:
getAccessRightsin interfaceCfnTemplateGroupAccessControlEntryMixinProps- See Also:
-
getGroupDisplayName
Description copied from interface:CfnTemplateGroupAccessControlEntryMixinPropsName of the Active Directory group.This name does not need to match the group name in Active Directory.
- Specified by:
getGroupDisplayNamein interfaceCfnTemplateGroupAccessControlEntryMixinProps- See Also:
-
getGroupSecurityIdentifier
Description copied from interface:CfnTemplateGroupAccessControlEntryMixinPropsSecurity identifier (SID) of the group object from Active Directory.The SID starts with "S-".
- Specified by:
getGroupSecurityIdentifierin interfaceCfnTemplateGroupAccessControlEntryMixinProps- See Also:
-
getTemplateArn
Description copied from interface:CfnTemplateGroupAccessControlEntryMixinPropsThe Amazon Resource Name (ARN) that was returned when you called CreateTemplate .- Specified by:
getTemplateArnin interfaceCfnTemplateGroupAccessControlEntryMixinProps- 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()
-