Module Values.SingleSignOnSource

The single sign-on details in Amazon DataZone.

Sourcetype nonrec t = {
  1. type_ : AuthType.t option;
    (*

    The type of single sign-on in Amazon DataZone.

    *)
  2. userAssignment : UserAssignment.t option;
    (*

    The single sign-on user assignment in Amazon DataZone.

    *)
  3. idcInstanceArn : SingleSignOnIdcInstanceArnString.t option;
    (*

    The ARN of the IDC instance.

    *)
}
Sourceval make : ?type_:??? -> ?userAssignment:??? -> ?idcInstanceArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of SingleSignOnIdcInstanceArnString.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