You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CloudAppSecurityDocs/api-entities.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The following table describes the supported filters:
32
32
| entity | entity pk | eq, neq | Filter entities with specific entities pks. If a user is selected, this filter also returns all of the user's accounts. Example: `[{ "id": "entity-id", "inst": 0 }]`|
33
33
| userGroups |string | eq, neq | Filter entities by their associated group IDs |
34
34
| app | integer | eq, neq | Filter entities using services with the specified SaaS ID for example: 11770 |
35
-
| instance | integer | eq, neq | Filter entities using services with the specified App Instances (SaaS ID and Instance ID), for example: 11770, 1059065 |
35
+
| instance | integer | eq, neq | Filter entities using services with the specified app instances (SaaS ID and Instance ID). For example: 11770, 1059065 |
36
36
| isExternal | boolean | eq | The entity's affiliation. Possible values include:<br /><br />**true**: External<br />**false**: Internal<br />**null**: No value |
37
37
| domain | string | eq, neq, isset, isnotset | The entity's related domain |
38
38
| organization | string | eq, neq, isset, isnotset | Filter entities with the specified organization unit |
0 commit comments