forked from lug/matterbridge
Add initial Microsoft Teams support
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
This commit is contained in:
39
vendor/github.com/yaegashi/msgraph.go/beta/PrivilegedOperationEventModel.go
generated
vendored
Normal file
39
vendor/github.com/yaegashi/msgraph.go/beta/PrivilegedOperationEventModel.go
generated
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
import "time"
|
||||
|
||||
// PrivilegedOperationEvent undocumented
|
||||
type PrivilegedOperationEvent struct {
|
||||
// Entity is the base model of PrivilegedOperationEvent
|
||||
Entity
|
||||
// UserID undocumented
|
||||
UserID *string `json:"userId,omitempty"`
|
||||
// UserName undocumented
|
||||
UserName *string `json:"userName,omitempty"`
|
||||
// UserMail undocumented
|
||||
UserMail *string `json:"userMail,omitempty"`
|
||||
// RoleID undocumented
|
||||
RoleID *string `json:"roleId,omitempty"`
|
||||
// RoleName undocumented
|
||||
RoleName *string `json:"roleName,omitempty"`
|
||||
// ExpirationDateTime undocumented
|
||||
ExpirationDateTime *time.Time `json:"expirationDateTime,omitempty"`
|
||||
// CreationDateTime undocumented
|
||||
CreationDateTime *time.Time `json:"creationDateTime,omitempty"`
|
||||
// RequestorID undocumented
|
||||
RequestorID *string `json:"requestorId,omitempty"`
|
||||
// RequestorName undocumented
|
||||
RequestorName *string `json:"requestorName,omitempty"`
|
||||
// TenantID undocumented
|
||||
TenantID *string `json:"tenantId,omitempty"`
|
||||
// RequestType undocumented
|
||||
RequestType *string `json:"requestType,omitempty"`
|
||||
// AdditionalInformation undocumented
|
||||
AdditionalInformation *string `json:"additionalInformation,omitempty"`
|
||||
// ReferenceKey undocumented
|
||||
ReferenceKey *string `json:"referenceKey,omitempty"`
|
||||
// ReferenceSystem undocumented
|
||||
ReferenceSystem *string `json:"referenceSystem,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user