summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelOffice.go
blob: 552025122647ae3bff1a398b0fcb6948da1c6f0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

import "time"

// OfficeClientCheckinStatus undocumented
type OfficeClientCheckinStatus struct {
	// Object is the base model of OfficeClientCheckinStatus
	Object
	// UserPrincipalName undocumented
	UserPrincipalName *string `json:"userPrincipalName,omitempty"`
	// DeviceName undocumented
	DeviceName *string `json:"deviceName,omitempty"`
	// DevicePlatform undocumented
	DevicePlatform *string `json:"devicePlatform,omitempty"`
	// DevicePlatformVersion undocumented
	DevicePlatformVersion *string `json:"devicePlatformVersion,omitempty"`
	// WasSuccessful undocumented
	WasSuccessful *bool `json:"wasSuccessful,omitempty"`
	// UserID undocumented
	UserID *string `json:"userId,omitempty"`
	// CheckinDateTime undocumented
	CheckinDateTime *time.Time `json:"checkinDateTime,omitempty"`
	// ErrorMessage undocumented
	ErrorMessage *string `json:"errorMessage,omitempty"`
	// AppliedPolicies undocumented
	AppliedPolicies []string `json:"appliedPolicies,omitempty"`
}

// OfficeClientConfiguration undocumented
type OfficeClientConfiguration struct {
	// Entity is the base model of OfficeClientConfiguration
	Entity
	// UserPreferencePayload undocumented
	UserPreferencePayload *Stream `json:"userPreferencePayload,omitempty"`
	// PolicyPayload undocumented
	PolicyPayload *Stream `json:"policyPayload,omitempty"`
	// Description undocumented
	Description *string `json:"description,omitempty"`
	// DisplayName undocumented
	DisplayName *string `json:"displayName,omitempty"`
	// Priority undocumented
	Priority *int `json:"priority,omitempty"`
	// UserCheckinSummary undocumented
	UserCheckinSummary *OfficeUserCheckinSummary `json:"userCheckinSummary,omitempty"`
	// CheckinStatuses undocumented
	CheckinStatuses []OfficeClientCheckinStatus `json:"checkinStatuses,omitempty"`
	// Assignments undocumented
	Assignments []OfficeClientConfigurationAssignment `json:"assignments,omitempty"`
}

// OfficeClientConfigurationAssignment undocumented
type OfficeClientConfigurationAssignment struct {
	// Entity is the base model of OfficeClientConfigurationAssignment
	Entity
	// Target undocumented
	Target *OfficeConfigurationAssignmentTarget `json:"target,omitempty"`
}

// OfficeConfiguration undocumented
type OfficeConfiguration struct {
	// Entity is the base model of OfficeConfiguration
	Entity
	// TenantCheckinStatuses undocumented
	TenantCheckinStatuses []OfficeClientCheckinStatus `json:"tenantCheckinStatuses,omitempty"`
	// TenantUserCheckinSummary undocumented
	TenantUserCheckinSummary *OfficeUserCheckinSummary `json:"tenantUserCheckinSummary,omitempty"`
	// ClientConfigurations undocumented
	ClientConfigurations []OfficeClientConfiguration `json:"clientConfigurations,omitempty"`
}

// OfficeConfigurationAssignmentTarget undocumented
type OfficeConfigurationAssignmentTarget struct {
	// Object is the base model of OfficeConfigurationAssignmentTarget
	Object
}

// OfficeConfigurationGroupAssignmentTarget undocumented
type OfficeConfigurationGroupAssignmentTarget struct {
	// OfficeConfigurationAssignmentTarget is the base model of OfficeConfigurationGroupAssignmentTarget
	OfficeConfigurationAssignmentTarget
	// GroupID undocumented
	GroupID *string `json:"groupId,omitempty"`
}

// OfficeGraphInsights undocumented
type OfficeGraphInsights struct {
	// Entity is the base model of OfficeGraphInsights
	Entity
	// Trending undocumented
	Trending []Trending `json:"trending,omitempty"`
	// Shared undocumented
	Shared []SharedInsight `json:"shared,omitempty"`
	// Used undocumented
	Used []UsedInsight `json:"used,omitempty"`
}

// OfficeSuiteApp Contains properties and inherited properties for the Office365 Suite App.
type OfficeSuiteApp struct {
	// MobileApp is the base model of OfficeSuiteApp
	MobileApp
	// AutoAcceptEula The value to accept the EULA automatically on the enduser's device.
	AutoAcceptEula *bool `json:"autoAcceptEula,omitempty"`
	// ProductIDs The Product Ids that represent the Office365 Suite SKU.
	ProductIDs []OfficeProductID `json:"productIds,omitempty"`
	// ExcludedApps The property to represent the apps which are excluded from the selected Office365 Product Id.
	ExcludedApps *ExcludedApps `json:"excludedApps,omitempty"`
	// UseSharedComputerActivation The property to represent that whether the shared computer activation is used not for Office365 app suite.
	UseSharedComputerActivation *bool `json:"useSharedComputerActivation,omitempty"`
	// UpdateChannel The property to represent the Office365 Update Channel.
	UpdateChannel *OfficeUpdateChannel `json:"updateChannel,omitempty"`
	// OfficePlatformArchitecture The property to represent the Office365 app suite version.
	OfficePlatformArchitecture *WindowsArchitecture `json:"officePlatformArchitecture,omitempty"`
	// LocalesToInstall The property to represent the locales which are installed when the apps from Office365 is installed. It uses standard RFC 6033. Ref: https://technet.microsoft.com/en-us/library/cc179219(v=office.16).aspx
	LocalesToInstall []string `json:"localesToInstall,omitempty"`
	// InstallProgressDisplayLevel To specify the level of display for the Installation Progress Setup UI on the Device.
	InstallProgressDisplayLevel *OfficeSuiteInstallProgressDisplayLevel `json:"installProgressDisplayLevel,omitempty"`
	// ShouldUninstallOlderVersionsOfOffice The property to determine whether to uninstall existing Office MSI if an Office365 app suite is deployed to the device or not.
	ShouldUninstallOlderVersionsOfOffice *bool `json:"shouldUninstallOlderVersionsOfOffice,omitempty"`
	// TargetVersion The property to represent the specific target version for the Office365 app suite that should be remained deployed on the devices.
	TargetVersion *string `json:"targetVersion,omitempty"`
	// UpdateVersion The property to represent the update version in which the specific target version is available for the Office365 app suite.
	UpdateVersion *string `json:"updateVersion,omitempty"`
	// OfficeConfigurationXML The property to represent the XML configuration file that can be specified for Office ProPlus Apps. Takes precedence over all other properties. When present, the XML configuration file will be used to create the app.
	OfficeConfigurationXML *Binary `json:"officeConfigurationXml,omitempty"`
}

// OfficeUserCheckinSummary undocumented
type OfficeUserCheckinSummary struct {
	// Object is the base model of OfficeUserCheckinSummary
	Object
	// SucceededUserCount undocumented
	SucceededUserCount *int `json:"succeededUserCount,omitempty"`
	// FailedUserCount undocumented
	FailedUserCount *int `json:"failedUserCount,omitempty"`
}