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
fun CertificateAuthorityOtherNameArgs(typeId: Output<String>, value: Output<String>)

Functions

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

Properties

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