ENUM

UnlockMethod

Description

Methods for unlocking a locked account.

link GraphQL Schema definition

  • enum UnlockMethod {
  • # Account unlocked by the administrator.
  • ADMINISTRATIVE_UNLOCK
  • # Account unlocked automatically.
  • AUTO_UNLOCK
  • # Account unlocked because the user reset their password.
  • PASSWORD_RESET
  • # Account unlocked using a self-service link.
  • SELF_SERVICE
  • # Account unlocked with help from Rubrik Support.
  • SUPPORT_UNLOCK
  • # Unspecified.
  • UNLOCK_METHOD_UNSPECIFIED
  • }