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/clients/src/api/secret/v1beta1/types.gen.ts
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -210,6 +210,10 @@ export interface Secret {
210
210
* Returns the time at which deletion was requested.
211
211
*/
212
212
deletionRequestedAt?: Date
213
+
/**
214
+
* (Optional.) The Scaleway's Key Manager key ID used to encrypt and decrypt secret versions.
215
+
*/
216
+
keyId?: string
213
217
/**
214
218
* Region of the secret.
215
219
*/
@@ -387,6 +391,10 @@ export type CreateSecretRequest = {
387
391
* A protected secret cannot be deleted.
388
392
*/
389
393
protected: boolean
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