models_v2.trusted_domain module¶
-
class
models_v2.trusted_domain.
TrustedDomain
(domain_name=None, preferred_domain_controllers=None)[source]¶ Bases:
object
Implementation of the ‘TrustedDomain’ model.
Specifies the details of a trusted domain.
- Attributes:
domain_name (string): Specifies a domain name. preferred_domain_controllers (list of DomainController): Specifies a
list of preferred domain controllers for this 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.