Policies REST Endpoints
Shared Services/Policies
The policies resource is used to capture all data security object policies. A policy uniquely identifies the combination of a data security object with an instance and a privilege. This combination is granted to a role. Data security policies secure the database objects of an enterprise application.
- Create a data security policy
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPolicies
- Delete a data security policy
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorPolicies/{publicSectorPoliciesUniqID}
- Get a data security policy
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPolicies/{publicSectorPoliciesUniqID}
- Get all data security policies
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPolicies
- Update a data security policy
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPolicies/{publicSectorPoliciesUniqID}