Policies REST Endpoints
Identity/Policies
The operations from the Identity/Policies category.
- Create a Policy
- Method: postPath:
/20160918/policies - Delete a Policy
- Method: deletePath:
/20160918/policies/{policy_id} - Get a Policy
- Method: getPath:
/20160918/policies/{policy_id} - List Policies
- Method: getPath:
/20160918/policies - Update a Policy
- Method: putPath:
/20160918/policies/{policy_id}