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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // LocatedRiskEvent undocumented
     6  type LocatedRiskEvent struct {
     7  	// IdentityRiskEvent is the base model of LocatedRiskEvent
     8  	IdentityRiskEvent
     9  	// Location undocumented
    10  	Location *SignInLocation `json:"location,omitempty"`
    11  	// IPAddress undocumented
    12  	IPAddress *string `json:"ipAddress,omitempty"`
    13  }