- Subcategories:
- Data Conditions
Data Profile Access Role Assignments REST Endpoints
Data Profile Access Role Assignments
Data profile access role assignments represent data security profiles granted to roles.
- Create a data security profile assignment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments - Delete a data security profile assignment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments/{ProfileAssignmentId} - Get a data security profile assignment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments/{ProfileAssignmentId} - Get all data security profile assignments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments - Update a data security profile assignment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments/{ProfileAssignmentId}