github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelVulnerability.go (about)

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