diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ModelOffice365.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ModelOffice365.go | 283 |
1 files changed, 283 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ModelOffice365.go b/vendor/github.com/yaegashi/msgraph.go/beta/ModelOffice365.go new file mode 100644 index 00000000..3f81ff91 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/ModelOffice365.go @@ -0,0 +1,283 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// Office365ActivationCounts undocumented +type Office365ActivationCounts struct { + // Entity is the base model of Office365ActivationCounts + Entity + // ReportRefreshDate undocumented + ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"` + // ProductType undocumented + ProductType *string `json:"productType,omitempty"` + // Windows undocumented + Windows *int `json:"windows,omitempty"` + // Mac undocumented + Mac *int `json:"mac,omitempty"` + // Android undocumented + Android *int `json:"android,omitempty"` + // IOS undocumented + IOS *int `json:"ios,omitempty"` + // Windows10Mobile undocumented + Windows10Mobile *int `json:"windows10Mobile,omitempty"` +} + +// Office365ActivationsUserCounts undocumented +type Office365ActivationsUserCounts struct { + // Entity is the base model of Office365ActivationsUserCounts + Entity + // ReportRefreshDate undocumented + ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"` + // ProductType undocumented + ProductType *string `json:"productType,omitempty"` + // Assigned undocumented + Assigned *int `json:"assigned,omitempty"` + // Activated undocumented + Activated *int `json:"activated,omitempty"` + // SharedComputerActivation undocumented + SharedComputerActivation *int `json:"sharedComputerActivation,omitempty"` +} + +// Office365ActivationsUserDetail undocumented +type Office365ActivationsUserDetail struct { + // Entity is the base model of Office365ActivationsUserDetail + Entity + // ReportRefreshDate undocumented + ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"` + // UserPrincipalName undocumented + UserPrincipalName *string `json:"userPrincipalName,omitempty"` + // DisplayName undocumented + DisplayName *string `json:"displayName,omitempty"` + // UserActivationCounts undocumented + UserActivationCounts []UserActivationCounts `json:"userActivationCounts,omitempty"` +} + +// Office365ActiveUserCounts undocumented +type Office365ActiveUserCounts struct { + // Entity is the base model of Office365ActiveUserCounts + Entity + // ReportRefreshDate undocumented + ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"` + // Office365 undocumented + Office365 *int `json:"office365,omitempty"` + // Exchange undocumented + Exchange *int `json:"exchange,omitempty"` + // OneDrive undocumented + OneDrive *int `json:"oneDrive,omitempty"` + // SharePoint undocumented + SharePoint *int `json:"sharePoint,omitempty"` + // SkypeForBusiness undocumented + SkypeForBusiness *int `json:"skypeForBusiness,omitempty"` + // Yammer undocumented + Yammer *int `json:"yammer,omitempty"` + // Teams undocumented + Teams *int `json:"teams,omitempty"` + // ReportDate undocumented + ReportDate *Date `json:"reportDate,omitempty"` + // ReportPeriod undocumented + ReportPeriod *string `json:"reportPeriod,omitempty"` +} + +// Office365ActiveUserDetail undocumented +type Office365ActiveUserDetail struct { + // Entity is the base model of Office365ActiveUserDetail + Entity + // ReportRefreshDate undocumented + ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"` + // UserPrincipalName undocumented + UserPrincipalName *string `json:"userPrincipalName,omitempty"` + // DisplayName undocumented + DisplayName *string `json:"displayName,omitempty"` + // IsDeleted undocumented + IsDeleted *bool `json:"isDeleted,omitempty"` + // DeletedDate undocumented + DeletedDate *Date `json:"deletedDate,omitempty"` + // HasExchangeLicense undocumented + HasExchangeLicense *bool `json:"hasExchangeLicense,omitempty"` + // HasOneDriveLicense undocumented + HasOneDriveLicense *bool `json:"hasOneDriveLicense,omitempty"` + // HasSharePointLicense undocumented + HasSharePointLicense *bool `json:"hasSharePointLicense,omitempty"` + // HasSkypeForBusinessLicense undocumented + HasSkypeForBusinessLicense *bool `json:"hasSkypeForBusinessLicense,omitempty"` + // HasYammerLicense undocumented + HasYammerLicense *bool `json:"hasYammerLicense,omitempty"` + // HasTeamsLicense undocumented + HasTeamsLicense *bool `json:"hasTeamsLicense,omitempty"` + // ExchangeLastActivityDate undocumented + ExchangeLastActivityDate *Date `json:"exchangeLastActivityDate,omitempty"` + // OneDriveLastActivityDate undocumented + OneDriveLastActivityDate *Date `json:"oneDriveLastActivityDate,omitempty"` + // SharePointLastActivityDate undocumented + SharePointLastActivityDate *Date `json:"sharePointLastActivityDate,omitempty"` + // SkypeForBusinessLastActivityDate undocumented + SkypeForBusinessLastActivityDate *Date `json:"skypeForBusinessLastActivityDate,omitempty"` + // YammerLastActivityDate undocumented + YammerLastActivityDate *Date `json:"yammerLastActivityDate,omitempty"` + // TeamsLastActivityDate undocumented + TeamsLastActivityDate *Date `json:"teamsLastActivityDate,omitempty"` + // ExchangeLicenseAssignDate undocumented + ExchangeLicenseAssignDate *Date `json:"exchangeLicenseAssignDate,omitempty"` + // OneDriveLicenseAssignDate undocumented + OneDriveLicenseAssignDate *Date `json:"oneDriveLicenseAssignDate,omitempty"` + // SharePointLicenseAssignDate undocumented + SharePointLicenseAssignDate *Date `json:"sharePointLicenseAssignDate,omitempty"` + // SkypeForBusinessLicenseAssignDate undocumented + SkypeForBusinessLicenseAssignDate *Date `json:"skypeForBusinessLicenseAssignDate,omitempty"` + // YammerLicenseAssignDate undocumented + YammerLicenseAssignDate *Date `json:"yammerLicenseAssignDate,omitempty"` + // TeamsLicenseAssignDate undocumented + TeamsLicenseAssignDate *Date `json:"teamsLicenseAssignDate,omitempty"` + // AssignedProducts undocumented + AssignedProducts []string `json:"assignedProducts,omitempty"` +} + +// Office365GroupsActivityCounts undocumented +type Office365GroupsActivityCounts struct { + // Entity is the base model of Office365GroupsActivityCounts + Entity + // ReportRefreshDate undocumented + ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"` + // ExchangeEmailsReceived undocumented + ExchangeEmailsReceived *int `json:"exchangeEmailsReceived,omitempty"` + // YammerMessagesPosted undocumented + YammerMessagesPosted *int `json:"yammerMessagesPosted,omitempty"` + // YammerMessagesRead undocumented + YammerMessagesRead *int `json:"yammerMessagesRead,omitempty"` + // YammerMessagesLiked undocumented + YammerMessagesLiked *int `json:"yammerMessagesLiked,omitempty"` + // ReportDate undocumented + ReportDate *Date `json:"reportDate,omitempty"` + // ReportPeriod undocumented + ReportPeriod *string `json:"reportPeriod,omitempty"` +} + +// Office365GroupsActivityDetail undocumented +type Office365GroupsActivityDetail struct { + // Entity is the base model of Office365GroupsActivityDetail + Entity + // ReportRefreshDate undocumented + ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"` + // GroupID undocumented + GroupID *string `json:"groupId,omitempty"` + // GroupDisplayName undocumented + GroupDisplayName *string `json:"groupDisplayName,omitempty"` + // IsDeleted undocumented + IsDeleted *bool `json:"isDeleted,omitempty"` + // OwnerPrincipalName undocumented + OwnerPrincipalName *string `json:"ownerPrincipalName,omitempty"` + // LastActivityDate undocumented + LastActivityDate *Date `json:"lastActivityDate,omitempty"` + // GroupType undocumented + GroupType *string `json:"groupType,omitempty"` + // MemberCount undocumented + MemberCount *int `json:"memberCount,omitempty"` + // ExternalMemberCount undocumented + ExternalMemberCount *int `json:"externalMemberCount,omitempty"` + // ExchangeReceivedEmailCount undocumented + ExchangeReceivedEmailCount *int `json:"exchangeReceivedEmailCount,omitempty"` + // SharePointActiveFileCount undocumented + SharePointActiveFileCount *int `json:"sharePointActiveFileCount,omitempty"` + // YammerPostedMessageCount undocumented + YammerPostedMessageCount *int `json:"yammerPostedMessageCount,omitempty"` + // YammerReadMessageCount undocumented + YammerReadMessageCount *int `json:"yammerReadMessageCount,omitempty"` + // YammerLikedMessageCount undocumented + YammerLikedMessageCount *int `json:"yammerLikedMessageCount,omitempty"` + // ExchangeMailboxTotalItemCount undocumented + ExchangeMailboxTotalItemCount *int `json:"exchangeMailboxTotalItemCount,omitempty"` + // ExchangeMailboxStorageUsedInBytes undocumented + ExchangeMailboxStorageUsedInBytes *int `json:"exchangeMailboxStorageUsedInBytes,omitempty"` + // SharePointTotalFileCount undocumented + SharePointTotalFileCount *int `json:"sharePointTotalFileCount,omitempty"` + // SharePointSiteStorageUsedInBytes undocumented + SharePointSiteStorageUsedInBytes *int `json:"sharePointSiteStorageUsedInBytes,omitempty"` + // ReportPeriod undocumented + ReportPeriod *string `json:"reportPeriod,omitempty"` +} + +// Office365GroupsActivityFileCounts undocumented +type Office365GroupsActivityFileCounts struct { + // Entity is the base model of Office365GroupsActivityFileCounts + Entity + // ReportRefreshDate undocumented + ReportRefreshDate *Date `json:"reportRefreshDate,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"` +} + +// Office365GroupsActivityGroupCounts undocumented +type Office365GroupsActivityGroupCounts struct { + // Entity is the base model of Office365GroupsActivityGroupCounts + Entity + // ReportRefreshDate undocumented + ReportRefreshDate *Date `json:"reportRefreshDate,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"` +} + +// Office365GroupsActivityStorage undocumented +type Office365GroupsActivityStorage struct { + // Entity is the base model of Office365GroupsActivityStorage + Entity + // ReportRefreshDate undocumented + ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"` + // MailboxStorageUsedInBytes undocumented + MailboxStorageUsedInBytes *int `json:"mailboxStorageUsedInBytes,omitempty"` + // SiteStorageUsedInBytes undocumented + SiteStorageUsedInBytes *int `json:"siteStorageUsedInBytes,omitempty"` + // ReportDate undocumented + ReportDate *Date `json:"reportDate,omitempty"` + // ReportPeriod undocumented + ReportPeriod *string `json:"reportPeriod,omitempty"` +} + +// Office365ServicesUserCounts undocumented +type Office365ServicesUserCounts struct { + // Entity is the base model of Office365ServicesUserCounts + Entity + // ReportRefreshDate undocumented + ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"` + // ExchangeActive undocumented + ExchangeActive *int `json:"exchangeActive,omitempty"` + // ExchangeInactive undocumented + ExchangeInactive *int `json:"exchangeInactive,omitempty"` + // OneDriveActive undocumented + OneDriveActive *int `json:"oneDriveActive,omitempty"` + // OneDriveInactive undocumented + OneDriveInactive *int `json:"oneDriveInactive,omitempty"` + // SharePointActive undocumented + SharePointActive *int `json:"sharePointActive,omitempty"` + // SharePointInactive undocumented + SharePointInactive *int `json:"sharePointInactive,omitempty"` + // SkypeForBusinessActive undocumented + SkypeForBusinessActive *int `json:"skypeForBusinessActive,omitempty"` + // SkypeForBusinessInactive undocumented + SkypeForBusinessInactive *int `json:"skypeForBusinessInactive,omitempty"` + // YammerActive undocumented + YammerActive *int `json:"yammerActive,omitempty"` + // YammerInactive undocumented + YammerInactive *int `json:"yammerInactive,omitempty"` + // TeamsActive undocumented + TeamsActive *int `json:"teamsActive,omitempty"` + // TeamsInactive undocumented + TeamsInactive *int `json:"teamsInactive,omitempty"` + // Office365Active undocumented + Office365Active *int `json:"office365Active,omitempty"` + // Office365Inactive undocumented + Office365Inactive *int `json:"office365Inactive,omitempty"` + // ReportPeriod undocumented + ReportPeriod *string `json:"reportPeriod,omitempty"` +} |