Module Values.SsoIdentitySource

An IAM Identity CenterIAM; Identity Center identity (user or group) that can be assigned permissions in a capability.

Sourcetype nonrec t = {
  1. id : String_.t;
    (*

    The unique identifier of the IAM Identity CenterIAM; Identity Center user or group.

    *)
  2. type_ : SsoIdentityType.t;
    (*

    The type of identity. Valid values are SSO_USER or SSO_GROUP.

    *)
}
Sourceval context_ : string
Sourceval make : id:String_.t -> type_:SsoIdentityType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of 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