Module Values.DescribeTrustedTokenIssuerRequestSource

Retrieves 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.

Sourcetype nonrec t = {
  1. trustedTokenIssuerArn : TrustedTokenIssuerArn.t;
    (*

    Specifies the ARN of the trusted token issuer configuration that you want details about.

    *)
}
Sourceval context_ : string
Sourceval make : trustedTokenIssuerArn:TrustedTokenIssuerArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TrustedTokenIssuerArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t