Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions packages/clients/src/api/key_manager/v1alpha1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ export interface KeyRotationPolicy {
}

export interface KeyUsage {
/** One-of ('usage'): at most one of 'symmetricEncryption' could be set. */
/**
* Algorithms used to encrypt and decrypt arbitrary payloads.
*
* One-of ('usage'): at most one of 'symmetricEncryption' could be set.
*/
symmetricEncryption?: KeyAlgorithmSymmetricEncryption
}

Expand Down Expand Up @@ -213,7 +217,7 @@ export type GenerateDataKeyRequest = {
region?: Region
/** ID of the key. */
keyId: string
/** Symmetric encryption algorithm of the data encryption key. */
/** Encryption algorithm of the data encryption key. */
algorithm?: DataKeyAlgorithmSymmetricEncryption
/**
* Default value is `false`, meaning that the plaintext is returned. Set it to
Expand Down