ExclusionWindow - removeAclPolicy
ExclusionWindow - removeAclPolicy
Description :
This command removes an ACL policy from an Exclusion Window.
When an ACL policy is removed from an object, all access checks through that object's ACL will no longer check against the internal ACL of the ACL policy that was removed. No checks are made to ensure that you do not lock yourself out of an object by removing a policy.
Returns the DBKey of the modified object.
Command Input :
Variable Name | Variable Type | Description |
---|---|---|
windowName | String | Name of the Window |
policyName | String | Name of the ACL policy to remove |
Example
The following example shows how to remove an ACL policy called "Test Policy" from the Exclusion Window named "Test Window".
Script
blcli ExclusionWindow removeAclPolicy "Test Window" "Test Policy"
Was this page helpful? Yes No
Submitting...
Thank you
Comments