diff --git a/api/secret/v1beta1/secret_sdk.go b/api/secret/v1beta1/secret_sdk.go index 874556bd7..da591c986 100644 --- a/api/secret/v1beta1/secret_sdk.go +++ b/api/secret/v1beta1/secret_sdk.go @@ -493,7 +493,7 @@ type Secret struct { // DeletionRequestedAt: returns the time at which deletion was requested. DeletionRequestedAt *time.Time `json:"deletion_requested_at"` - // KeyID: (Optional.) The Scaleway's Key Manager key ID used to encrypt and decrypt secret versions. + // KeyID: (Optional.) The Scaleway Key Manager key ID used to encrypt and decrypt secret versions. KeyID *string `json:"key_id"` // Region: region of the secret. @@ -664,7 +664,7 @@ type CreateSecretRequest struct { // Protected: a protected secret cannot be deleted. Protected bool `json:"protected"` - // 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. + // 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. KeyID *string `json:"key_id,omitempty"` }