models.attribute_restore_information module

class models.attribute_restore_information.AttributeRestoreInformation(error_message=None, name=None)[source]

Bases: object

Implementation of the ‘AttributeRestoreInformation’ model.

Represents the details about the restore of the AD attribute.

Attributes:
error_message (list of string): Specifes the error messages

corresponding to restore of the attribute.

name (string): Specifies the name of the attribute of the AD object.

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.