Interface PrivatecaCaPoolIssuancePolicyIdentityConstraints
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PrivatecaCaPoolIssuancePolicyIdentityConstraints.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.321Z") @Stability(Stable) public interface PrivatecaCaPoolIssuancePolicyIdentityConstraints extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPrivatecaCaPoolIssuancePolicyIdentityConstraints.BuilderA builder forPrivatecaCaPoolIssuancePolicyIdentityConstraintsstatic classPrivatecaCaPoolIssuancePolicyIdentityConstraints.Jsii$ProxyAn implementation forPrivatecaCaPoolIssuancePolicyIdentityConstraints
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static PrivatecaCaPoolIssuancePolicyIdentityConstraints.Builderbuilder()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.default PrivatecaCaPoolIssuancePolicyIdentityConstraintsCelExpressiongetCelExpression()cel_expression block.
-
-
-
Method Detail
-
getAllowSubjectAltNamesPassthrough
@Stability(Stable) @NotNull Object getAllowSubjectAltNamesPassthrough()
If 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}
-
getAllowSubjectPassthrough
@Stability(Stable) @NotNull Object getAllowSubjectPassthrough()
If 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}
-
getCelExpression
@Stability(Stable) @Nullable default PrivatecaCaPoolIssuancePolicyIdentityConstraintsCelExpression getCelExpression()
cel_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}
-
builder
@Stability(Stable) static PrivatecaCaPoolIssuancePolicyIdentityConstraints.Builder builder()
-
-