models.ad_domain_identity module

class models.ad_domain_identity.AdDomainIdentity(dn=None, guid=None, name=None, sid=None)[source]

Bases: object

Implementation of the ‘AdDomainIdentity’ model.

AD domain identity information.

Attributes:

dn (string): Specifies distinguished name of the domain. guid (string): Specifies Unique objectGUID for an AD domain. name (string): Specifies display name of the domain. sid (string): Specifies domain SID.

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.