models_v2.create_active_directory_request module

class models_v2.create_active_directory_request.CreateActiveDirectoryRequest(machine_accounts=None, domain_name=None, active_directory_admin_params=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, overwrite_machine_accounts=None)[source]

Bases: object

Implementation of the ‘CreateActiveDirectoryRequest’ 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.

domain_name (string): Specifies the domain name of the Active

Directory.

active_directory_admin_params (ActiveDirectoryAdminParams1): Specifies

the params of a user with administrative privilege of this Active Directory.

overwrite_machine_accounts (bool): Specifies if specified machine

accounts should overwrite existing machine accounts.

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.