summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/PrivilegedOperationEventModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/PrivilegedOperationEventModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/PrivilegedOperationEventModel.go39
1 files changed, 0 insertions, 39 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/PrivilegedOperationEventModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/PrivilegedOperationEventModel.go
deleted file mode 100644
index c4a80273..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/PrivilegedOperationEventModel.go
+++ /dev/null
@@ -1,39 +0,0 @@
-// 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"`
-}