Interface PrivatecaCaPoolIssuancePolicyBaselineValues
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PrivatecaCaPoolIssuancePolicyBaselineValues.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.307Z") @Stability(Stable) public interface PrivatecaCaPoolIssuancePolicyBaselineValues extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPrivatecaCaPoolIssuancePolicyBaselineValues.BuilderA builder forPrivatecaCaPoolIssuancePolicyBaselineValuesstatic classPrivatecaCaPoolIssuancePolicyBaselineValues.Jsii$ProxyAn implementation forPrivatecaCaPoolIssuancePolicyBaselineValues
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static PrivatecaCaPoolIssuancePolicyBaselineValues.Builderbuilder()default ObjectgetAdditionalExtensions()additional_extensions block.default List<String>getAiaOcspServers()Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.PrivatecaCaPoolIssuancePolicyBaselineValuesCaOptionsgetCaOptions()ca_options block.PrivatecaCaPoolIssuancePolicyBaselineValuesKeyUsagegetKeyUsage()key_usage block.default PrivatecaCaPoolIssuancePolicyBaselineValuesNameConstraintsgetNameConstraints()name_constraints block.default ObjectgetPolicyIds()policy_ids block.
-
-
-
Method Detail
-
getCaOptions
@Stability(Stable) @NotNull PrivatecaCaPoolIssuancePolicyBaselineValuesCaOptions getCaOptions()
ca_options block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#ca_options PrivatecaCaPool#ca_options}
-
getKeyUsage
@Stability(Stable) @NotNull PrivatecaCaPoolIssuancePolicyBaselineValuesKeyUsage getKeyUsage()
key_usage block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#key_usage PrivatecaCaPool#key_usage}
-
getAdditionalExtensions
@Stability(Stable) @Nullable default Object getAdditionalExtensions()
additional_extensions block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#additional_extensions PrivatecaCaPool#additional_extensions}
-
getAiaOcspServers
@Stability(Stable) @Nullable default List<String> getAiaOcspServers()
Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#aia_ocsp_servers PrivatecaCaPool#aia_ocsp_servers}
-
getNameConstraints
@Stability(Stable) @Nullable default PrivatecaCaPoolIssuancePolicyBaselineValuesNameConstraints getNameConstraints()
name_constraints block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#name_constraints PrivatecaCaPool#name_constraints}
-
getPolicyIds
@Stability(Stable) @Nullable default Object getPolicyIds()
policy_ids block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#policy_ids PrivatecaCaPool#policy_ids}
-
builder
@Stability(Stable) static PrivatecaCaPoolIssuancePolicyBaselineValues.Builder builder()
-
-