blob: efa57bbe657f9f1c363abc70a8954658aaf1fd92 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// VulnerabilityState undocumented
type VulnerabilityState struct {
// Object is the base model of VulnerabilityState
Object
// Cve undocumented
Cve *string `json:"cve,omitempty"`
// Severity undocumented
Severity *string `json:"severity,omitempty"`
// WasRunning undocumented
WasRunning *bool `json:"wasRunning,omitempty"`
}
|