models.ad_object_restore_status_ad_attribute_restore_status module

class models.ad_object_restore_status_ad_attribute_restore_status.ADObjectRestoreStatusADAttributeRestoreStatus(attrstatus_vec=None, ldap_name=None)[source]

Bases: object

Implementation of the ‘ADObjectRestoreStatus_ADAttributeRestoreStatus’ model.

TODO: type model description here.

Attributes:
attrstatus_vec (list of ErrorProto): Error status. If the

‘attrstatus_vec’ is empty or contains kNoError, treat the attribute restore as success. For multi-valued properties such as ‘memberOf’, this vector may contain failure to add or remove specific value within the multi-value set.

ldap_name (string): LDAP name of the attribute.

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.