CertificateExtendedKeyUsageArgs

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.

Constructors

Link copied to clipboard
constructor(extendedKeyUsageObjectIdentifier: Output<String>? = null, extendedKeyUsageType: Output<String>? = null)

Properties

Link copied to clipboard

Specifies a custom `ExtendedKeyUsage` with an object identifier (OID).

Link copied to clipboard
val extendedKeyUsageType: Output<String>? = null

Specifies a standard `ExtendedKeyUsage` as defined as in RFC 5280.

Functions

Link copied to clipboard
open override fun toJava(): CertificateExtendedKeyUsageArgs