Skip to content

Commit 8467ffe

Browse files
Add recoverable field to KMIP object (#129)
Signed-off-by: Giakhanh Hoang <[email protected]>
1 parent 4d39f08 commit 8467ffe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kmip_mgmt_objects.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ type KMIPObject struct {
2626
DestroyedByCertID string `json:"destroyed_by_kmip_client_cert_id,omitempty"`
2727
DestroyedBy string `json:"destroyed_by,omitempty"`
2828
DestroyedAt *time.Time `json:"destroyed_at,omitempty"`
29+
Recoverable *bool `json:"recoverable,omitempty"`
2930
}
3031

3132
type KMIPObjects struct {

0 commit comments

Comments
 (0)