cyera.read.policy
External DocumentationTo learn more, visit the Cyera documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cyera.read.policy| Parameter | Description |
|---|---|
| Limit | The maximum number of policies to retrieve in the result. Valid range is 1-100. |
| Name | A name of a policy to filter by. |
| Offset | The pagination offset indicating the starting point for the next set of results. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Severity | The policy severity to filter by. |
| Status | The policy status to filter by. |
{
"limit": 10,
"offset": 0,
"results": [
{
"name": "Data Protection Policy",
"severity": "High",
"status": "enabled",
"uid": "02e98ba7-92d8-4107-b7bf-13fc301aa874"
}
],
"total": 1
}
Was this page helpful?