Skip to content

Commit 78faaab

Browse files
feat(secret_manager): add the region of the version (scaleway#2770)
Co-authored-by: Jonathan R. <[email protected]>
1 parent e61d703 commit 78faaab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/secret/v1beta1/secret_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,9 @@ type SecretVersion struct {
438438

439439
// DeletionRequestedAt: returns the time at which deletion was requested.
440440
DeletionRequestedAt *time.Time `json:"deletion_requested_at"`
441+
442+
// Region: region of the version.
443+
Region scw.Region `json:"region"`
441444
}
442445

443446
// Secret: secret.

0 commit comments

Comments
 (0)