models.domain_controllers module¶
-
class
models.domain_controllers.
DomainControllers
(domain_controllers=None)[source]¶ Bases:
object
Implementation of the ‘DomainControllers’ model.
Domain Controllers for a domain of an Active Directory domain.
- Attributes:
- domain_controllers (list of string): Domain Controllers of a domain of
an Active Directory 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.