blob: cba847c1bfc692aa11feb1078bcfc4eaeacc9dfa (
plain) (
tree)
|
|
// 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"`
}
|