Information
Unsupported content This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

TemplateGroup - addPermission


TemplateGroup - addPermission

Description :

This command adds a permission entry to the ACL controlling access to a group. A permission consists of a role and an authorization.

You must call this command with a valid authorization name, role name, and group name. Otherwise this command returns an error.

Valid authorizations for a template group are:

  • ComponentTemplateFolder.Read
  • ComponentTemplateFolder.Modify
  • ComponentTemplateFolder.ModifyACL
  • ComponentTemplateFolder.Delete
  • ComponentTemplateFolder.Write
  • ComponentTemplateFolder.*
     Returns the DBKey of the template group.

    Return type : DBKey

Command Input :

Variable Name

Variable Type

Description

groupName

String

The fully qualified name.

roleName

String

Name of the role.

authName

String

Name of the authorization.

Example

The following example shows how to add a permission consisting of the role "SampleRole" and the authorization "ComponentTemplateFolder.Read" to a template group called "/Sample Group".

Script





TemplateGroup addPermission "/Sample Group" SampleRole ComponentTemplateFolder.Read



 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Server Automation Command Line Interface 8.3