Values.DescribeTrustedTokenIssuerRequestSourceRetrieves details about a trusted token issuer configuration stored in an instance of IAM Identity Center. Details include the name of the trusted token issuer, the issuer URL, and the path of the source attribute and the destination attribute for a trusted token issuer configuration.
type nonrec t = {trustedTokenIssuerArn : TrustedTokenIssuerArn.t;Specifies the ARN of the trusted token issuer configuration that you want details about.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of TrustedTokenIssuerArn.t ]) list ]