Skip to main content

Check out Interactive Visual Stories to gain hands-on experience with the SSE product features. Click here.

Skyhigh Security

Limit the Columns Returned in the Data Export

tableVisibilityMap

You can include the tableVisibilityMap in your POST request to select data returned in the csv file. When you mark a column name true it will appear in the response data.

The following sample request is an example from the Allow/Deny report:

"tableVisibilityMap":
{ "User / IP Address": true,
"Allowed": true,
"Allowed vs Denied": true,
"Denied": true,
"Outbound": true,
"Inbound": false,
"Total access to service": false },

customTableVisibilityMap 

Use the customTableVisibilityMap object to specify the custom attributes that appear in csv output in applicable REST endpoint. When you mark a custom attribute name true it will appear in the response data.

You must use the exact name (case sensitive) as defined in Cloud Connector to reveal the column in the response data, like in this example:

"customTableColumnVisibilityMap":
{ "Department": true,
"Location": true }