OBJECT

MakeKeyBatchDownloadURLPayload

The results of creating a key batch download.

link GraphQL Schema definition

1type MakeKeyBatchDownloadURLPayload {
2
3# The decryption key to decrypt the batch of keys.
4decryptionKey: String!
5
6# The URL created for downloading the batch of keys.
7url: String!
8
9}