File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
packages/clients/src/api/key_manager/v1alpha1 Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,11 @@ export interface KeyRotationPolicy {
3535}
3636
3737export interface KeyUsage {
38- /** One-of ('usage'): at most one of 'symmetricEncryption' could be set. */
38+ /**
39+ * Algorithms used to encrypt and decrypt arbitrary payloads.
40+ *
41+ * One-of ('usage'): at most one of 'symmetricEncryption' could be set.
42+ */
3943 symmetricEncryption ?: KeyAlgorithmSymmetricEncryption
4044}
4145
@@ -213,7 +217,7 @@ export type GenerateDataKeyRequest = {
213217 region ?: Region
214218 /** ID of the key. */
215219 keyId : string
216- /** Symmetric encryption algorithm of the data encryption key. */
220+ /** Encryption algorithm of the data encryption key. */
217221 algorithm ?: DataKeyAlgorithmSymmetricEncryption
218222 /**
219223 * Default value is `false`, meaning that the plaintext is returned. Set it to
You can’t perform that action at this time.
0 commit comments