Skip to content

Commit 6f998f4

Browse files
scaleway-botjremy42remyleone
authored
feat(secret_manager): update documentation about key_id (scaleway#2528)
Co-authored-by: Jonathan R. <[email protected]> Co-authored-by: Rémy Léone <[email protected]>
1 parent bf0864e commit 6f998f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/secret/v1beta1/secret_sdk.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ type Secret struct {
493493
// DeletionRequestedAt: returns the time at which deletion was requested.
494494
DeletionRequestedAt *time.Time `json:"deletion_requested_at"`
495495

496-
// 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.
497497
KeyID *string `json:"key_id"`
498498

499499
// Region: region of the secret.
@@ -664,7 +664,7 @@ type CreateSecretRequest struct {
664664
// Protected: a protected secret cannot be deleted.
665665
Protected bool `json:"protected"`
666666

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.
668668
KeyID *string `json:"key_id,omitempty"`
669669
}
670670

0 commit comments

Comments
 (0)