models_v2.delete_active_directory_request module

class models_v2.delete_active_directory_request.DeleteActiveDirectoryRequest(active_directory_admin_params=None)[source]

Bases: object

Implementation of the ‘DeleteActiveDirectoryRequest’ model.

Specifies the request to delete an Active Directory.

Attributes:
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.

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.