ExclusionWindow - applyAclPolicy
ExclusionWindow - applyAclPolicy
Description :
This command applies an ACL policy to an Exclusion Window.
When an ACL policy is applied to an object, all access checks on that object will check both the permissions in its ACL along with the permissions of the associated ACL 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 use |
Example
The following example shows how to apply the ACL policy called "Test Policy" to the Exclusion Window named "Test Window".
Script
blcli ExclusionWindow applyAclPolicy "Test Window" "Test Policy"
Was this page helpful? Yes No
Submitting...
Thank you
Comments