ENUM

AzureAdRelationshipRestoreModeEnumType

Description

Represents the modes for relationship restores for Entra ID objects.

link GraphQL Schema definition

  • enum AzureAdRelationshipRestoreModeEnumType {
  • # Restore adds missing relationships from snapshot to the Entra ID object being
  • # restored.
  • MERGE
  • # Unspecified relationship restore mode.
  • RELATIONSHIP_RESTORE_MODE_UNSPECIFIED
  • # Restore will add or remove relationships to match those that existed in the
  • # snapshot of the Entra ID object being restored.
  • ROLLBACK
  • # Restore does not reestablish relationships to the Entra ID object being
  • # restored.
  • SKIP
  • }