You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages_generated/secret/src/v1beta1/types.gen.ts
+1-2
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,7 @@ export interface Secret {
211
211
*/
212
212
deletionRequestedAt?: Date
213
213
/**
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.
215
215
*/
216
216
keyId?: string
217
217
/**
@@ -392,7 +392,6 @@ export type CreateSecretRequest = {
392
392
*/
393
393
protected: boolean
394
394
/**
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.
0 commit comments