List Isolation Profiles
List all isolation profiles.
External Documentation
To learn more, visit the Zscaler Private Access documentation.
Parameters
Parameter | Description |
---|---|
Page Number | The number of the pages to return. |
Page Size | The size of each returned page. |
Search | An open search string to query the results by. |
Show Disabled | Whether disabled isolation profiles are included in the response. |
Tenant ID | The unique identifier of the ZPA tenant. |
Example Output
{
"list": [
{
"isolationProfileId": "string",
"isolationTenantId": "string",
"isolationUrl": "string",
"creationTime": 0,
"description": "string",
"enabled": true,
"id": 0,
"modifiedBy": 0,
"modifiedTime": 0,
"name": "string",
"microtenantId": 0,
"microtenantName": "string"
}
],
"totalCount": 0,
"totalPages": 0
}
Workflow Library Example
List Isolation Profiles with Zscaler Private Access and Send Results Via Email
Preview this Workflow on desktop