Interface PrivatecaCaPoolIssuancePolicyBaselineValuesAdditionalExtensions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PrivatecaCaPoolIssuancePolicyBaselineValuesAdditionalExtensions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.314Z") @Stability(Stable) public interface PrivatecaCaPoolIssuancePolicyBaselineValuesAdditionalExtensions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPrivatecaCaPoolIssuancePolicyBaselineValuesAdditionalExtensions.Builderstatic classPrivatecaCaPoolIssuancePolicyBaselineValuesAdditionalExtensions.Jsii$ProxyAn implementation forPrivatecaCaPoolIssuancePolicyBaselineValuesAdditionalExtensions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static PrivatecaCaPoolIssuancePolicyBaselineValuesAdditionalExtensions.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).PrivatecaCaPoolIssuancePolicyBaselineValuesAdditionalExtensionsObjectIdgetObjectId()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_ca_pool#critical PrivatecaCaPool#critical}
-
getObjectId
@Stability(Stable) @NotNull PrivatecaCaPoolIssuancePolicyBaselineValuesAdditionalExtensionsObjectId getObjectId()
object_id block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#object_id PrivatecaCaPool#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_ca_pool#value PrivatecaCaPool#value}
-
builder
@Stability(Stable) static PrivatecaCaPoolIssuancePolicyBaselineValuesAdditionalExtensions.Builder builder()
-
-