Conditions REST Endpoints
Policy/Conditions
Use this endpoint to manage conditions to be evaluated. Conditions are referenced from Condition Groups. This REST API is SCIM compliant.
- Create a Condition
- Method: postPath:
/admin/v1/Conditions - Delete a Condition
- Method: deletePath:
/admin/v1/Conditions/{id} - Get a Condition
- Method: getPath:
/admin/v1/Conditions/{id} - HTTP Options
- Method:Path:
/admin/v1/Conditions - Replace a Condition
- Method: putPath:
/admin/v1/Conditions/{id} - Search Conditions
- Method: getPath:
/admin/v1/Conditions - Search Conditions Using POST
- Method: postPath:
/admin/v1/Conditions/.search - Update a Condition
- Method: patchPath:
/admin/v1/Conditions/{id}