models_v2.active_directory_admin_params module

class models_v2.active_directory_admin_params.ActiveDirectoryAdminParams(username=None, password=None)[source]

Bases: object

Implementation of the ‘ActiveDirectoryAdminParams’ model.

Specifies the params of a user with administrative privilege of an Active Directory.

Attributes:

username (string): Specifies the user name. password (string): Specifies the password 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.