models.ad_domain module¶
-
class
models.ad_domain.
AdDomain
(dns_root=None, forest=None, identity=None, netbios_name=None, parent_domain=None, tombstone_days=None)[source]¶ Bases:
object
Implementation of the ‘AdDomain’ model.
Specifies information about an AD Domain.
- Attributes:
dns_root (string): Specifies DNS root. forest (string): Specifies AD forest name. identity (AdDomainIdentity): AD domain identity information. netbios_name (string): Specifies AD NetBIOS name. parent_domain (string): Specifies parent domain name. tombstone_days (int): Specifies tombstone time in days.
-
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.