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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // MalwareRiskEvent undocumented
     6  type MalwareRiskEvent struct {
     7  	// LocatedRiskEvent is the base model of MalwareRiskEvent
     8  	LocatedRiskEvent
     9  	// DeviceInformation undocumented
    10  	DeviceInformation *string `json:"deviceInformation,omitempty"`
    11  	// MalwareName undocumented
    12  	MalwareName *string `json:"malwareName,omitempty"`
    13  }
    14  
    15  // MalwareState undocumented
    16  type MalwareState struct {
    17  	// Object is the base model of MalwareState
    18  	Object
    19  	// Category undocumented
    20  	Category *string `json:"category,omitempty"`
    21  	// Family undocumented
    22  	Family *string `json:"family,omitempty"`
    23  	// Name undocumented
    24  	Name *string `json:"name,omitempty"`
    25  	// Severity undocumented
    26  	Severity *string `json:"severity,omitempty"`
    27  	// WasRunning undocumented
    28  	WasRunning *bool `json:"wasRunning,omitempty"`
    29  }