BAM user entities.
classbluecat.user.User(api, api_entity)
Bases: bluecat.entity.Entity
BAM user entities.
API Call:
add_access_right(entity_id, value, overrides='', properties='')Parameter | 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 the created Access Right.
get_access_right(recipient_id)
Get an AccessRight for this entity for a specific user or a user group. :param recipient_id: The object ID of the user or user group the access right is applied to. :return: an AccessRight object.
get_access_rights()
Get an iterator for all access rights for an Entity.