Get a restriction policy
GET {{baseUrl}}/api/v2/restriction_policy/:resource_id
Retrieves the restriction policy associated with a specified resource.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"type":"restriction_policy","id":"\u003cstring\u003e","attributes":{"bindings":[{"relation":"\u003cstring\u003e","principals":["\u003cstring\u003e","\u003cstring\u003e"]},{"relation":"\u003cstring\u003e","principals":["\u003cstring\u003e","\u003cstring\u003e"]}]}}}