blob: 199ccc67165e9fcefd93b213e8d23348bcbb1469 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
import "time"
// SignInActivity undocumented
type SignInActivity struct {
// Object is the base model of SignInActivity
Object
// LastSignInDateTime undocumented
LastSignInDateTime *time.Time `json:"lastSignInDateTime,omitempty"`
// LastSignInRequestID undocumented
LastSignInRequestID *string `json:"lastSignInRequestId,omitempty"`
}
|