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