ENUM

EncryptionKeyUpdateStatus

Description

Status of the encryption key update for RCV migration.

link GraphQL Schema definition

  • enum EncryptionKeyUpdateStatus {
  • # Encryption key update failed.
  • FAILURE
  • # Encryption key update failed because the provided encryption key is
  • # invalid.
  • INVALID_ENCRYPTION_KEY
  • # Encryption key update failed because no migration is in progress for the
  • # location.
  • NO_MIGRATION_IN_PROGRESS
  • # Encryption key update is successful.
  • SUCCESS
  • # Unknown status of the encryption key update.
  • UPDATE_STATUS_UNSPECIFIED
  • }