Token Credentials Properties Args
data class TokenCredentialsPropertiesArgs(val certificates: Output<List<TokenCertificateArgs>>? = null, val passwords: Output<List<TokenPasswordArgs>>? = null) : ConvertibleToJava<TokenCredentialsPropertiesArgs>
The properties of the credentials that can be used for authenticating the token.
Constructors
Link copied to clipboard
constructor(certificates: Output<List<TokenCertificateArgs>>? = null, passwords: Output<List<TokenPasswordArgs>>? = null)