TokenCredentialsPropertiesArgs

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)

Properties

Link copied to clipboard
val certificates: Output<List<TokenCertificateArgs>>? = null
Link copied to clipboard
val passwords: Output<List<TokenPasswordArgs>>? = null

Functions

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