Module Values.SamlAuthenticationSource

A structure containing information about how this workspace works with SAML.

Sourcetype nonrec t = {
  1. status : SamlConfigurationStatus.t option;
    (*

    Specifies whether the workspace's SAML configuration is complete.

    *)
  2. configuration : SamlConfiguration.t option;
    (*

    A structure containing details about how this workspace works with SAML.

    *)
}
Sourceval make : ?status:??? -> ?configuration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Integer of LoginValidityDuration.t | `List of [> `String of AllowedOrganization.t ] list | `Structure of (string * [> `List of [> `String of RoleValue.t ] list | `String of IdpMetadataUrl.t ]) list ]) list ]) 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