CertificateAuthorityOtherNameArgs

data class CertificateAuthorityOtherNameArgs(val typeId: Output<String>, val value: Output<String>) : ConvertibleToJava<CertificateAuthorityOtherNameArgs>

Structure that contains X.509 OtherName information.

Constructors

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

Properties

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

Functions

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