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.
497
+
KeyID*string`json:"key_id"`
498
+
496
499
// Region: region of the secret.
497
500
Region scw.Region`json:"region"`
498
501
}
@@ -660,6 +663,9 @@ type CreateSecretRequest struct {
660
663
661
664
// Protected: a protected secret cannot be deleted.
662
665
Protectedbool`json:"protected"`
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.
668
+
KeyID*string`json:"key_id,omitempty"`
663
669
}
664
670
665
671
// CreateSecretVersionRequest: create secret version request.
0 commit comments