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 4d39f08 commit 8467ffeCopy full SHA for 8467ffe
kmip_mgmt_objects.go
@@ -26,6 +26,7 @@ type KMIPObject struct {
26
DestroyedByCertID string `json:"destroyed_by_kmip_client_cert_id,omitempty"`
27
DestroyedBy string `json:"destroyed_by,omitempty"`
28
DestroyedAt *time.Time `json:"destroyed_at,omitempty"`
29
+ Recoverable *bool `json:"recoverable,omitempty"`
30
}
31
32
type KMIPObjects struct {
0 commit comments