models_v2.active_directory_admin_params_1 module

class models_v2.active_directory_admin_params_1.ActiveDirectoryAdminParams1(username=None, password=None)[source]

Bases: object

Implementation of the ‘ActiveDirectoryAdminParams1’ model.

Specifies the params of a user with administrative privilege of this 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.