grant_bipublisher_roles

Grants roles for accessing the BI Publisher catalog.

Format

emcli grant_bipublisher_roles
    (-roles="role1[;role2;...role_n]" 
    [-users="user"] 
    [-external_role="grantee_group"]) 
     
[ ]  indicates that the parameter is optional

Note:

The values of the roles and users parameters are case sensitive.

Options

  • roles

    Grants one or more roles to BI Publisher. Specify one or more roles separated by a semicolon. The value of the roles parameters is case sensitive.

  • users

    Users to receive the granted role. The value of the users parameters is case sensitive.

  • external_role

    Group to assign the role.

Examples

Example 1

This example grants one role to a group.

emcli grant_bipublisher_roles -roles="EMBIPViewer" -external_role="TESTGROUPNAME"

Example 2

This example grants more than one role to a group.

emcli grant_bipublisher_roles -roles="EMBIPViewer;EMBIPAuthor" 
      -external_role="TESTGROUPNAME"