github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelImpossible.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  import "time"
     6  
     7  // ImpossibleTravelRiskEvent undocumented
     8  type ImpossibleTravelRiskEvent struct {
     9  	// LocatedRiskEvent is the base model of ImpossibleTravelRiskEvent
    10  	LocatedRiskEvent
    11  	// UserAgent undocumented
    12  	UserAgent *string `json:"userAgent,omitempty"`
    13  	// DeviceInformation undocumented
    14  	DeviceInformation *string `json:"deviceInformation,omitempty"`
    15  	// IsAtypicalLocation undocumented
    16  	IsAtypicalLocation *bool `json:"isAtypicalLocation,omitempty"`
    17  	// PreviousSigninDateTime undocumented
    18  	PreviousSigninDateTime *time.Time `json:"previousSigninDateTime,omitempty"`
    19  	// PreviousLocation undocumented
    20  	PreviousLocation *SignInLocation `json:"previousLocation,omitempty"`
    21  	// PreviousIPAddress undocumented
    22  	PreviousIPAddress *string `json:"previousIpAddress,omitempty"`
    23  }