Skip to content

Commit

Permalink
feat(secret): add support for DeletedAt in SecretVersion (#2404)
Browse files Browse the repository at this point in the history
Co-authored-by: Rémy Léone <[email protected]>
  • Loading branch information
scaleway-bot and remyleone authored Jan 30, 2025
1 parent c1ea07c commit abf9c30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/secret/v1beta1/secret_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,9 @@ type SecretVersion struct {
// UpdatedAt: last update of the version.
UpdatedAt *time.Time `json:"updated_at"`

// DeletedAt: date and time of the version's deletion.
DeletedAt *time.Time `json:"deleted_at"`

// Description: description of the version.
Description *string `json:"description"`

Expand Down

0 comments on commit abf9c30

Please sign in to comment.