Policies REST Endpoints

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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPolicies
Delete a data security policy
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPolicies/{publicSectorPoliciesUniqID}
Get a data security policy
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPolicies/{publicSectorPoliciesUniqID}
Get all data security policies
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPolicies
Update a data security policy
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPolicies/{publicSectorPoliciesUniqID}