Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api/secret/v1beta1/secret_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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"`
}

Expand Down
Loading