Values.UpdateTrustedTokenIssuerRequestSourceUpdates the name of the trusted token issuer, or the path of a source attribute or destination attribute for a trusted token issuer configuration. Updating this trusted token issuer configuration might cause users to lose access to any applications that are configured to use the trusted token issuer.
type nonrec t = {trustedTokenIssuerArn : TrustedTokenIssuerArn.t;Specifies the ARN of the trusted token issuer configuration that you want to update.
*)name : TrustedTokenIssuerName.t option;Specifies the updated name to be applied to the trusted token issuer configuration.
*)trustedTokenIssuerConfiguration : TrustedTokenIssuerUpdateConfiguration.t
option;Specifies a structure with settings to apply to the specified trusted token issuer. The settings that you can provide are determined by the type of the trusted token issuer that you are updating.
*)}val make :
?name:??? ->
?trustedTokenIssuerConfiguration:??? ->
trustedTokenIssuerArn:TrustedTokenIssuerArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of TrustedTokenIssuerArn.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string | `String of ClaimAttributePath.t ])
list ])
list ])
list ]