// 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"`
}