Skip to main content

List Posture Profiles

List all posture profiles.

External Documentation

To learn more, visit the Zscaler Private Access documentation.

Parameters

ParameterDescription
Page NumberThe number of the pages to return.
Page SizeThe size of each returned page.
SearchAn open search string to query the results by.
Tenant IDThe unique identifier of the ZPA tenant.

Example Output

{
"list": [
{
"applyToMachineTunnelEnabled": true,
"creationTime": 0,
"crlCheckEnabled": true,
"domain": "string",
"id": 0,
"masterCustomerId": "string",
"modifiedBy": 0,
"modifiedTime": 0,
"name": "string",
"nonExportablePrivateKeyEnabled": true,
"platform": [
"string"
],
"postureType": "string",
"postureUdid": "string",
"rootCert": "string",
"zscalerCloud": "string",
"zscalerCustomerId": 0
}
],
"totalCount": 0,
"totalPages": 0
}

Workflow Library Example

List Posture Profiles with Zscaler Private Access and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop