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