Class CfnTemplate.TemplateV3Property.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pcaconnectorad.CfnTemplate.TemplateV3Property.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.TemplateV3Property,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.TemplateV3Property
@Stability(Stable)
@Internal
public static final class CfnTemplate.TemplateV3Property.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.TemplateV3Property
An implementation for
CfnTemplate.TemplateV3Property-
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.CfnTemplate.TemplateV3Property
CfnTemplate.TemplateV3Property.Builder, CfnTemplate.TemplateV3Property.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplate.TemplateV3Property.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 StringSpecifies the hash algorithm used to hash the private key.final ObjectPrivate key attributes allow you to specify the algorithm, minimal key length, key spec, key usage, and cryptographic providers for the private key of a certificate for v3 templates.final ObjectPrivate key flags for v3 templates specify the client compatibility, if the private key can be exported, if user input is required when using a private key, and if an alternate signature algorithm should be used.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 theCfnTemplate.TemplateV3Property.Builder.
-
-
Method Details
-
getCertificateValidity
Description copied from interface:CfnTemplate.TemplateV3PropertyCertificate validity describes the validity and renewal periods of a certificate.Returns union: either
IResolvableorCfnTemplate.CertificateValidityProperty- Specified by:
getCertificateValidityin interfaceCfnTemplate.TemplateV3Property- See Also:
-
getEnrollmentFlags
Description copied from interface:CfnTemplate.TemplateV3PropertyEnrollment flags describe the enrollment settings for certificates such as using the existing private key and deleting expired or revoked certificates.Returns union: either
IResolvableorCfnTemplate.EnrollmentFlagsV3Property- Specified by:
getEnrollmentFlagsin interfaceCfnTemplate.TemplateV3Property- See Also:
-
getExtensions
Description copied from interface:CfnTemplate.TemplateV3PropertyExtensions describe the key usage extensions and application policies for a template.Returns union: either
IResolvableorCfnTemplate.ExtensionsV3Property- Specified by:
getExtensionsin interfaceCfnTemplate.TemplateV3Property- See Also:
-
getGeneralFlags
Description copied from interface:CfnTemplate.TemplateV3PropertyGeneral flags describe whether the template is used for computers or users and if the template can be used with autoenrollment.Returns union: either
IResolvableorCfnTemplate.GeneralFlagsV3Property- Specified by:
getGeneralFlagsin interfaceCfnTemplate.TemplateV3Property- See Also:
-
getHashAlgorithm
Description copied from interface:CfnTemplate.TemplateV3PropertySpecifies the hash algorithm used to hash the private key.- Specified by:
getHashAlgorithmin interfaceCfnTemplate.TemplateV3Property- See Also:
-
getPrivateKeyAttributes
Description copied from interface:CfnTemplate.TemplateV3PropertyPrivate key attributes allow you to specify the algorithm, minimal key length, key spec, key usage, and cryptographic providers for the private key of a certificate for v3 templates.V3 templates allow you to use Key Storage Providers.
Returns union: either
IResolvableorCfnTemplate.PrivateKeyAttributesV3Property- Specified by:
getPrivateKeyAttributesin interfaceCfnTemplate.TemplateV3Property- See Also:
-
getPrivateKeyFlags
Description copied from interface:CfnTemplate.TemplateV3PropertyPrivate key flags for v3 templates specify the client compatibility, if the private key can be exported, if user input is required when using a private key, and if an alternate signature algorithm should be used.Returns union: either
IResolvableorCfnTemplate.PrivateKeyFlagsV3Property- Specified by:
getPrivateKeyFlagsin interfaceCfnTemplate.TemplateV3Property- See Also:
-
getSubjectNameFlags
Description copied from interface:CfnTemplate.TemplateV3PropertySubject name flags describe the subject name and subject alternate name that is included in a certificate.Returns union: either
IResolvableorCfnTemplate.SubjectNameFlagsV3Property- Specified by:
getSubjectNameFlagsin interfaceCfnTemplate.TemplateV3Property- See Also:
-
getSupersededTemplates
Description copied from interface:CfnTemplate.TemplateV3PropertyList of templates in Active Directory that are superseded by this template.- Specified by:
getSupersededTemplatesin interfaceCfnTemplate.TemplateV3Property- 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()
-