Skip to content

Commit 269f2fa

Browse files
feat(secret_manager): update documentation about key_id (#2033)
Co-authored-by: devtools-ci-cd <[email protected]>
1 parent c42f44f commit 269f2fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages_generated/secret/src/v1beta1/types.gen.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export interface Secret {
211211
*/
212212
deletionRequestedAt?: Date
213213
/**
214-
* (Optional.) The Scaleway's Key Manager key ID used to encrypt and decrypt secret versions.
214+
* (Optional.) The Scaleway Key Manager key ID used to encrypt and decrypt secret versions.
215215
*/
216216
keyId?: string
217217
/**
@@ -392,7 +392,6 @@ export type CreateSecretRequest = {
392392
*/
393393
protected: boolean
394394
/**
395-
* (Optional.) The Scaleway's Key Manager key ID will be used to encrypt and decrypt secret versions. If not specified, the Secret Manager will use an internal key.
396395
*/
397396
keyId?: string
398397
}

0 commit comments

Comments
 (0)