revoke_bipublisher_roles

Revokes roles for accessing the BI Publisher catalog.

Format

emcli revoke_bipublisher_roles 
      (-roles="role1[;role2;...role_n]" 
      [-users="user"] 
      [-external_role="group"]) 

[ ]  indicates that the parameter is optional

Options

  • roles

    Revokes one or more roles from the BI Publisher. Specify one or more roles separated by a semicolon.

  • users

    Users to revoke the granted role.

  • external_role

    Name of the external group to apply the revocation.

Examples

Example 1

This example revokes one role from a group.

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

Example 2

This example revokes more than one role from a group.

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