Values.DeleteTrustedTokenIssuerRequestSourceDeletes a trusted token issuer configuration from an instance of IAM Identity Center. Deleting this trusted token issuer configuration will 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 to delete.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of TrustedTokenIssuerArn.t ]) list ]