POST /a/policy
List all defined security policies
Body Parameters
Name |
Description |
Type |
Required |
Filter |
|
string |
|
Body Example
Response Example (200)
Response Type /definitions/idmListPolicyGroupsResponse
| {
"PolicyGroups": [
{
"Description": "string",
"LastUpdated": 10,
"Name": "string",
"OwnerUuid": "string",
"Policies": [
{
"actions": [
"string"
],
"conditions": {},
"description": "string",
"effect": "string",
"id": "string",
"resources": [
"string"
],
"subjects": [
"string"
]
}
],
"ResourceGroup": "string",
"Uuid": "string"
}
],
"Total": 10
}
|
Auto generated by Pydio Cells Enterprise Distribution v4.4.13 on 7-May-2025