Ca Pool Issuance Policy Args
data class CaPoolIssuancePolicyArgs(val allowedIssuanceModes: Output<CaPoolIssuancePolicyAllowedIssuanceModesArgs>? = null, val allowedKeyTypes: Output<List<CaPoolIssuancePolicyAllowedKeyTypeArgs>>? = null, val baselineValues: Output<CaPoolIssuancePolicyBaselineValuesArgs>? = null, val identityConstraints: Output<CaPoolIssuancePolicyIdentityConstraintsArgs>? = null, val maximumLifetime: Output<String>? = null) : ConvertibleToJava<CaPoolIssuancePolicyArgs>
Constructors
Link copied to clipboard
fun CaPoolIssuancePolicyArgs(allowedIssuanceModes: Output<CaPoolIssuancePolicyAllowedIssuanceModesArgs>? = null, allowedKeyTypes: Output<List<CaPoolIssuancePolicyAllowedKeyTypeArgs>>? = null, baselineValues: Output<CaPoolIssuancePolicyBaselineValuesArgs>? = null, identityConstraints: Output<CaPoolIssuancePolicyIdentityConstraintsArgs>? = null, maximumLifetime: Output<String>? = null)
Functions
Properties
Link copied to clipboard
A set of X.509 values that will be applied to all certificates issued through this CaPool. If a certificate request includes conflicting values for the same properties, they will be overwritten by the values defined here. If a certificate request uses a CertificateTemplate that defines conflicting predefinedValues for the same properties, the certificate issuance request will fail. Structure is documented below.