collaboration.group module

Class

Description

binaryninja.collaboration.group.Group

Class representing a remote Group

Group

class Group[source]

Bases: object

Class representing a remote Group

__init__(handle: LP_BNCollaborationGroup)[source]
Parameters:

handle (LP_BNCollaborationGroup)

contains_user(user: User) bool[source]

Test if a group contains a user

Parameters:

user (User) – User to check membership of

Returns:

If the group contains the user

Return type:

bool

property id: int

Unique id

Returns:

Id number

property name: str

Group name

Returns:

Name string

property remote: Remote

Owning Remote

Returns:

Remote object

property url: str

Web api endpoint url

Returns:

URL string

property users: List[User]

Get list of users in the group

Returns:

List of users