// 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"`
}