Class CfnTemplate.TemplateV4Property.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pcaconnectorad.CfnTemplate.TemplateV4Property.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.TemplateV4Property,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.TemplateV4Property
@Stability(Stable)
@Internal
public static final class CfnTemplate.TemplateV4Property.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.TemplateV4Property
An implementation for
CfnTemplate.TemplateV4Property-
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.TemplateV4Property
CfnTemplate.TemplateV4Property.Builder, CfnTemplate.TemplateV4Property.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplate.TemplateV4Property.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 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 minimal key length, key spec, key usage, and cryptographic providers for the private key of a certificate for v4 templates.final ObjectPrivate key flags for v4 templates specify the client compatibility, if the private key can be exported, if user input is required when using a private key, if an alternate signature algorithm should be used, and if certificates are renewed using the same 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 theCfnTemplate.TemplateV4Property.Builder.
-
-
Method Details
-
getCertificateValidity
Description copied from interface:CfnTemplate.TemplateV4PropertyCertificate validity describes the validity and renewal periods of a certificate.- Specified by:
getCertificateValidityin interfaceCfnTemplate.TemplateV4Property- See Also:
-
getEnrollmentFlags
Description copied from interface:CfnTemplate.TemplateV4PropertyEnrollment flags describe the enrollment settings for certificates using the existing private key and deleting expired or revoked certificates.- Specified by:
getEnrollmentFlagsin interfaceCfnTemplate.TemplateV4Property- See Also:
-
getExtensions
Description copied from interface:CfnTemplate.TemplateV4PropertyExtensions describe the key usage extensions and application policies for a template.- Specified by:
getExtensionsin interfaceCfnTemplate.TemplateV4Property- See Also:
-
getGeneralFlags
Description copied from interface:CfnTemplate.TemplateV4PropertyGeneral flags describe whether the template is used for computers or users and if the template can be used with autoenrollment.- Specified by:
getGeneralFlagsin interfaceCfnTemplate.TemplateV4Property- See Also:
-
getPrivateKeyAttributes
Description copied from interface:CfnTemplate.TemplateV4PropertyPrivate key attributes allow you to specify the minimal key length, key spec, key usage, and cryptographic providers for the private key of a certificate for v4 templates.V4 templates allow you to use either Key Storage Providers or Legacy Cryptographic Service Providers. You specify the cryptography provider category in private key flags.
- Specified by:
getPrivateKeyAttributesin interfaceCfnTemplate.TemplateV4Property- See Also:
-
getPrivateKeyFlags
Description copied from interface:CfnTemplate.TemplateV4PropertyPrivate key flags for v4 templates specify the client compatibility, if the private key can be exported, if user input is required when using a private key, if an alternate signature algorithm should be used, and if certificates are renewed using the same private key.- Specified by:
getPrivateKeyFlagsin interfaceCfnTemplate.TemplateV4Property- See Also:
-
getSubjectNameFlags
Description copied from interface:CfnTemplate.TemplateV4PropertySubject name flags describe the subject name and subject alternate name that is included in a certificate.- Specified by:
getSubjectNameFlagsin interfaceCfnTemplate.TemplateV4Property- See Also:
-
getHashAlgorithm
Description copied from interface:CfnTemplate.TemplateV4PropertySpecifies the hash algorithm used to hash the private key.Hash algorithm can only be specified when using Key Storage Providers.
- Specified by:
getHashAlgorithmin interfaceCfnTemplate.TemplateV4Property- See Also:
-
getSupersededTemplates
Description copied from interface:CfnTemplate.TemplateV4PropertyList of templates in Active Directory that are superseded by this template.- Specified by:
getSupersededTemplatesin interfaceCfnTemplate.TemplateV4Property- 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()
-