Class PrivatecaCaPoolIssuancePolicyIdentityConstraints.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.privateca_ca_pool.PrivatecaCaPoolIssuancePolicyIdentityConstraints.Jsii$Proxy
-
- All Implemented Interfaces:
PrivatecaCaPoolIssuancePolicyIdentityConstraints,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PrivatecaCaPoolIssuancePolicyIdentityConstraints
@Stability(Stable) @Internal public static final class PrivatecaCaPoolIssuancePolicyIdentityConstraints.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PrivatecaCaPoolIssuancePolicyIdentityConstraints
An implementation forPrivatecaCaPoolIssuancePolicyIdentityConstraints
-
-
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_ca_pool.PrivatecaCaPoolIssuancePolicyIdentityConstraints
PrivatecaCaPoolIssuancePolicyIdentityConstraints.Builder, PrivatecaCaPoolIssuancePolicyIdentityConstraints.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(PrivatecaCaPoolIssuancePolicyIdentityConstraints.Builder builder)Constructor that initializes the object based on literal property values passed by thePrivatecaCaPoolIssuancePolicyIdentityConstraints.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()If this is set, the SubjectAltNames extension may be copied from a certificate request into the signed certificate.ObjectgetAllowSubjectPassthrough()If this is set, the Subject field may be copied from a certificate request into the signed certificate.PrivatecaCaPoolIssuancePolicyIdentityConstraintsCelExpressiongetCelExpression()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(PrivatecaCaPoolIssuancePolicyIdentityConstraints.Builder builder)
Constructor that initializes the object based on literal property values passed by thePrivatecaCaPoolIssuancePolicyIdentityConstraints.Builder.
-
-
Method Detail
-
getAllowSubjectAltNamesPassthrough
public final Object getAllowSubjectAltNamesPassthrough()
Description copied from interface:PrivatecaCaPoolIssuancePolicyIdentityConstraintsIf this is set, 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_ca_pool#allow_subject_alt_names_passthrough PrivatecaCaPool#allow_subject_alt_names_passthrough}
- Specified by:
getAllowSubjectAltNamesPassthroughin interfacePrivatecaCaPoolIssuancePolicyIdentityConstraints
-
getAllowSubjectPassthrough
public final Object getAllowSubjectPassthrough()
Description copied from interface:PrivatecaCaPoolIssuancePolicyIdentityConstraintsIf this is set, 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_ca_pool#allow_subject_passthrough PrivatecaCaPool#allow_subject_passthrough}
- Specified by:
getAllowSubjectPassthroughin interfacePrivatecaCaPoolIssuancePolicyIdentityConstraints
-
getCelExpression
public final PrivatecaCaPoolIssuancePolicyIdentityConstraintsCelExpression getCelExpression()
Description copied from interface:PrivatecaCaPoolIssuancePolicyIdentityConstraintscel_expression block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#cel_expression PrivatecaCaPool#cel_expression}
- Specified by:
getCelExpressionin interfacePrivatecaCaPoolIssuancePolicyIdentityConstraints
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-