summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelLocated.go
blob: cba847c1bfc692aa11feb1078bcfc4eaeacc9dfa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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"`
}