models.compare_ad_objects_result_ad_attribute_value module

class models.compare_ad_objects_result_ad_attribute_value.CompareADObjectsResultADAttributeValue(value_flags=None, value_vec=None)[source]

Bases: object

Implementation of the ‘CompareADObjectsResult_ADAttributeValue’ model.

TODO: type model description here.

Attributes:

value_flags (int): Object result flags of type ADAttributeValueFlags. value_vec (list of string): String representation of attribute value.

For single valued property, only one value will be present here. For multi-valued properties such as group membership, this field will contain values that are in same order as contained in AD. Each AD attribute value will be converted to string. If this property is not set, then the property has null value.

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.