models.compare_ad_objects_result_ad_attribute module¶
-
class
models.compare_ad_objects_result_ad_attribute.
CompareADObjectsResultADAttribute
(attr_flags=None, dest_value=None, ldap_name=None, same_value=None, source_value=None, status=None)[source]¶ Bases:
object
Implementation of the ‘CompareADObjectsResult_ADAttribute’ model.
TODO: type model description here.
- Attributes:
attr_flags (int): Object result flags of type ADAttributeFlags. dest_value (CompareADObjectsResultADAttributeValue): TODO: type
description here.
ldap_name (string): LDAP attribute name. same_value (CompareADObjectsResultADAttributeValue): TODO: type
description here.
- source_value (CompareADObjectsResultADAttributeValue): TODO: type
description here.
status (ErrorProto): TODO: type description here.
-
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.