Interface PrivatecaCertificateConfigX509ConfigAdditionalExtensions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PrivatecaCertificateConfigX509ConfigAdditionalExtensions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.346Z") @Stability(Stable) public interface PrivatecaCertificateConfigX509ConfigAdditionalExtensions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPrivatecaCertificateConfigX509ConfigAdditionalExtensions.BuilderA builder forPrivatecaCertificateConfigX509ConfigAdditionalExtensionsstatic classPrivatecaCertificateConfigX509ConfigAdditionalExtensions.Jsii$ProxyAn implementation forPrivatecaCertificateConfigX509ConfigAdditionalExtensions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static PrivatecaCertificateConfigX509ConfigAdditionalExtensions.Builderbuilder()ObjectgetCritical()Indicates whether or not this extension is critical (i.e., if the client does not know how to handle this extension, the client should consider this to be an error).PrivatecaCertificateConfigX509ConfigAdditionalExtensionsObjectIdgetObjectId()object_id block.StringgetValue()The value of this X.509 extension.
-
-
-
Method Detail
-
getCritical
@Stability(Stable) @NotNull Object getCritical()
Indicates whether or not this extension is critical (i.e., if the client does not know how to handle this extension, the client should consider this to be an error).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate#critical PrivatecaCertificate#critical}
-
getObjectId
@Stability(Stable) @NotNull PrivatecaCertificateConfigX509ConfigAdditionalExtensionsObjectId getObjectId()
object_id block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate#object_id PrivatecaCertificate#object_id}
-
getValue
@Stability(Stable) @NotNull String getValue()
The value of this X.509 extension. A base64-encoded string.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate#value PrivatecaCertificate#value}
-
builder
@Stability(Stable) static PrivatecaCertificateConfigX509ConfigAdditionalExtensions.Builder builder()
-
-