PolicyAssuranceLevel REST Endpoints
PolicyAssuranceLevel
The operations from the PolicyAssuranceLevel category.
- Creates an Assurance Level
- Method: postPath:
/oaa-policy/assuranceLevel/v1 - Deletes the assurance level
- Method: deletePath:
/oaa-policy/assuranceLevel/v1/{levelId} - Gets all Assurance Levels for the agent
- Method: getPath:
/oaa-policy/assuranceLevel/v1 - Gets the assurance level
- Method: getPath:
/oaa-policy/assuranceLevel/v1/{levelId} - Updates the Assurance Level
- Method: putPath:
/oaa-policy/assuranceLevel/v1/{levelId}