Values.TrustedTokenIssuerMetadataSourceA structure that describes a trusted token issuer.
type nonrec t = {trustedTokenIssuerArn : TrustedTokenIssuerArn.t option;The ARN of the trusted token issuer configuration in the instance of IAM Identity Center.
*)name : TrustedTokenIssuerName.t option;The name of the trusted token issuer configuration in the instance of IAM Identity Center.
*)trustedTokenIssuerType : TrustedTokenIssuerType.t option;The type of trusted token issuer.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of TrustedTokenIssuerArn.t ])
list ]