Policies REST Endpoints

Identity/Policies
The operations from the Identity/Policies category.
Create a Policy
Method: post
Path: /20160918/policies
Delete a Policy
Method: delete
Path: /20160918/policies/{policy_id}
Get a Policy
Method: get
Path: /20160918/policies/{policy_id}
List Policies
Method: get
Path: /20160918/policies
Update a Policy
Method: put
Path: /20160918/policies/{policy_id}