- URL:
- https://<root>/services/permissions/hasChildPermissionsConflict
- Methods:
POST
- Required Capability:
- Access allowed with any authorized privilege
- Version Introduced:
- 10.1
Description
The has
determines if this resource (folder or service) has a child resource with opposing permissions. This operation is typically invoked before adding a new permission to determine if the new addition will overwrite existing permissions on the child resources. For more information, see the section on the Continuous Inheritance Model. Since this operation checks if the permission to be added will cause a conflict with permissions on a child resource, this operation takes the same parameters as the Add Permission operation.
Request parameters
Parameters | Description |
---|---|
| The name of the role for whom the permission is being assigned. Example
|
| The response format. The default response format is Value: |
Example usage
The following is a sample POST request for the has
operation:
POST /webadaptor/admin/services/Maps/permissions/hasChildPermissionsConflict HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
principal=Analysts&isAllowed=on&constraint=&childURL=&operation=&f=pjson
JSON Response example
{
"hasChildPermissionsConflict": false
}