Click a link to jump to the indicated section.
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:
|
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.