trusted Token Issuer Configuration
suspend fun trustedTokenIssuerConfiguration(value: Output<TrustedTokenIssuerTrustedTokenIssuerConfigurationArgs>)
suspend fun trustedTokenIssuerConfiguration(value: TrustedTokenIssuerTrustedTokenIssuerConfigurationArgs?)
Parameters
value
A block that specifies settings that apply to the trusted token issuer, these change depending on the type you specify in trusted_token_issuer_type
. Documented below.
suspend fun trustedTokenIssuerConfiguration(argument: suspend TrustedTokenIssuerTrustedTokenIssuerConfigurationArgsBuilder.() -> Unit)
Parameters
argument
A block that specifies settings that apply to the trusted token issuer, these change depending on the type you specify in trusted_token_issuer_type
. Documented below.