Values.TrustedTokenIssuerUpdateConfigurationSourceA structure that contains details to be updated for a trusted token issuer configuration. The structure and settings that you can include depend on the type of the trusted token issuer being updated.
type nonrec t = {oidcJwtConfiguration : OidcJwtUpdateConfiguration.t option;A structure that describes an updated configuration for a trusted token issuer that uses OpenID Connect (OIDC) with JSON web tokens (JWT).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of ClaimAttributePath.t ])
list ])
list ]