DepotObject - removeAclPolicy
DepotObject - removeAclPolicy
Description :
This command removes an ACL policy from a depot object.
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 make sure one does not lock themselves out of an object by removing a policy. Returns the DBKey of the modified object.
Return type : DBKey
Command Input :
Variable Name | Variable Type | Description |
|---|---|---|
depotObjectKey | DBKey | DepotObject Key. |
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 Depot Object with DB Key "Depot Object DB Key".
Script
DepotObject removeAclPolicy "DepotObject DB Key" "Test Policy"
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*