Module Values_1.FederatedAuthenticationRequestSource

The IAM SAML identity provider used for federated authentication.

Sourcetype nonrec t = {
  1. sAMLProviderArn : Values_0.String_.t option;
    (*

    The Amazon Resource Name (ARN) of the IAM SAML identity provider.

    *)
  2. selfServiceSAMLProviderArn : Values_0.String_.t option;
    (*

    The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.

    *)
}
Sourceval make : ?sAMLProviderArn:??? -> ?selfServiceSAMLProviderArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.String_.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