AuthorityConfigArgs

data class AuthorityConfigArgs(val subjectConfig: Output<AuthorityConfigSubjectConfigArgs>, val x509Config: Output<AuthorityConfigX509ConfigArgs>) : ConvertibleToJava<AuthorityConfigArgs>

Constructors

Link copied to clipboard
constructor(subjectConfig: Output<AuthorityConfigSubjectConfigArgs>, x509Config: Output<AuthorityConfigX509ConfigArgs>)

Properties

Link copied to clipboard

Specifies some of the values in a certificate that are related to the subject. Structure is documented below. The x509_config block supports:

Link copied to clipboard

Describes how some of the technical X.509 fields in a certificate should be populated. Structure is documented below.

Functions

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