Data Privileges REST Endpoints
    
        Data Security Profile Assignments/Data Conditions/Data Privileges
    
The data privileges resource provides a list of data security privileges available to be granted to the data condition assigned for the associated business object.
- Create a data privilege grant
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments/{ProfileAssignmentId}/child/dataConditions/{ConditionId}/child/dataPrivileges - Delete a data privilege grant
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments/{ProfileAssignmentId}/child/dataConditions/{ConditionId}/child/dataPrivileges/{PrivilegeGrantId} - Get a data privilege grant
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments/{ProfileAssignmentId}/child/dataConditions/{ConditionId}/child/dataPrivileges/{PrivilegeGrantId} - Get all data privilege grants
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments/{ProfileAssignmentId}/child/dataConditions/{ConditionId}/child/dataPrivileges - Update a data privilege grant
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments/{ProfileAssignmentId}/child/dataConditions/{ConditionId}/child/dataPrivileges/{PrivilegeGrantId}