models_v2.common_active_directory_params module¶
-
class
models_v2.common_active_directory_params.
CommonActiveDirectoryParams
(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)[source]¶ Bases:
object
Implementation of the ‘CommonActiveDirectoryParams’ model.
Specifies the params of Active Directory which are used across creating and updating.
- 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.
-
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.