mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 15:40:30 +00:00
795a8705c3
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
40 lines
1.4 KiB
Go
40 lines
1.4 KiB
Go
// 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"`
|
|
}
|