models.update_machine_accounts_params module¶
-
class
models.update_machine_accounts_params.
UpdateMachineAccountsParams
(machine_accounts=None, overwrite_existing_accounts=None, password=None, user_name=None)[source]¶ Bases:
object
Implementation of the ‘UpdateMachineAccountsParams’ model.
Specifies the parameters required to update the machine accounts of an active directory.
- Attributes:
- machine_accounts (list of string): Array of Machine Accounts.
Specifies an array of computer names used to identify the Cohesity Cluster on the domain.
- overwrite_existing_accounts (bool): Specifies whether the specified
machine accounts should overwrite the existing machine accounts in this domain.
password (string): Specifies the password for the specified userName. user_name (string): Specifies a userName that has administrative
privileges in the domain.
-
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.