Certificate Config X509Config Ca Options Args
data class CertificateConfigX509ConfigCaOptionsArgs(val isCa: Output<Boolean>? = null, val maxIssuerPathLength: Output<Int>? = null, val nonCa: Output<Boolean>? = null, val zeroMaxIssuerPathLength: Output<Boolean>? = null) : ConvertibleToJava<CertificateConfigX509ConfigCaOptionsArgs>
Properties
Link copied to clipboard
Refers to the "path length constraint" in Basic Constraints 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.
Link copied to clipboard
When true, the "path length constraint" in Basic Constraints extension will be set to 0. if both max_issuer_path_length
and zero_max_issuer_path_length
are unset, the max path length will be omitted from the CA certificate.