INPUT_OBJECT

UpdateEncryptionKeyForRcvMigrationInput

Description

Request to update the encryption key of the source location to be used for migration to RCV.

link GraphQL Schema definition

  • input UpdateEncryptionKeyForRcvMigrationInput {
  • # Location ID of the source location undergoing migration to RCV.
  • locationId: UUID!
  • # RSA key of the source location undergoing migration to RCV.
  • rsaKey: String
  • }

link Require by