BlAclTemplate - removeTemplatePermissionProfile
BlAclTemplate - removeTemplatePermissionProfile
Description :
This command removes a permission entry of the form of role, authorization profile from an ACL template. Important: This command removes a permission from the internal ACL that defines the template, not from the ACL that controls access to this template.
You must call this command with a valid authorization profile name, role name, and ACL template name. Otherwise this command returns an error. Returns the DBKey of the ACL template.
Return type : DBKey
Command Input :
Variable Name | Variable Type | Description |
|---|---|---|
name | String | Name of the ACL template. |
roleName | String | Name of the role. |
profileName | String | Name of the profile. |
Example
The following example shows how to remove a permission consisting of the role "SampleRole" and the authorization profile "ServerAuths" from an ACL template called "Test Template".
Script
BlAclTemplate removeTemplatePermissionProfile "Test Template" SampleRole ServerAuths