Class PrivatecaCertificateTemplateIdentityConstraints.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.privateca_certificate_template.PrivatecaCertificateTemplateIdentityConstraints.Jsii$Proxy
-
- All Implemented Interfaces:
PrivatecaCertificateTemplateIdentityConstraints,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PrivatecaCertificateTemplateIdentityConstraints
@Stability(Stable) @Internal public static final class PrivatecaCertificateTemplateIdentityConstraints.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PrivatecaCertificateTemplateIdentityConstraints
An implementation forPrivatecaCertificateTemplateIdentityConstraints
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.privateca_certificate_template.PrivatecaCertificateTemplateIdentityConstraints
PrivatecaCertificateTemplateIdentityConstraints.Builder, PrivatecaCertificateTemplateIdentityConstraints.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(PrivatecaCertificateTemplateIdentityConstraints.Builder builder)Constructor that initializes the object based on literal property values passed by thePrivatecaCertificateTemplateIdentityConstraints.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetAllowSubjectAltNamesPassthrough()Required.ObjectgetAllowSubjectPassthrough()Required.PrivatecaCertificateTemplateIdentityConstraintsCelExpressiongetCelExpression()cel_expression block.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(PrivatecaCertificateTemplateIdentityConstraints.Builder builder)
Constructor that initializes the object based on literal property values passed by thePrivatecaCertificateTemplateIdentityConstraints.Builder.
-
-
Method Detail
-
getAllowSubjectAltNamesPassthrough
public final Object getAllowSubjectAltNamesPassthrough()
Description copied from interface:PrivatecaCertificateTemplateIdentityConstraintsRequired.If this is true, the SubjectAltNames extension may be copied from a certificate request into the signed certificate. Otherwise, the requested SubjectAltNames will be discarded. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#allow_subject_alt_names_passthrough PrivatecaCertificateTemplate#allow_subject_alt_names_passthrough}
- Specified by:
getAllowSubjectAltNamesPassthroughin interfacePrivatecaCertificateTemplateIdentityConstraints
-
getAllowSubjectPassthrough
public final Object getAllowSubjectPassthrough()
Description copied from interface:PrivatecaCertificateTemplateIdentityConstraintsRequired.If this is true, the Subject field may be copied from a certificate request into the signed certificate. Otherwise, the requested Subject will be discarded. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#allow_subject_passthrough PrivatecaCertificateTemplate#allow_subject_passthrough}
- Specified by:
getAllowSubjectPassthroughin interfacePrivatecaCertificateTemplateIdentityConstraints
-
getCelExpression
public final PrivatecaCertificateTemplateIdentityConstraintsCelExpression getCelExpression()
Description copied from interface:PrivatecaCertificateTemplateIdentityConstraintscel_expression block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#cel_expression PrivatecaCertificateTemplate#cel_expression}
- Specified by:
getCelExpressionin interfacePrivatecaCertificateTemplateIdentityConstraints
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-