models_v2.update_active_directory_request module¶
-
class
models_v2.update_active_directory_request.
UpdateActiveDirectoryRequest
(machine_accounts=None, id=None, organizational_unit_name=None, work_group_name=None, preferred_domain_controllers=None, ldap_provider_id=None, trusted_domain_params=None, nis_provider_domain_name=None, active_directory_admin_params=None, overwrite_machine_accounts=None, id_mapping_params=None)[source]¶ Bases:
object
Implementation of the ‘UpdateActiveDirectoryRequest’ model.
Specifies the request to create an Active Directory.
- Attributes:
- machine_accounts (list of MachineAccount): Specifies a list of
computer names used to identify the Cohesity Cluster on the Active Directory domain.
id (long|int): Specifies the id of the Active Directory. organizational_unit_name (string): Specifies an optional
organizational unit name.
work_group_name (string): Specifies an optional work group name. preferred_domain_controllers (list of DomainController): Specifies a
list of preferred domain controllers of this Active Directory.
- ldap_provider_id (long|int): Specifies the LDAP provider id which is
mapped to this Active Directory
- trusted_domain_params (TrustedDomainParams2): Specifies the params of
trusted domain info of an Active Directory.
- nis_provider_domain_name (string): Specifies the name of the NIS
Provider which is mapped to this Active Directory.
- active_directory_admin_params (ActiveDirectoryAdminParams2): Specifies
the params of a user with administrative privilege of this Active Directory. This field is mandatory if machine accounts are updated.
- overwrite_machine_accounts (bool): Specifies if specified machine
accounts should overwrite existing machine accounts.
- id_mapping_params (IdMappingParams): Specifies the params of the user
id mapping info of an Active Directory.
-
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.