ENUM
EncryptionKeyUpdateStatus
Description
Status of the encryption key update for RCV migration.
link GraphQL Schema definition
- enum EncryptionKeyUpdateStatus {
- # Encryption key update failed.
- # Encryption key update failed because the provided encryption key is
- # invalid.
- # Encryption key update failed because no migration is in progress for the
- # location.
- # Encryption key update is successful.
- # Unknown status of the encryption key update.
- }