Policy REST Endpoints

Policy
The operations from the Policy category.
Creates a policy
Method: post
Path: /oaa-policy/policy/v1
Deletes the policy
Method: delete
Path: /oaa-policy/policy/v1/{policygid}
Evaluates policy
Method: post
Path: /oaa-policy/policy/v1/expression
Gets all policies for the given assurance level
Method: get
Path: /oaa-policy/policy/v1
Gets the policy
Method: get
Path: /oaa-policy/policy/v1/{policygid}
Updates the policy
Method: put
Path: /oaa-policy/policy/v1/{policygid}