Module Values_2.SnapshotAnonymousUserRedactedSource

Use this structure to redact sensitive information that you provide about an anonymous user from the snapshot.

Sourcetype nonrec t = {
  1. rowLevelPermissionTagKeys : SessionTagKeyList.t option;
    (*

    The tag keys for the RowLevelPermissionTags.

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