blob: 5b4a2f21179a7698078d6a3c822e4debc40a0b7b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go 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"`
}
|