models_v2.active_directory_admin_params_2 module¶
-
class
models_v2.active_directory_admin_params_2.
ActiveDirectoryAdminParams2
(username=None, password=None)[source]¶ Bases:
object
Implementation of the ‘ActiveDirectoryAdminParams2’ model.
Specifies the params of a user with administrative privilege of this Active Directory. This field is mandatory if machine accounts are updated.
- 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.