models.group_info module¶
-
class
models.group_info.
GroupInfo
(domain=None, group_name=None, sid=None, tenant_ids=None)[source]¶ Bases:
object
Implementation of the ‘GroupInfo’ model.
Specifies struct with basic group details.
- Attributes:
domain (string): Specifies domain name of the user. group_name (string): Specifies group name of the group. sid (string): Specifies unique Security ID (SID) of the user. tenant_ids (list of string): Specifies the tenants to which the group
belongs to.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.