Policy Rule REST Endpoints

Policy Rule
The operations from the Policy Rule category.
Creates a rule under the policy
Method: post
Path: /oaa-policy/policy/v1/{policygid}/rule
Deletes the rule from the policy.
Method: delete
Path: /oaa-policy/policy/v1/{policygid}/rule/{ruleid}
Gets all rules in a policy
Method: get
Path: /oaa-policy/policy/v1/{policygid}/rule
Gets the rule in the policy
Method: get
Path: /oaa-policy/policy/v1/{policygid}/rule/{ruleid}
Updates the rule in a policy
Method: put
Path: /oaa-policy/policy/v1/{policygid}/rule/{ruleid}