summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/PrivilegedOperationEventModel.go
blob: c4a8027352105137103d8d2fe75b9b5bb165b404 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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"`
}