// Code generated by msgraph-generate.go DO NOT EDIT. package msgraph // ShareAction undocumented type ShareAction struct { // Object is the base model of ShareAction Object // Recipients undocumented Recipients []IdentitySet `json:"recipients,omitempty"` } // SharePointActivityPages undocumented type SharePointActivityPages struct { // Entity is the base model of SharePointActivityPages Entity // ReportRefreshDate undocumented ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"` // VisitedPageCount undocumented VisitedPageCount *int `json:"visitedPageCount,omitempty"` // ReportDate undocumented ReportDate *Date `json:"reportDate,omitempty"` // ReportPeriod undocumented ReportPeriod *string `json:"reportPeriod,omitempty"` } // SharePointActivityUserCounts undocumented type SharePointActivityUserCounts struct { // Entity is the base model of SharePointActivityUserCounts Entity // ReportRefreshDate undocumented ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"` // VisitedPage undocumented VisitedPage *int `json:"visitedPage,omitempty"` // ViewedOrEdited undocumented ViewedOrEdited *int `json:"viewedOrEdited,omitempty"` // Synced undocumented Synced *int `json:"synced,omitempty"` // SharedInternally undocumented SharedInternally *int `json:"sharedInternally,omitempty"` // SharedExternally undocumented SharedExternally *int `json:"sharedExternally,omitempty"` // ReportDate undocumented ReportDate *Date `json:"reportDate,omitempty"` // ReportPeriod undocumented ReportPeriod *string `json:"reportPeriod,omitempty"` } // SharePointActivityUserDetail undocumented type SharePointActivityUserDetail struct { // Entity is the base model of SharePointActivityUserDetail Entity // ReportRefreshDate undocumented ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"` // UserPrincipalName undocumented UserPrincipalName *string `json:"userPrincipalName,omitempty"` // IsDeleted undocumented IsDeleted *bool `json:"isDeleted,omitempty"` // DeletedDate undocumented DeletedDate *Date `json:"deletedDate,omitempty"` // LastActivityDate undocumented LastActivityDate *Date `json:"lastActivityDate,omitempty"` // ViewedOrEditedFileCount undocumented ViewedOrEditedFileCount *int `json:"viewedOrEditedFileCount,omitempty"` // SyncedFileCount undocumented SyncedFileCount *int `json:"syncedFileCount,omitempty"` // SharedInternallyFileCount undocumented SharedInternallyFileCount *int `json:"sharedInternallyFileCount,omitempty"` // SharedExternallyFileCount undocumented SharedExternallyFileCount *int `json:"sharedExternallyFileCount,omitempty"` // VisitedPageCount undocumented VisitedPageCount *int `json:"visitedPageCount,omitempty"` // AssignedProducts undocumented AssignedProducts []string `json:"assignedProducts,omitempty"` // ReportPeriod undocumented ReportPeriod *string `json:"reportPeriod,omitempty"` } // SharePointSiteUsageDetail undocumented type SharePointSiteUsageDetail struct { // Entity is the base model of SharePointSiteUsageDetail Entity // ReportRefreshDate undocumented ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"` // SiteID undocumented SiteID *UUID `json:"siteId,omitempty"` // SiteURL undocumented SiteURL *string `json:"siteUrl,omitempty"` // OwnerDisplayName undocumented OwnerDisplayName *string `json:"ownerDisplayName,omitempty"` // OwnerPrincipalName undocumented OwnerPrincipalName *string `json:"ownerPrincipalName,omitempty"` // IsDeleted undocumented IsDeleted *bool `json:"isDeleted,omitempty"` // LastActivityDate undocumented LastActivityDate *Date `json:"lastActivityDate,omitempty"` // FileCount undocumented FileCount *int `json:"fileCount,omitempty"` // ActiveFileCount undocumented ActiveFileCount *int `json:"activeFileCount,omitempty"` // PageViewCount undocumented PageViewCount *int `json:"pageViewCount,omitempty"` // VisitedPageCount undocumented VisitedPageCount *int `json:"visitedPageCount,omitempty"` // StorageUsedInBytes undocumented StorageUsedInBytes *int `json:"storageUsedInBytes,omitempty"` // StorageAllocatedInBytes undocumented StorageAllocatedInBytes *int `json:"storageAllocatedInBytes,omitempty"` // RootWebTemplate undocumented RootWebTemplate *string `json:"rootWebTemplate,omitempty"` // ReportPeriod undocumented ReportPeriod *string `json:"reportPeriod,omitempty"` } // SharePointSiteUsageFileCounts undocumented type SharePointSiteUsageFileCounts struct { // Entity is the base model of SharePointSiteUsageFileCounts Entity // ReportRefreshDate undocumented ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"` // SiteType undocumented SiteType *string `json:"siteType,omitempty"` // Total undocumented Total *int `json:"total,omitempty"` // Active undocumented Active *int `json:"active,omitempty"` // ReportDate undocumented ReportDate *Date `json:"reportDate,omitempty"` // ReportPeriod undocumented ReportPeriod *string `json:"reportPeriod,omitempty"` } // SharePointSiteUsagePages undocumented type SharePointSiteUsagePages struct { // Entity is the base model of SharePointSiteUsagePages Entity // ReportRefreshDate undocumented ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"` // SiteType undocumented SiteType *string `json:"siteType,omitempty"` // PageViewCount undocumented PageViewCount *int `json:"pageViewCount,omitempty"` // ReportDate undocumented ReportDate *Date `json:"reportDate,omitempty"` // ReportPeriod undocumented ReportPeriod *string `json:"reportPeriod,omitempty"` } // SharePointSiteUsageSiteCounts undocumented type SharePointSiteUsageSiteCounts struct { // Entity is the base model of SharePointSiteUsageSiteCounts Entity // ReportRefreshDate undocumented ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"` // SiteType undocumented SiteType *string `json:"siteType,omitempty"` // Total undocumented Total *int `json:"total,omitempty"` // Active undocumented Active *int `json:"active,omitempty"` // ReportDate undocumented ReportDate *Date `json:"reportDate,omitempty"` // ReportPeriod undocumented ReportPeriod *string `json:"reportPeriod,omitempty"` }