External DocumentationTo learn more, visit the Zscaler Private Access documentation.
Actions
Get Policy
Get the policy set for the specified policy type.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Microtenant ID | The unique identifier of the Microtenant for the ZPA tenant. If you are within the Default Microtenant, insert 0. |
| Policy Type | The policy type to search by. |
| Tenant ID | The unique identifier of the ZPA tenant. |
{
"creationTime": 0,
"description": "string",
"enabled": true,
"id": 0,
"modifiedBy": 0,
"modifiedTime": 0,
"name": "string",
"policyType": 0,
"rules": [
{
"action": "ALLOW",
"actionId": 0,
"appServerGroups": [
{
"configSpace": "DEFAULT",
"creationTime": 0,
"description": "string",
"enabled": true,
"id": 0,
"dynamicDiscovery": true,
"modifiedBy": 0,
"modifiedTime": 0,
"name": "string",
"microtenantId": 0,
"microtenantName": "string"
}
]
}
],
"microtenantId": 0,
"microtenantName": "string",
"sorted": true
}
Was this page helpful?