Class CfnTemplatePropsMixin.TemplateV2Property.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.pcaconnectorad.CfnTemplatePropsMixin.TemplateV2Property.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplatePropsMixin.TemplateV2Property,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplatePropsMixin.TemplateV2Property
@Stability(Stable)
@Internal
public static final class CfnTemplatePropsMixin.TemplateV2Property.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplatePropsMixin.TemplateV2Property
An implementation for
CfnTemplatePropsMixin.TemplateV2Property-
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.CfnTemplatePropsMixin.TemplateV2Property
CfnTemplatePropsMixin.TemplateV2Property.Builder, CfnTemplatePropsMixin.TemplateV2Property.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplatePropsMixin.TemplateV2Property.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 ObjectCertificate validity describes the validity and renewal periods of a certificate.final ObjectEnrollment flags describe the enrollment settings for certificates such as using the existing private key and deleting expired or revoked certificates.final ObjectExtensions describe the key usage extensions and application policies for a template.final ObjectGeneral flags describe whether the template is used for computers or users and if the template can be used with autoenrollment.final ObjectPrivate key attributes allow you to specify the minimal key length, key spec, and cryptographic providers for the private key of a certificate for v2 templates.final ObjectPrivate key flags for v2 templates specify the client compatibility, if the private key can be exported, and if user input is required when using a private key.final ObjectSubject name flags describe the subject name and subject alternate name that is included in a certificate.List of templates in Active Directory that are superseded by this template.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 theCfnTemplatePropsMixin.TemplateV2Property.Builder.
-
-
Method Details
-
getCertificateValidity
Description copied from interface:CfnTemplatePropsMixin.TemplateV2PropertyCertificate validity describes the validity and renewal periods of a certificate.Returns union: either
IResolvableorCfnTemplatePropsMixin.CertificateValidityProperty- Specified by:
getCertificateValidityin interfaceCfnTemplatePropsMixin.TemplateV2Property- See Also:
-
getEnrollmentFlags
Description copied from interface:CfnTemplatePropsMixin.TemplateV2PropertyEnrollment flags describe the enrollment settings for certificates such as using the existing private key and deleting expired or revoked certificates.Returns union: either
IResolvableorCfnTemplatePropsMixin.EnrollmentFlagsV2Property- Specified by:
getEnrollmentFlagsin interfaceCfnTemplatePropsMixin.TemplateV2Property- See Also:
-
getExtensions
Description copied from interface:CfnTemplatePropsMixin.TemplateV2PropertyExtensions describe the key usage extensions and application policies for a template.Returns union: either
IResolvableorCfnTemplatePropsMixin.ExtensionsV2Property- Specified by:
getExtensionsin interfaceCfnTemplatePropsMixin.TemplateV2Property- See Also:
-
getGeneralFlags
Description copied from interface:CfnTemplatePropsMixin.TemplateV2PropertyGeneral flags describe whether the template is used for computers or users and if the template can be used with autoenrollment.Returns union: either
IResolvableorCfnTemplatePropsMixin.GeneralFlagsV2Property- Specified by:
getGeneralFlagsin interfaceCfnTemplatePropsMixin.TemplateV2Property- See Also:
-
getPrivateKeyAttributes
Description copied from interface:CfnTemplatePropsMixin.TemplateV2PropertyPrivate key attributes allow you to specify the minimal key length, key spec, and cryptographic providers for the private key of a certificate for v2 templates.V2 templates allow you to use Legacy Cryptographic Service Providers.
Returns union: either
IResolvableorCfnTemplatePropsMixin.PrivateKeyAttributesV2Property- Specified by:
getPrivateKeyAttributesin interfaceCfnTemplatePropsMixin.TemplateV2Property- See Also:
-
getPrivateKeyFlags
Description copied from interface:CfnTemplatePropsMixin.TemplateV2PropertyPrivate key flags for v2 templates specify the client compatibility, if the private key can be exported, and if user input is required when using a private key.Returns union: either
IResolvableorCfnTemplatePropsMixin.PrivateKeyFlagsV2Property- Specified by:
getPrivateKeyFlagsin interfaceCfnTemplatePropsMixin.TemplateV2Property- See Also:
-
getSubjectNameFlags
Description copied from interface:CfnTemplatePropsMixin.TemplateV2PropertySubject name flags describe the subject name and subject alternate name that is included in a certificate.Returns union: either
IResolvableorCfnTemplatePropsMixin.SubjectNameFlagsV2Property- Specified by:
getSubjectNameFlagsin interfaceCfnTemplatePropsMixin.TemplateV2Property- See Also:
-
getSupersededTemplates
Description copied from interface:CfnTemplatePropsMixin.TemplateV2PropertyList of templates in Active Directory that are superseded by this template.- Specified by:
getSupersededTemplatesin interfaceCfnTemplatePropsMixin.TemplateV2Property- 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()
-