models.user_info module

class models.user_info.UserInfo(domain=None, sid=None, tenant_id=None, user_name=None)[source]

Bases: object

Implementation of the ‘UserInfo’ model.

Specifies struct with basic user details.

Attributes:

domain (string): Specifies domain name of the user. sid (string): Specifies unique Security ID (SID) of the user. tenant_id (string): Specifies the tenant for which the users are to be

deleted.

user_name (string): Specifies user name of the user.

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.