We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b947bc6 commit 44191a1Copy full SHA for 44191a1
api/secret/v1alpha1/secret_sdk.go
@@ -232,6 +232,8 @@ type SecretVersion struct {
232
// * `destroyed`: the version is permanently deleted. It is not possible to recover it.
233
// Default value: unknown
234
Status SecretVersionStatus `json:"status"`
235
+ // IsLatest: true if the version is the latest one.
236
+ IsLatest bool `json:"is_latest"`
237
// CreatedAt: date and time of the version's creation.
238
CreatedAt *time.Time `json:"created_at"`
239
// UpdatedAt: last update of the version.
0 commit comments