Interface PrivatecaCertificateTemplatePredefinedValuesCaOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PrivatecaCertificateTemplatePredefinedValuesCaOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.387Z") @Stability(Stable) public interface PrivatecaCertificateTemplatePredefinedValuesCaOptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPrivatecaCertificateTemplatePredefinedValuesCaOptions.BuilderA builder forPrivatecaCertificateTemplatePredefinedValuesCaOptionsstatic classPrivatecaCertificateTemplatePredefinedValuesCaOptions.Jsii$ProxyAn implementation forPrivatecaCertificateTemplatePredefinedValuesCaOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static PrivatecaCertificateTemplatePredefinedValuesCaOptions.Builderbuilder()default ObjectgetIsCa()Optional.default NumbergetMaxIssuerPathLength()Optional.
-
-
-
Method Detail
-
getIsCa
@Stability(Stable) @Nullable default Object getIsCa()
Optional.Refers to the "CA" X.509 extension, which is a boolean value. When this value is missing, the extension will be omitted from the CA certificate. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#is_ca PrivatecaCertificateTemplate#is_ca}
-
getMaxIssuerPathLength
@Stability(Stable) @Nullable default Number getMaxIssuerPathLength()
Optional.Refers to the path length restriction X.509 extension. For a CA certificate, this value describes the depth of subordinate CA certificates that are allowed. If this value is less than 0, the request will fail. If this value is missing, the max path length will be omitted from the CA certificate. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#max_issuer_path_length PrivatecaCertificateTemplate#max_issuer_path_length}
-
builder
@Stability(Stable) static PrivatecaCertificateTemplatePredefinedValuesCaOptions.Builder builder()
-
-