Trusted Token Issuer Trusted Token Issuer Configuration Args
data class TrustedTokenIssuerTrustedTokenIssuerConfigurationArgs(val oidcJwtConfiguration: Output<TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfigurationArgs>? = null) : ConvertibleToJava<TrustedTokenIssuerTrustedTokenIssuerConfigurationArgs>
Constructors
Link copied to clipboard
constructor(oidcJwtConfiguration: Output<TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfigurationArgs>? = null)
Properties
Link copied to clipboard
val oidcJwtConfiguration: Output<TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfigurationArgs>? = null
A block that describes the settings for a trusted token issuer that works with OpenID Connect (OIDC) by using JSON Web Tokens (JWT). See Documented below below.