Module Values_2.SnapshotUserConfigurationSource

A structure that contains information about the users that the dashboard snapshot is generated for. When using identity-enhanced session credentials, set the UserConfiguration request attribute to null. Otherwise, the request will be invalid.

Sourcetype nonrec t = {
  1. anonymousUsers : SnapshotAnonymousUserList.t option;
    (*

    An array of records that describe the anonymous users that the dashboard snapshot is generated for.

    *)
}
Sourceval make : ?anonymousUsers:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of Values_1.SessionTagKey.t ]) list ] list ]) 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