Skip to content

Commit 235f935

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update generated files with build 87606
1 parent 7b55d21 commit 235f935

File tree

88 files changed

+3126
-161
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+3126
-161
lines changed

src/Beta/Microsoft/Graph/ExternalConnectors/Model/ComplianceSettings.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class ComplianceSettings extends \Beta\Microsoft\Graph\Model\Entity
2626

2727
/**
2828
* Gets the eDiscoveryResultTemplates
29+
* Enables the developer to define the appearance of the content and configure conditions that dictate when the template should be displayed. Maximum of two eDiscovery result templates per connection.
2930
*
3031
* @return DisplayTemplate|null The eDiscoveryResultTemplates
3132
*/
@@ -44,6 +45,7 @@ public function getEDiscoveryResultTemplates()
4445

4546
/**
4647
* Sets the eDiscoveryResultTemplates
48+
* Enables the developer to define the appearance of the content and configure conditions that dictate when the template should be displayed. Maximum of two eDiscovery result templates per connection.
4749
*
4850
* @param DisplayTemplate $val The value to assign to the eDiscoveryResultTemplates
4951
*

src/Beta/Microsoft/Graph/ExternalConnectors/Model/ExternalConnection.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public function setActivitySettings($val)
5959

6060
/**
6161
* Gets the complianceSettings
62+
* The settings required for the connection to participate in eDiscovery, such as the display templates for eDiscovery results.
6263
*
6364
* @return ComplianceSettings|null The complianceSettings
6465
*/
@@ -77,6 +78,7 @@ public function getComplianceSettings()
7778

7879
/**
7980
* Sets the complianceSettings
81+
* The settings required for the connection to participate in eDiscovery, such as the display templates for eDiscovery results.
8082
*
8183
* @param ComplianceSettings $val The complianceSettings
8284
*
@@ -181,6 +183,7 @@ public function setDescription($val)
181183

182184
/**
183185
* Gets the enabledContentExperiences
186+
* The list of content experiences the connection will participate in. Possible values are search and compliance.
184187
*
185188
* @return ContentExperienceType|null The enabledContentExperiences
186189
*/
@@ -199,6 +202,7 @@ public function getEnabledContentExperiences()
199202

200203
/**
201204
* Sets the enabledContentExperiences
205+
* The list of content experiences the connection will participate in. Possible values are search and compliance.
202206
*
203207
* @param ContentExperienceType $val The enabledContentExperiences
204208
*

src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/LifecycleManagementSettings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class LifecycleManagementSettings extends \Beta\Microsoft\Graph\Model\Entity
2626
{
2727
/**
2828
* Gets the workflowScheduleIntervalInHours
29-
* The interval in hours at which all workflows running in the tenant should be scheduled for execution. This interval has a minimum value of 1 and a maximum value of 24.
29+
* The interval in hours at which all workflows running in the tenant should be scheduled for execution. This interval has a minimum value of 1 and a maximum value of 24. The default value is 3 hours.
3030
*
3131
* @return int|null The workflowScheduleIntervalInHours
3232
*/
@@ -41,7 +41,7 @@ public function getWorkflowScheduleIntervalInHours()
4141

4242
/**
4343
* Sets the workflowScheduleIntervalInHours
44-
* The interval in hours at which all workflows running in the tenant should be scheduled for execution. This interval has a minimum value of 1 and a maximum value of 24.
44+
* The interval in hours at which all workflows running in the tenant should be scheduled for execution. This interval has a minimum value of 1 and a maximum value of 24. The default value is 3 hours.
4545
*
4646
* @param int $val The workflowScheduleIntervalInHours
4747
*

src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/Task.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Task extends \Beta\Microsoft\Graph\Model\Entity
2727

2828
/**
2929
* Gets the arguments
30-
* Arguments included within the task.
30+
* Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks.
3131
*
3232
* @return array|null The arguments
3333
*/
@@ -42,7 +42,7 @@ public function getArguments()
4242

4343
/**
4444
* Sets the arguments
45-
* Arguments included within the task.
45+
* Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks.
4646
*
4747
* @param \Beta\Microsoft\Graph\Model\KeyValuePair[] $val The arguments
4848
*

src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TaskDefinition.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class TaskDefinition extends \Beta\Microsoft\Graph\Model\Entity
2626
{
2727
/**
2828
* Gets the category
29-
* The category of the HR function that the tasks created using this definition can be used with. The possible values are: joiner, leaver.
29+
* The category of the HR function that the tasks created using this definition can be used with. The possible values are: joiner, leaver. This is a multi-valued enumeration whose allowed combinations are joiner, joiner,leaver, or leaver. Supports $filter (eq).
3030
*
3131
* @return LifecycleTaskCategory|null The category
3232
*/
@@ -45,7 +45,7 @@ public function getCategory()
4545

4646
/**
4747
* Sets the category
48-
* The category of the HR function that the tasks created using this definition can be used with. The possible values are: joiner, leaver.
48+
* The category of the HR function that the tasks created using this definition can be used with. The possible values are: joiner, leaver. This is a multi-valued enumeration whose allowed combinations are joiner, joiner,leaver, or leaver. Supports $filter (eq).
4949
*
5050
* @param LifecycleTaskCategory $val The category
5151
*
@@ -115,7 +115,7 @@ public function setDescription($val)
115115

116116
/**
117117
* Gets the displayName
118-
* The display name of the taskDefinition.
118+
* The display name of the taskDefinition`.
119119
*
120120
* @return string|null The displayName
121121
*/
@@ -130,7 +130,7 @@ public function getDisplayName()
130130

131131
/**
132132
* Sets the displayName
133-
* The display name of the taskDefinition.
133+
* The display name of the taskDefinition`.
134134
*
135135
* @param string $val The displayName
136136
*
@@ -145,7 +145,7 @@ public function setDisplayName($val)
145145

146146
/**
147147
* Gets the parameters
148-
* The parameters that must be supplied when creating a task.
148+
* The parameters that must be supplied when creating a workflow task object.
149149
*
150150
* @return array|null The parameters
151151
*/
@@ -160,7 +160,7 @@ public function getParameters()
160160

161161
/**
162162
* Sets the parameters
163-
* The parameters that must be supplied when creating a task.
163+
* The parameters that must be supplied when creating a workflow task object.
164164
*
165165
* @param Parameter[] $val The parameters
166166
*

src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/TimeBasedAttributeTrigger.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class TimeBasedAttributeTrigger extends WorkflowExecutionTrigger
2525
{
2626
/**
2727
* Gets the offsetInDays
28-
* How many days before or after the time-based attribute specified the workflow should trigger. For example, if the attribute is employeeHireDate and offsetInDays is -1, then the workflow should trigger one day before the employee hire date.
28+
* How many days before or after the time-based attribute specified the workflow should trigger. For example, if the attribute is employeeHireDate and offsetInDays is -1, then the workflow should trigger one day before the employee hire date. The value can range between -60 and 60 days.
2929
*
3030
* @return int|null The offsetInDays
3131
*/
@@ -40,7 +40,7 @@ public function getOffsetInDays()
4040

4141
/**
4242
* Sets the offsetInDays
43-
* How many days before or after the time-based attribute specified the workflow should trigger. For example, if the attribute is employeeHireDate and offsetInDays is -1, then the workflow should trigger one day before the employee hire date.
43+
* How many days before or after the time-based attribute specified the workflow should trigger. For example, if the attribute is employeeHireDate and offsetInDays is -1, then the workflow should trigger one day before the employee hire date. The value can range between -60 and 60 days.
4444
*
4545
* @param int $val The value of the offsetInDays
4646
*

src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/Workflow.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public function setVersion($val)
209209

210210
/**
211211
* Gets the executionScope
212-
* The unique identifier of the Azure AD identity that last modified the workflow object..
212+
* The unique identifier of the Azure AD identity that last modified the workflow object.
213213
*
214214
* @return array|null The executionScope
215215
*/
@@ -224,7 +224,7 @@ public function getExecutionScope()
224224

225225
/**
226226
* Sets the executionScope
227-
* The unique identifier of the Azure AD identity that last modified the workflow object..
227+
* The unique identifier of the Azure AD identity that last modified the workflow object.
228228
*
229229
* @param \Beta\Microsoft\Graph\Model\User[] $val The executionScope
230230
*

src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/WorkflowTemplate.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class WorkflowTemplate extends \Beta\Microsoft\Graph\Model\Entity
2626
{
2727
/**
2828
* Gets the category
29-
* The category of the workflow template. The possible values are: joiner, leaver.
29+
* The category of the workflow template. The possible values are: joiner, leaver. Supports $filter (eq).
3030
*
3131
* @return LifecycleWorkflowCategory|null The category
3232
*/
@@ -45,7 +45,7 @@ public function getCategory()
4545

4646
/**
4747
* Sets the category
48-
* The category of the workflow template. The possible values are: joiner, leaver.
48+
* The category of the workflow template. The possible values are: joiner, leaver. Supports $filter (eq).
4949
*
5050
* @param LifecycleWorkflowCategory $val The category
5151
*

src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public function setCloudPcStatus($val)
5555

5656
/**
5757
* Gets the deviceSpecification
58+
* The specification of the cloud PC device. Required. Read-only.
5859
*
5960
* @return string|null The deviceSpecification
6061
*/
@@ -69,6 +70,7 @@ public function getDeviceSpecification()
6970

7071
/**
7172
* Sets the deviceSpecification
73+
* The specification of the cloud PC device. Required. Read-only.
7274
*
7375
* @param string $val The deviceSpecification
7476
*
@@ -82,7 +84,7 @@ public function setDeviceSpecification($val)
8284

8385
/**
8486
* Gets the displayName
85-
* The display name for the cloud PC. Required. Read-only.
87+
* The display name of the cloud PC device. Required. Read-only.
8688
*
8789
* @return string|null The displayName
8890
*/
@@ -97,7 +99,7 @@ public function getDisplayName()
9799

98100
/**
99101
* Sets the displayName
100-
* The display name for the cloud PC. Required. Read-only.
102+
* The display name of the cloud PC device. Required. Read-only.
101103
*
102104
* @param string $val The displayName
103105
*
@@ -144,7 +146,7 @@ public function setLastRefreshedDateTime($val)
144146

145147
/**
146148
* Gets the managedDeviceId
147-
* The managed device identifier for the cloud PC. Optional. Read-only.
149+
* The managed device identifier of the cloud PC device. Optional. Read-only.
148150
*
149151
* @return string|null The managedDeviceId
150152
*/
@@ -159,7 +161,7 @@ public function getManagedDeviceId()
159161

160162
/**
161163
* Sets the managedDeviceId
162-
* The managed device identifier for the cloud PC. Optional. Read-only.
164+
* The managed device identifier of the cloud PC device. Optional. Read-only.
163165
*
164166
* @param string $val The managedDeviceId
165167
*
@@ -173,7 +175,7 @@ public function setManagedDeviceId($val)
173175

174176
/**
175177
* Gets the managedDeviceName
176-
* The managed device display name for the cloud PC. Optional. Read-only.
178+
* The managed device display name of the cloud PC device. Optional. Read-only.
177179
*
178180
* @return string|null The managedDeviceName
179181
*/
@@ -188,7 +190,7 @@ public function getManagedDeviceName()
188190

189191
/**
190192
* Sets the managedDeviceName
191-
* The managed device display name for the cloud PC. Optional. Read-only.
193+
* The managed device display name of the cloud PC device. Optional. Read-only.
192194
*
193195
* @param string $val The managedDeviceName
194196
*
@@ -202,7 +204,7 @@ public function setManagedDeviceName($val)
202204

203205
/**
204206
* Gets the provisioningPolicyId
205-
* The provisioning policy identifier for the cloud PC. Required. Read-only.
207+
* The provisioning policy identifier for the cloud PC device. Required. Read-only.
206208
*
207209
* @return string|null The provisioningPolicyId
208210
*/
@@ -217,7 +219,7 @@ public function getProvisioningPolicyId()
217219

218220
/**
219221
* Sets the provisioningPolicyId
220-
* The provisioning policy identifier for the cloud PC. Required. Read-only.
222+
* The provisioning policy identifier for the cloud PC device. Required. Read-only.
221223
*
222224
* @param string $val The provisioningPolicyId
223225
*
@@ -231,7 +233,7 @@ public function setProvisioningPolicyId($val)
231233

232234
/**
233235
* Gets the servicePlanName
234-
* The service plan name for the cloud PC. Required. Read-only.
236+
* The service plan name of the cloud PC device. Required. Read-only.
235237
*
236238
* @return string|null The servicePlanName
237239
*/
@@ -246,7 +248,7 @@ public function getServicePlanName()
246248

247249
/**
248250
* Sets the servicePlanName
249-
* The service plan name for the cloud PC. Required. Read-only.
251+
* The service plan name of the cloud PC device. Required. Read-only.
250252
*
251253
* @param string $val The servicePlanName
252254
*
@@ -260,6 +262,7 @@ public function setServicePlanName($val)
260262

261263
/**
262264
* Gets the servicePlanType
265+
* The service plan type of the cloud PC device. Required. Read-only.
263266
*
264267
* @return string|null The servicePlanType
265268
*/
@@ -274,6 +277,7 @@ public function getServicePlanType()
274277

275278
/**
276279
* Sets the servicePlanType
280+
* The service plan type of the cloud PC device. Required. Read-only.
277281
*
278282
* @param string $val The servicePlanType
279283
*
@@ -345,7 +349,7 @@ public function setTenantId($val)
345349

346350
/**
347351
* Gets the userPrincipalName
348-
* The user principal name (UPN) of the user assigned to the cloud PC. Required. Read-only.
352+
* The user principal name (UPN) of the user assigned to the cloud PC device. Required. Read-only.
349353
*
350354
* @return string|null The userPrincipalName
351355
*/
@@ -360,7 +364,7 @@ public function getUserPrincipalName()
360364

361365
/**
362366
* Sets the userPrincipalName
363-
* The user principal name (UPN) of the user assigned to the cloud PC. Required. Read-only.
367+
* The user principal name (UPN) of the user assigned to the cloud PC device. Required. Read-only.
364368
*
365369
* @param string $val The userPrincipalName
366370
*

src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcOverview.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,7 @@ public function setTenantId($val)
492492

493493
/**
494494
* Gets the totalBusinessLicenses
495+
* The total number of cloud PC devices that have the Business SKU. Optional. Read-only.
495496
*
496497
* @return int|null The totalBusinessLicenses
497498
*/
@@ -506,6 +507,7 @@ public function getTotalBusinessLicenses()
506507

507508
/**
508509
* Sets the totalBusinessLicenses
510+
* The total number of cloud PC devices that have the Business SKU. Optional. Read-only.
509511
*
510512
* @param int $val The totalBusinessLicenses
511513
*
@@ -577,6 +579,7 @@ public function setTotalCloudPcStatus($val)
577579

578580
/**
579581
* Gets the totalEnterpriseLicenses
582+
* The total number of cloud PC devices that have the Enterprise SKU. Optional. Read-only.
580583
*
581584
* @return int|null The totalEnterpriseLicenses
582585
*/
@@ -591,6 +594,7 @@ public function getTotalEnterpriseLicenses()
591594

592595
/**
593596
* Sets the totalEnterpriseLicenses
597+
* The total number of cloud PC devices that have the Enterprise SKU. Optional. Read-only.
594598
*
595599
* @param int $val The totalEnterpriseLicenses
596600
*

0 commit comments

Comments
 (0)