Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You can install the PHP SDK with Composer, either run `composer require microsof
```
{
"require": {
"microsoft/microsoft-graph": "^1.77.0"
"microsoft/microsoft-graph": "^1.78.0"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions docs/classes/Microsoft-Graph-Core-GraphConstants.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ <h3 id="toc">
<dt class="phpdocumentor-table-of-contents__entry -constant -public">
<a href="classes/Microsoft-Graph-Core-GraphConstants.html#constant_SDK_VERSION">SDK_VERSION</a>
<span>
&nbsp;= &quot;1.77.0&quot; </span>
&nbsp;= &quot;1.78.0&quot; </span>
</dt>
<dd></dd>

Expand Down Expand Up @@ -483,7 +483,7 @@ <h4 class="phpdocumentor-element__name" id="constant_SDK_VERSION">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__type">mixed</span>
<span class="phpdocumentor-signature__name">SDK_VERSION</span>
= <span class="phpdocumentor-signature__default-value">&quot;1.77.0&quot;</span>
= <span class="phpdocumentor-signature__default-value">&quot;1.78.0&quot;</span>
</code>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class ComplianceSettings extends \Beta\Microsoft\Graph\Model\Entity

/**
* Gets the eDiscoveryResultTemplates
* 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.
*
* @return DisplayTemplate|null The eDiscoveryResultTemplates
*/
Expand All @@ -44,6 +45,7 @@ public function getEDiscoveryResultTemplates()

/**
* Sets the eDiscoveryResultTemplates
* 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.
*
* @param DisplayTemplate $val The value to assign to the eDiscoveryResultTemplates
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public function setActivitySettings($val)

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

/**
* Sets the complianceSettings
* The settings required for the connection to participate in eDiscovery, such as the display templates for eDiscovery results.
*
* @param ComplianceSettings $val The complianceSettings
*
Expand Down Expand Up @@ -181,6 +183,7 @@ public function setDescription($val)

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

/**
* Sets the enabledContentExperiences
* The list of content experiences the connection will participate in. Possible values are search and compliance.
*
* @param ContentExperienceType $val The enabledContentExperiences
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class LifecycleManagementSettings extends \Beta\Microsoft\Graph\Model\Entity
{
/**
* Gets the workflowScheduleIntervalInHours
* 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 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.
*
* @return int|null The workflowScheduleIntervalInHours
*/
Expand All @@ -41,7 +41,7 @@ public function getWorkflowScheduleIntervalInHours()

/**
* Sets the workflowScheduleIntervalInHours
* 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 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.
*
* @param int $val The workflowScheduleIntervalInHours
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Task extends \Beta\Microsoft\Graph\Model\Entity

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

/**
* Sets the arguments
* Arguments included within the task.
* Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks.
*
* @param \Beta\Microsoft\Graph\Model\KeyValuePair[] $val The arguments
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class TaskDefinition extends \Beta\Microsoft\Graph\Model\Entity
{
/**
* Gets the category
* The category of the HR function that the tasks created using this definition can be used with. The possible values are: joiner, leaver.
* 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).
*
* @return LifecycleTaskCategory|null The category
*/
Expand All @@ -45,7 +45,7 @@ public function getCategory()

/**
* Sets the category
* The category of the HR function that the tasks created using this definition can be used with. The possible values are: joiner, leaver.
* 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).
*
* @param LifecycleTaskCategory $val The category
*
Expand Down Expand Up @@ -115,7 +115,7 @@ public function setDescription($val)

/**
* Gets the displayName
* The display name of the taskDefinition.
* The display name of the taskDefinition`.
*
* @return string|null The displayName
*/
Expand All @@ -130,7 +130,7 @@ public function getDisplayName()

/**
* Sets the displayName
* The display name of the taskDefinition.
* The display name of the taskDefinition`.
*
* @param string $val The displayName
*
Expand All @@ -145,7 +145,7 @@ public function setDisplayName($val)

/**
* Gets the parameters
* The parameters that must be supplied when creating a task.
* The parameters that must be supplied when creating a workflow task object.
*
* @return array|null The parameters
*/
Expand All @@ -160,7 +160,7 @@ public function getParameters()

/**
* Sets the parameters
* The parameters that must be supplied when creating a task.
* The parameters that must be supplied when creating a workflow task object.
*
* @param Parameter[] $val The parameters
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class TimeBasedAttributeTrigger extends WorkflowExecutionTrigger
{
/**
* Gets the offsetInDays
* 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.
* 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.
*
* @return int|null The offsetInDays
*/
Expand All @@ -40,7 +40,7 @@ public function getOffsetInDays()

/**
* Sets the offsetInDays
* 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.
* 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.
*
* @param int $val The value of the offsetInDays
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public function setVersion($val)

/**
* Gets the executionScope
* The unique identifier of the Azure AD identity that last modified the workflow object..
* The unique identifier of the Azure AD identity that last modified the workflow object.
*
* @return array|null The executionScope
*/
Expand All @@ -224,7 +224,7 @@ public function getExecutionScope()

/**
* Sets the executionScope
* The unique identifier of the Azure AD identity that last modified the workflow object..
* The unique identifier of the Azure AD identity that last modified the workflow object.
*
* @param \Beta\Microsoft\Graph\Model\User[] $val The executionScope
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class WorkflowTemplate extends \Beta\Microsoft\Graph\Model\Entity
{
/**
* Gets the category
* The category of the workflow template. The possible values are: joiner, leaver.
* The category of the workflow template. The possible values are: joiner, leaver. Supports $filter (eq).
*
* @return LifecycleWorkflowCategory|null The category
*/
Expand All @@ -45,7 +45,7 @@ public function getCategory()

/**
* Sets the category
* The category of the workflow template. The possible values are: joiner, leaver.
* The category of the workflow template. The possible values are: joiner, leaver. Supports $filter (eq).
*
* @param LifecycleWorkflowCategory $val The category
*
Expand Down
28 changes: 16 additions & 12 deletions src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public function setCloudPcStatus($val)

/**
* Gets the deviceSpecification
* The specification of the cloud PC device. Required. Read-only.
*
* @return string|null The deviceSpecification
*/
Expand All @@ -69,6 +70,7 @@ public function getDeviceSpecification()

/**
* Sets the deviceSpecification
* The specification of the cloud PC device. Required. Read-only.
*
* @param string $val The deviceSpecification
*
Expand All @@ -82,7 +84,7 @@ public function setDeviceSpecification($val)

/**
* Gets the displayName
* The display name for the cloud PC. Required. Read-only.
* The display name of the cloud PC device. Required. Read-only.
*
* @return string|null The displayName
*/
Expand All @@ -97,7 +99,7 @@ public function getDisplayName()

/**
* Sets the displayName
* The display name for the cloud PC. Required. Read-only.
* The display name of the cloud PC device. Required. Read-only.
*
* @param string $val The displayName
*
Expand Down Expand Up @@ -144,7 +146,7 @@ public function setLastRefreshedDateTime($val)

/**
* Gets the managedDeviceId
* The managed device identifier for the cloud PC. Optional. Read-only.
* The managed device identifier of the cloud PC device. Optional. Read-only.
*
* @return string|null The managedDeviceId
*/
Expand All @@ -159,7 +161,7 @@ public function getManagedDeviceId()

/**
* Sets the managedDeviceId
* The managed device identifier for the cloud PC. Optional. Read-only.
* The managed device identifier of the cloud PC device. Optional. Read-only.
*
* @param string $val The managedDeviceId
*
Expand All @@ -173,7 +175,7 @@ public function setManagedDeviceId($val)

/**
* Gets the managedDeviceName
* The managed device display name for the cloud PC. Optional. Read-only.
* The managed device display name of the cloud PC device. Optional. Read-only.
*
* @return string|null The managedDeviceName
*/
Expand All @@ -188,7 +190,7 @@ public function getManagedDeviceName()

/**
* Sets the managedDeviceName
* The managed device display name for the cloud PC. Optional. Read-only.
* The managed device display name of the cloud PC device. Optional. Read-only.
*
* @param string $val The managedDeviceName
*
Expand All @@ -202,7 +204,7 @@ public function setManagedDeviceName($val)

/**
* Gets the provisioningPolicyId
* The provisioning policy identifier for the cloud PC. Required. Read-only.
* The provisioning policy identifier for the cloud PC device. Required. Read-only.
*
* @return string|null The provisioningPolicyId
*/
Expand All @@ -217,7 +219,7 @@ public function getProvisioningPolicyId()

/**
* Sets the provisioningPolicyId
* The provisioning policy identifier for the cloud PC. Required. Read-only.
* The provisioning policy identifier for the cloud PC device. Required. Read-only.
*
* @param string $val The provisioningPolicyId
*
Expand All @@ -231,7 +233,7 @@ public function setProvisioningPolicyId($val)

/**
* Gets the servicePlanName
* The service plan name for the cloud PC. Required. Read-only.
* The service plan name of the cloud PC device. Required. Read-only.
*
* @return string|null The servicePlanName
*/
Expand All @@ -246,7 +248,7 @@ public function getServicePlanName()

/**
* Sets the servicePlanName
* The service plan name for the cloud PC. Required. Read-only.
* The service plan name of the cloud PC device. Required. Read-only.
*
* @param string $val The servicePlanName
*
Expand All @@ -260,6 +262,7 @@ public function setServicePlanName($val)

/**
* Gets the servicePlanType
* The service plan type of the cloud PC device. Required. Read-only.
*
* @return string|null The servicePlanType
*/
Expand All @@ -274,6 +277,7 @@ public function getServicePlanType()

/**
* Sets the servicePlanType
* The service plan type of the cloud PC device. Required. Read-only.
*
* @param string $val The servicePlanType
*
Expand Down Expand Up @@ -345,7 +349,7 @@ public function setTenantId($val)

/**
* Gets the userPrincipalName
* The user principal name (UPN) of the user assigned to the cloud PC. Required. Read-only.
* The user principal name (UPN) of the user assigned to the cloud PC device. Required. Read-only.
*
* @return string|null The userPrincipalName
*/
Expand All @@ -360,7 +364,7 @@ public function getUserPrincipalName()

/**
* Sets the userPrincipalName
* The user principal name (UPN) of the user assigned to the cloud PC. Required. Read-only.
* The user principal name (UPN) of the user assigned to the cloud PC device. Required. Read-only.
*
* @param string $val The userPrincipalName
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ public function setTenantId($val)

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

/**
* Sets the totalBusinessLicenses
* The total number of cloud PC devices that have the Business SKU. Optional. Read-only.
*
* @param int $val The totalBusinessLicenses
*
Expand Down Expand Up @@ -577,6 +579,7 @@ public function setTotalCloudPcStatus($val)

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

/**
* Sets the totalEnterpriseLicenses
* The total number of cloud PC devices that have the Enterprise SKU. Optional. Read-only.
*
* @param int $val The totalEnterpriseLicenses
*
Expand Down
Loading