blob: 0737c4c09ea332b12f85c4f2c4423011a62fd39c (
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
// AuditActivityInitiator undocumented
type AuditActivityInitiator struct {
// Object is the base model of AuditActivityInitiator
Object
// User undocumented
User *UserIdentity `json:"user,omitempty"`
// App undocumented
App *AppIdentity `json:"app,omitempty"`
}
|