You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelLocated.go

14 lines
372 B
Go

// 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"`
}