- Subcategories:
- Data Profile Securing Fields
Data Security Profiles REST Endpoints
Data Security Profiles
The data security profiles resource provides a list of profile definitions that specify the fields used to secure business object data.
- Create a data security profile
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfiles - Delete a data security profile
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfiles/{ProfileId} - Get a data security profile
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfiles/{ProfileId} - Get all data security profiles
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfiles - Update a data security profile
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfiles/{ProfileId}