/policies/{id}/policysets
Mount Point: /auth/api/v1/policies/{id}/policysets/
GET
Get a list of policy sets that reference the specified policy.
Parameters
| name | description | type | default | 
|---|---|---|---|
| id | Either a XACML policy ID (URN) or the policy's dataStore Id. | path | 
Response Body
| element: | (custom) | 
| media types: | application/json | 
list of policy set Ids, never null
Status Codes
| code | description | 
|---|---|
| 200 | Success | 
| 404 | No such object |