ENUM

AzureAdRelationshipRestoreModeEnumType

Description

Represents the modes for relationship restores for Azure AD objects.

link GraphQL Schema definition

  • enum AzureAdRelationshipRestoreModeEnumType {
  • # Restore adds missing relationships from snapshot to the Azure AD 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 Azure AD object being restored.
  • ROLLBACK
  • # Restore does not reestablish relationships to the Azure AD object being
  • # restored.
  • SKIP
  • }