List Locations
List locations with Sensitive Content found. Returns a list of paths to locations containing files identified as sensitive.
External Documentation
To learn more, visit the Egnyte Secure Govern documentation.
Parameters
Parameter | Description |
---|---|
Count | Number of items to return at most. Possible values: 1 - 100. |
Cursor | The cursor returned in previous request. |
Source ID | ID of the source. |
Example Output
{
"cursor": 0,
"locations": [
{
"count": 0,
"id": "example: e7f08689-cb00-4479-97d5-169e1aca74d2",
"lastUpdated": 0,
"name": "example: Bank info",
"path": "example: /Shared/Documents/GoldenDataset longNames/Bank info",
"policies": [
"ID of the policy (not tag)"
],
"severity": 0,
"source": "example: Apidevelopers2 File Server",
"sourceId": "example: e900d0c4-1abc-4db4-9b34-5bdf95e4971c",
"sourceType": "example: Egnyte",
"tier": "example: HIGH",
"url": "example: https://apidevelopers2.qa-egnyte.com/navigate/folder/e7f08689-cb00-4479-97d5-169e1aca74d2",
"whiteList": [
"ID of the policy (not tag)"
]
}
]
}
Workflow Library Example
List Locations with Egnyte Secure Govern and Send Results Via Email
Preview this Workflow on desktop