oidc Jwt Configuration
suspend fun oidcJwtConfiguration(value: Output<TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfigurationArgs>)
suspend fun oidcJwtConfiguration(value: TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfigurationArgs?)
Parameters
value
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.
suspend fun oidcJwtConfiguration(argument: suspend TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfigurationArgsBuilder.() -> Unit)
Parameters
argument
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.