Policy REST Endpoints
    
        Policy
    
The operations from the Policy category.
- Creates a policy
- Method: postPath:/oaa-policy/policy/v1
- Deletes the policy
- Method: deletePath:/oaa-policy/policy/v1/{policygid}
- Evaluates policy
- Method: postPath:/oaa-policy/policy/v1/expression
- Gets all policies for the given assurance level
- Method: getPath:/oaa-policy/policy/v1
- Gets the policy
- Method: getPath:/oaa-policy/policy/v1/{policygid}
- Updates the policy
- Method: putPath:/oaa-policy/policy/v1/{policygid}