Module Values.DeleteTrustedTokenIssuerRequestSource

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

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

    Specifies the ARN of the trusted token issuer configuration to delete.

    *)
}
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