UserGroup class - Platform - BlueCat Gateway - 21.11.2

Gateway Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
21.11.2

class bluecat.user_group.UserGroup(api, api_entity)

Bases: bluecat.entity.Entity

BAM user group entities.

add_access_right(entity_id, value, overrides='', properties='')

Parameters Description
entity_id id of an entity the access right is applied to.
value The value of the access right being added.
overrides A list of type-specific overrides.
properties A string including the following options:
  1. workflowLevel

  2. deploymentAllowed

  3. quickDeploymentAllowed

Returns: Object ID of a created Access Right.

get_access_right(entity_id)

Get an AccessRight for a specific entity.

Parameters Description
entity_id id of an entity the access right is applied to..

Returns: an AccessRight object.

get_access_rights()

Get an iterator for all access rights for a user group.