Certificate Authority Custom Attribute Args
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
fun CertificateAuthorityCustomAttributeArgs(objectIdentifier: Output<String>, value: Output<String>)