AuthoritySubordinateConfigArgs

data class AuthoritySubordinateConfigArgs(val certificateAuthority: Output<String>? = null, val pemIssuerChain: Output<AuthoritySubordinateConfigPemIssuerChainArgs>? = null) : ConvertibleToJava<AuthoritySubordinateConfigArgs>

Constructors

Link copied to clipboard
constructor(certificateAuthority: Output<String>? = null, pemIssuerChain: Output<AuthoritySubordinateConfigPemIssuerChainArgs>? = null)

Properties

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

This can refer to a CertificateAuthority that was used to create a subordinate CertificateAuthority. This field is used for information and usability purposes only. The resource name is in the format projects/*/locations/*/caPools/*/certificateAuthorities/*.

Link copied to clipboard

Contains the PEM certificate chain for the issuers of this CertificateAuthority, but not pem certificate for this CA itself. Structure is documented below. ////

Functions

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