Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.09 KB

DeclarativeUserDataFilter.md

File metadata and controls

19 lines (14 loc) · 1.09 KB

DeclarativeUserDataFilter

User Data Filters serving the filtering of what data users can see in workspaces.

Properties

Name Type Description Notes
id str User Data Filters ID. This ID is further used to refer to this instance.
maql str Expression in MAQL specifying the User Data Filter
title str User Data Filters setting title.
description str User Data Filters setting description. [optional]
tags [str] A list of tags. [optional]
user DeclarativeUserIdentifier [optional]
user_group DeclarativeUserGroupIdentifier [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]