Module Values_2.SnapshotUserConfigurationRedactedSource

A structure that contains information about the users that the dashboard snapshot is generated for. Sensitive user information is excluded.

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

    An array of records that describe anonymous users that the dashboard snapshot is generated for. Sensitive user information is excluded.

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