AuthorityConfigSubjectKeyIdArgs

data class AuthorityConfigSubjectKeyIdArgs(val keyId: Output<String>? = null) : ConvertibleToJava<AuthorityConfigSubjectKeyIdArgs>

Constructors

Link copied to clipboard
constructor(keyId: Output<String>? = null)

Properties

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

The value of the KeyId in lowercase hexadecimal. The x509_config block supports:

Functions

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