Module Values.SSOIdentitySource

Contains information about your identity source in AWS Single Sign-On. For more information, see the AWS Single Sign-On User Guide.

Sourcetype nonrec t = {
  1. identityStoreId : IdentityStoreId.t;
    (*

    The ID of the AWS SSO identity store.

    *)
  2. userId : SSOReferenceId.t option;
    (*

    The user ID.

    *)
}
Sourceval context_ : string
Sourceval make : ?userId:??? -> identityStoreId:IdentityStoreId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of IdentityStoreId.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