- Subcategories:
- Data Privileges
Data Conditions REST Endpoints
Data Security Profile Assignments/Data Conditions
The data conditions resource is used to create, view, and modify the list of values that specifies the data condition assigned to a role in a data security profile.
- Create a data condition grant
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments/{ProfileAssignmentId}/child/dataConditions
- Delete a data condition grant
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments/{ProfileAssignmentId}/child/dataConditions/{ConditionId}
- Get a data condition grant
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments/{ProfileAssignmentId}/child/dataConditions/{ConditionId}
- Get all data condition grants
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments/{ProfileAssignmentId}/child/dataConditions
- Update a data condition grant
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments/{ProfileAssignmentId}/child/dataConditions/{ConditionId}