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
// KeyID: (Optional.) The Scaleway's Key Manager key ID used to encrypt and decrypt secret versions.
496
+
// KeyID: (Optional.) The Scaleway Key Manager key ID used to encrypt and decrypt secret versions.
497
497
KeyID*string`json:"key_id"`
498
498
499
499
// Region: region of the secret.
@@ -664,7 +664,7 @@ type CreateSecretRequest struct {
664
664
// Protected: a protected secret cannot be deleted.
665
665
Protectedbool`json:"protected"`
666
666
667
-
// KeyID: (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.
667
+
// KeyID: (Optional.) The Scaleway Key Manager key ID will be used to encrypt and decrypt secret versions. If not specified, Secret Manager will use a Key Manager internal key.
0 commit comments