CertificateAuthorityCustomAttributeArgs

data class CertificateAuthorityCustomAttributeArgs(val objectIdentifier: Output<String>, val value: Output<String>) : ConvertibleToJava<CertificateAuthorityCustomAttributeArgs>

Structure that contains X.500 attribute type and value.

Constructors

Link copied to clipboard
constructor(objectIdentifier: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
Link copied to clipboard
val value: Output<String>

Functions

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