// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// LocatedRiskEvent undocumented
type LocatedRiskEvent struct {
	// IdentityRiskEvent is the base model of LocatedRiskEvent
	IdentityRiskEvent
	// Location undocumented
	Location *SignInLocation `json:"location,omitempty"`
	// IPAddress undocumented
	IPAddress *string `json:"ipAddress,omitempty"`
}