Data Profile Securing Fields REST Endpoints
Data Security Profiles/Data Profile Securing Fields
The data profile securing fields resource provides a list of fields configured in data security profiles to secure data for its business objects.
- Create a profile field
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfiles/{ProfileId}/child/profileFields - Delete a profile field
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfiles/{ProfileId}/child/profileFields/{ProfileFieldId} - Get a profile field
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfiles/{ProfileId}/child/profileFields/{ProfileFieldId} - Get all profile fields
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfiles/{ProfileId}/child/profileFields - Update a profile field
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfiles/{ProfileId}/child/profileFields/{ProfileFieldId}