Skip to content

Commit abf9c30

Browse files
feat(secret): add support for DeletedAt in SecretVersion (#2404)
Co-authored-by: Rémy Léone <[email protected]>
1 parent c1ea07c commit abf9c30

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
@@ -422,6 +422,9 @@ type SecretVersion struct {
422422
// UpdatedAt: last update of the version.
423423
UpdatedAt *time.Time `json:"updated_at"`
424424

425+
// DeletedAt: date and time of the version's deletion.
426+
DeletedAt *time.Time `json:"deleted_at"`
427+
425428
// Description: description of the version.
426429
Description *string `json:"description"`
427430

0 commit comments

Comments
 (0)