ENUM

AttributeRecoveryMode

Description

Specifies the mode for attribute recovery of Azure AD objects.

link GraphQL Schema definition

  • enum AttributeRecoveryMode {
  • # Restore will add missing attributes from snapshot.
  • ATTRIBUTE_RECOVERY_MODE_MERGE
  • # Restore will overwrite the attributes on Entra ID.
  • ATTRIBUTE_RECOVERY_MODE_OVERWRITE
  • # Attribute recovery mode is unspecified.
  • ATTRIBUTE_RECOVERY_MODE_UNSPECIFIED
  • }