Certificate Extended Key Usage Args
data class CertificateExtendedKeyUsageArgs(val extendedKeyUsageObjectIdentifier: Output<String>? = null, val extendedKeyUsageType: Output<String>? = null) : ConvertibleToJava<CertificateExtendedKeyUsageArgs>
Specifies additional purposes for which the certified public key may be used other than basic purposes indicated in the `KeyUsage`
extension.
Properties
Link copied to clipboard
Specifies a custom `ExtendedKeyUsage`
with an object identifier (OID).
Link copied to clipboard
Specifies a standard `ExtendedKeyUsage`
as defined as in RFC 5280.