From 8e1ca23123cd908122ecd84001c3cee681df06b8 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 12 Sep 2023 10:09:59 +0000 Subject: [PATCH 1/8] Update generated files with build 124844 --- src/CallRecords/Model/MediaStream.php | 8 +- src/CallRecords/Model/NetworkInfo.php | 4 +- src/ExternalConnectors/Model/Property.php | 4 +- .../Model/Workflow.php | 4 +- src/Model/AccessPackageResourceRequest.php | 4 +- src/Model/AccessReviewScheduleDefinition.php | 4 +- src/Model/AdministrativeUnit.php | 4 +- src/Model/Application.php | 8 +- src/Model/DelegatedAdminCustomer.php | 4 +- src/Model/DelegatedAdminRelationship.php | 4 +- .../DelegatedAdminRelationshipOperation.php | 4 +- src/Model/Device.php | 12 +- src/Model/DeviceManagement.php | 30 +++ src/Model/Group.php | 4 +- src/Model/MacOSDmgApp.php | 177 +++++++++++++++ src/Model/MacOSIncludedApp.php | 82 +++++++ src/Model/OrgContact.php | 4 +- .../RotateBitLockerKeysDeviceActionResult.php | 54 +++++ src/Model/ServicePrincipal.php | 4 +- src/Model/Site.php | 27 +++ src/Model/User.php | 76 +++---- ...alyticsDeviceStartupProcessPerformance.php | 201 ++++++++++++++++++ src/Model/UserRegistrationDetails.php | 8 +- src/Model/WindowsDeviceType.php | 1 + 24 files changed, 652 insertions(+), 80 deletions(-) create mode 100644 src/Model/MacOSDmgApp.php create mode 100644 src/Model/MacOSIncludedApp.php create mode 100644 src/Model/RotateBitLockerKeysDeviceActionResult.php create mode 100644 src/Model/UserExperienceAnalyticsDeviceStartupProcessPerformance.php diff --git a/src/CallRecords/Model/MediaStream.php b/src/CallRecords/Model/MediaStream.php index 497d9ad8d01..09cc5959e74 100644 --- a/src/CallRecords/Model/MediaStream.php +++ b/src/CallRecords/Model/MediaStream.php @@ -415,7 +415,7 @@ public function setAverageVideoPacketLossRate($val) /** * Gets the endDateTime - * UTC time when the stream ended. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z + * UTC time when the stream ended. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. This field is only available for streams that use the SIP protocol. * * @return \DateTime|null The endDateTime */ @@ -434,7 +434,7 @@ public function getEndDateTime() /** * Sets the endDateTime - * UTC time when the stream ended. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z + * UTC time when the stream ended. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. This field is only available for streams that use the SIP protocol. * * @param \DateTime $val The value to assign to the endDateTime * @@ -776,7 +776,7 @@ public function setRmsFreezeDuration($val) /** * Gets the startDateTime - * UTC time when the stream started. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z + * UTC time when the stream started. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. This field is only available for streams that use the SIP protocol. * * @return \DateTime|null The startDateTime */ @@ -795,7 +795,7 @@ public function getStartDateTime() /** * Sets the startDateTime - * UTC time when the stream started. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z + * UTC time when the stream started. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. This field is only available for streams that use the SIP protocol. * * @param \DateTime $val The value to assign to the startDateTime * diff --git a/src/CallRecords/Model/NetworkInfo.php b/src/CallRecords/Model/NetworkInfo.php index 320de4434f2..149cb5cf11f 100644 --- a/src/CallRecords/Model/NetworkInfo.php +++ b/src/CallRecords/Model/NetworkInfo.php @@ -226,7 +226,7 @@ public function setLinkSpeed($val) } /** * Gets the macAddress - * The media access control (MAC) address of the media endpoint's network device. + * The media access control (MAC) address of the media endpoint's network device. This value may be missing or shown as 02:00:00:00:00:00 due to operating system privacy policies. * * @return string|null The macAddress */ @@ -241,7 +241,7 @@ public function getMacAddress() /** * Sets the macAddress - * The media access control (MAC) address of the media endpoint's network device. + * The media access control (MAC) address of the media endpoint's network device. This value may be missing or shown as 02:00:00:00:00:00 due to operating system privacy policies. * * @param string $val The value of the macAddress * diff --git a/src/ExternalConnectors/Model/Property.php b/src/ExternalConnectors/Model/Property.php index 0379f1c1ecd..29509956746 100644 --- a/src/ExternalConnectors/Model/Property.php +++ b/src/ExternalConnectors/Model/Property.php @@ -166,7 +166,7 @@ public function setIsSearchable($val) /** * Gets the labels - * Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue. Optional. + * Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, iconUrl, unknownFutureValue. Optional. * * @return Label|null The labels */ @@ -185,7 +185,7 @@ public function getLabels() /** * Sets the labels - * Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue. Optional. + * Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, iconUrl, unknownFutureValue. Optional. * * @param Label $val The value to assign to the labels * diff --git a/src/IdentityGovernanceNamespace/Model/Workflow.php b/src/IdentityGovernanceNamespace/Model/Workflow.php index 72360257193..f2592310010 100644 --- a/src/IdentityGovernanceNamespace/Model/Workflow.php +++ b/src/IdentityGovernanceNamespace/Model/Workflow.php @@ -88,7 +88,7 @@ public function setId($val) /** * Gets the nextScheduleRunDateTime - * The date time when the workflow is expected to run next based on the schedule interval, if there are any users matching the execution conditions. Supports $filter(lt,gt) and $orderBy. + * The date time when the workflow is expected to run next based on the schedule interval, if there are any users matching the execution conditions. Supports $filter(lt,gt) and $orderby. * * @return \DateTime|null The nextScheduleRunDateTime */ @@ -107,7 +107,7 @@ public function getNextScheduleRunDateTime() /** * Sets the nextScheduleRunDateTime - * The date time when the workflow is expected to run next based on the schedule interval, if there are any users matching the execution conditions. Supports $filter(lt,gt) and $orderBy. + * The date time when the workflow is expected to run next based on the schedule interval, if there are any users matching the execution conditions. Supports $filter(lt,gt) and $orderby. * * @param \DateTime $val The nextScheduleRunDateTime * diff --git a/src/Model/AccessPackageResourceRequest.php b/src/Model/AccessPackageResourceRequest.php index bf6f00b198c..ea8ea896e18 100644 --- a/src/Model/AccessPackageResourceRequest.php +++ b/src/Model/AccessPackageResourceRequest.php @@ -92,7 +92,7 @@ public function setRequestType($val) /** * Gets the state - * The outcome of whether the service was able to add the resource to the catalog. The value is delivered if the resource was added or removed. Read-only. + * The outcome of whether the service was able to add the resource to the catalog. The value is delivered if the resource was added or removed, and deliveryFailed if it could not be added or removed. Read-only. * * @return AccessPackageRequestState|null The state */ @@ -111,7 +111,7 @@ public function getState() /** * Sets the state - * The outcome of whether the service was able to add the resource to the catalog. The value is delivered if the resource was added or removed. Read-only. + * The outcome of whether the service was able to add the resource to the catalog. The value is delivered if the resource was added or removed, and deliveryFailed if it could not be added or removed. Read-only. * * @param AccessPackageRequestState $val The state * diff --git a/src/Model/AccessReviewScheduleDefinition.php b/src/Model/AccessReviewScheduleDefinition.php index d4971a6237d..3031f4e6151 100644 --- a/src/Model/AccessReviewScheduleDefinition.php +++ b/src/Model/AccessReviewScheduleDefinition.php @@ -180,7 +180,7 @@ public function setDescriptionForReviewers($val) /** * Gets the displayName - * Name of the access review series. Supports $select and $orderBy. Required on create. + * Name of the access review series. Supports $select and $orderby. Required on create. * * @return string|null The displayName */ @@ -195,7 +195,7 @@ public function getDisplayName() /** * Sets the displayName - * Name of the access review series. Supports $select and $orderBy. Required on create. + * Name of the access review series. Supports $select and $orderby. Required on create. * * @param string $val The displayName * diff --git a/src/Model/AdministrativeUnit.php b/src/Model/AdministrativeUnit.php index fd4766c902b..34266b7eef4 100644 --- a/src/Model/AdministrativeUnit.php +++ b/src/Model/AdministrativeUnit.php @@ -55,7 +55,7 @@ public function setDescription($val) /** * Gets the displayName - * Display name for the administrative unit. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. + * Display name for the administrative unit. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby. * * @return string|null The displayName */ @@ -70,7 +70,7 @@ public function getDisplayName() /** * Sets the displayName - * Display name for the administrative unit. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. + * Display name for the administrative unit. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby. * * @param string $val The displayName * diff --git a/src/Model/Application.php b/src/Model/Application.php index fe9af263f1a..4c60e6993b5 100644 --- a/src/Model/Application.php +++ b/src/Model/Application.php @@ -210,7 +210,7 @@ public function setCertification($val) /** * Gets the createdDateTime - * The date and time the application was registered. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, in, and eq on null values) and $orderBy. + * The date and time the application was registered. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, in, and eq on null values) and $orderby. * * @return \DateTime|null The createdDateTime */ @@ -229,7 +229,7 @@ public function getCreatedDateTime() /** * Sets the createdDateTime - * The date and time the application was registered. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, in, and eq on null values) and $orderBy. + * The date and time the application was registered. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, in, and eq on null values) and $orderby. * * @param \DateTime $val The createdDateTime * @@ -328,7 +328,7 @@ public function setDisabledByMicrosoftStatus($val) /** * Gets the displayName - * The display name for the application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. + * The display name for the application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby. * * @return string|null The displayName */ @@ -343,7 +343,7 @@ public function getDisplayName() /** * Sets the displayName - * The display name for the application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. + * The display name for the application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby. * * @param string $val The displayName * diff --git a/src/Model/DelegatedAdminCustomer.php b/src/Model/DelegatedAdminCustomer.php index f5bf710ffc0..27fb48ab71a 100644 --- a/src/Model/DelegatedAdminCustomer.php +++ b/src/Model/DelegatedAdminCustomer.php @@ -26,7 +26,7 @@ class DelegatedAdminCustomer extends Entity { /** * Gets the displayName - * The Azure AD display name of the customer tenant. Read-only. Supports $orderBy. + * The Azure AD display name of the customer tenant. Read-only. Supports $orderby. * * @return string|null The displayName */ @@ -41,7 +41,7 @@ public function getDisplayName() /** * Sets the displayName - * The Azure AD display name of the customer tenant. Read-only. Supports $orderBy. + * The Azure AD display name of the customer tenant. Read-only. Supports $orderby. * * @param string $val The displayName * diff --git a/src/Model/DelegatedAdminRelationship.php b/src/Model/DelegatedAdminRelationship.php index 892bfd165b4..33aa4633d39 100644 --- a/src/Model/DelegatedAdminRelationship.php +++ b/src/Model/DelegatedAdminRelationship.php @@ -286,7 +286,7 @@ public function setLastModifiedDateTime($val) /** * Gets the status - * The status of the relationship. Read Only. The possible values are: activating, active, approvalPending, approved, created, expired, expiring, terminated, terminating, terminationRequested, unknownFutureValue. Supports $orderBy. + * The status of the relationship. Read Only. The possible values are: activating, active, approvalPending, approved, created, expired, expiring, terminated, terminating, terminationRequested, unknownFutureValue. Supports $orderby. * * @return DelegatedAdminRelationshipStatus|null The status */ @@ -305,7 +305,7 @@ public function getStatus() /** * Sets the status - * The status of the relationship. Read Only. The possible values are: activating, active, approvalPending, approved, created, expired, expiring, terminated, terminating, terminationRequested, unknownFutureValue. Supports $orderBy. + * The status of the relationship. Read Only. The possible values are: activating, active, approvalPending, approved, created, expired, expiring, terminated, terminating, terminationRequested, unknownFutureValue. Supports $orderby. * * @param DelegatedAdminRelationshipStatus $val The status * diff --git a/src/Model/DelegatedAdminRelationshipOperation.php b/src/Model/DelegatedAdminRelationshipOperation.php index ed6357c37f2..70bc0e80fbf 100644 --- a/src/Model/DelegatedAdminRelationshipOperation.php +++ b/src/Model/DelegatedAdminRelationshipOperation.php @@ -154,7 +154,7 @@ public function setOperationType($val) /** * Gets the status - * The status of the operation. Read-only. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue. Read-only. Supports $orderBy. + * The status of the operation. Read-only. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue. Read-only. Supports $orderby. * * @return LongRunningOperationStatus|null The status */ @@ -173,7 +173,7 @@ public function getStatus() /** * Sets the status - * The status of the operation. Read-only. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue. Read-only. Supports $orderBy. + * The status of the operation. Read-only. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue. Read-only. Supports $orderby. * * @param LongRunningOperationStatus $val The status * diff --git a/src/Model/Device.php b/src/Model/Device.php index 05fa05f0689..735f89d7c77 100644 --- a/src/Model/Device.php +++ b/src/Model/Device.php @@ -85,7 +85,7 @@ public function setAlternativeSecurityIds($val) /** * Gets the approximateLastSignInDateTime - * The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. + * The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderby. * * @return \DateTime|null The approximateLastSignInDateTime */ @@ -104,7 +104,7 @@ public function getApproximateLastSignInDateTime() /** * Sets the approximateLastSignInDateTime - * The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. + * The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderby. * * @param \DateTime $val The approximateLastSignInDateTime * @@ -296,7 +296,7 @@ public function setDeviceVersion($val) /** * Gets the displayName - * The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. + * The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby. * * @return string|null The displayName */ @@ -311,7 +311,7 @@ public function getDisplayName() /** * Sets the displayName - * The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. + * The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby. * * @param string $val The displayName * @@ -681,7 +681,7 @@ public function setSystemLabels($val) /** * Gets the trustType - * Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory + * Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory. * * @return string|null The trustType */ @@ -696,7 +696,7 @@ public function getTrustType() /** * Sets the trustType - * Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory + * Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory. * * @param string $val The trustType * diff --git a/src/Model/DeviceManagement.php b/src/Model/DeviceManagement.php index bd374677563..8ecb0e145ff 100644 --- a/src/Model/DeviceManagement.php +++ b/src/Model/DeviceManagement.php @@ -1353,6 +1353,36 @@ public function setUserExperienceAnalyticsDeviceStartupProcesses($val) } + /** + * Gets the userExperienceAnalyticsDeviceStartupProcessPerformance + * User experience analytics device Startup Process Performance + * + * @return array|null The userExperienceAnalyticsDeviceStartupProcessPerformance + */ + public function getUserExperienceAnalyticsDeviceStartupProcessPerformance() + { + if (array_key_exists("userExperienceAnalyticsDeviceStartupProcessPerformance", $this->_propDict)) { + return $this->_propDict["userExperienceAnalyticsDeviceStartupProcessPerformance"]; + } else { + return null; + } + } + + /** + * Sets the userExperienceAnalyticsDeviceStartupProcessPerformance + * User experience analytics device Startup Process Performance + * + * @param UserExperienceAnalyticsDeviceStartupProcessPerformance[] $val The userExperienceAnalyticsDeviceStartupProcessPerformance + * + * @return DeviceManagement + */ + public function setUserExperienceAnalyticsDeviceStartupProcessPerformance($val) + { + $this->_propDict["userExperienceAnalyticsDeviceStartupProcessPerformance"] = $val; + return $this; + } + + /** * Gets the userExperienceAnalyticsMetricHistory * User experience analytics metric history diff --git a/src/Model/Group.php b/src/Model/Group.php index 415c616bc88..c92040e8965 100644 --- a/src/Model/Group.php +++ b/src/Model/Group.php @@ -177,7 +177,7 @@ public function setDescription($val) /** * Gets the displayName - * The display name for the group. This property is required when a group is created and cannot be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. + * The display name for the group. This property is required when a group is created and cannot be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby. * * @return string|null The displayName */ @@ -192,7 +192,7 @@ public function getDisplayName() /** * Sets the displayName - * The display name for the group. This property is required when a group is created and cannot be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. + * The display name for the group. This property is required when a group is created and cannot be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby. * * @param string $val The displayName * diff --git a/src/Model/MacOSDmgApp.php b/src/Model/MacOSDmgApp.php new file mode 100644 index 00000000000..e620d6a4694 --- /dev/null +++ b/src/Model/MacOSDmgApp.php @@ -0,0 +1,177 @@ +_propDict)) { + return $this->_propDict["ignoreVersionDetection"]; + } else { + return null; + } + } + + /** + * Sets the ignoreVersionDetection + * When TRUE, indicates that the app's version will NOT be used to detect if the app is installed on a device. When FALSE, indicates that the app's version will be used to detect if the app is installed on a device. Set this to true for apps that use a self update feature. The default value is FALSE. + * + * @param bool $val The ignoreVersionDetection + * + * @return MacOSDmgApp + */ + public function setIgnoreVersionDetection($val) + { + $this->_propDict["ignoreVersionDetection"] = boolval($val); + return $this; + } + + + /** + * Gets the includedApps + * The list of .apps expected to be installed by the DMG (Apple Disk Image) + * + * @return array|null The includedApps + */ + public function getIncludedApps() + { + if (array_key_exists("includedApps", $this->_propDict)) { + return $this->_propDict["includedApps"]; + } else { + return null; + } + } + + /** + * Sets the includedApps + * The list of .apps expected to be installed by the DMG (Apple Disk Image) + * + * @param MacOSIncludedApp[] $val The includedApps + * + * @return MacOSDmgApp + */ + public function setIncludedApps($val) + { + $this->_propDict["includedApps"] = $val; + return $this; + } + + /** + * Gets the minimumSupportedOperatingSystem + * ComplexType macOSMinimumOperatingSystem that indicates the minimum operating system applicable for the application. + * + * @return MacOSMinimumOperatingSystem|null The minimumSupportedOperatingSystem + */ + public function getMinimumSupportedOperatingSystem() + { + if (array_key_exists("minimumSupportedOperatingSystem", $this->_propDict)) { + if (is_a($this->_propDict["minimumSupportedOperatingSystem"], "\Microsoft\Graph\Model\MacOSMinimumOperatingSystem") || is_null($this->_propDict["minimumSupportedOperatingSystem"])) { + return $this->_propDict["minimumSupportedOperatingSystem"]; + } else { + $this->_propDict["minimumSupportedOperatingSystem"] = new MacOSMinimumOperatingSystem($this->_propDict["minimumSupportedOperatingSystem"]); + return $this->_propDict["minimumSupportedOperatingSystem"]; + } + } + return null; + } + + /** + * Sets the minimumSupportedOperatingSystem + * ComplexType macOSMinimumOperatingSystem that indicates the minimum operating system applicable for the application. + * + * @param MacOSMinimumOperatingSystem $val The minimumSupportedOperatingSystem + * + * @return MacOSDmgApp + */ + public function setMinimumSupportedOperatingSystem($val) + { + $this->_propDict["minimumSupportedOperatingSystem"] = $val; + return $this; + } + + /** + * Gets the primaryBundleId + * The bundleId of the primary .app in the DMG (Apple Disk Image). This maps to the CFBundleIdentifier in the app's bundle configuration. + * + * @return string|null The primaryBundleId + */ + public function getPrimaryBundleId() + { + if (array_key_exists("primaryBundleId", $this->_propDict)) { + return $this->_propDict["primaryBundleId"]; + } else { + return null; + } + } + + /** + * Sets the primaryBundleId + * The bundleId of the primary .app in the DMG (Apple Disk Image). This maps to the CFBundleIdentifier in the app's bundle configuration. + * + * @param string $val The primaryBundleId + * + * @return MacOSDmgApp + */ + public function setPrimaryBundleId($val) + { + $this->_propDict["primaryBundleId"] = $val; + return $this; + } + + /** + * Gets the primaryBundleVersion + * The version of the primary .app in the DMG (Apple Disk Image). This maps to the CFBundleShortVersion in the app's bundle configuration. + * + * @return string|null The primaryBundleVersion + */ + public function getPrimaryBundleVersion() + { + if (array_key_exists("primaryBundleVersion", $this->_propDict)) { + return $this->_propDict["primaryBundleVersion"]; + } else { + return null; + } + } + + /** + * Sets the primaryBundleVersion + * The version of the primary .app in the DMG (Apple Disk Image). This maps to the CFBundleShortVersion in the app's bundle configuration. + * + * @param string $val The primaryBundleVersion + * + * @return MacOSDmgApp + */ + public function setPrimaryBundleVersion($val) + { + $this->_propDict["primaryBundleVersion"] = $val; + return $this; + } + +} diff --git a/src/Model/MacOSIncludedApp.php b/src/Model/MacOSIncludedApp.php new file mode 100644 index 00000000000..76b7204d54c --- /dev/null +++ b/src/Model/MacOSIncludedApp.php @@ -0,0 +1,82 @@ +_propDict)) { + return $this->_propDict["bundleId"]; + } else { + return null; + } + } + + /** + * Sets the bundleId + * The bundleId of the app. This maps to the CFBundleIdentifier in the app's bundle configuration. + * + * @param string $val The value of the bundleId + * + * @return MacOSIncludedApp + */ + public function setBundleId($val) + { + $this->_propDict["bundleId"] = $val; + return $this; + } + /** + * Gets the bundleVersion + * The version of the app. This maps to the CFBundleShortVersion in the app's bundle configuration. + * + * @return string|null The bundleVersion + */ + public function getBundleVersion() + { + if (array_key_exists("bundleVersion", $this->_propDict)) { + return $this->_propDict["bundleVersion"]; + } else { + return null; + } + } + + /** + * Sets the bundleVersion + * The version of the app. This maps to the CFBundleShortVersion in the app's bundle configuration. + * + * @param string $val The value of the bundleVersion + * + * @return MacOSIncludedApp + */ + public function setBundleVersion($val) + { + $this->_propDict["bundleVersion"] = $val; + return $this; + } +} diff --git a/src/Model/OrgContact.php b/src/Model/OrgContact.php index e0928768ccd..674c0bfa7b5 100644 --- a/src/Model/OrgContact.php +++ b/src/Model/OrgContact.php @@ -114,7 +114,7 @@ public function setDepartment($val) /** * Gets the displayName - * Display name for this organizational contact. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values), $search, and $orderBy. + * Display name for this organizational contact. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values), $search, and $orderby. * * @return string|null The displayName */ @@ -129,7 +129,7 @@ public function getDisplayName() /** * Sets the displayName - * Display name for this organizational contact. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values), $search, and $orderBy. + * Display name for this organizational contact. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values), $search, and $orderby. * * @param string $val The displayName * diff --git a/src/Model/RotateBitLockerKeysDeviceActionResult.php b/src/Model/RotateBitLockerKeysDeviceActionResult.php new file mode 100644 index 00000000000..c47bcce4cc9 --- /dev/null +++ b/src/Model/RotateBitLockerKeysDeviceActionResult.php @@ -0,0 +1,54 @@ +_propDict)) { + return $this->_propDict["errorCode"]; + } else { + return null; + } + } + + /** + * Sets the errorCode + * RotateBitLockerKeys action error code + * + * @param int $val The value of the errorCode + * + * @return RotateBitLockerKeysDeviceActionResult + */ + public function setErrorCode($val) + { + $this->_propDict["errorCode"] = $val; + return $this; + } +} diff --git a/src/Model/ServicePrincipal.php b/src/Model/ServicePrincipal.php index 4373f910004..ba536f891bd 100644 --- a/src/Model/ServicePrincipal.php +++ b/src/Model/ServicePrincipal.php @@ -409,7 +409,7 @@ public function setDisabledByMicrosoftStatus($val) /** * Gets the displayName - * The display name for the service principal. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. + * The display name for the service principal. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby. * * @return string|null The displayName */ @@ -424,7 +424,7 @@ public function getDisplayName() /** * Sets the displayName - * The display name for the service principal. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. + * The display name for the service principal. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby. * * @param string $val The displayName * diff --git a/src/Model/Site.php b/src/Model/Site.php index 058e40bc2c0..8b25350a996 100644 --- a/src/Model/Site.php +++ b/src/Model/Site.php @@ -84,6 +84,33 @@ public function setError($val) return $this; } + /** + * Gets the isPersonalSite + * + * @return bool|null The isPersonalSite + */ + public function getIsPersonalSite() + { + if (array_key_exists("isPersonalSite", $this->_propDict)) { + return $this->_propDict["isPersonalSite"]; + } else { + return null; + } + } + + /** + * Sets the isPersonalSite + * + * @param bool $val The isPersonalSite + * + * @return Site + */ + public function setIsPersonalSite($val) + { + $this->_propDict["isPersonalSite"] = boolval($val); + return $this; + } + /** * Gets the root * If present, indicates that this is the root site in the site collection. Read-only. diff --git a/src/Model/User.php b/src/Model/User.php index 9236b29a396..7ae6b0d07e3 100644 --- a/src/Model/User.php +++ b/src/Model/User.php @@ -88,7 +88,7 @@ public function setAccountEnabled($val) /** * Gets the ageGroup - * Sets the age group of the user. Allowed values: null, Minor, NotAdult and Adult. Refer to the legal age group property definitions for further information. Returned only on $select. Supports $filter (eq, ne, not, and in). + * Sets the age group of the user. Allowed values: null, Minor, NotAdult and Adult. For more information, see legal age group property definitions. Returned only on $select. Supports $filter (eq, ne, not, and in). * * @return string|null The ageGroup */ @@ -103,7 +103,7 @@ public function getAgeGroup() /** * Sets the ageGroup - * Sets the age group of the user. Allowed values: null, Minor, NotAdult and Adult. Refer to the legal age group property definitions for further information. Returned only on $select. Supports $filter (eq, ne, not, and in). + * Sets the age group of the user. Allowed values: null, Minor, NotAdult and Adult. For more information, see legal age group property definitions. Returned only on $select. Supports $filter (eq, ne, not, and in). * * @param string $val The ageGroup * @@ -118,7 +118,7 @@ public function setAgeGroup($val) /** * Gets the assignedLicenses - * The licenses that are assigned to the user, including inherited (group-based) licenses. This property doesn't differentiate directly-assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly-assigned and inherited licenses. Not nullable. Returned only on $select. Supports $filter (eq, not, /$count eq 0, /$count ne 0). + * The licenses that are assigned to the user, including inherited (group-based) licenses. This property doesn't differentiate directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. Returned only on $select. Supports $filter (eq, not, /$count eq 0, /$count ne 0). * * @return array|null The assignedLicenses */ @@ -133,7 +133,7 @@ public function getAssignedLicenses() /** * Sets the assignedLicenses - * The licenses that are assigned to the user, including inherited (group-based) licenses. This property doesn't differentiate directly-assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly-assigned and inherited licenses. Not nullable. Returned only on $select. Supports $filter (eq, not, /$count eq 0, /$count ne 0). + * The licenses that are assigned to the user, including inherited (group-based) licenses. This property doesn't differentiate directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. Returned only on $select. Supports $filter (eq, not, /$count eq 0, /$count ne 0). * * @param AssignedLicense[] $val The assignedLicenses * @@ -237,7 +237,7 @@ public function setBusinessPhones($val) /** * Gets the city - * The city in which the user is located. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). + * The city where the user is located. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). * * @return string|null The city */ @@ -252,7 +252,7 @@ public function getCity() /** * Sets the city - * The city in which the user is located. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). + * The city where the user is located. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). * * @param string $val The city * @@ -266,7 +266,7 @@ public function setCity($val) /** * Gets the companyName - * The company name which the user is associated. This property can be useful for describing the company that an external user comes from. The maximum length is 64 characters.Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). + * The name of the company that the user is associated with. This property can be useful for describing the company that an external user comes from. The maximum length is 64 characters.Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). * * @return string|null The companyName */ @@ -281,7 +281,7 @@ public function getCompanyName() /** * Sets the companyName - * The company name which the user is associated. This property can be useful for describing the company that an external user comes from. The maximum length is 64 characters.Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). + * The name of the company that the user is associated with. This property can be useful for describing the company that an external user comes from. The maximum length is 64 characters.Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). * * @param string $val The companyName * @@ -324,7 +324,7 @@ public function setConsentProvidedForMinor($val) /** * Gets the country - * The country/region in which the user is located; for example, US or UK. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). + * The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). * * @return string|null The country */ @@ -339,7 +339,7 @@ public function getCountry() /** * Sets the country - * The country/region in which the user is located; for example, US or UK. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). + * The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). * * @param string $val The country * @@ -477,7 +477,7 @@ public function setDepartment($val) /** * Gets the displayName - * The name displayed in the address book for the user. This is usually the combination of the user's first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderBy, and $search. + * The name displayed in the address book for the user. This is usually the combination of the user's first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. * * @return string|null The displayName */ @@ -492,7 +492,7 @@ public function getDisplayName() /** * Sets the displayName - * The name displayed in the address book for the user. This is usually the combination of the user's first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderBy, and $search. + * The name displayed in the address book for the user. This is usually the combination of the user's first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. * * @param string $val The displayName * @@ -601,7 +601,7 @@ public function setEmployeeLeaveDateTime($val) /** * Gets the employeeOrgData - * Represents organization data (e.g. division and costCenter) associated with a user. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in). + * Represents organization data (for example, division and costCenter) associated with a user. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in). * * @return EmployeeOrgData|null The employeeOrgData */ @@ -620,7 +620,7 @@ public function getEmployeeOrgData() /** * Sets the employeeOrgData - * Represents organization data (e.g. division and costCenter) associated with a user. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in). + * Represents organization data (for example, division and costCenter) associated with a user. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in). * * @param EmployeeOrgData $val The employeeOrgData * @@ -963,7 +963,7 @@ public function setLegalAgeGroupClassification($val) /** * Gets the licenseAssignmentStates - * State of license assignments for this user. Also indicates licenses that are directly-assigned and those that the user has inherited through group memberships. Read-only. Returned only on $select. + * State of license assignments for this user. Also indicates licenses that are directly assigned or the user has inherited through group memberships. Read-only. Returned only on $select. * * @return array|null The licenseAssignmentStates */ @@ -978,7 +978,7 @@ public function getLicenseAssignmentStates() /** * Sets the licenseAssignmentStates - * State of license assignments for this user. Also indicates licenses that are directly-assigned and those that the user has inherited through group memberships. Read-only. Returned only on $select. + * State of license assignments for this user. Also indicates licenses that are directly assigned or the user has inherited through group memberships. Read-only. Returned only on $select. * * @param LicenseAssignmentState[] $val The licenseAssignmentStates * @@ -992,7 +992,7 @@ public function setLicenseAssignmentStates($val) /** * Gets the mail - * The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Changes to this property will also update the user's proxyAddresses collection to include the value as an SMTP address. This property cannot contain accent characters. NOTE: We do not recommend updating this property for Azure AD B2C user profiles. Use the otherMails property instead. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith, and eq on null values). + * The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Changes to this property will also update the user's proxyAddresses collection to include the value as an SMTP address. This property can't contain accent characters. NOTE: We don't recommend updating this property for Azure AD B2C user profiles. Use the otherMails property instead. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith, and eq on null values). * * @return string|null The mail */ @@ -1007,7 +1007,7 @@ public function getMail() /** * Sets the mail - * The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Changes to this property will also update the user's proxyAddresses collection to include the value as an SMTP address. This property cannot contain accent characters. NOTE: We do not recommend updating this property for Azure AD B2C user profiles. Use the otherMails property instead. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith, and eq on null values). + * The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Changes to this property will also update the user's proxyAddresses collection to include the value as an SMTP address. This property can't contain accent characters. NOTE: We don't recommend updating this property for Azure AD B2C user profiles. Use the otherMails property instead. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith, and eq on null values). * * @param string $val The mail * @@ -1199,7 +1199,7 @@ public function setOnPremisesExtensionAttributes($val) /** * Gets the onPremisesImmutableId - * This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters cannot be used when specifying this property. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in).. + * This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in).. * * @return string|null The onPremisesImmutableId */ @@ -1214,7 +1214,7 @@ public function getOnPremisesImmutableId() /** * Sets the onPremisesImmutableId - * This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters cannot be used when specifying this property. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in).. + * This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in).. * * @param string $val The onPremisesImmutableId * @@ -1407,7 +1407,7 @@ public function setOnPremisesUserPrincipalName($val) /** * Gets the otherMails - * A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). + * A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property can't contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). * * @return array|null The otherMails */ @@ -1422,7 +1422,7 @@ public function getOtherMails() /** * Sets the otherMails - * A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). + * A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property can't contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). * * @param string[] $val The otherMails * @@ -1436,7 +1436,7 @@ public function setOtherMails($val) /** * Gets the passwordPolicies - * Specifies password policies for the user. This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two may be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. Returned only on $select. For more information on the default password policies, see Azure AD pasword policies. Supports $filter (ne, not, and eq on null values). + * Specifies password policies for the user. This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two may be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. Returned only on $select. For more information on the default password policies, see Azure AD password policies. Supports $filter (ne, not, and eq on null values). * * @return string|null The passwordPolicies */ @@ -1451,7 +1451,7 @@ public function getPasswordPolicies() /** * Sets the passwordPolicies - * Specifies password policies for the user. This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two may be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. Returned only on $select. For more information on the default password policies, see Azure AD pasword policies. Supports $filter (ne, not, and eq on null values). + * Specifies password policies for the user. This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two may be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. Returned only on $select. For more information on the default password policies, see Azure AD password policies. Supports $filter (ne, not, and eq on null values). * * @param string $val The passwordPolicies * @@ -1556,7 +1556,7 @@ public function setPreferredDataLocation($val) /** * Gets the preferredLanguage - * The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) + * The preferred language for the user. Should follow ISO 639-1 Code; for example, en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) * * @return string|null The preferredLanguage */ @@ -1571,7 +1571,7 @@ public function getPreferredLanguage() /** * Sets the preferredLanguage - * The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) + * The preferred language for the user. Should follow ISO 639-1 Code; for example, en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) * * @param string $val The preferredLanguage * @@ -1615,7 +1615,7 @@ public function setProvisionedPlans($val) /** * Gets the proxyAddresses - * For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com']. Changes to the mail property will also update this collection to include the value as an SMTP address. For more information, see mail and proxyAddresses properties. The proxy address prefixed with SMTP (capitalized) is the primary proxy address while those prefixed with smtp are the secondary proxy addresses. For Azure AD B2C accounts, this property has a limit of ten unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. Returned only on $select. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). + * For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com']. Changes to the mail property will also update this collection to include the value as an SMTP address. For more information, see mail and proxyAddresses properties. The proxy address prefixed with SMTP (capitalized) is the primary proxy address while those prefixed with smtp are the secondary proxy addresses. For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. Returned only on $select. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). * * @return array|null The proxyAddresses */ @@ -1630,7 +1630,7 @@ public function getProxyAddresses() /** * Sets the proxyAddresses - * For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com']. Changes to the mail property will also update this collection to include the value as an SMTP address. For more information, see mail and proxyAddresses properties. The proxy address prefixed with SMTP (capitalized) is the primary proxy address while those prefixed with smtp are the secondary proxy addresses. For Azure AD B2C accounts, this property has a limit of ten unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. Returned only on $select. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). + * For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com']. Changes to the mail property will also update this collection to include the value as an SMTP address. For more information, see mail and proxyAddresses properties. The proxy address prefixed with SMTP (capitalized) is the primary proxy address while those prefixed with smtp are the secondary proxy addresses. For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. Returned only on $select. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). * * @param string[] $val The proxyAddresses * @@ -1730,7 +1730,7 @@ public function setShowInAddressList($val) /** * Gets the signInSessionsValidFromDateTime - * Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset. Returned only on $select. + * Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset. Returned only on $select. * * @return \DateTime|null The signInSessionsValidFromDateTime */ @@ -1749,7 +1749,7 @@ public function getSignInSessionsValidFromDateTime() /** * Sets the signInSessionsValidFromDateTime - * Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset. Returned only on $select. + * Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset. Returned only on $select. * * @param \DateTime $val The signInSessionsValidFromDateTime * @@ -1850,7 +1850,7 @@ public function setSurname($val) /** * Gets the usageLocation - * A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: US, JP, and GB. Not nullable. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). + * A two letter country code (ISO standard 3166). Required for users that are assigned licenses due to legal requirement to check for availability of services in countries. Examples include: US, JP, and GB. Not nullable. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). * * @return string|null The usageLocation */ @@ -1865,7 +1865,7 @@ public function getUsageLocation() /** * Sets the usageLocation - * A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: US, JP, and GB. Not nullable. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). + * A two letter country code (ISO standard 3166). Required for users that are assigned licenses due to legal requirement to check for availability of services in countries. Examples include: US, JP, and GB. Not nullable. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). * * @param string $val The usageLocation * @@ -1879,7 +1879,7 @@ public function setUsageLocation($val) /** * Gets the userPrincipalName - * The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. + * The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property can't contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. * * @return string|null The userPrincipalName */ @@ -1894,7 +1894,7 @@ public function getUserPrincipalName() /** * Sets the userPrincipalName - * The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. + * The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property can't contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. * * @param string $val The userPrincipalName * @@ -2359,7 +2359,7 @@ public function setAppRoleAssignments($val) /** * Gets the createdObjects - * Directory objects that were created by the user. Read-only. Nullable. + * Directory objects that the user created. Read-only. Nullable. * * @return array|null The createdObjects */ @@ -2374,7 +2374,7 @@ public function getCreatedObjects() /** * Sets the createdObjects - * Directory objects that were created by the user. Read-only. Nullable. + * Directory objects that the user created. Read-only. Nullable. * * @param DirectoryObject[] $val The createdObjects * @@ -2900,7 +2900,7 @@ public function setEvents($val) /** * Gets the inferenceClassification - * Relevance classification of the user's messages based on explicit designations which override inferred relevance or importance. + * Relevance classification of the user's messages based on explicit designations that override inferred relevance or importance. * * @return InferenceClassification|null The inferenceClassification */ @@ -2919,7 +2919,7 @@ public function getInferenceClassification() /** * Sets the inferenceClassification - * Relevance classification of the user's messages based on explicit designations which override inferred relevance or importance. + * Relevance classification of the user's messages based on explicit designations that override inferred relevance or importance. * * @param InferenceClassification $val The inferenceClassification * diff --git a/src/Model/UserExperienceAnalyticsDeviceStartupProcessPerformance.php b/src/Model/UserExperienceAnalyticsDeviceStartupProcessPerformance.php new file mode 100644 index 00000000000..de935fca1c7 --- /dev/null +++ b/src/Model/UserExperienceAnalyticsDeviceStartupProcessPerformance.php @@ -0,0 +1,201 @@ +_propDict)) { + return $this->_propDict["deviceCount"]; + } else { + return null; + } + } + + /** + * Sets the deviceCount + * The count of devices which initiated this process on startup. Supports: $filter, $select, $OrderBy. Read-only. + * + * @param int $val The deviceCount + * + * @return UserExperienceAnalyticsDeviceStartupProcessPerformance + */ + public function setDeviceCount($val) + { + $this->_propDict["deviceCount"] = intval($val); + return $this; + } + + /** + * Gets the medianImpactInMs + * The median impact of startup process on device boot time in milliseconds. Supports: $filter, $select, $OrderBy. Read-only. + * + * @return int|null The medianImpactInMs + */ + public function getMedianImpactInMs() + { + if (array_key_exists("medianImpactInMs", $this->_propDict)) { + return $this->_propDict["medianImpactInMs"]; + } else { + return null; + } + } + + /** + * Sets the medianImpactInMs + * The median impact of startup process on device boot time in milliseconds. Supports: $filter, $select, $OrderBy. Read-only. + * + * @param int $val The medianImpactInMs + * + * @return UserExperienceAnalyticsDeviceStartupProcessPerformance + */ + public function setMedianImpactInMs($val) + { + $this->_propDict["medianImpactInMs"] = intval($val); + return $this; + } + + /** + * Gets the processName + * The name of the startup process. Examples: outlook, excel. Supports: $select, $OrderBy. Read-only. + * + * @return string|null The processName + */ + public function getProcessName() + { + if (array_key_exists("processName", $this->_propDict)) { + return $this->_propDict["processName"]; + } else { + return null; + } + } + + /** + * Sets the processName + * The name of the startup process. Examples: outlook, excel. Supports: $select, $OrderBy. Read-only. + * + * @param string $val The processName + * + * @return UserExperienceAnalyticsDeviceStartupProcessPerformance + */ + public function setProcessName($val) + { + $this->_propDict["processName"] = $val; + return $this; + } + + /** + * Gets the productName + * The product name of the startup process. Examples: Microsoft Outlook, Microsoft Excel. Supports: $select, $OrderBy. Read-only. + * + * @return string|null The productName + */ + public function getProductName() + { + if (array_key_exists("productName", $this->_propDict)) { + return $this->_propDict["productName"]; + } else { + return null; + } + } + + /** + * Sets the productName + * The product name of the startup process. Examples: Microsoft Outlook, Microsoft Excel. Supports: $select, $OrderBy. Read-only. + * + * @param string $val The productName + * + * @return UserExperienceAnalyticsDeviceStartupProcessPerformance + */ + public function setProductName($val) + { + $this->_propDict["productName"] = $val; + return $this; + } + + /** + * Gets the publisher + * The publisher of the startup process. Examples: Microsoft Corporation, Contoso Corp. Supports: $select, $OrderBy. Read-only. + * + * @return string|null The publisher + */ + public function getPublisher() + { + if (array_key_exists("publisher", $this->_propDict)) { + return $this->_propDict["publisher"]; + } else { + return null; + } + } + + /** + * Sets the publisher + * The publisher of the startup process. Examples: Microsoft Corporation, Contoso Corp. Supports: $select, $OrderBy. Read-only. + * + * @param string $val The publisher + * + * @return UserExperienceAnalyticsDeviceStartupProcessPerformance + */ + public function setPublisher($val) + { + $this->_propDict["publisher"] = $val; + return $this; + } + + /** + * Gets the totalImpactInMs + * The total impact of startup process on device boot time in milliseconds. Supports: $filter, $select, $OrderBy. Read-only. + * + * @return int|null The totalImpactInMs + */ + public function getTotalImpactInMs() + { + if (array_key_exists("totalImpactInMs", $this->_propDict)) { + return $this->_propDict["totalImpactInMs"]; + } else { + return null; + } + } + + /** + * Sets the totalImpactInMs + * The total impact of startup process on device boot time in milliseconds. Supports: $filter, $select, $OrderBy. Read-only. + * + * @param int $val The totalImpactInMs + * + * @return UserExperienceAnalyticsDeviceStartupProcessPerformance + */ + public function setTotalImpactInMs($val) + { + $this->_propDict["totalImpactInMs"] = intval($val); + return $this; + } + +} diff --git a/src/Model/UserRegistrationDetails.php b/src/Model/UserRegistrationDetails.php index fdda86f6ef5..84b8746ec18 100644 --- a/src/Model/UserRegistrationDetails.php +++ b/src/Model/UserRegistrationDetails.php @@ -349,7 +349,7 @@ public function setSystemPreferredAuthenticationMethods($val) /** * Gets the userDisplayName - * The user display name, such as Adele Vance. Supports $filter (eq, startsWith) and $orderBy. + * The user display name, such as Adele Vance. Supports $filter (eq, startsWith) and $orderby. * * @return string|null The userDisplayName */ @@ -364,7 +364,7 @@ public function getUserDisplayName() /** * Sets the userDisplayName - * The user display name, such as Adele Vance. Supports $filter (eq, startsWith) and $orderBy. + * The user display name, such as Adele Vance. Supports $filter (eq, startsWith) and $orderby. * * @param string $val The userDisplayName * @@ -411,7 +411,7 @@ public function setUserPreferredMethodForSecondaryAuthentication($val) /** * Gets the userPrincipalName - * The user principal name, such as AdeleV@contoso.com. Supports $filter (eq, startsWith) and $orderBy. + * The user principal name, such as AdeleV@contoso.com. Supports $filter (eq, startsWith) and $orderby. * * @return string|null The userPrincipalName */ @@ -426,7 +426,7 @@ public function getUserPrincipalName() /** * Sets the userPrincipalName - * The user principal name, such as AdeleV@contoso.com. Supports $filter (eq, startsWith) and $orderBy. + * The user principal name, such as AdeleV@contoso.com. Supports $filter (eq, startsWith) and $orderby. * * @param string $val The userPrincipalName * diff --git a/src/Model/WindowsDeviceType.php b/src/Model/WindowsDeviceType.php index 5501652e96c..70ddac7c6cf 100644 --- a/src/Model/WindowsDeviceType.php +++ b/src/Model/WindowsDeviceType.php @@ -34,4 +34,5 @@ class WindowsDeviceType extends Enum const MOBILE = "mobile"; const HOLOGRAPHIC = "holographic"; const TEAM = "team"; + const UNKNOWN_FUTURE_VALUE = "unknownFutureValue"; } From 6e26de0dc95751037d80d93d850a77924c5f976f Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 12 Sep 2023 10:10:15 +0000 Subject: [PATCH 2/8] Bump SDK version --- README.md | 2 +- src/Core/GraphConstants.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d6f530c4a3..28894260c2c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You can install the PHP SDK with Composer, either run `composer require microsof ``` { "require": { - "microsoft/microsoft-graph": "^1.106.0" + "microsoft/microsoft-graph": "^1.107.0" } } ``` diff --git a/src/Core/GraphConstants.php b/src/Core/GraphConstants.php index 177f81ab950..ba518fd7a23 100644 --- a/src/Core/GraphConstants.php +++ b/src/Core/GraphConstants.php @@ -23,7 +23,7 @@ final class GraphConstants const REST_ENDPOINT = "https://graph.microsoft.com/"; // Define HTTP request constants - const SDK_VERSION = "1.106.0"; + const SDK_VERSION = "1.107.0"; // Define error constants const MAX_PAGE_SIZE = 999; From 17fe0e1d711eeffdac53afd3fc75ae3ad0de0232 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 12 Sep 2023 10:11:06 +0000 Subject: [PATCH 3/8] Update generated files with build 124844 --- .../Graph/CallRecords/Model/MediaStream.php | 8 +- .../Graph/CallRecords/Model/NetworkInfo.php | 4 +- .../Model/Workflow.php | 4 +- .../Model/AccessReviewScheduleDefinition.php | 4 +- .../Graph/Model/AdministrativeUnit.php | 4 +- .../Microsoft/Graph/Model/Application.php | 8 +- .../Graph/Model/CloudPcProvisioningPolicy.php | 4 +- .../Graph/Model/CloudPcReportName.php | 3 + .../Graph/Model/DelegatedAdminCustomer.php | 4 +- .../Model/DelegatedAdminRelationship.php | 4 +- .../DelegatedAdminRelationshipOperation.php | 4 +- .../DelegatedAdminRelationshipRequest.php | 4 +- src/Beta/Microsoft/Graph/Model/Device.php | 8 +- ...ntConfigurationChoiceSettingDefinition.php | 8 +- ...onfigurationReferredSettingInformation.php | 4 +- ...ementConfigurationSettingApplicability.php | 8 +- ...entConfigurationSettingGroupDefinition.php | 4 +- ...ntConfigurationSimpleSettingDefinition.php | 16 +-- ...figurationStringSettingValueDefinition.php | 12 +- .../Graph/Model/DeviceRegistrationPolicy.php | 12 +- src/Beta/Microsoft/Graph/Model/Group.php | 4 +- src/Beta/Microsoft/Graph/Model/Identity.php | 8 +- src/Beta/Microsoft/Graph/Model/OrgContact.php | 4 +- .../Graph/Model/OrganizationSettings.php | 59 --------- .../Graph/Model/RecommendationBase.php | 29 +++++ .../Microsoft/Graph/Model/ReleaseType.php | 35 +++++ .../ResellerDelegatedAdminRelationship.php | 4 + .../Graph/Model/ServicePrincipal.php | 4 +- src/Beta/Microsoft/Graph/Model/Site.php | 27 ++++ src/Beta/Microsoft/Graph/Model/User.php | 123 +++++++++++------- .../Graph/Model/UserRegistrationDetails.php | 8 +- .../Graph/Model/UserVirtualEventsRoot.php | 55 ++++++++ .../WindowsAppXAppAssignmentSettings.php | 4 +- ...dowsUniversalAppXAppAssignmentSettings.php | 4 +- .../Microsoft/Graph/Model/WorkbookComment.php | 2 + .../Graph/Model/WorkbookCommentReply.php | 2 + .../Graph/Model/WorkbookDocumentTask.php | 22 ++++ .../Model/WorkbookDocumentTaskChange.php | 22 ++++ .../Model/WorkbookDocumentTaskSchedule.php | 4 + .../Graph/Model/WorkbookEmailIdentity.php | 6 + .../Graph/Model/WorkbookWorksheet.php | 6 +- .../Graph/SecurityNamespace/Model/Host.php | 6 +- .../Model/HostSslCertificate.php | 10 ++ .../Model/HostSslCertificatePort.php | 6 + .../Model/SslCertificate.php | 20 +++ .../Model/SslCertificateEntity.php | 18 +++ .../Model/ThreatIntelligence.php | 4 + 47 files changed, 434 insertions(+), 189 deletions(-) create mode 100644 src/Beta/Microsoft/Graph/Model/ReleaseType.php create mode 100644 src/Beta/Microsoft/Graph/Model/UserVirtualEventsRoot.php diff --git a/src/Beta/Microsoft/Graph/CallRecords/Model/MediaStream.php b/src/Beta/Microsoft/Graph/CallRecords/Model/MediaStream.php index 69aa0a50a31..26d590b4b6c 100644 --- a/src/Beta/Microsoft/Graph/CallRecords/Model/MediaStream.php +++ b/src/Beta/Microsoft/Graph/CallRecords/Model/MediaStream.php @@ -415,7 +415,7 @@ public function setAverageVideoPacketLossRate($val) /** * Gets the endDateTime - * UTC time when the stream ended. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z + * UTC time when the stream ended. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. This field is only available for streams that use the SIP protocol. * * @return \DateTime|null The endDateTime */ @@ -434,7 +434,7 @@ public function getEndDateTime() /** * Sets the endDateTime - * UTC time when the stream ended. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z + * UTC time when the stream ended. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. This field is only available for streams that use the SIP protocol. * * @param \DateTime $val The value to assign to the endDateTime * @@ -776,7 +776,7 @@ public function setRmsFreezeDuration($val) /** * Gets the startDateTime - * UTC time when the stream started. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z + * UTC time when the stream started. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. This field is only available for streams that use the SIP protocol. * * @return \DateTime|null The startDateTime */ @@ -795,7 +795,7 @@ public function getStartDateTime() /** * Sets the startDateTime - * UTC time when the stream started. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z + * UTC time when the stream started. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. This field is only available for streams that use the SIP protocol. * * @param \DateTime $val The value to assign to the startDateTime * diff --git a/src/Beta/Microsoft/Graph/CallRecords/Model/NetworkInfo.php b/src/Beta/Microsoft/Graph/CallRecords/Model/NetworkInfo.php index fb43f707f3c..c540fb261a8 100644 --- a/src/Beta/Microsoft/Graph/CallRecords/Model/NetworkInfo.php +++ b/src/Beta/Microsoft/Graph/CallRecords/Model/NetworkInfo.php @@ -226,7 +226,7 @@ public function setLinkSpeed($val) } /** * Gets the macAddress - * The media access control (MAC) address of the media endpoint's network device. + * The media access control (MAC) address of the media endpoint's network device. This value may be missing or shown as 02:00:00:00:00:00 due to operating system privacy policies. * * @return string|null The macAddress */ @@ -241,7 +241,7 @@ public function getMacAddress() /** * Sets the macAddress - * The media access control (MAC) address of the media endpoint's network device. + * The media access control (MAC) address of the media endpoint's network device. This value may be missing or shown as 02:00:00:00:00:00 due to operating system privacy policies. * * @param string $val The value of the macAddress * diff --git a/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/Workflow.php b/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/Workflow.php index 578ad875b6f..7f03fada48f 100644 --- a/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/Workflow.php +++ b/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/Workflow.php @@ -88,7 +88,7 @@ public function setId($val) /** * Gets the nextScheduleRunDateTime - * The date time when the workflow is expected to run next based on the schedule interval, if there are any users matching the execution conditions. Supports $filter(lt,gt) and $orderBy. + * The date time when the workflow is expected to run next based on the schedule interval, if there are any users matching the execution conditions. Supports $filter(lt,gt) and $orderby. * * @return \DateTime|null The nextScheduleRunDateTime */ @@ -107,7 +107,7 @@ public function getNextScheduleRunDateTime() /** * Sets the nextScheduleRunDateTime - * The date time when the workflow is expected to run next based on the schedule interval, if there are any users matching the execution conditions. Supports $filter(lt,gt) and $orderBy. + * The date time when the workflow is expected to run next based on the schedule interval, if there are any users matching the execution conditions. Supports $filter(lt,gt) and $orderby. * * @param \DateTime $val The nextScheduleRunDateTime * diff --git a/src/Beta/Microsoft/Graph/Model/AccessReviewScheduleDefinition.php b/src/Beta/Microsoft/Graph/Model/AccessReviewScheduleDefinition.php index 9d3800472af..6b6b6c39223 100644 --- a/src/Beta/Microsoft/Graph/Model/AccessReviewScheduleDefinition.php +++ b/src/Beta/Microsoft/Graph/Model/AccessReviewScheduleDefinition.php @@ -208,7 +208,7 @@ public function setDescriptionForReviewers($val) /** * Gets the displayName - * Name of the access review series. Supports $select and $orderBy. Required on create. + * Name of the access review series. Supports $select and $orderby. Required on create. * * @return string|null The displayName */ @@ -223,7 +223,7 @@ public function getDisplayName() /** * Sets the displayName - * Name of the access review series. Supports $select and $orderBy. Required on create. + * Name of the access review series. Supports $select and $orderby. Required on create. * * @param string $val The displayName * diff --git a/src/Beta/Microsoft/Graph/Model/AdministrativeUnit.php b/src/Beta/Microsoft/Graph/Model/AdministrativeUnit.php index dbf7676cd38..7dee7b5b78d 100644 --- a/src/Beta/Microsoft/Graph/Model/AdministrativeUnit.php +++ b/src/Beta/Microsoft/Graph/Model/AdministrativeUnit.php @@ -55,7 +55,7 @@ public function setDescription($val) /** * Gets the displayName - * Display name for the administrative unit. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. + * Display name for the administrative unit. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby. * * @return string|null The displayName */ @@ -70,7 +70,7 @@ public function getDisplayName() /** * Sets the displayName - * Display name for the administrative unit. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. + * Display name for the administrative unit. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby. * * @param string $val The displayName * diff --git a/src/Beta/Microsoft/Graph/Model/Application.php b/src/Beta/Microsoft/Graph/Model/Application.php index ca5d189e45b..cdfe176359f 100644 --- a/src/Beta/Microsoft/Graph/Model/Application.php +++ b/src/Beta/Microsoft/Graph/Model/Application.php @@ -184,7 +184,7 @@ public function setCertification($val) /** * Gets the createdDateTime - * The date and time the application was registered. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, in, and eq on null values) and $orderBy. + * The date and time the application was registered. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, in, and eq on null values) and $orderby. * * @return \DateTime|null The createdDateTime */ @@ -203,7 +203,7 @@ public function getCreatedDateTime() /** * Sets the createdDateTime - * The date and time the application was registered. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, in, and eq on null values) and $orderBy. + * The date and time the application was registered. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, in, and eq on null values) and $orderby. * * @param \DateTime $val The createdDateTime * @@ -304,7 +304,7 @@ public function setDisabledByMicrosoftStatus($val) /** * Gets the displayName - * The display name for the application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. + * The display name for the application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby. * * @return string|null The displayName */ @@ -319,7 +319,7 @@ public function getDisplayName() /** * Sets the displayName - * The display name for the application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. + * The display name for the application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby. * * @param string $val The displayName * diff --git a/src/Beta/Microsoft/Graph/Model/CloudPcProvisioningPolicy.php b/src/Beta/Microsoft/Graph/Model/CloudPcProvisioningPolicy.php index 504754a4c0e..ba5ba95c3e8 100644 --- a/src/Beta/Microsoft/Graph/Model/CloudPcProvisioningPolicy.php +++ b/src/Beta/Microsoft/Graph/Model/CloudPcProvisioningPolicy.php @@ -84,7 +84,7 @@ public function setCloudPcGroupDisplayName($val) /** * Gets the cloudPcNamingTemplate - * The template used to name Cloud PCs provisioned using this policy. This can contain custom text and replacement tokens, including %USERNAME:x% and %RAND:x%, which represent the user's name and a randomly generated number, respectively. For example, 'CPC-%USERNAME:4%-%RAND:5%' means that the Cloud PC's name will start with 'CPC-', have a four-character username in the middle followed by a '-' character, and end with five random characters. The total length of the text generated by the template can be no more than 15 characters. Supports $filter, $select, $orderBy. + * The template used to name Cloud PCs provisioned using this policy. This can contain custom text and replacement tokens, including %USERNAME:x% and %RAND:x%, which represent the user's name and a randomly generated number, respectively. For example, 'CPC-%USERNAME:4%-%RAND:5%' means that the Cloud PC's name will start with 'CPC-', have a four-character username in the middle followed by a '-' character, and end with five random characters. The total length of the text generated by the template can be no more than 15 characters. Supports $filter, $select, $orderby. * * @return string|null The cloudPcNamingTemplate */ @@ -99,7 +99,7 @@ public function getCloudPcNamingTemplate() /** * Sets the cloudPcNamingTemplate - * The template used to name Cloud PCs provisioned using this policy. This can contain custom text and replacement tokens, including %USERNAME:x% and %RAND:x%, which represent the user's name and a randomly generated number, respectively. For example, 'CPC-%USERNAME:4%-%RAND:5%' means that the Cloud PC's name will start with 'CPC-', have a four-character username in the middle followed by a '-' character, and end with five random characters. The total length of the text generated by the template can be no more than 15 characters. Supports $filter, $select, $orderBy. + * The template used to name Cloud PCs provisioned using this policy. This can contain custom text and replacement tokens, including %USERNAME:x% and %RAND:x%, which represent the user's name and a randomly generated number, respectively. For example, 'CPC-%USERNAME:4%-%RAND:5%' means that the Cloud PC's name will start with 'CPC-', have a four-character username in the middle followed by a '-' character, and end with five random characters. The total length of the text generated by the template can be no more than 15 characters. Supports $filter, $select, $orderby. * * @param string $val The cloudPcNamingTemplate * diff --git a/src/Beta/Microsoft/Graph/Model/CloudPcReportName.php b/src/Beta/Microsoft/Graph/Model/CloudPcReportName.php index 6d01a1effdf..36e7fa72d21 100644 --- a/src/Beta/Microsoft/Graph/Model/CloudPcReportName.php +++ b/src/Beta/Microsoft/Graph/Model/CloudPcReportName.php @@ -36,6 +36,9 @@ class CloudPcReportName extends Enum const SHARED_USE_LICENSE_USAGE_REAL_TIME_REPORT = "sharedUseLicenseUsageRealTimeReport"; const UNKNOWN_FUTURE_VALUE = "unknownFutureValue"; const NO_LICENSE_AVAILABLE_CONNECTIVITY_FAILURE_REPORT = "noLicenseAvailableConnectivityFailureReport"; + const FRONTLINE_LICENSE_USAGE_REPORT = "frontlineLicenseUsageReport"; + const FRONTLINE_LICENSE_USAGE_REAL_TIME_REPORT = "frontlineLicenseUsageRealTimeReport"; const REMOTE_CONNECTION_QUALITY_REPORTS = "remoteConnectionQualityReports"; const INACCESSIBLE_CLOUD_PC_REPORTS = "inaccessibleCloudPcReports"; + const RAW_REMOTE_CONNECTION_REPORTS = "rawRemoteConnectionReports"; } diff --git a/src/Beta/Microsoft/Graph/Model/DelegatedAdminCustomer.php b/src/Beta/Microsoft/Graph/Model/DelegatedAdminCustomer.php index 2de16117db6..d0621416f9b 100644 --- a/src/Beta/Microsoft/Graph/Model/DelegatedAdminCustomer.php +++ b/src/Beta/Microsoft/Graph/Model/DelegatedAdminCustomer.php @@ -26,7 +26,7 @@ class DelegatedAdminCustomer extends Entity { /** * Gets the displayName - * The Azure AD display name of the customer tenant. Read-only. Supports $orderBy. + * The Azure AD display name of the customer tenant. Read-only. Supports $orderby. * * @return string|null The displayName */ @@ -41,7 +41,7 @@ public function getDisplayName() /** * Sets the displayName - * The Azure AD display name of the customer tenant. Read-only. Supports $orderBy. + * The Azure AD display name of the customer tenant. Read-only. Supports $orderby. * * @param string $val The displayName * diff --git a/src/Beta/Microsoft/Graph/Model/DelegatedAdminRelationship.php b/src/Beta/Microsoft/Graph/Model/DelegatedAdminRelationship.php index 215997d7f4c..fbda960ea43 100644 --- a/src/Beta/Microsoft/Graph/Model/DelegatedAdminRelationship.php +++ b/src/Beta/Microsoft/Graph/Model/DelegatedAdminRelationship.php @@ -286,7 +286,7 @@ public function setLastModifiedDateTime($val) /** * Gets the status - * The status of the relationship. Read Only. The possible values are: activating, active, approvalPending, approved, created, expired, expiring, terminated, terminating, terminationRequested, unknownFutureValue. Supports $orderBy. + * The status of the relationship. Read Only. The possible values are: activating, active, approvalPending, approved, created, expired, expiring, terminated, terminating, terminationRequested, unknownFutureValue. Supports $orderby. * * @return DelegatedAdminRelationshipStatus|null The status */ @@ -305,7 +305,7 @@ public function getStatus() /** * Sets the status - * The status of the relationship. Read Only. The possible values are: activating, active, approvalPending, approved, created, expired, expiring, terminated, terminating, terminationRequested, unknownFutureValue. Supports $orderBy. + * The status of the relationship. Read Only. The possible values are: activating, active, approvalPending, approved, created, expired, expiring, terminated, terminating, terminationRequested, unknownFutureValue. Supports $orderby. * * @param DelegatedAdminRelationshipStatus $val The status * diff --git a/src/Beta/Microsoft/Graph/Model/DelegatedAdminRelationshipOperation.php b/src/Beta/Microsoft/Graph/Model/DelegatedAdminRelationshipOperation.php index 004b0931b24..65062919e82 100644 --- a/src/Beta/Microsoft/Graph/Model/DelegatedAdminRelationshipOperation.php +++ b/src/Beta/Microsoft/Graph/Model/DelegatedAdminRelationshipOperation.php @@ -154,7 +154,7 @@ public function setOperationType($val) /** * Gets the status - * The status of the operation. Read-only. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue. Read-only. Supports $orderBy. + * The status of the operation. Read-only. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue. Read-only. Supports $orderby. * * @return LongRunningOperationStatus|null The status */ @@ -173,7 +173,7 @@ public function getStatus() /** * Sets the status - * The status of the operation. Read-only. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue. Read-only. Supports $orderBy. + * The status of the operation. Read-only. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue. Read-only. Supports $orderby. * * @param LongRunningOperationStatus $val The status * diff --git a/src/Beta/Microsoft/Graph/Model/DelegatedAdminRelationshipRequest.php b/src/Beta/Microsoft/Graph/Model/DelegatedAdminRelationshipRequest.php index 551a1e0b79d..37a64dc72d9 100644 --- a/src/Beta/Microsoft/Graph/Model/DelegatedAdminRelationshipRequest.php +++ b/src/Beta/Microsoft/Graph/Model/DelegatedAdminRelationshipRequest.php @@ -26,7 +26,7 @@ class DelegatedAdminRelationshipRequest extends Entity { /** * Gets the action - * The action to be performed on the delegated admin relationship. + * The action to be performed on the delegated admin relationship. The possible values are: lockForApproval, approve, terminate, unknownFutureValue, reject. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: reject. For a partner to finalize a relationship in the created status, set the action to lockForApproval. For a partner to terminate a relationship in the active status, set the action to terminate. For an indirect reseller to approve a relationship created by an indirect provider in the approvalPending status, set the action to approve. For an indirect reseller to reject a relationship created by an indirect provider in the approvalPending status, set the action to reject. * * @return DelegatedAdminRelationshipRequestAction|null The action */ @@ -45,7 +45,7 @@ public function getAction() /** * Sets the action - * The action to be performed on the delegated admin relationship. + * The action to be performed on the delegated admin relationship. The possible values are: lockForApproval, approve, terminate, unknownFutureValue, reject. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: reject. For a partner to finalize a relationship in the created status, set the action to lockForApproval. For a partner to terminate a relationship in the active status, set the action to terminate. For an indirect reseller to approve a relationship created by an indirect provider in the approvalPending status, set the action to approve. For an indirect reseller to reject a relationship created by an indirect provider in the approvalPending status, set the action to reject. * * @param DelegatedAdminRelationshipRequestAction $val The action * diff --git a/src/Beta/Microsoft/Graph/Model/Device.php b/src/Beta/Microsoft/Graph/Model/Device.php index 6fcb4a53306..c1b5d58ccc8 100644 --- a/src/Beta/Microsoft/Graph/Model/Device.php +++ b/src/Beta/Microsoft/Graph/Model/Device.php @@ -85,7 +85,7 @@ public function setAlternativeSecurityIds($val) /** * Gets the approximateLastSignInDateTime - * The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. + * The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderby. * * @return \DateTime|null The approximateLastSignInDateTime */ @@ -104,7 +104,7 @@ public function getApproximateLastSignInDateTime() /** * Sets the approximateLastSignInDateTime - * The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. + * The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderby. * * @param \DateTime $val The approximateLastSignInDateTime * @@ -296,7 +296,7 @@ public function setDeviceVersion($val) /** * Gets the displayName - * The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. + * The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby. * * @return string|null The displayName */ @@ -311,7 +311,7 @@ public function getDisplayName() /** * Sets the displayName - * The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. + * The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby. * * @param string $val The displayName * diff --git a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationChoiceSettingDefinition.php b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationChoiceSettingDefinition.php index fec75f417bc..7e0e869c876 100644 --- a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationChoiceSettingDefinition.php +++ b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationChoiceSettingDefinition.php @@ -26,7 +26,7 @@ class DeviceManagementConfigurationChoiceSettingDefinition extends DeviceManagem { /** * Gets the defaultOptionId - * Default option for the choice setting. + * Default option for choice setting * * @return string|null The defaultOptionId */ @@ -41,7 +41,7 @@ public function getDefaultOptionId() /** * Sets the defaultOptionId - * Default option for the choice setting. + * Default option for choice setting * * @param string $val The defaultOptionId * @@ -56,7 +56,7 @@ public function setDefaultOptionId($val) /** * Gets the options - * Options for the setting that can be selected. + * Options for the setting that can be selected * * @return array|null The options */ @@ -71,7 +71,7 @@ public function getOptions() /** * Sets the options - * Options for the setting that can be selected. + * Options for the setting that can be selected * * @param DeviceManagementConfigurationOptionDefinition[] $val The options * diff --git a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationReferredSettingInformation.php b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationReferredSettingInformation.php index 7818161a161..62f8fe8d53d 100644 --- a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationReferredSettingInformation.php +++ b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationReferredSettingInformation.php @@ -25,7 +25,7 @@ class DeviceManagementConfigurationReferredSettingInformation extends Entity { /** * Gets the settingDefinitionId - * Setting definition id that is being referred to a setting. Applicable for reusable setting. + * Setting definition id that is being referred to a setting. Applicable for reusable setting * * @return string|null The settingDefinitionId */ @@ -40,7 +40,7 @@ public function getSettingDefinitionId() /** * Sets the settingDefinitionId - * Setting definition id that is being referred to a setting. Applicable for reusable setting. + * Setting definition id that is being referred to a setting. Applicable for reusable setting * * @param string $val The value of the settingDefinitionId * diff --git a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingApplicability.php b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingApplicability.php index 45dc217d3c7..cef962d064b 100644 --- a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingApplicability.php +++ b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingApplicability.php @@ -87,7 +87,7 @@ public function setDeviceMode($val) /** * Gets the platform - * Platform setting can be applied on. Possible values are: none, android, iOS, macOS, windows10X, windows10, linux, unknownFutureValue. + * Platform setting can be applied on. Posible values are: none, android, androidEnterprise, iOs, macOs, windows10X, windows10, aosp, and linux. Possible values are: none, android, iOS, macOS, windows10X, windows10, linux, unknownFutureValue. * * @return DeviceManagementConfigurationPlatforms|null The platform */ @@ -106,7 +106,7 @@ public function getPlatform() /** * Sets the platform - * Platform setting can be applied on. Possible values are: none, android, iOS, macOS, windows10X, windows10, linux, unknownFutureValue. + * Platform setting can be applied on. Posible values are: none, android, androidEnterprise, iOs, macOs, windows10X, windows10, aosp, and linux. Possible values are: none, android, iOS, macOS, windows10X, windows10, linux, unknownFutureValue. * * @param DeviceManagementConfigurationPlatforms $val The value to assign to the platform * @@ -120,7 +120,7 @@ public function setPlatform($val) /** * Gets the technologies - * Which technology channels this setting can be deployed through. Possible values are: none, mdm, windows10XManagement, configManager, appleRemoteManagement, microsoftSense, exchangeOnline, linuxMdm, enrollment, endpointPrivilegeManagement, unknownFutureValue. + * Which technology channels this setting can be deployed through. Posible values are: none, mdm, configManager, intuneManagementExtension, thirdParty, documentGateway, appleRemoteManagement, microsoftSense, exchangeOnline, edgeMam, linuxMdm, extensibility, enrollment, endpointPrivilegeManagement. Possible values are: none, mdm, windows10XManagement, configManager, appleRemoteManagement, microsoftSense, exchangeOnline, mobileApplicationManagement, linuxMdm, enrollment, endpointPrivilegeManagement, unknownFutureValue. * * @return DeviceManagementConfigurationTechnologies|null The technologies */ @@ -139,7 +139,7 @@ public function getTechnologies() /** * Sets the technologies - * Which technology channels this setting can be deployed through. Possible values are: none, mdm, windows10XManagement, configManager, appleRemoteManagement, microsoftSense, exchangeOnline, linuxMdm, enrollment, endpointPrivilegeManagement, unknownFutureValue. + * Which technology channels this setting can be deployed through. Posible values are: none, mdm, configManager, intuneManagementExtension, thirdParty, documentGateway, appleRemoteManagement, microsoftSense, exchangeOnline, edgeMam, linuxMdm, extensibility, enrollment, endpointPrivilegeManagement. Possible values are: none, mdm, windows10XManagement, configManager, appleRemoteManagement, microsoftSense, exchangeOnline, mobileApplicationManagement, linuxMdm, enrollment, endpointPrivilegeManagement, unknownFutureValue. * * @param DeviceManagementConfigurationTechnologies $val The value to assign to the technologies * diff --git a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingGroupDefinition.php b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingGroupDefinition.php index 0563d36dd58..9a6c46313c3 100644 --- a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingGroupDefinition.php +++ b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingGroupDefinition.php @@ -26,7 +26,7 @@ class DeviceManagementConfigurationSettingGroupDefinition extends DeviceManageme { /** * Gets the childIds - * Dependent child settings to this group of settings. + * Dependent child settings to this group of settings * * @return array|null The childIds */ @@ -41,7 +41,7 @@ public function getChildIds() /** * Sets the childIds - * Dependent child settings to this group of settings. + * Dependent child settings to this group of settings * * @param string[] $val The childIds * diff --git a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingDefinition.php b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingDefinition.php index cfb59dc09c9..245b38ef0d2 100644 --- a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingDefinition.php +++ b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingDefinition.php @@ -26,7 +26,7 @@ class DeviceManagementConfigurationSimpleSettingDefinition extends DeviceManagem { /** * Gets the defaultValue - * Default setting value for this setting. + * Default setting value for this setting * * @return DeviceManagementConfigurationSettingValue|null The defaultValue */ @@ -45,7 +45,7 @@ public function getDefaultValue() /** * Sets the defaultValue - * Default setting value for this setting. + * Default setting value for this setting * * @param DeviceManagementConfigurationSettingValue $val The defaultValue * @@ -60,7 +60,7 @@ public function setDefaultValue($val) /** * Gets the dependedOnBy - * list of child settings that depend on this setting. + * list of child settings that depend on this setting * * @return array|null The dependedOnBy */ @@ -75,7 +75,7 @@ public function getDependedOnBy() /** * Sets the dependedOnBy - * list of child settings that depend on this setting. + * list of child settings that depend on this setting * * @param DeviceManagementConfigurationSettingDependedOnBy[] $val The dependedOnBy * @@ -90,7 +90,7 @@ public function setDependedOnBy($val) /** * Gets the dependentOn - * list of parent settings this setting is dependent on. + * list of parent settings this setting is dependent on * * @return array|null The dependentOn */ @@ -105,7 +105,7 @@ public function getDependentOn() /** * Sets the dependentOn - * list of parent settings this setting is dependent on. + * list of parent settings this setting is dependent on * * @param DeviceManagementConfigurationDependentOn[] $val The dependentOn * @@ -119,7 +119,7 @@ public function setDependentOn($val) /** * Gets the valueDefinition - * Definition of the value for this setting. + * Definition of the value for this setting * * @return DeviceManagementConfigurationSettingValueDefinition|null The valueDefinition */ @@ -138,7 +138,7 @@ public function getValueDefinition() /** * Sets the valueDefinition - * Definition of the value for this setting. + * Definition of the value for this setting * * @param DeviceManagementConfigurationSettingValueDefinition $val The valueDefinition * diff --git a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationStringSettingValueDefinition.php b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationStringSettingValueDefinition.php index 4cbb970141f..323fd5206ff 100644 --- a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationStringSettingValueDefinition.php +++ b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationStringSettingValueDefinition.php @@ -54,7 +54,7 @@ public function setFileTypes($val) /** * Gets the format - * Pre-defined format of the string. Possible values are: none, email, guid, ip, base64, url, version, xml, date, time, binary, regEx, json, dateTime, surfaceHub, bashScript, unknownFutureValue. + * Pre-defined format of the string. Possible values are: none, email, guid, ip, base64, url, version, xml, date, time, binary, regEx, json, dateTime, surfaceHub. * * @return DeviceManagementConfigurationStringFormat|null The format */ @@ -73,7 +73,7 @@ public function getFormat() /** * Sets the format - * Pre-defined format of the string. Possible values are: none, email, guid, ip, base64, url, version, xml, date, time, binary, regEx, json, dateTime, surfaceHub, bashScript, unknownFutureValue. + * Pre-defined format of the string. Possible values are: none, email, guid, ip, base64, url, version, xml, date, time, binary, regEx, json, dateTime, surfaceHub. * * @param DeviceManagementConfigurationStringFormat $val The value to assign to the format * @@ -142,7 +142,7 @@ public function setIsSecret($val) } /** * Gets the maximumLength - * Maximum length of string. Valid values 0 to 87516 + * Maximum length of string * * @return int|null The maximumLength */ @@ -157,7 +157,7 @@ public function getMaximumLength() /** * Sets the maximumLength - * Maximum length of string. Valid values 0 to 87516 + * Maximum length of string * * @param int $val The value of the maximumLength * @@ -170,7 +170,7 @@ public function setMaximumLength($val) } /** * Gets the minimumLength - * Minimum length of string. Valid values 0 to 87516 + * Minimum length of string * * @return int|null The minimumLength */ @@ -185,7 +185,7 @@ public function getMinimumLength() /** * Sets the minimumLength - * Minimum length of string. Valid values 0 to 87516 + * Minimum length of string * * @param int $val The value of the minimumLength * diff --git a/src/Beta/Microsoft/Graph/Model/DeviceRegistrationPolicy.php b/src/Beta/Microsoft/Graph/Model/DeviceRegistrationPolicy.php index 8ff3adcaaaa..18c5d4df922 100644 --- a/src/Beta/Microsoft/Graph/Model/DeviceRegistrationPolicy.php +++ b/src/Beta/Microsoft/Graph/Model/DeviceRegistrationPolicy.php @@ -92,7 +92,7 @@ public function setAzureADRegistration($val) /** * Gets the description - * The description of the device registration policy. It is always set to Tenant-wide policy that manages intial provisioning controls using quota restrictions, additional authentication and authorization checks. Read-only. + * The description of the device registration policy. It's always set to Tenant-wide policy that manages intial provisioning controls using quota restrictions, additional authentication and authorization checks. Read-only. * * @return string|null The description */ @@ -107,7 +107,7 @@ public function getDescription() /** * Sets the description - * The description of the device registration policy. It is always set to Tenant-wide policy that manages intial provisioning controls using quota restrictions, additional authentication and authorization checks. Read-only. + * The description of the device registration policy. It's always set to Tenant-wide policy that manages intial provisioning controls using quota restrictions, additional authentication and authorization checks. Read-only. * * @param string $val The description * @@ -121,7 +121,7 @@ public function setDescription($val) /** * Gets the displayName - * The name of the device registration policy. It is always set to Device Registration Policy. Read-only. + * The name of the device registration policy. It's always set to Device Registration Policy. Read-only. * * @return string|null The displayName */ @@ -136,7 +136,7 @@ public function getDisplayName() /** * Sets the displayName - * The name of the device registration policy. It is always set to Device Registration Policy. Read-only. + * The name of the device registration policy. It's always set to Device Registration Policy. Read-only. * * @param string $val The displayName * @@ -216,7 +216,7 @@ public function setMultiFactorAuthConfiguration($val) /** * Gets the userDeviceQuota - * Specifies the maximum number of devices that a user can have within your organization before blocking new device registrations. The default value is set to 50. If this property is not specified during the policy update operation, it is automatically reset to 0 to indicate that users are not allowed to join any devices. + * Specifies the maximum number of devices that a user can have within your organization before blocking new device registrations. The default value is set to 50. If this property isn't specified during the policy update operation, it's automatically reset to 0 to indicate that users aren't allowed to join any devices. * * @return int|null The userDeviceQuota */ @@ -231,7 +231,7 @@ public function getUserDeviceQuota() /** * Sets the userDeviceQuota - * Specifies the maximum number of devices that a user can have within your organization before blocking new device registrations. The default value is set to 50. If this property is not specified during the policy update operation, it is automatically reset to 0 to indicate that users are not allowed to join any devices. + * Specifies the maximum number of devices that a user can have within your organization before blocking new device registrations. The default value is set to 50. If this property isn't specified during the policy update operation, it's automatically reset to 0 to indicate that users aren't allowed to join any devices. * * @param int $val The userDeviceQuota * diff --git a/src/Beta/Microsoft/Graph/Model/Group.php b/src/Beta/Microsoft/Graph/Model/Group.php index 27af43232d3..a14781863ca 100644 --- a/src/Beta/Microsoft/Graph/Model/Group.php +++ b/src/Beta/Microsoft/Graph/Model/Group.php @@ -206,7 +206,7 @@ public function setDescription($val) /** * Gets the displayName - * The display name for the group. Required. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. + * The display name for the group. Required. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby. * * @return string|null The displayName */ @@ -221,7 +221,7 @@ public function getDisplayName() /** * Sets the displayName - * The display name for the group. Required. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. + * The display name for the group. Required. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby. * * @param string $val The displayName * diff --git a/src/Beta/Microsoft/Graph/Model/Identity.php b/src/Beta/Microsoft/Graph/Model/Identity.php index 03a9de8a01b..79a5705bc43 100644 --- a/src/Beta/Microsoft/Graph/Model/Identity.php +++ b/src/Beta/Microsoft/Graph/Model/Identity.php @@ -25,7 +25,7 @@ class Identity extends Entity { /** * Gets the displayName - * The display name of the identity. This property is read-only. + * The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. * * @return string|null The displayName */ @@ -40,7 +40,7 @@ public function getDisplayName() /** * Sets the displayName - * The display name of the identity. This property is read-only. + * The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. * * @param string $val The value of the displayName * @@ -53,7 +53,7 @@ public function setDisplayName($val) } /** * Gets the id - * The identifier of the identity. This property is read-only. + * Unique identifier for the identity. * * @return string|null The id */ @@ -68,7 +68,7 @@ public function getId() /** * Sets the id - * The identifier of the identity. This property is read-only. + * Unique identifier for the identity. * * @param string $val The value of the id * diff --git a/src/Beta/Microsoft/Graph/Model/OrgContact.php b/src/Beta/Microsoft/Graph/Model/OrgContact.php index 3d7844029e0..b2b53f7c026 100644 --- a/src/Beta/Microsoft/Graph/Model/OrgContact.php +++ b/src/Beta/Microsoft/Graph/Model/OrgContact.php @@ -114,7 +114,7 @@ public function setDepartment($val) /** * Gets the displayName - * Display name for this organizational contact. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values), $search, and $orderBy. + * Display name for this organizational contact. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values), $search, and $orderby. * * @return string|null The displayName */ @@ -129,7 +129,7 @@ public function getDisplayName() /** * Sets the displayName - * Display name for this organizational contact. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values), $search, and $orderBy. + * Display name for this organizational contact. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values), $search, and $orderby. * * @param string $val The displayName * diff --git a/src/Beta/Microsoft/Graph/Model/OrganizationSettings.php b/src/Beta/Microsoft/Graph/Model/OrganizationSettings.php index fa5363b9b74..5e212b83e6c 100644 --- a/src/Beta/Microsoft/Graph/Model/OrganizationSettings.php +++ b/src/Beta/Microsoft/Graph/Model/OrganizationSettings.php @@ -55,65 +55,6 @@ public function setMicrosoftApplicationDataAccess($val) return $this; } - - /** - * Gets the profileCardProperties - * - * @return array|null The profileCardProperties - */ - public function getProfileCardProperties() - { - if (array_key_exists("profileCardProperties", $this->_propDict)) { - return $this->_propDict["profileCardProperties"]; - } else { - return null; - } - } - - /** - * Sets the profileCardProperties - * - * @param ProfileCardProperty[] $val The profileCardProperties - * - * @return OrganizationSettings - */ - public function setProfileCardProperties($val) - { - $this->_propDict["profileCardProperties"] = $val; - return $this; - } - - /** - * Gets the pronouns - * - * @return PronounsSettings|null The pronouns - */ - public function getPronouns() - { - if (array_key_exists("pronouns", $this->_propDict)) { - if (is_a($this->_propDict["pronouns"], "\Beta\Microsoft\Graph\Model\PronounsSettings") || is_null($this->_propDict["pronouns"])) { - return $this->_propDict["pronouns"]; - } else { - $this->_propDict["pronouns"] = new PronounsSettings($this->_propDict["pronouns"]); - return $this->_propDict["pronouns"]; - } - } - return null; - } - - /** - * Sets the pronouns - * - * @param PronounsSettings $val The pronouns - * - * @return OrganizationSettings - */ - public function setPronouns($val) - { - $this->_propDict["pronouns"] = $val; - return $this; - } - /** * Gets the contactInsights * Contains the properties that are configured by an administrator as a tenant-level privacy control whether to identify duplicate contacts among a user's contacts list and suggest the user to merge those contacts to have a cleaner contacts list. List contactInsights returns the settings to display or return contact insights in an organization. diff --git a/src/Beta/Microsoft/Graph/Model/RecommendationBase.php b/src/Beta/Microsoft/Graph/Model/RecommendationBase.php index 7747146862c..e5c423f0532 100644 --- a/src/Beta/Microsoft/Graph/Model/RecommendationBase.php +++ b/src/Beta/Microsoft/Graph/Model/RecommendationBase.php @@ -551,6 +551,35 @@ public function setRecommendationType($val) return $this; } + /** + * Gets the releaseType + * The current release type of the recommendation. The possible values are: preview or generallyAvailable. + * + * @return string|null The releaseType + */ + public function getReleaseType() + { + if (array_key_exists("releaseType", $this->_propDict)) { + return $this->_propDict["releaseType"]; + } else { + return null; + } + } + + /** + * Sets the releaseType + * The current release type of the recommendation. The possible values are: preview or generallyAvailable. + * + * @param string $val The releaseType + * + * @return RecommendationBase + */ + public function setReleaseType($val) + { + $this->_propDict["releaseType"] = $val; + return $this; + } + /** * Gets the remediationImpact * Description of the impact on users of the remediation. Only applies to recommendations with category set to identitySecureScore. diff --git a/src/Beta/Microsoft/Graph/Model/ReleaseType.php b/src/Beta/Microsoft/Graph/Model/ReleaseType.php new file mode 100644 index 00000000000..0ca132ac815 --- /dev/null +++ b/src/Beta/Microsoft/Graph/Model/ReleaseType.php @@ -0,0 +1,35 @@ +_propDict)) { + return $this->_propDict["isPersonalSite"]; + } else { + return null; + } + } + + /** + * Sets the isPersonalSite + * + * @param bool $val The isPersonalSite + * + * @return Site + */ + public function setIsPersonalSite($val) + { + $this->_propDict["isPersonalSite"] = boolval($val); + return $this; + } + /** * Gets the root * If present, indicates that this is the root site in the site collection. Read-only. diff --git a/src/Beta/Microsoft/Graph/Model/User.php b/src/Beta/Microsoft/Graph/Model/User.php index 80ec409bf0b..7cb97ffc976 100644 --- a/src/Beta/Microsoft/Graph/Model/User.php +++ b/src/Beta/Microsoft/Graph/Model/User.php @@ -88,7 +88,7 @@ public function setAccountEnabled($val) /** * Gets the ageGroup - * Sets the age group of the user. Allowed values: null, Minor, NotAdult and Adult. Refer to the legal age group property definitions for further information. Supports $filter (eq, ne, not, and in). + * Sets the age group of the user. Allowed values: null, Minor, NotAdult and Adult. For more information, see legal age group property definitions. Supports $filter (eq, ne, not, and in). * * @return string|null The ageGroup */ @@ -103,7 +103,7 @@ public function getAgeGroup() /** * Sets the ageGroup - * Sets the age group of the user. Allowed values: null, Minor, NotAdult and Adult. Refer to the legal age group property definitions for further information. Supports $filter (eq, ne, not, and in). + * Sets the age group of the user. Allowed values: null, Minor, NotAdult and Adult. For more information, see legal age group property definitions. Supports $filter (eq, ne, not, and in). * * @param string $val The ageGroup * @@ -118,7 +118,7 @@ public function setAgeGroup($val) /** * Gets the assignedLicenses - * The licenses that are assigned to the user, including inherited (group-based) licenses. This property doesn't differentiate directly-assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly-assigned and inherited licenses. Not nullable. Supports $filter (eq, not, /$count eq 0, /$count ne 0). + * The licenses that are assigned to the user, including inherited (group-based) licenses. This property doesn't differentiate directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. Supports $filter (eq, not, /$count eq 0, /$count ne 0). * * @return array|null The assignedLicenses */ @@ -133,7 +133,7 @@ public function getAssignedLicenses() /** * Sets the assignedLicenses - * The licenses that are assigned to the user, including inherited (group-based) licenses. This property doesn't differentiate directly-assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly-assigned and inherited licenses. Not nullable. Supports $filter (eq, not, /$count eq 0, /$count ne 0). + * The licenses that are assigned to the user, including inherited (group-based) licenses. This property doesn't differentiate directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. Supports $filter (eq, not, /$count eq 0, /$count ne 0). * * @param AssignedLicense[] $val The assignedLicenses * @@ -239,7 +239,7 @@ public function setBusinessPhones($val) /** * Gets the city - * The city in which the user is located. Maximum length is 128 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). + * The city where the user is located. Maximum length is 128 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). * * @return string|null The city */ @@ -254,7 +254,7 @@ public function getCity() /** * Sets the city - * The city in which the user is located. Maximum length is 128 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). + * The city where the user is located. Maximum length is 128 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). * * @param string $val The city * @@ -301,7 +301,7 @@ public function setCloudRealtimeCommunicationInfo($val) /** * Gets the companyName - * The company name which the user is associated. This property can be useful for describing the company that an external user comes from. The maximum length is 64 characters.Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). + * The name of the company that the user is associated with. This property can be useful for describing the company that an external user comes from. The maximum length is 64 characters.Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). * * @return string|null The companyName */ @@ -316,7 +316,7 @@ public function getCompanyName() /** * Sets the companyName - * The company name which the user is associated. This property can be useful for describing the company that an external user comes from. The maximum length is 64 characters.Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). + * The name of the company that the user is associated with. This property can be useful for describing the company that an external user comes from. The maximum length is 64 characters.Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). * * @param string $val The companyName * @@ -359,7 +359,7 @@ public function setConsentProvidedForMinor($val) /** * Gets the country - * The country/region in which the user is located; for example, US or UK. Maximum length is 128 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). + * The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). * * @return string|null The country */ @@ -374,7 +374,7 @@ public function getCountry() /** * Sets the country - * The country/region in which the user is located; for example, US or UK. Maximum length is 128 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). + * The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). * * @param string $val The country * @@ -540,7 +540,7 @@ public function setDeviceKeys($val) /** * Gets the displayName - * The name displayed in the address book for the user. This value is usually the combination of the user's first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderBy, and $search. + * The name displayed in the address book for the user. This value is usually the combination of the user's first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. * * @return string|null The displayName */ @@ -555,7 +555,7 @@ public function getDisplayName() /** * Sets the displayName - * The name displayed in the address book for the user. This value is usually the combination of the user's first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderBy, and $search. + * The name displayed in the address book for the user. This value is usually the combination of the user's first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. * * @param string $val The displayName * @@ -664,7 +664,7 @@ public function setEmployeeLeaveDateTime($val) /** * Gets the employeeOrgData - * Represents organization data (e.g. division and costCenter) associated with a user. Supports $filter (eq, ne, not , ge, le, in). + * Represents organization data (for example, division and costCenter) associated with a user. Supports $filter (eq, ne, not , ge, le, in). * * @return EmployeeOrgData|null The employeeOrgData */ @@ -683,7 +683,7 @@ public function getEmployeeOrgData() /** * Sets the employeeOrgData - * Represents organization data (e.g. division and costCenter) associated with a user. Supports $filter (eq, ne, not , ge, le, in). + * Represents organization data (for example, division and costCenter) associated with a user. Supports $filter (eq, ne, not , ge, le, in). * * @param EmployeeOrgData $val The employeeOrgData * @@ -1046,7 +1046,7 @@ public function setJobTitle($val) /** * Gets the lastPasswordChangeDateTime - * The time when this Azure AD user last changed their password or when their password was created, , whichever date the latest action was performed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Returned only on $select. + * The time when this Azure AD user last changed their password or when their password was created, whichever date the latest action was performed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Returned only on $select. * * @return \DateTime|null The lastPasswordChangeDateTime */ @@ -1065,7 +1065,7 @@ public function getLastPasswordChangeDateTime() /** * Sets the lastPasswordChangeDateTime - * The time when this Azure AD user last changed their password or when their password was created, , whichever date the latest action was performed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Returned only on $select. + * The time when this Azure AD user last changed their password or when their password was created, whichever date the latest action was performed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Returned only on $select. * * @param \DateTime $val The lastPasswordChangeDateTime * @@ -1079,7 +1079,7 @@ public function setLastPasswordChangeDateTime($val) /** * Gets the legalAgeGroupClassification - * Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult and Adult. Refer to the legal age group property definitions for further information. Returned only on $select. + * Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult and Adult. For more information, see legal age group property definitions. Returned only on $select. * * @return string|null The legalAgeGroupClassification */ @@ -1094,7 +1094,7 @@ public function getLegalAgeGroupClassification() /** * Sets the legalAgeGroupClassification - * Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult and Adult. Refer to the legal age group property definitions for further information. Returned only on $select. + * Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult and Adult. For more information, see legal age group property definitions. Returned only on $select. * * @param string $val The legalAgeGroupClassification * @@ -1109,7 +1109,7 @@ public function setLegalAgeGroupClassification($val) /** * Gets the licenseAssignmentStates - * State of license assignments for this user. Also indicates licenses that are directly-assigned and those that the user has inherited through group memberships. Read-only. Returned only on $select. + * State of license assignments for this user. Also indicates licenses that are directly assigned and those that the user has inherited through group memberships. Read-only. Returned only on $select. * * @return array|null The licenseAssignmentStates */ @@ -1124,7 +1124,7 @@ public function getLicenseAssignmentStates() /** * Sets the licenseAssignmentStates - * State of license assignments for this user. Also indicates licenses that are directly-assigned and those that the user has inherited through group memberships. Read-only. Returned only on $select. + * State of license assignments for this user. Also indicates licenses that are directly assigned and those that the user has inherited through group memberships. Read-only. Returned only on $select. * * @param LicenseAssignmentState[] $val The licenseAssignmentStates * @@ -1138,7 +1138,7 @@ public function setLicenseAssignmentStates($val) /** * Gets the mail - * The SMTP address for the user, for example, admin@contoso.com. Changes to this property will also update the user's proxyAddresses collection to include the value as an SMTP address. This property cannot contain accent characters. NOTE: We do not recommend updating this property for Azure AD B2C user profiles. Use the otherMails property instead. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith, and eq on null values). + * The SMTP address for the user, for example, admin@contoso.com. Changes to this property also updates the user's proxyAddresses collection to include the value as an SMTP address. This property can't contain accent characters. NOTE: We don't recommend updating this property for Azure AD B2C user profiles. Use the otherMails property instead. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith, and eq on null values). * * @return string|null The mail */ @@ -1153,7 +1153,7 @@ public function getMail() /** * Sets the mail - * The SMTP address for the user, for example, admin@contoso.com. Changes to this property will also update the user's proxyAddresses collection to include the value as an SMTP address. This property cannot contain accent characters. NOTE: We do not recommend updating this property for Azure AD B2C user profiles. Use the otherMails property instead. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith, and eq on null values). + * The SMTP address for the user, for example, admin@contoso.com. Changes to this property also updates the user's proxyAddresses collection to include the value as an SMTP address. This property can't contain accent characters. NOTE: We don't recommend updating this property for Azure AD B2C user profiles. Use the otherMails property instead. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith, and eq on null values). * * @param string $val The mail * @@ -1345,7 +1345,7 @@ public function setOnPremisesExtensionAttributes($val) /** * Gets the onPremisesImmutableId - * This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters cannot be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). + * This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). * * @return string|null The onPremisesImmutableId */ @@ -1360,7 +1360,7 @@ public function getOnPremisesImmutableId() /** * Sets the onPremisesImmutableId - * This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters cannot be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). + * This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). * * @param string $val The onPremisesImmutableId * @@ -1586,7 +1586,7 @@ public function setOnPremisesUserPrincipalName($val) /** * Gets the otherMails - * A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com'].NOTE: This property cannot contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). + * A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com'].NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). * * @return array|null The otherMails */ @@ -1601,7 +1601,7 @@ public function getOtherMails() /** * Sets the otherMails - * A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com'].NOTE: This property cannot contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). + * A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com'].NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). * * @param string[] $val The otherMails * @@ -1615,7 +1615,7 @@ public function setOtherMails($val) /** * Gets the passwordPolicies - * Specifies password policies for the user. This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two may be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. For more information on the default password policies, see Azure AD pasword policies. Supports $filter (ne, not, and eq on null values). + * Specifies password policies for the user. This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two may be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. For more information on the default password policies, see Azure AD password policies. Supports $filter (ne, not, and eq on null values). * * @return string|null The passwordPolicies */ @@ -1630,7 +1630,7 @@ public function getPasswordPolicies() /** * Sets the passwordPolicies - * Specifies password policies for the user. This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two may be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. For more information on the default password policies, see Azure AD pasword policies. Supports $filter (ne, not, and eq on null values). + * Specifies password policies for the user. This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two may be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. For more information on the default password policies, see Azure AD password policies. Supports $filter (ne, not, and eq on null values). * * @param string $val The passwordPolicies * @@ -1735,7 +1735,7 @@ public function setPreferredDataLocation($val) /** * Gets the preferredLanguage - * The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). + * The preferred language for the user. Should follow ISO 639-1 Code; for example, en-US. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). * * @return string|null The preferredLanguage */ @@ -1750,7 +1750,7 @@ public function getPreferredLanguage() /** * Sets the preferredLanguage - * The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). + * The preferred language for the user. Should follow ISO 639-1 Code; for example, en-US. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). * * @param string $val The preferredLanguage * @@ -1794,7 +1794,7 @@ public function setProvisionedPlans($val) /** * Gets the proxyAddresses - * For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com']. Changes to the mail property will also update this collection to include the value as an SMTP address. For more information, see mail and proxyAddresses properties. The proxy address prefixed with SMTP (capitalized) is the primary proxy address while those prefixed with smtp are the secondary proxy addresses. For Azure AD B2C accounts, this property has a limit of ten unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). + * For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com']. Changes to the mail property will also update this collection to include the value as an SMTP address. For more information, see mail and proxyAddresses properties. The proxy address prefixed with SMTP (capitalized) is the primary proxy address while those prefixed with smtp are the secondary proxy addresses. For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). * * @return array|null The proxyAddresses */ @@ -1809,7 +1809,7 @@ public function getProxyAddresses() /** * Sets the proxyAddresses - * For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com']. Changes to the mail property will also update this collection to include the value as an SMTP address. For more information, see mail and proxyAddresses properties. The proxy address prefixed with SMTP (capitalized) is the primary proxy address while those prefixed with smtp are the secondary proxy addresses. For Azure AD B2C accounts, this property has a limit of ten unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). + * For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com']. Changes to the mail property will also update this collection to include the value as an SMTP address. For more information, see mail and proxyAddresses properties. The proxy address prefixed with SMTP (capitalized) is the primary proxy address while those prefixed with smtp are the secondary proxy addresses. For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). * * @param string[] $val The proxyAddresses * @@ -1823,7 +1823,7 @@ public function setProxyAddresses($val) /** * Gets the refreshTokensValidFromDateTime - * Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use invalidateAllRefreshTokens to reset. + * Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use invalidateAllRefreshTokens to reset. * * @return \DateTime|null The refreshTokensValidFromDateTime */ @@ -1842,7 +1842,7 @@ public function getRefreshTokensValidFromDateTime() /** * Sets the refreshTokensValidFromDateTime - * Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use invalidateAllRefreshTokens to reset. + * Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use invalidateAllRefreshTokens to reset. * * @param \DateTime $val The refreshTokensValidFromDateTime * @@ -1886,7 +1886,7 @@ public function setSecurityIdentifier($val) /** * Gets the serviceProvisioningErrors - * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). + * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance). * * @return array|null The serviceProvisioningErrors */ @@ -1901,7 +1901,7 @@ public function getServiceProvisioningErrors() /** * Sets the serviceProvisioningErrors - * Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). + * Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance). * * @param ServiceProvisioningError[] $val The serviceProvisioningErrors * @@ -1944,7 +1944,7 @@ public function setShowInAddressList($val) /** * Gets the signInSessionsValidFromDateTime - * Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset. + * Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset. * * @return \DateTime|null The signInSessionsValidFromDateTime */ @@ -1963,7 +1963,7 @@ public function getSignInSessionsValidFromDateTime() /** * Sets the signInSessionsValidFromDateTime - * Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset. + * Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset. * * @param \DateTime $val The signInSessionsValidFromDateTime * @@ -2064,7 +2064,7 @@ public function setSurname($val) /** * Gets the usageLocation - * A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: US, JP, and GB. Not nullable. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). + * A two letter country code (ISO standard 3166). Required for users that are assigned licenses due to legal requirement to check for availability of services in countries. Examples include: US, JP, and GB. Not nullable. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). * * @return string|null The usageLocation */ @@ -2079,7 +2079,7 @@ public function getUsageLocation() /** * Sets the usageLocation - * A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: US, JP, and GB. Not nullable. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). + * A two letter country code (ISO standard 3166). Required for users that are assigned licenses due to legal requirement to check for availability of services in countries. Examples include: US, JP, and GB. Not nullable. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). * * @param string $val The usageLocation * @@ -2093,7 +2093,7 @@ public function setUsageLocation($val) /** * Gets the userPrincipalName - * The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. + * The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property can't contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. * * @return string|null The userPrincipalName */ @@ -2108,7 +2108,7 @@ public function getUserPrincipalName() /** * Sets the userPrincipalName - * The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. + * The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property can't contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. * * @param string $val The userPrincipalName * @@ -2721,7 +2721,7 @@ public function setAppRoleAssignments($val) /** * Gets the createdObjects - * Directory objects that were created by the user. Read-only. Nullable. + * Directory objects that the user created. Read-only. Nullable. * * @return array|null The createdObjects */ @@ -2736,7 +2736,7 @@ public function getCreatedObjects() /** * Sets the createdObjects - * Directory objects that were created by the user. Read-only. Nullable. + * Directory objects that the user created. Read-only. Nullable. * * @param DirectoryObject[] $val The createdObjects * @@ -3322,7 +3322,7 @@ public function setEvents($val) /** * Gets the inferenceClassification - * Relevance classification of the user's messages based on explicit designations which override inferred relevance or importance. + * Relevance classification of the user's messages based on explicit designations that override inferred relevance or importance. * * @return InferenceClassification|null The inferenceClassification */ @@ -3341,7 +3341,7 @@ public function getInferenceClassification() /** * Sets the inferenceClassification - * Relevance classification of the user's messages based on explicit designations which override inferred relevance or importance. + * Relevance classification of the user's messages based on explicit designations that override inferred relevance or importance. * * @param InferenceClassification $val The inferenceClassification * @@ -4349,6 +4349,37 @@ public function setPresence($val) return $this; } + /** + * Gets the virtualEvents + * + * @return UserVirtualEventsRoot|null The virtualEvents + */ + public function getVirtualEvents() + { + if (array_key_exists("virtualEvents", $this->_propDict)) { + if (is_a($this->_propDict["virtualEvents"], "\Beta\Microsoft\Graph\Model\UserVirtualEventsRoot") || is_null($this->_propDict["virtualEvents"])) { + return $this->_propDict["virtualEvents"]; + } else { + $this->_propDict["virtualEvents"] = new UserVirtualEventsRoot($this->_propDict["virtualEvents"]); + return $this->_propDict["virtualEvents"]; + } + } + return null; + } + + /** + * Sets the virtualEvents + * + * @param UserVirtualEventsRoot $val The virtualEvents + * + * @return User + */ + public function setVirtualEvents($val) + { + $this->_propDict["virtualEvents"] = $val; + return $this; + } + /** * Gets the authentication * The authentication methods that are supported for the user. diff --git a/src/Beta/Microsoft/Graph/Model/UserRegistrationDetails.php b/src/Beta/Microsoft/Graph/Model/UserRegistrationDetails.php index 65b11f58875..3b423bba051 100644 --- a/src/Beta/Microsoft/Graph/Model/UserRegistrationDetails.php +++ b/src/Beta/Microsoft/Graph/Model/UserRegistrationDetails.php @@ -382,7 +382,7 @@ public function setSystemPreferredAuthenticationMethods($val) /** * Gets the userDisplayName - * The user display name, such as Adele Vance. Supports $filter (eq, startsWith) and $orderBy. + * The user display name, such as Adele Vance. Supports $filter (eq, startsWith) and $orderby. * * @return string|null The userDisplayName */ @@ -397,7 +397,7 @@ public function getUserDisplayName() /** * Sets the userDisplayName - * The user display name, such as Adele Vance. Supports $filter (eq, startsWith) and $orderBy. + * The user display name, such as Adele Vance. Supports $filter (eq, startsWith) and $orderby. * * @param string $val The userDisplayName * @@ -444,7 +444,7 @@ public function setUserPreferredMethodForSecondaryAuthentication($val) /** * Gets the userPrincipalName - * The user principal name, such as AdeleV@contoso.com. Supports $filter (eq, startsWith) and $orderBy. + * The user principal name, such as AdeleV@contoso.com. Supports $filter (eq, startsWith) and $orderby. * * @return string|null The userPrincipalName */ @@ -459,7 +459,7 @@ public function getUserPrincipalName() /** * Sets the userPrincipalName - * The user principal name, such as AdeleV@contoso.com. Supports $filter (eq, startsWith) and $orderBy. + * The user principal name, such as AdeleV@contoso.com. Supports $filter (eq, startsWith) and $orderby. * * @param string $val The userPrincipalName * diff --git a/src/Beta/Microsoft/Graph/Model/UserVirtualEventsRoot.php b/src/Beta/Microsoft/Graph/Model/UserVirtualEventsRoot.php new file mode 100644 index 00000000000..3ca0a60e519 --- /dev/null +++ b/src/Beta/Microsoft/Graph/Model/UserVirtualEventsRoot.php @@ -0,0 +1,55 @@ +_propDict)) { + return $this->_propDict["webinars"]; + } else { + return null; + } + } + + /** + * Sets the webinars + * + * @param VirtualEventWebinar[] $val The webinars + * + * @return UserVirtualEventsRoot + */ + public function setWebinars($val) + { + $this->_propDict["webinars"] = $val; + return $this; + } + +} diff --git a/src/Beta/Microsoft/Graph/Model/WindowsAppXAppAssignmentSettings.php b/src/Beta/Microsoft/Graph/Model/WindowsAppXAppAssignmentSettings.php index c0565626007..35c1517fa90 100644 --- a/src/Beta/Microsoft/Graph/Model/WindowsAppXAppAssignmentSettings.php +++ b/src/Beta/Microsoft/Graph/Model/WindowsAppXAppAssignmentSettings.php @@ -36,7 +36,7 @@ public function __construct($propDict = array()) /** * Gets the useDeviceContext - * When TRUE, indicates that device execution context will be used for the AppX mobile app. When FALSE, indicates that user context will be used for the AppX mobile app. By default, this property is set to FALSE. Once this property has been set to TRUE it cannot be changed. + * Whether or not to use device execution context for Windows AppX mobile app. * * @return bool|null The useDeviceContext */ @@ -51,7 +51,7 @@ public function getUseDeviceContext() /** * Sets the useDeviceContext - * When TRUE, indicates that device execution context will be used for the AppX mobile app. When FALSE, indicates that user context will be used for the AppX mobile app. By default, this property is set to FALSE. Once this property has been set to TRUE it cannot be changed. + * Whether or not to use device execution context for Windows AppX mobile app. * * @param bool $val The value of the useDeviceContext * diff --git a/src/Beta/Microsoft/Graph/Model/WindowsUniversalAppXAppAssignmentSettings.php b/src/Beta/Microsoft/Graph/Model/WindowsUniversalAppXAppAssignmentSettings.php index afb4b2f6b75..3de3dcf3edd 100644 --- a/src/Beta/Microsoft/Graph/Model/WindowsUniversalAppXAppAssignmentSettings.php +++ b/src/Beta/Microsoft/Graph/Model/WindowsUniversalAppXAppAssignmentSettings.php @@ -36,7 +36,7 @@ public function __construct($propDict = array()) /** * Gets the useDeviceContext - * If true, uses device execution context for Windows Universal AppX mobile app. Device-context install is not allowed when this type of app is targeted with Available intent. Defaults to false. + * Whether or not to use device execution context for Windows Universal AppX mobile app. * * @return bool|null The useDeviceContext */ @@ -51,7 +51,7 @@ public function getUseDeviceContext() /** * Sets the useDeviceContext - * If true, uses device execution context for Windows Universal AppX mobile app. Device-context install is not allowed when this type of app is targeted with Available intent. Defaults to false. + * Whether or not to use device execution context for Windows Universal AppX mobile app. * * @param bool $val The value of the useDeviceContext * diff --git a/src/Beta/Microsoft/Graph/Model/WorkbookComment.php b/src/Beta/Microsoft/Graph/Model/WorkbookComment.php index 2907523570b..0adddf1f3f8 100644 --- a/src/Beta/Microsoft/Graph/Model/WorkbookComment.php +++ b/src/Beta/Microsoft/Graph/Model/WorkbookComment.php @@ -112,6 +112,7 @@ public function setReplies($val) /** * Gets the task + * The task associated with the comment. Read-only. Nullable. * * @return WorkbookDocumentTask|null The task */ @@ -130,6 +131,7 @@ public function getTask() /** * Sets the task + * The task associated with the comment. Read-only. Nullable. * * @param WorkbookDocumentTask $val The task * diff --git a/src/Beta/Microsoft/Graph/Model/WorkbookCommentReply.php b/src/Beta/Microsoft/Graph/Model/WorkbookCommentReply.php index 265b2bf728d..92a2c447a9f 100644 --- a/src/Beta/Microsoft/Graph/Model/WorkbookCommentReply.php +++ b/src/Beta/Microsoft/Graph/Model/WorkbookCommentReply.php @@ -84,6 +84,7 @@ public function setContentType($val) /** * Gets the task + * The task associated with the comment thread. * * @return WorkbookDocumentTask|null The task */ @@ -102,6 +103,7 @@ public function getTask() /** * Sets the task + * The task associated with the comment thread. * * @param WorkbookDocumentTask $val The task * diff --git a/src/Beta/Microsoft/Graph/Model/WorkbookDocumentTask.php b/src/Beta/Microsoft/Graph/Model/WorkbookDocumentTask.php index 78559fefe17..4a024888514 100644 --- a/src/Beta/Microsoft/Graph/Model/WorkbookDocumentTask.php +++ b/src/Beta/Microsoft/Graph/Model/WorkbookDocumentTask.php @@ -27,6 +27,7 @@ class WorkbookDocumentTask extends Entity /** * Gets the assignees + * A collection of user identities the task is assigned to. * * @return array|null The assignees */ @@ -41,6 +42,7 @@ public function getAssignees() /** * Sets the assignees + * A collection of user identities the task is assigned to. * * @param WorkbookEmailIdentity[] $val The assignees * @@ -54,6 +56,7 @@ public function setAssignees($val) /** * Gets the completedBy + * The identity of the user who completed the task. Nullable. * * @return WorkbookEmailIdentity|null The completedBy */ @@ -72,6 +75,7 @@ public function getCompletedBy() /** * Sets the completedBy + * The identity of the user who completed the task. Nullable. * * @param WorkbookEmailIdentity $val The completedBy * @@ -85,6 +89,7 @@ public function setCompletedBy($val) /** * Gets the completedDateTime + * Date and time when the task was completed. Nullable. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @return \DateTime|null The completedDateTime */ @@ -103,6 +108,7 @@ public function getCompletedDateTime() /** * Sets the completedDateTime + * Date and time when the task was completed. Nullable. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @param \DateTime $val The completedDateTime * @@ -116,6 +122,7 @@ public function setCompletedDateTime($val) /** * Gets the createdBy + * A user identity that creates the task. Nullable. * * @return WorkbookEmailIdentity|null The createdBy */ @@ -134,6 +141,7 @@ public function getCreatedBy() /** * Sets the createdBy + * A user identity that creates the task. Nullable. * * @param WorkbookEmailIdentity $val The createdBy * @@ -147,6 +155,7 @@ public function setCreatedBy($val) /** * Gets the createdDateTime + * Date and time when the task was created. Nullable. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @return \DateTime|null The createdDateTime */ @@ -165,6 +174,7 @@ public function getCreatedDateTime() /** * Sets the createdDateTime + * Date and time when the task was created. Nullable. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @param \DateTime $val The createdDateTime * @@ -178,6 +188,7 @@ public function setCreatedDateTime($val) /** * Gets the percentComplete + * An integer value from 0 to 100 that represents the percentage of the completion of the task. 100 means that the task is completed. Nullable. * * @return int|null The percentComplete */ @@ -192,6 +203,7 @@ public function getPercentComplete() /** * Sets the percentComplete + * An integer value from 0 to 100 that represents the percentage of the completion of the task. 100 means that the task is completed. Nullable. * * @param int $val The percentComplete * @@ -205,6 +217,7 @@ public function setPercentComplete($val) /** * Gets the priority + * An integer value from 0 to 10 that represents the priority of the task. A lower value indicates a higher priority. Nullable. * * @return int|null The priority */ @@ -219,6 +232,7 @@ public function getPriority() /** * Sets the priority + * An integer value from 0 to 10 that represents the priority of the task. A lower value indicates a higher priority. Nullable. * * @param int $val The priority * @@ -232,6 +246,7 @@ public function setPriority($val) /** * Gets the startAndDueDateTime + * Start and due date of the task. Nullable. * * @return WorkbookDocumentTaskSchedule|null The startAndDueDateTime */ @@ -250,6 +265,7 @@ public function getStartAndDueDateTime() /** * Sets the startAndDueDateTime + * Start and due date of the task. Nullable. * * @param WorkbookDocumentTaskSchedule $val The startAndDueDateTime * @@ -263,6 +279,7 @@ public function setStartAndDueDateTime($val) /** * Gets the title + * The title of the task. * * @return string|null The title */ @@ -277,6 +294,7 @@ public function getTitle() /** * Sets the title + * The title of the task. * * @param string $val The title * @@ -291,6 +309,7 @@ public function setTitle($val) /** * Gets the changes + * A collection of task change histories. * * @return array|null The changes */ @@ -305,6 +324,7 @@ public function getChanges() /** * Sets the changes + * A collection of task change histories. * * @param WorkbookDocumentTaskChange[] $val The changes * @@ -318,6 +338,7 @@ public function setChanges($val) /** * Gets the comment + * The comment that the task is associated with. * * @return WorkbookComment|null The comment */ @@ -336,6 +357,7 @@ public function getComment() /** * Sets the comment + * The comment that the task is associated with. * * @param WorkbookComment $val The comment * diff --git a/src/Beta/Microsoft/Graph/Model/WorkbookDocumentTaskChange.php b/src/Beta/Microsoft/Graph/Model/WorkbookDocumentTaskChange.php index c8e9421eca1..6c14ccb55e8 100644 --- a/src/Beta/Microsoft/Graph/Model/WorkbookDocumentTaskChange.php +++ b/src/Beta/Microsoft/Graph/Model/WorkbookDocumentTaskChange.php @@ -26,6 +26,7 @@ class WorkbookDocumentTaskChange extends Entity { /** * Gets the assignee + * The user identity the task is assigned to. Only present when the type property is assign. Nullable. * * @return WorkbookEmailIdentity|null The assignee */ @@ -44,6 +45,7 @@ public function getAssignee() /** * Sets the assignee + * The user identity the task is assigned to. Only present when the type property is assign. Nullable. * * @param WorkbookEmailIdentity $val The assignee * @@ -57,6 +59,7 @@ public function setAssignee($val) /** * Gets the changedBy + * The identity of the user who performs the change. * * @return WorkbookEmailIdentity|null The changedBy */ @@ -75,6 +78,7 @@ public function getChangedBy() /** * Sets the changedBy + * The identity of the user who performs the change. * * @param WorkbookEmailIdentity $val The changedBy * @@ -88,6 +92,7 @@ public function setChangedBy($val) /** * Gets the commentId + * The identifier of the associated comment. * * @return string|null The commentId */ @@ -102,6 +107,7 @@ public function getCommentId() /** * Sets the commentId + * The identifier of the associated comment. * * @param string $val The commentId * @@ -115,6 +121,7 @@ public function setCommentId($val) /** * Gets the createdDateTime + * Date and time when the task was changed. Nullable. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @return \DateTime|null The createdDateTime */ @@ -133,6 +140,7 @@ public function getCreatedDateTime() /** * Sets the createdDateTime + * Date and time when the task was changed. Nullable. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @param \DateTime $val The createdDateTime * @@ -146,6 +154,7 @@ public function setCreatedDateTime($val) /** * Gets the dueDateTime + * The due date and time for the task. Only present when the type property is setSchedule. Nullable. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @return \DateTime|null The dueDateTime */ @@ -164,6 +173,7 @@ public function getDueDateTime() /** * Sets the dueDateTime + * The due date and time for the task. Only present when the type property is setSchedule. Nullable. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @param \DateTime $val The dueDateTime * @@ -177,6 +187,7 @@ public function setDueDateTime($val) /** * Gets the percentComplete + * An integer value from 0 to 100 that represents the percentage of the completion of the task and associated comment. 100 means that the task and associated comment are completed. If you change the completion from 100 to a lower value, the associated task and comment are reactivated. Only present when the type property is setPercentComplete. Nullable. * * @return int|null The percentComplete */ @@ -191,6 +202,7 @@ public function getPercentComplete() /** * Sets the percentComplete + * An integer value from 0 to 100 that represents the percentage of the completion of the task and associated comment. 100 means that the task and associated comment are completed. If you change the completion from 100 to a lower value, the associated task and comment are reactivated. Only present when the type property is setPercentComplete. Nullable. * * @param int $val The percentComplete * @@ -204,6 +216,7 @@ public function setPercentComplete($val) /** * Gets the priority + * An integer value from 0 to 10 that represents the priority of the task. A lower value indicates a higher priority. 5 indicates the default priority if not set. Only present when the type property is setPriority. Nullable. * * @return int|null The priority */ @@ -218,6 +231,7 @@ public function getPriority() /** * Sets the priority + * An integer value from 0 to 10 that represents the priority of the task. A lower value indicates a higher priority. 5 indicates the default priority if not set. Only present when the type property is setPriority. Nullable. * * @param int $val The priority * @@ -231,6 +245,7 @@ public function setPriority($val) /** * Gets the startDateTime + * The start date and time for the task. Only present when the type property is setSchedule. Nullable. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @return \DateTime|null The startDateTime */ @@ -249,6 +264,7 @@ public function getStartDateTime() /** * Sets the startDateTime + * The start date and time for the task. Only present when the type property is setSchedule. Nullable. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @param \DateTime $val The startDateTime * @@ -262,6 +278,7 @@ public function setStartDateTime($val) /** * Gets the title + * The title of the task. Only present when the type property is setTitle. Nullable. * * @return string|null The title */ @@ -276,6 +293,7 @@ public function getTitle() /** * Sets the title + * The title of the task. Only present when the type property is setTitle. Nullable. * * @param string $val The title * @@ -289,6 +307,7 @@ public function setTitle($val) /** * Gets the type + * The type of the change history. Possible values are: create, assign, unassign, unassignAll, setPriority, setTitle, setPercentComplete, setSchedule, remove, restore, undo. * * @return string|null The type */ @@ -303,6 +322,7 @@ public function getType() /** * Sets the type + * The type of the change history. Possible values are: create, assign, unassign, unassignAll, setPriority, setTitle, setPercentComplete, setSchedule, remove, restore, undo. * * @param string $val The type * @@ -316,6 +336,7 @@ public function setType($val) /** * Gets the undoChangeId + * The ID of the workbookDocumentTaskChange that was undone for the undo change action. Only exists on an undo change history. Nullable. * * @return string|null The undoChangeId */ @@ -330,6 +351,7 @@ public function getUndoChangeId() /** * Sets the undoChangeId + * The ID of the workbookDocumentTaskChange that was undone for the undo change action. Only exists on an undo change history. Nullable. * * @param string $val The undoChangeId * diff --git a/src/Beta/Microsoft/Graph/Model/WorkbookDocumentTaskSchedule.php b/src/Beta/Microsoft/Graph/Model/WorkbookDocumentTaskSchedule.php index e31af48e02e..b2879a1cae3 100644 --- a/src/Beta/Microsoft/Graph/Model/WorkbookDocumentTaskSchedule.php +++ b/src/Beta/Microsoft/Graph/Model/WorkbookDocumentTaskSchedule.php @@ -26,6 +26,7 @@ class WorkbookDocumentTaskSchedule extends Entity /** * Gets the dueDateTime + * The due date and time for the task. Nullable. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @return \DateTime|null The dueDateTime */ @@ -44,6 +45,7 @@ public function getDueDateTime() /** * Sets the dueDateTime + * The due date and time for the task. Nullable. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @param \DateTime $val The value to assign to the dueDateTime * @@ -57,6 +59,7 @@ public function setDueDateTime($val) /** * Gets the startDateTime + * The start date and time for the task. Nullable. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @return \DateTime|null The startDateTime */ @@ -75,6 +78,7 @@ public function getStartDateTime() /** * Sets the startDateTime + * The start date and time for the task. Nullable. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @param \DateTime $val The value to assign to the startDateTime * diff --git a/src/Beta/Microsoft/Graph/Model/WorkbookEmailIdentity.php b/src/Beta/Microsoft/Graph/Model/WorkbookEmailIdentity.php index f066366d368..6d280bb7c81 100644 --- a/src/Beta/Microsoft/Graph/Model/WorkbookEmailIdentity.php +++ b/src/Beta/Microsoft/Graph/Model/WorkbookEmailIdentity.php @@ -25,6 +25,7 @@ class WorkbookEmailIdentity extends Entity { /** * Gets the displayName + * Display name of the user. * * @return string|null The displayName */ @@ -39,6 +40,7 @@ public function getDisplayName() /** * Sets the displayName + * Display name of the user. * * @param string $val The value of the displayName * @@ -51,6 +53,7 @@ public function setDisplayName($val) } /** * Gets the email + * Email address of the user. * * @return string|null The email */ @@ -65,6 +68,7 @@ public function getEmail() /** * Sets the email + * Email address of the user. * * @param string $val The value of the email * @@ -77,6 +81,7 @@ public function setEmail($val) } /** * Gets the id + * The unique identifier of the user. * * @return string|null The id */ @@ -91,6 +96,7 @@ public function getId() /** * Sets the id + * The unique identifier of the user. * * @param string $val The value of the id * diff --git a/src/Beta/Microsoft/Graph/Model/WorkbookWorksheet.php b/src/Beta/Microsoft/Graph/Model/WorkbookWorksheet.php index 8a52bd513b2..2804c29e438 100644 --- a/src/Beta/Microsoft/Graph/Model/WorkbookWorksheet.php +++ b/src/Beta/Microsoft/Graph/Model/WorkbookWorksheet.php @@ -84,7 +84,7 @@ public function setPosition($val) /** * Gets the visibility - * The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden. + * The visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden. * * @return string|null The visibility */ @@ -99,7 +99,7 @@ public function getVisibility() /** * Sets the visibility - * The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden. + * The visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden. * * @param string $val The visibility * @@ -267,6 +267,7 @@ public function setTables($val) /** * Gets the tasks + * Collection of document tasks on this worksheet. Read-only. * * @return array|null The tasks */ @@ -281,6 +282,7 @@ public function getTasks() /** * Sets the tasks + * Collection of document tasks on this worksheet. Read-only. * * @param WorkbookDocumentTask[] $val The tasks * diff --git a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/Host.php b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/Host.php index 7ca447bb194..52013e76d16 100644 --- a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/Host.php +++ b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/Host.php @@ -93,7 +93,7 @@ public function setLastSeenDateTime($val) /** * Gets the childHostPairs - * The hostPairs that are resources associated with a host, where that host is the parentHost and has an outgoing pairing to a childHost. + * The hostPairs that are resources associated with a host, where that host is the parentHost and has an outgoing pairing to a cihldHost. * * @return array|null The childHostPairs */ @@ -108,7 +108,7 @@ public function getChildHostPairs() /** * Sets the childHostPairs - * The hostPairs that are resources associated with a host, where that host is the parentHost and has an outgoing pairing to a childHost. + * The hostPairs that are resources associated with a host, where that host is the parentHost and has an outgoing pairing to a cihldHost. * * @param HostPair[] $val The childHostPairs * @@ -336,6 +336,7 @@ public function setReputation($val) /** * Gets the sslCertificates + * The hostSslCertificates that are associated with this host. * * @return array|null The sslCertificates */ @@ -350,6 +351,7 @@ public function getSslCertificates() /** * Sets the sslCertificates + * The hostSslCertificates that are associated with this host. * * @param HostSslCertificate[] $val The sslCertificates * diff --git a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostSslCertificate.php b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostSslCertificate.php index 60eed7fade3..fd3ce5ec828 100644 --- a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostSslCertificate.php +++ b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostSslCertificate.php @@ -26,6 +26,7 @@ class HostSslCertificate extends Artifact { /** * Gets the firstSeenDateTime + * The first date and time that this hostSslCertificate was observed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @return \DateTime|null The firstSeenDateTime */ @@ -44,6 +45,7 @@ public function getFirstSeenDateTime() /** * Sets the firstSeenDateTime + * The first date and time that this hostSslCertificate was observed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @param \DateTime $val The firstSeenDateTime * @@ -57,6 +59,7 @@ public function setFirstSeenDateTime($val) /** * Gets the lastSeenDateTime + * The most recent date and time that this hostSslCertificate was observed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @return \DateTime|null The lastSeenDateTime */ @@ -75,6 +78,7 @@ public function getLastSeenDateTime() /** * Sets the lastSeenDateTime + * The most recent date and time that this hostSslCertificate was observed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @param \DateTime $val The lastSeenDateTime * @@ -89,6 +93,7 @@ public function setLastSeenDateTime($val) /** * Gets the ports + * The ports related with this hostSslCertificate. * * @return array|null The ports */ @@ -103,6 +108,7 @@ public function getPorts() /** * Sets the ports + * The ports related with this hostSslCertificate. * * @param HostSslCertificatePort[] $val The ports * @@ -116,6 +122,7 @@ public function setPorts($val) /** * Gets the host + * The host for this hostSslCertificate. * * @return Host|null The host */ @@ -134,6 +141,7 @@ public function getHost() /** * Sets the host + * The host for this hostSslCertificate. * * @param Host $val The host * @@ -147,6 +155,7 @@ public function setHost($val) /** * Gets the sslCertificate + * The sslCertificate for this hostSslCertificate. * * @return SslCertificate|null The sslCertificate */ @@ -165,6 +174,7 @@ public function getSslCertificate() /** * Sets the sslCertificate + * The sslCertificate for this hostSslCertificate. * * @param SslCertificate $val The sslCertificate * diff --git a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostSslCertificatePort.php b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostSslCertificatePort.php index 83b997d779b..4a21b7097fd 100644 --- a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostSslCertificatePort.php +++ b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostSslCertificatePort.php @@ -26,6 +26,7 @@ class HostSslCertificatePort extends \Beta\Microsoft\Graph\Model\Entity /** * Gets the firstSeenDateTime + * The first date and time that this port was observed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @return \DateTime|null The firstSeenDateTime */ @@ -44,6 +45,7 @@ public function getFirstSeenDateTime() /** * Sets the firstSeenDateTime + * The first date and time that this port was observed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @param \DateTime $val The value to assign to the firstSeenDateTime * @@ -57,6 +59,7 @@ public function setFirstSeenDateTime($val) /** * Gets the lastSeenDateTime + * The most recent date and time that this port was observed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @return \DateTime|null The lastSeenDateTime */ @@ -75,6 +78,7 @@ public function getLastSeenDateTime() /** * Sets the lastSeenDateTime + * The most recent date and time that this port was observed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @param \DateTime $val The value to assign to the lastSeenDateTime * @@ -87,6 +91,7 @@ public function setLastSeenDateTime($val) } /** * Gets the port + * The port number. * * @return int|null The port */ @@ -101,6 +106,7 @@ public function getPort() /** * Sets the port + * The port number. * * @param int $val The value of the port * diff --git a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/SslCertificate.php b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/SslCertificate.php index 9fc741d15bb..e3b923b1c5e 100644 --- a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/SslCertificate.php +++ b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/SslCertificate.php @@ -26,6 +26,7 @@ class SslCertificate extends Artifact { /** * Gets the expirationDateTime + * The date and time when a certificate expires. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @return \DateTime|null The expirationDateTime */ @@ -44,6 +45,7 @@ public function getExpirationDateTime() /** * Sets the expirationDateTime + * The date and time when a certificate expires. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @param \DateTime $val The expirationDateTime * @@ -57,6 +59,7 @@ public function setExpirationDateTime($val) /** * Gets the fingerprint + * A hash of the certificate calculated on the data and signature. * * @return string|null The fingerprint */ @@ -71,6 +74,7 @@ public function getFingerprint() /** * Sets the fingerprint + * A hash of the certificate calculated on the data and signature. * * @param string $val The fingerprint * @@ -84,6 +88,7 @@ public function setFingerprint($val) /** * Gets the firstSeenDateTime + * The first date and time that this sslCertificate was observed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @return \DateTime|null The firstSeenDateTime */ @@ -102,6 +107,7 @@ public function getFirstSeenDateTime() /** * Sets the firstSeenDateTime + * The first date and time that this sslCertificate was observed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @param \DateTime $val The firstSeenDateTime * @@ -115,6 +121,7 @@ public function setFirstSeenDateTime($val) /** * Gets the issueDateTime + * The date and time when a certificate was issued. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @return \DateTime|null The issueDateTime */ @@ -133,6 +140,7 @@ public function getIssueDateTime() /** * Sets the issueDateTime + * The date and time when a certificate was issued. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @param \DateTime $val The issueDateTime * @@ -146,6 +154,7 @@ public function setIssueDateTime($val) /** * Gets the issuer + * The entity granting this certificate. * * @return SslCertificateEntity|null The issuer */ @@ -164,6 +173,7 @@ public function getIssuer() /** * Sets the issuer + * The entity granting this certificate. * * @param SslCertificateEntity $val The issuer * @@ -177,6 +187,7 @@ public function setIssuer($val) /** * Gets the lastSeenDateTime + * The most recent date and time that this sslCertificate was observed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @return \DateTime|null The lastSeenDateTime */ @@ -195,6 +206,7 @@ public function getLastSeenDateTime() /** * Sets the lastSeenDateTime + * The most recent date and time that this sslCertificate was observed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @param \DateTime $val The lastSeenDateTime * @@ -208,6 +220,7 @@ public function setLastSeenDateTime($val) /** * Gets the serialNumber + * The serial number associated with an SSL certificate. * * @return string|null The serialNumber */ @@ -222,6 +235,7 @@ public function getSerialNumber() /** * Sets the serialNumber + * The serial number associated with an SSL certificate. * * @param string $val The serialNumber * @@ -235,6 +249,7 @@ public function setSerialNumber($val) /** * Gets the sha1 + * A SHA-1 hash of the certificate. Note: This is not the signature. * * @return string|null The sha1 */ @@ -249,6 +264,7 @@ public function getSha1() /** * Sets the sha1 + * A SHA-1 hash of the certificate. Note: This is not the signature. * * @param string $val The sha1 * @@ -262,6 +278,7 @@ public function setSha1($val) /** * Gets the subject + * The person, site, machine, and so on, this certificate is for. * * @return SslCertificateEntity|null The subject */ @@ -280,6 +297,7 @@ public function getSubject() /** * Sets the subject + * The person, site, machine, and so on, this certificate is for. * * @param SslCertificateEntity $val The subject * @@ -294,6 +312,7 @@ public function setSubject($val) /** * Gets the relatedHosts + * The hosts related with this sslCertificate. * * @return array|null The relatedHosts */ @@ -308,6 +327,7 @@ public function getRelatedHosts() /** * Sets the relatedHosts + * The hosts related with this sslCertificate. * * @param Host[] $val The relatedHosts * diff --git a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/SslCertificateEntity.php b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/SslCertificateEntity.php index 60824bc7f2d..71afb5b0c9b 100644 --- a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/SslCertificateEntity.php +++ b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/SslCertificateEntity.php @@ -26,6 +26,7 @@ class SslCertificateEntity extends \Beta\Microsoft\Graph\Model\Entity /** * Gets the address + * A physical address of the entity. * * @return \Beta\Microsoft\Graph\Model\PhysicalAddress|null The address */ @@ -44,6 +45,7 @@ public function getAddress() /** * Sets the address + * A physical address of the entity. * * @param \Beta\Microsoft\Graph\Model\PhysicalAddress $val The value to assign to the address * @@ -56,6 +58,7 @@ public function setAddress($val) } /** * Gets the alternateNames + * Alternate names for this entity that are part of the certificate. * * @return string|null The alternateNames */ @@ -70,6 +73,7 @@ public function getAlternateNames() /** * Sets the alternateNames + * Alternate names for this entity that are part of the certificate. * * @param string $val The value of the alternateNames * @@ -82,6 +86,7 @@ public function setAlternateNames($val) } /** * Gets the commonName + * A common name for this entity. * * @return string|null The commonName */ @@ -96,6 +101,7 @@ public function getCommonName() /** * Sets the commonName + * A common name for this entity. * * @param string $val The value of the commonName * @@ -108,6 +114,7 @@ public function setCommonName($val) } /** * Gets the email + * An email for this entity. * * @return string|null The email */ @@ -122,6 +129,7 @@ public function getEmail() /** * Sets the email + * An email for this entity. * * @param string $val The value of the email * @@ -134,6 +142,7 @@ public function setEmail($val) } /** * Gets the givenName + * If the entity is a person, this is the person's given name (first name). * * @return string|null The givenName */ @@ -148,6 +157,7 @@ public function getGivenName() /** * Sets the givenName + * If the entity is a person, this is the person's given name (first name). * * @param string $val The value of the givenName * @@ -160,6 +170,7 @@ public function setGivenName($val) } /** * Gets the organizationName + * If the entity is an organization, this is the name of the organization. * * @return string|null The organizationName */ @@ -174,6 +185,7 @@ public function getOrganizationName() /** * Sets the organizationName + * If the entity is an organization, this is the name of the organization. * * @param string $val The value of the organizationName * @@ -186,6 +198,7 @@ public function setOrganizationName($val) } /** * Gets the organizationUnitName + * If the entity is an organization, this communicates if a unit in the organization is named on the entity. * * @return string|null The organizationUnitName */ @@ -200,6 +213,7 @@ public function getOrganizationUnitName() /** * Sets the organizationUnitName + * If the entity is an organization, this communicates if a unit in the organization is named on the entity. * * @param string $val The value of the organizationUnitName * @@ -212,6 +226,7 @@ public function setOrganizationUnitName($val) } /** * Gets the serialNumber + * A serial number assigned to the entity; usually only available if the entity is the issuer. * * @return string|null The serialNumber */ @@ -226,6 +241,7 @@ public function getSerialNumber() /** * Sets the serialNumber + * A serial number assigned to the entity; usually only available if the entity is the issuer. * * @param string $val The value of the serialNumber * @@ -238,6 +254,7 @@ public function setSerialNumber($val) } /** * Gets the surname + * If the entity is a person, this is the person's surname (last name). * * @return string|null The surname */ @@ -252,6 +269,7 @@ public function getSurname() /** * Sets the surname + * If the entity is a person, this is the person's surname (last name). * * @param string $val The value of the surname * diff --git a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/ThreatIntelligence.php b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/ThreatIntelligence.php index 87386a623e3..1bfbcf6cc05 100644 --- a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/ThreatIntelligence.php +++ b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/ThreatIntelligence.php @@ -207,6 +207,7 @@ public function setHosts($val) /** * Gets the hostSslCertificates + * Retrieve details about hostSslCertificate objects.Note: List retrieval is not yet supported. * * @return array|null The hostSslCertificates */ @@ -221,6 +222,7 @@ public function getHostSslCertificates() /** * Sets the hostSslCertificates + * Retrieve details about hostSslCertificate objects.Note: List retrieval is not yet supported. * * @param HostSslCertificate[] $val The hostSslCertificates * @@ -353,6 +355,7 @@ public function setPassiveDnsRecords($val) /** * Gets the sslCertificates + * Retrieve details about sslCertificate objects.Note: List retrieval is not yet supported. * * @return array|null The sslCertificates */ @@ -367,6 +370,7 @@ public function getSslCertificates() /** * Sets the sslCertificates + * Retrieve details about sslCertificate objects.Note: List retrieval is not yet supported. * * @param SslCertificate[] $val The sslCertificates * From 20bea9349c9dc3018d9cb76823b4da53b3071ac0 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 12 Sep 2023 10:11:25 +0000 Subject: [PATCH 4/8] Bump SDK version --- README.md | 2 +- src/Core/GraphConstants.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d6f530c4a3..28894260c2c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You can install the PHP SDK with Composer, either run `composer require microsof ``` { "require": { - "microsoft/microsoft-graph": "^1.106.0" + "microsoft/microsoft-graph": "^1.107.0" } } ``` diff --git a/src/Core/GraphConstants.php b/src/Core/GraphConstants.php index 177f81ab950..ba518fd7a23 100644 --- a/src/Core/GraphConstants.php +++ b/src/Core/GraphConstants.php @@ -23,7 +23,7 @@ final class GraphConstants const REST_ENDPOINT = "https://graph.microsoft.com/"; // Define HTTP request constants - const SDK_VERSION = "1.106.0"; + const SDK_VERSION = "1.107.0"; // Define error constants const MAX_PAGE_SIZE = 999; From b2d1ac3056fb36f345761ac691f62bf3330153e8 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 19 Sep 2023 10:11:01 +0000 Subject: [PATCH 5/8] Update generated files with build 125212 --- src/CallRecords/Model/DirectRoutingLogRow.php | 20 ++++++------- .../Model/WorkflowBase.php | 8 +++--- src/Model/AccessPackageSubject.php | 8 +++--- src/Model/AccessReviewHistoryDefinition.php | 20 ++++++------- src/Model/AccessReviewHistoryInstance.php | 16 +++++------ src/Model/AccessReviewStageSettings.php | 28 +++++++++---------- src/Model/AppScope.php | 4 +-- src/Model/AppliedConditionalAccessPolicy.php | 4 +-- src/Model/Attendee.php | 4 +-- src/Model/AttributeMappingSource.php | 4 +-- src/Model/AuthorizationPolicy.php | 12 ++++---- src/Model/B2xIdentityUserFlow.php | 4 +-- src/Model/BasicAuthentication.php | 4 +-- src/Model/BucketAggregationDefinition.php | 8 +++--- src/Model/CalendarPermission.php | 16 +++++------ src/Model/ChatMessageInfo.php | 8 +++--- src/Model/ChatMessagePolicyViolation.php | 8 +++--- ...ConditionalAccessGuestsOrExternalUsers.php | 8 +++--- src/Model/Contract.php | 4 +-- src/Model/DelegatedAdminRelationship.php | 12 ++++---- .../DelegatedPermissionClassification.php | 12 ++++---- src/Model/DomainDnsRecord.php | 8 +++--- src/Model/EducationAssignmentSettings.php | 4 +-- src/Model/EducationOrganization.php | 4 +-- src/Model/EducationSubmissionResource.php | 4 +-- ...EmailAuthenticationMethodConfiguration.php | 4 +-- src/Model/EntitlementManagementSettings.php | 4 +-- src/Model/ExtensionSchemaProperty.php | 8 +++--- src/Model/FileAttachment.php | 4 +-- src/Model/FollowupFlag.php | 4 +-- src/Model/InvitedUserMessageInfo.php | 4 +-- src/Model/LicenseUnitsDetail.php | 12 ++++---- src/Model/LoginPageLayoutConfiguration.php | 4 +-- src/Model/MediaStream.php | 4 +-- .../MicrosoftAuthenticatorFeatureSettings.php | 8 +++--- src/Model/ObjectIdentity.php | 8 +++--- src/Model/OnlineMeetingInfo.php | 8 +++--- src/Model/Permission.php | 12 ++++---- src/Model/PermissionScope.php | 8 +++--- src/Model/PhoneAuthenticationMethod.php | 4 +-- .../PlannerAssignedToTaskBoardTaskFormat.php | 4 +-- src/Model/PlannerPlanDetails.php | 4 +-- src/Model/ProvisioningStatusInfo.php | 4 +-- src/Model/Reminder.php | 4 +-- src/Model/ResultInfo.php | 4 +-- src/Model/ServiceAnnouncementBase.php | 4 +-- src/Model/ServiceHealth.php | 4 +-- src/Model/SignIn.php | 16 +++++------ src/Model/SignInLocation.php | 8 +++--- src/Model/SubjectRightsRequest.php | 12 ++++---- src/Model/TeamsAppDefinition.php | 4 +-- src/Model/TeamworkHostedContent.php | 4 +-- src/Model/TermColumn.php | 4 +-- ...fiedRoleManagementPolicyExpirationRule.php | 4 +-- src/Model/User.php | 4 +-- src/Model/WebApplication.php | 4 +-- src/Model/WorkbookNamedItem.php | 4 +-- src/Model/WorkbookRange.php | 12 ++++---- src/Model/WorkbookRangeBorder.php | 4 +-- src/Model/WorkbookSessionInfo.php | 4 +-- src/Model/WorkbookTable.php | 8 +++--- src/SecurityNamespace/Model/DataSource.php | 4 +-- .../Model/DeviceEvidence.php | 8 +++--- .../EdiscoveryNoncustodialDataSource.php | 8 +++--- .../Model/RetentionEventStatus.php | 4 +-- 65 files changed, 236 insertions(+), 236 deletions(-) diff --git a/src/CallRecords/Model/DirectRoutingLogRow.php b/src/CallRecords/Model/DirectRoutingLogRow.php index 5e546c828f6..bbe9cd4fce8 100644 --- a/src/CallRecords/Model/DirectRoutingLogRow.php +++ b/src/CallRecords/Model/DirectRoutingLogRow.php @@ -25,7 +25,7 @@ class DirectRoutingLogRow extends \Microsoft\Graph\Model\Entity { /** * Gets the calleeNumber - * Number of the user or bot who received the call. E.164 format, but may include additional data. + * Number of the user or bot who received the call. E.164 format, but may include other data. * * @return string|null The calleeNumber */ @@ -40,7 +40,7 @@ public function getCalleeNumber() /** * Sets the calleeNumber - * Number of the user or bot who received the call. E.164 format, but may include additional data. + * Number of the user or bot who received the call. E.164 format, but may include other data. * * @param string $val The value of the calleeNumber * @@ -81,7 +81,7 @@ public function setCallEndSubReason($val) } /** * Gets the callerNumber - * Number of the user or bot who made the call. E.164 format, but may include additional data. + * Number of the user or bot who made the call. E.164 format, but may include other data. * * @return string|null The callerNumber */ @@ -96,7 +96,7 @@ public function getCallerNumber() /** * Sets the callerNumber - * Number of the user or bot who made the call. E.164 format, but may include additional data. + * Number of the user or bot who made the call. E.164 format, but may include other data. * * @param string $val The value of the callerNumber * @@ -259,7 +259,7 @@ public function setFailureDateTime($val) } /** * Gets the finalSipCode - * The code with which the call ended, RFC 3261. + * The code with which the call ended, see RFC 3261. * * @return int|null The finalSipCode */ @@ -274,7 +274,7 @@ public function getFinalSipCode() /** * Sets the finalSipCode - * The code with which the call ended, RFC 3261. + * The code with which the call ended, see RFC 3261. * * @param int $val The value of the finalSipCode * @@ -404,7 +404,7 @@ public function setMediaBypassEnabled($val) } /** * Gets the mediaPathLocation - * The datacenter used for media path in non-bypass call. + * The datacenter used for media path in nonbypass call. * * @return string|null The mediaPathLocation */ @@ -419,7 +419,7 @@ public function getMediaPathLocation() /** * Sets the mediaPathLocation - * The datacenter used for media path in non-bypass call. + * The datacenter used for media path in nonbypass call. * * @param string $val The value of the mediaPathLocation * @@ -432,7 +432,7 @@ public function setMediaPathLocation($val) } /** * Gets the signalingLocation - * The datacenter used for signaling for both bypass and non-bypass calls. + * The datacenter used for signaling for both bypass and nonbypass calls. * * @return string|null The signalingLocation */ @@ -447,7 +447,7 @@ public function getSignalingLocation() /** * Sets the signalingLocation - * The datacenter used for signaling for both bypass and non-bypass calls. + * The datacenter used for signaling for both bypass and nonbypass calls. * * @param string $val The value of the signalingLocation * diff --git a/src/IdentityGovernanceNamespace/Model/WorkflowBase.php b/src/IdentityGovernanceNamespace/Model/WorkflowBase.php index f71f6777d82..f1d8fc37272 100644 --- a/src/IdentityGovernanceNamespace/Model/WorkflowBase.php +++ b/src/IdentityGovernanceNamespace/Model/WorkflowBase.php @@ -243,7 +243,7 @@ public function setIsEnabled($val) /** * Gets the isSchedulingEnabled - * If true, the Lifecycle Workflow engine executes the workflow based on the schedule defined by tenant settings. Cannot be true for a disabled workflow (where isEnabled is false). + * If true, the Lifecycle Workflow engine executes the workflow based on the schedule defined by tenant settings. Can't be true for a disabled workflow (where isEnabled is false). * * @return bool|null The isSchedulingEnabled */ @@ -258,7 +258,7 @@ public function getIsSchedulingEnabled() /** * Sets the isSchedulingEnabled - * If true, the Lifecycle Workflow engine executes the workflow based on the schedule defined by tenant settings. Cannot be true for a disabled workflow (where isEnabled is false). + * If true, the Lifecycle Workflow engine executes the workflow based on the schedule defined by tenant settings. Can't be true for a disabled workflow (where isEnabled is false). * * @param bool $val The isSchedulingEnabled * @@ -338,7 +338,7 @@ public function setCreatedBy($val) /** * Gets the lastModifiedBy - * The unique identifier of the AAD identity that last modified the workflow. + * The unique identifier of the Azure Active Directory identity that last modified the workflow. * * @return \Microsoft\Graph\Model\User|null The lastModifiedBy */ @@ -357,7 +357,7 @@ public function getLastModifiedBy() /** * Sets the lastModifiedBy - * The unique identifier of the AAD identity that last modified the workflow. + * The unique identifier of the Azure Active Directory identity that last modified the workflow. * * @param \Microsoft\Graph\Model\User $val The lastModifiedBy * diff --git a/src/Model/AccessPackageSubject.php b/src/Model/AccessPackageSubject.php index 465e820455a..9cc83fd4750 100644 --- a/src/Model/AccessPackageSubject.php +++ b/src/Model/AccessPackageSubject.php @@ -84,7 +84,7 @@ public function setEmail($val) /** * Gets the objectId - * The object identifier of the subject. null if the subject is not yet a user in the tenant. + * The object identifier of the subject. null if the subject isn't yet a user in the tenant. * * @return string|null The objectId */ @@ -99,7 +99,7 @@ public function getObjectId() /** * Sets the objectId - * The object identifier of the subject. null if the subject is not yet a user in the tenant. + * The object identifier of the subject. null if the subject isn't yet a user in the tenant. * * @param string $val The objectId * @@ -113,7 +113,7 @@ public function setObjectId($val) /** * Gets the onPremisesSecurityIdentifier - * A string representation of the principal's security identifier, if known, or null if the subject does not have a security identifier. + * A string representation of the principal's security identifier, if known, or null if the subject doesn't have a security identifier. * * @return string|null The onPremisesSecurityIdentifier */ @@ -128,7 +128,7 @@ public function getOnPremisesSecurityIdentifier() /** * Sets the onPremisesSecurityIdentifier - * A string representation of the principal's security identifier, if known, or null if the subject does not have a security identifier. + * A string representation of the principal's security identifier, if known, or null if the subject doesn't have a security identifier. * * @param string $val The onPremisesSecurityIdentifier * diff --git a/src/Model/AccessReviewHistoryDefinition.php b/src/Model/AccessReviewHistoryDefinition.php index 03d65060b04..e84574f329c 100644 --- a/src/Model/AccessReviewHistoryDefinition.php +++ b/src/Model/AccessReviewHistoryDefinition.php @@ -93,7 +93,7 @@ public function setCreatedDateTime($val) /** * Gets the decisions - * Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions will be included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified. + * Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified. * * @return array|null The decisions */ @@ -108,7 +108,7 @@ public function getDecisions() /** * Sets the decisions - * Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions will be included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified. + * Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified. * * @param AccessReviewHistoryDecisionFilter[] $val The decisions * @@ -151,7 +151,7 @@ public function setDisplayName($val) /** * Gets the reviewHistoryPeriodEndDateTime - * A timestamp. Reviews ending on or before this date will be included in the fetched history data. Only required if scheduleSettings is not defined. + * A timestamp. Reviews ending on or before this date will be included in the fetched history data. Only required if scheduleSettings isn't defined. * * @return \DateTime|null The reviewHistoryPeriodEndDateTime */ @@ -170,7 +170,7 @@ public function getReviewHistoryPeriodEndDateTime() /** * Sets the reviewHistoryPeriodEndDateTime - * A timestamp. Reviews ending on or before this date will be included in the fetched history data. Only required if scheduleSettings is not defined. + * A timestamp. Reviews ending on or before this date will be included in the fetched history data. Only required if scheduleSettings isn't defined. * * @param \DateTime $val The reviewHistoryPeriodEndDateTime * @@ -184,7 +184,7 @@ public function setReviewHistoryPeriodEndDateTime($val) /** * Gets the reviewHistoryPeriodStartDateTime - * A timestamp. Reviews starting on or before this date will be included in the fetched history data. Only required if scheduleSettings is not defined. + * A timestamp. Reviews starting on or before this date will be included in the fetched history data. Only required if scheduleSettings isn't defined. * * @return \DateTime|null The reviewHistoryPeriodStartDateTime */ @@ -203,7 +203,7 @@ public function getReviewHistoryPeriodStartDateTime() /** * Sets the reviewHistoryPeriodStartDateTime - * A timestamp. Reviews starting on or before this date will be included in the fetched history data. Only required if scheduleSettings is not defined. + * A timestamp. Reviews starting on or before this date will be included in the fetched history data. Only required if scheduleSettings isn't defined. * * @param \DateTime $val The reviewHistoryPeriodStartDateTime * @@ -217,7 +217,7 @@ public function setReviewHistoryPeriodStartDateTime($val) /** * Gets the scheduleSettings - * The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime are not defined. Not supported yet. + * The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime aren't defined. Not supported yet. * * @return AccessReviewHistoryScheduleSettings|null The scheduleSettings */ @@ -236,7 +236,7 @@ public function getScheduleSettings() /** * Sets the scheduleSettings - * The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime are not defined. Not supported yet. + * The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime aren't defined. Not supported yet. * * @param AccessReviewHistoryScheduleSettings $val The scheduleSettings * @@ -314,7 +314,7 @@ public function setStatus($val) /** * Gets the instances - * If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that does not recur will have exactly one instance. + * If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that doesn't recur will have exactly one instance. * * @return array|null The instances */ @@ -329,7 +329,7 @@ public function getInstances() /** * Sets the instances - * If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that does not recur will have exactly one instance. + * If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that doesn't recur will have exactly one instance. * * @param AccessReviewHistoryInstance[] $val The instances * diff --git a/src/Model/AccessReviewHistoryInstance.php b/src/Model/AccessReviewHistoryInstance.php index 77eee1a8bfc..2bf37ab1b96 100644 --- a/src/Model/AccessReviewHistoryInstance.php +++ b/src/Model/AccessReviewHistoryInstance.php @@ -26,7 +26,7 @@ class AccessReviewHistoryInstance extends Entity { /** * Gets the downloadUri - * Uri which can be used to retrieve review history data. This URI will be active for 24 hours after being generated. Required. + * Uri that can be used to retrieve review history data. This URI will be active for 24 hours after being generated. Required. * * @return string|null The downloadUri */ @@ -41,7 +41,7 @@ public function getDownloadUri() /** * Sets the downloadUri - * Uri which can be used to retrieve review history data. This URI will be active for 24 hours after being generated. Required. + * Uri that can be used to retrieve review history data. This URI will be active for 24 hours after being generated. Required. * * @param string $val The downloadUri * @@ -88,7 +88,7 @@ public function setExpirationDateTime($val) /** * Gets the fulfilledDateTime - * Timestamp when all of the available data for this instance was collected. This will be set after this instance's status is set to done. Required. + * Timestamp when all of the available data for this instance was collected and is set after this instance's status is set to done. Required. * * @return \DateTime|null The fulfilledDateTime */ @@ -107,7 +107,7 @@ public function getFulfilledDateTime() /** * Sets the fulfilledDateTime - * Timestamp when all of the available data for this instance was collected. This will be set after this instance's status is set to done. Required. + * Timestamp when all of the available data for this instance was collected and is set after this instance's status is set to done. Required. * * @param \DateTime $val The fulfilledDateTime * @@ -121,7 +121,7 @@ public function setFulfilledDateTime($val) /** * Gets the reviewHistoryPeriodEndDateTime - * Timestamp, reviews ending on or before this date will be included in the fetched history data. + * Timestamp reviews ending on or before this date will be included in the fetched history data. * * @return \DateTime|null The reviewHistoryPeriodEndDateTime */ @@ -140,7 +140,7 @@ public function getReviewHistoryPeriodEndDateTime() /** * Sets the reviewHistoryPeriodEndDateTime - * Timestamp, reviews ending on or before this date will be included in the fetched history data. + * Timestamp reviews ending on or before this date will be included in the fetched history data. * * @param \DateTime $val The reviewHistoryPeriodEndDateTime * @@ -154,7 +154,7 @@ public function setReviewHistoryPeriodEndDateTime($val) /** * Gets the reviewHistoryPeriodStartDateTime - * Timestamp, reviews starting on or after this date will be included in the fetched history data. + * Timestamp reviews starting on or after this date will be included in the fetched history data. * * @return \DateTime|null The reviewHistoryPeriodStartDateTime */ @@ -173,7 +173,7 @@ public function getReviewHistoryPeriodStartDateTime() /** * Sets the reviewHistoryPeriodStartDateTime - * Timestamp, reviews starting on or after this date will be included in the fetched history data. + * Timestamp reviews starting on or after this date will be included in the fetched history data. * * @param \DateTime $val The reviewHistoryPeriodStartDateTime * diff --git a/src/Model/AccessReviewStageSettings.php b/src/Model/AccessReviewStageSettings.php index 43628a79c15..38d408b0456 100644 --- a/src/Model/AccessReviewStageSettings.php +++ b/src/Model/AccessReviewStageSettings.php @@ -25,7 +25,7 @@ class AccessReviewStageSettings extends Entity { /** * Gets the decisionsThatWillMoveToNextStage - * Indicate which decisions will go to the next stage. Can be a sub-set of Approve, Deny, Recommendation, or NotReviewed. If not provided, all decisions will go to the next stage. Optional. + * Indicate which decisions will go to the next stage. Can be a subset of Approve, Deny, Recommendation, or NotReviewed. If not provided, all decisions will go to the next stage. Optional. * * @return string|null The decisionsThatWillMoveToNextStage */ @@ -40,7 +40,7 @@ public function getDecisionsThatWillMoveToNextStage() /** * Sets the decisionsThatWillMoveToNextStage - * Indicate which decisions will go to the next stage. Can be a sub-set of Approve, Deny, Recommendation, or NotReviewed. If not provided, all decisions will go to the next stage. Optional. + * Indicate which decisions will go to the next stage. Can be a subset of Approve, Deny, Recommendation, or NotReviewed. If not provided, all decisions will go to the next stage. Optional. * * @param string $val The value of the decisionsThatWillMoveToNextStage * @@ -53,7 +53,7 @@ public function setDecisionsThatWillMoveToNextStage($val) } /** * Gets the dependsOn - * Defines the sequential or parallel order of the stages and depends on the stageId. Only sequential stages are currently supported. For example, if stageId is 2, then dependsOn must be 1. If stageId is 1, do not specify dependsOn. Required if stageId is not 1. + * Defines the sequential or parallel order of the stages and depends on the stageId. Only sequential stages are currently supported. For example, if stageId is 2, then dependsOn must be 1. If stageId is 1, don't specify dependsOn. Required if stageId isn't 1. * * @return string|null The dependsOn */ @@ -68,7 +68,7 @@ public function getDependsOn() /** * Sets the dependsOn - * Defines the sequential or parallel order of the stages and depends on the stageId. Only sequential stages are currently supported. For example, if stageId is 2, then dependsOn must be 1. If stageId is 1, do not specify dependsOn. Required if stageId is not 1. + * Defines the sequential or parallel order of the stages and depends on the stageId. Only sequential stages are currently supported. For example, if stageId is 2, then dependsOn must be 1. If stageId is 1, don't specify dependsOn. Required if stageId isn't 1. * * @param string $val The value of the dependsOn * @@ -81,7 +81,7 @@ public function setDependsOn($val) } /** * Gets the durationInDays - * The duration of the stage. Required. NOTE: The cumulative value of this property across all stages 1. Will override the instanceDurationInDays setting on the accessReviewScheduleDefinition object. 2. Cannot exceed the length of one recurrence. That is, if the review recurs weekly, the cumulative durationInDays cannot exceed 7. + * The duration of the stage. Required. NOTE: The cumulative value of this property across all stages 1. Will override the instanceDurationInDays setting on the accessReviewScheduleDefinition object. 2. Can't exceed the length of one recurrence. That is, if the review recurs weekly, the cumulative durationInDays can't exceed 7. * * @return int|null The durationInDays */ @@ -96,7 +96,7 @@ public function getDurationInDays() /** * Sets the durationInDays - * The duration of the stage. Required. NOTE: The cumulative value of this property across all stages 1. Will override the instanceDurationInDays setting on the accessReviewScheduleDefinition object. 2. Cannot exceed the length of one recurrence. That is, if the review recurs weekly, the cumulative durationInDays cannot exceed 7. + * The duration of the stage. Required. NOTE: The cumulative value of this property across all stages 1. Will override the instanceDurationInDays setting on the accessReviewScheduleDefinition object. 2. Can't exceed the length of one recurrence. That is, if the review recurs weekly, the cumulative durationInDays can't exceed 7. * * @param int $val The value of the durationInDays * @@ -110,7 +110,7 @@ public function setDurationInDays($val) /** * Gets the fallbackReviewers - * If provided, the fallback reviewers are asked to complete a review if the primary reviewers do not exist. For example, if managers are selected as reviewers and a principal under review does not have a manager in Azure AD, the fallback reviewers are asked to review that principal. NOTE: The value of this property will override the corresponding setting on the accessReviewScheduleDefinition object. + * If provided, the fallback reviewers are asked to complete a review if the primary reviewers don't exist. For example, if managers are selected as reviewers and a principal under review doesn't have a manager in Azure AD, the fallback reviewers are asked to review that principal. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition object. * * @return AccessReviewReviewerScope|null The fallbackReviewers */ @@ -129,7 +129,7 @@ public function getFallbackReviewers() /** * Sets the fallbackReviewers - * If provided, the fallback reviewers are asked to complete a review if the primary reviewers do not exist. For example, if managers are selected as reviewers and a principal under review does not have a manager in Azure AD, the fallback reviewers are asked to review that principal. NOTE: The value of this property will override the corresponding setting on the accessReviewScheduleDefinition object. + * If provided, the fallback reviewers are asked to complete a review if the primary reviewers don't exist. For example, if managers are selected as reviewers and a principal under review doesn't have a manager in Azure AD, the fallback reviewers are asked to review that principal. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition object. * * @param AccessReviewReviewerScope $val The value to assign to the fallbackReviewers * @@ -173,7 +173,7 @@ public function setRecommendationInsightSettings($val) } /** * Gets the recommendationsEnabled - * Indicates whether showing recommendations to reviewers is enabled. Required. NOTE: The value of this property will override override the corresponding setting on the accessReviewScheduleDefinition object. + * Indicates whether showing recommendations to reviewers is enabled. Required. NOTE: The value of this property overrides override the corresponding setting on the accessReviewScheduleDefinition object. * * @return bool|null The recommendationsEnabled */ @@ -188,7 +188,7 @@ public function getRecommendationsEnabled() /** * Sets the recommendationsEnabled - * Indicates whether showing recommendations to reviewers is enabled. Required. NOTE: The value of this property will override override the corresponding setting on the accessReviewScheduleDefinition object. + * Indicates whether showing recommendations to reviewers is enabled. Required. NOTE: The value of this property overrides override the corresponding setting on the accessReviewScheduleDefinition object. * * @param bool $val The value of the recommendationsEnabled * @@ -202,7 +202,7 @@ public function setRecommendationsEnabled($val) /** * Gets the reviewers - * Defines who the reviewers are. If none are specified, the review is a self-review (users review their own access). For examples of options for assigning reviewers, see Assign reviewers to your access review definition using the Microsoft Graph API. NOTE: The value of this property will override the corresponding setting on the accessReviewScheduleDefinition. + * Defines who the reviewers are. If none is specified, the review is a self-review (users review their own access). For examples of options for assigning reviewers, see Assign reviewers to your access review definition using the Microsoft Graph API. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition. * * @return AccessReviewReviewerScope|null The reviewers */ @@ -221,7 +221,7 @@ public function getReviewers() /** * Sets the reviewers - * Defines who the reviewers are. If none are specified, the review is a self-review (users review their own access). For examples of options for assigning reviewers, see Assign reviewers to your access review definition using the Microsoft Graph API. NOTE: The value of this property will override the corresponding setting on the accessReviewScheduleDefinition. + * Defines who the reviewers are. If none is specified, the review is a self-review (users review their own access). For examples of options for assigning reviewers, see Assign reviewers to your access review definition using the Microsoft Graph API. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition. * * @param AccessReviewReviewerScope $val The value to assign to the reviewers * @@ -234,7 +234,7 @@ public function setReviewers($val) } /** * Gets the stageId - * Unique identifier of the accessReviewStageSettings object. The stageId will be used by the dependsOn property to indicate the order of the stages. Required. + * Unique identifier of the accessReviewStageSettings object. The stageId is used by the dependsOn property to indicate the order of the stages. Required. * * @return string|null The stageId */ @@ -249,7 +249,7 @@ public function getStageId() /** * Sets the stageId - * Unique identifier of the accessReviewStageSettings object. The stageId will be used by the dependsOn property to indicate the order of the stages. Required. + * Unique identifier of the accessReviewStageSettings object. The stageId is used by the dependsOn property to indicate the order of the stages. Required. * * @param string $val The value of the stageId * diff --git a/src/Model/AppScope.php b/src/Model/AppScope.php index d8c213ed0e9..2ed472e9d58 100644 --- a/src/Model/AppScope.php +++ b/src/Model/AppScope.php @@ -55,7 +55,7 @@ public function setDisplayName($val) /** * Gets the type - * Describes the type of app-specific resource represented by the app scope. Provided for display purposes, so a user interface can convey to the user the kind of app specific resource represented by the app scope. Read-only. + * Describes the type of app-specific resource represented by the app scope and is provided for display purposes, so a user interface can convey to the user the kind of app specific resource represented by the app scope. Read-only. * * @return string|null The type */ @@ -70,7 +70,7 @@ public function getType() /** * Sets the type - * Describes the type of app-specific resource represented by the app scope. Provided for display purposes, so a user interface can convey to the user the kind of app specific resource represented by the app scope. Read-only. + * Describes the type of app-specific resource represented by the app scope and is provided for display purposes, so a user interface can convey to the user the kind of app specific resource represented by the app scope. Read-only. * * @param string $val The type * diff --git a/src/Model/AppliedConditionalAccessPolicy.php b/src/Model/AppliedConditionalAccessPolicy.php index 97c35cced39..fa5ecfc83c4 100644 --- a/src/Model/AppliedConditionalAccessPolicy.php +++ b/src/Model/AppliedConditionalAccessPolicy.php @@ -138,7 +138,7 @@ public function setId($val) /** * Gets the result - * Indicates the result of the CA policy that was triggered. Possible values are: success, failure, notApplied (Policy isn't applied because policy conditions were not met),notEnabled (This is due to the policy in disabled state), unknown, unknownFutureValue. + * Indicates the result of the CA policy that was triggered. Possible values are: success, failure, notApplied (Policy isn't applied because policy conditions weren't met),notEnabled (This is due to the policy in disabled state), unknown, unknownFutureValue. * * @return AppliedConditionalAccessPolicyResult|null The result */ @@ -157,7 +157,7 @@ public function getResult() /** * Sets the result - * Indicates the result of the CA policy that was triggered. Possible values are: success, failure, notApplied (Policy isn't applied because policy conditions were not met),notEnabled (This is due to the policy in disabled state), unknown, unknownFutureValue. + * Indicates the result of the CA policy that was triggered. Possible values are: success, failure, notApplied (Policy isn't applied because policy conditions weren't met),notEnabled (This is due to the policy in disabled state), unknown, unknownFutureValue. * * @param AppliedConditionalAccessPolicyResult $val The value to assign to the result * diff --git a/src/Model/Attendee.php b/src/Model/Attendee.php index 7482926858e..47af6edeb19 100644 --- a/src/Model/Attendee.php +++ b/src/Model/Attendee.php @@ -26,7 +26,7 @@ class Attendee extends AttendeeBase /** * Gets the proposedNewTime - * An alternate date/time proposed by the attendee for a meeting request to start and end. If the attendee hasn't proposed another time, then this property is not included in a response of a GET event. + * An alternate date/time proposed by the attendee for a meeting request to start and end. If the attendee hasn't proposed another time, then this property isn't included in a response of a GET event. * * @return TimeSlot|null The proposedNewTime */ @@ -45,7 +45,7 @@ public function getProposedNewTime() /** * Sets the proposedNewTime - * An alternate date/time proposed by the attendee for a meeting request to start and end. If the attendee hasn't proposed another time, then this property is not included in a response of a GET event. + * An alternate date/time proposed by the attendee for a meeting request to start and end. If the attendee hasn't proposed another time, then this property isn't included in a response of a GET event. * * @param TimeSlot $val The value to assign to the proposedNewTime * diff --git a/src/Model/AttributeMappingSource.php b/src/Model/AttributeMappingSource.php index 907d3a13d25..7eb2358edc8 100644 --- a/src/Model/AttributeMappingSource.php +++ b/src/Model/AttributeMappingSource.php @@ -82,7 +82,7 @@ public function setName($val) /** * Gets the parameters - * If this object represents a function, lists function parameters. Parameters consist of attributeMappingSource objects themselves, allowing for complex expressions. If type is not Function, this property will be null/empty array. + * If this object represents a function, lists function parameters. Parameters consist of attributeMappingSource objects themselves, allowing for complex expressions. If type isn't Function, this property is null/empty array. * * @return StringKeyAttributeMappingSourceValuePair|null The parameters */ @@ -101,7 +101,7 @@ public function getParameters() /** * Sets the parameters - * If this object represents a function, lists function parameters. Parameters consist of attributeMappingSource objects themselves, allowing for complex expressions. If type is not Function, this property will be null/empty array. + * If this object represents a function, lists function parameters. Parameters consist of attributeMappingSource objects themselves, allowing for complex expressions. If type isn't Function, this property is null/empty array. * * @param StringKeyAttributeMappingSourceValuePair $val The value to assign to the parameters * diff --git a/src/Model/AuthorizationPolicy.php b/src/Model/AuthorizationPolicy.php index af45eb5a193..20aa0eaa323 100644 --- a/src/Model/AuthorizationPolicy.php +++ b/src/Model/AuthorizationPolicy.php @@ -113,7 +113,7 @@ public function setAllowEmailVerifiedUsersToJoinOrganization($val) /** * Gets the allowInvitesFrom - * Indicates who can invite external users to the organization. Possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more details, see allowInvitesFrom values. + * Indicates who can invite external users to the organization. Possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more information, see allowInvitesFrom values. * * @return AllowInvitesFrom|null The allowInvitesFrom */ @@ -132,7 +132,7 @@ public function getAllowInvitesFrom() /** * Sets the allowInvitesFrom - * Indicates who can invite external users to the organization. Possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more details, see allowInvitesFrom values. + * Indicates who can invite external users to the organization. Possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more information, see allowInvitesFrom values. * * @param AllowInvitesFrom $val The allowInvitesFrom * @@ -146,7 +146,7 @@ public function setAllowInvitesFrom($val) /** * Gets the allowUserConsentForRiskyApps - * Indicates whether user consent for risky apps is allowed. We recommend to keep this as false. Default value is false. + * Indicates whether user consent for risky apps is allowed. We recommend keeping allowUserConsentForRiskyApps as false. Default value is false. * * @return bool|null The allowUserConsentForRiskyApps */ @@ -161,7 +161,7 @@ public function getAllowUserConsentForRiskyApps() /** * Sets the allowUserConsentForRiskyApps - * Indicates whether user consent for risky apps is allowed. We recommend to keep this as false. Default value is false. + * Indicates whether user consent for risky apps is allowed. We recommend keeping allowUserConsentForRiskyApps as false. Default value is false. * * @param bool $val The allowUserConsentForRiskyApps * @@ -175,7 +175,7 @@ public function setAllowUserConsentForRiskyApps($val) /** * Gets the blockMsolPowerShell - * To disable the use of MSOL PowerShell, set this property to true. This also disables user-based access to the legacy service endpoint used by MSOL PowerShell. This does not affect Azure Active Directory Connect or Microsoft Graph. + * To disable the use of MSOL PowerShell, set this property to true. This also disables user-based access to the legacy service endpoint used by MSOL PowerShell. This doesn't affect Azure Active Directory Connect or Microsoft Graph. * * @return bool|null The blockMsolPowerShell */ @@ -190,7 +190,7 @@ public function getBlockMsolPowerShell() /** * Sets the blockMsolPowerShell - * To disable the use of MSOL PowerShell, set this property to true. This also disables user-based access to the legacy service endpoint used by MSOL PowerShell. This does not affect Azure Active Directory Connect or Microsoft Graph. + * To disable the use of MSOL PowerShell, set this property to true. This also disables user-based access to the legacy service endpoint used by MSOL PowerShell. This doesn't affect Azure Active Directory Connect or Microsoft Graph. * * @param bool $val The blockMsolPowerShell * diff --git a/src/Model/B2xIdentityUserFlow.php b/src/Model/B2xIdentityUserFlow.php index 408230aa664..c9894adf029 100644 --- a/src/Model/B2xIdentityUserFlow.php +++ b/src/Model/B2xIdentityUserFlow.php @@ -90,7 +90,7 @@ public function setIdentityProviders($val) /** * Gets the languages - * The languages supported for customization within the user flow. Language customization is enabled by default in self-service sign-up user flow. You cannot create custom languages in self-service sign-up user flows. + * The languages supported for customization within the user flow. Language customization is enabled by default in self-service sign-up user flow. You can't create custom languages in self-service sign-up user flows. * * @return array|null The languages */ @@ -105,7 +105,7 @@ public function getLanguages() /** * Sets the languages - * The languages supported for customization within the user flow. Language customization is enabled by default in self-service sign-up user flow. You cannot create custom languages in self-service sign-up user flows. + * The languages supported for customization within the user flow. Language customization is enabled by default in self-service sign-up user flow. You can't create custom languages in self-service sign-up user flows. * * @param UserFlowLanguageConfiguration[] $val The languages * diff --git a/src/Model/BasicAuthentication.php b/src/Model/BasicAuthentication.php index 9eceb9450ee..3a3027bafc6 100644 --- a/src/Model/BasicAuthentication.php +++ b/src/Model/BasicAuthentication.php @@ -36,7 +36,7 @@ public function __construct($propDict = array()) /** * Gets the password - * The password. It is not returned in the responses. + * The password. It isn't returned in the responses. * * @return string|null The password */ @@ -51,7 +51,7 @@ public function getPassword() /** * Sets the password - * The password. It is not returned in the responses. + * The password. It isn't returned in the responses. * * @param string $val The value of the password * diff --git a/src/Model/BucketAggregationDefinition.php b/src/Model/BucketAggregationDefinition.php index 029db7d1c8c..bb4e31c9b7d 100644 --- a/src/Model/BucketAggregationDefinition.php +++ b/src/Model/BucketAggregationDefinition.php @@ -110,7 +110,7 @@ public function setPrefixFilter($val) /** * Gets the ranges - * Specifies the manual ranges to compute the aggregations. This is only valid for non-string refiners of date or numeric type. Optional. + * Specifies the manual ranges to compute the aggregations. This is only valid for nonstring refiners of date or numeric type. Optional. * * @return BucketAggregationRange|null The ranges */ @@ -129,7 +129,7 @@ public function getRanges() /** * Sets the ranges - * Specifies the manual ranges to compute the aggregations. This is only valid for non-string refiners of date or numeric type. Optional. + * Specifies the manual ranges to compute the aggregations. This is only valid for nonstring refiners of date or numeric type. Optional. * * @param BucketAggregationRange $val The value to assign to the ranges * @@ -143,7 +143,7 @@ public function setRanges($val) /** * Gets the sortBy - * The possible values are count to sort by the number of matches in the aggregation, keyAsStringto sort alphabeticaly based on the key in the aggregation, keyAsNumber for numerical sorting based on the key in the aggregation. Required. + * The possible values are count to sort by the number of matches in the aggregation, keyAsStringto sort alphabetically based on the key in the aggregation, keyAsNumber for numerical sorting based on the key in the aggregation. Required. * * @return BucketAggregationSortProperty|null The sortBy */ @@ -162,7 +162,7 @@ public function getSortBy() /** * Sets the sortBy - * The possible values are count to sort by the number of matches in the aggregation, keyAsStringto sort alphabeticaly based on the key in the aggregation, keyAsNumber for numerical sorting based on the key in the aggregation. Required. + * The possible values are count to sort by the number of matches in the aggregation, keyAsStringto sort alphabetically based on the key in the aggregation, keyAsNumber for numerical sorting based on the key in the aggregation. Required. * * @param BucketAggregationSortProperty $val The value to assign to the sortBy * diff --git a/src/Model/CalendarPermission.php b/src/Model/CalendarPermission.php index a39af0bc05a..294feb292db 100644 --- a/src/Model/CalendarPermission.php +++ b/src/Model/CalendarPermission.php @@ -56,7 +56,7 @@ public function setAllowedRoles($val) /** * Gets the emailAddress - * Represents a sharee or delegate who has access to the calendar. For the 'My Organization' sharee, the address property is null. Read-only. + * Represents a share recipient or delegate who has access to the calendar. For the 'My Organization' share recipient, the address property is null. Read-only. * * @return EmailAddress|null The emailAddress */ @@ -75,7 +75,7 @@ public function getEmailAddress() /** * Sets the emailAddress - * Represents a sharee or delegate who has access to the calendar. For the 'My Organization' sharee, the address property is null. Read-only. + * Represents a share recipient or delegate who has access to the calendar. For the 'My Organization' share recipient, the address property is null. Read-only. * * @param EmailAddress $val The emailAddress * @@ -89,7 +89,7 @@ public function setEmailAddress($val) /** * Gets the isInsideOrganization - * True if the user in context (sharee or delegate) is inside the same organization as the calendar owner. + * True if the user in context (recipient or delegate) is inside the same organization as the calendar owner. * * @return bool|null The isInsideOrganization */ @@ -104,7 +104,7 @@ public function getIsInsideOrganization() /** * Sets the isInsideOrganization - * True if the user in context (sharee or delegate) is inside the same organization as the calendar owner. + * True if the user in context (recipient or delegate) is inside the same organization as the calendar owner. * * @param bool $val The isInsideOrganization * @@ -118,7 +118,7 @@ public function setIsInsideOrganization($val) /** * Gets the isRemovable - * True if the user can be removed from the list of sharees or delegates for the specified calendar, false otherwise. The 'My organization' user determines the permissions other people within your organization have to the given calendar. You cannot remove 'My organization' as a sharee to a calendar. + * True if the user can be removed from the list of recipients or delegates for the specified calendar, false otherwise. The 'My organization' user determines the permissions other people within your organization have to the given calendar. You can't remove 'My organization' as a share recipient to a calendar. * * @return bool|null The isRemovable */ @@ -133,7 +133,7 @@ public function getIsRemovable() /** * Sets the isRemovable - * True if the user can be removed from the list of sharees or delegates for the specified calendar, false otherwise. The 'My organization' user determines the permissions other people within your organization have to the given calendar. You cannot remove 'My organization' as a sharee to a calendar. + * True if the user can be removed from the list of recipients or delegates for the specified calendar, false otherwise. The 'My organization' user determines the permissions other people within your organization have to the given calendar. You can't remove 'My organization' as a share recipient to a calendar. * * @param bool $val The isRemovable * @@ -147,7 +147,7 @@ public function setIsRemovable($val) /** * Gets the role - * Current permission level of the calendar sharee or delegate. + * Current permission level of the calendar share recipient or delegate. * * @return CalendarRoleType|null The role */ @@ -166,7 +166,7 @@ public function getRole() /** * Sets the role - * Current permission level of the calendar sharee or delegate. + * Current permission level of the calendar share recipient or delegate. * * @param CalendarRoleType $val The role * diff --git a/src/Model/ChatMessageInfo.php b/src/Model/ChatMessageInfo.php index 26b6aa97f35..d9bd1cdb39f 100644 --- a/src/Model/ChatMessageInfo.php +++ b/src/Model/ChatMessageInfo.php @@ -26,7 +26,7 @@ class ChatMessageInfo extends Entity { /** * Gets the body - * Body of the chatMessage. This will still contain markers for @mentions and attachments even though the object does not return @mentions and attachments. + * Body of the chatMessage. This will still contain markers for @mentions and attachments even though the object doesn't return @mentions and attachments. * * @return ItemBody|null The body */ @@ -45,7 +45,7 @@ public function getBody() /** * Sets the body - * Body of the chatMessage. This will still contain markers for @mentions and attachments even though the object does not return @mentions and attachments. + * Body of the chatMessage. This will still contain markers for @mentions and attachments even though the object doesn't return @mentions and attachments. * * @param ItemBody $val The body * @@ -92,7 +92,7 @@ public function setCreatedDateTime($val) /** * Gets the eventDetail - * Read-only. If present, represents details of an event that happened in a chat, a channel, or a team, for example, members were added, and so on. For event messages, the messageType property will be set to systemEventMessage. + * Read-only. If present, represents details of an event that happened in a chat, a channel, or a team, for example, members were added, and so on. For event messages, the messageType property is set to systemEventMessage. * * @return EventMessageDetail|null The eventDetail */ @@ -111,7 +111,7 @@ public function getEventDetail() /** * Sets the eventDetail - * Read-only. If present, represents details of an event that happened in a chat, a channel, or a team, for example, members were added, and so on. For event messages, the messageType property will be set to systemEventMessage. + * Read-only. If present, represents details of an event that happened in a chat, a channel, or a team, for example, members were added, and so on. For event messages, the messageType property is set to systemEventMessage. * * @param EventMessageDetail $val The eventDetail * diff --git a/src/Model/ChatMessagePolicyViolation.php b/src/Model/ChatMessagePolicyViolation.php index cde2917d38c..9f18f14e574 100644 --- a/src/Model/ChatMessagePolicyViolation.php +++ b/src/Model/ChatMessagePolicyViolation.php @@ -120,7 +120,7 @@ public function setPolicyTip($val) /** * Gets the userAction - * Indicates the action taken by the user on a message blocked by the DLP provider. Supported values are: NoneOverrideReportFalsePositiveWhen the DLP provider is updating the message for blocking sensitive content, userAction is not required. + * Indicates the action taken by the user on a message blocked by the DLP provider. Supported values are: NoneOverrideReportFalsePositiveWhen the DLP provider is updating the message for blocking sensitive content, userAction isn't required. * * @return ChatMessagePolicyViolationUserActionTypes|null The userAction */ @@ -139,7 +139,7 @@ public function getUserAction() /** * Sets the userAction - * Indicates the action taken by the user on a message blocked by the DLP provider. Supported values are: NoneOverrideReportFalsePositiveWhen the DLP provider is updating the message for blocking sensitive content, userAction is not required. + * Indicates the action taken by the user on a message blocked by the DLP provider. Supported values are: NoneOverrideReportFalsePositiveWhen the DLP provider is updating the message for blocking sensitive content, userAction isn't required. * * @param ChatMessagePolicyViolationUserActionTypes $val The value to assign to the userAction * @@ -153,7 +153,7 @@ public function setUserAction($val) /** * Gets the verdictDetails - * Indicates what actions the sender may take in response to the policy violation. Supported values are: NoneAllowFalsePositiveOverride -- Allows the sender to declare the policyViolation to be an error in the DLP app and its rules, and allow readers to see the message again if the dlpAction had hidden it.AllowOverrideWithoutJustification -- Allows the sender to overriide the DLP violation and allow readers to see the message again if the dlpAction had hidden it, without needing to provide an explanation for doing so. AllowOverrideWithJustification -- Allows the sender to overriide the DLP violation and allow readers to see the message again if the dlpAction had hidden it, after providing an explanation for doing so.AllowOverrideWithoutJustification and AllowOverrideWithJustification are mutually exclusive. + * Indicates what actions the sender may take in response to the policy violation. Supported values are: NoneAllowFalsePositiveOverride -- Allows the sender to declare the policyViolation to be an error in the DLP app and its rules, and allow readers to see the message again if the dlpAction hides it.AllowOverrideWithoutJustification -- Allows the sender to override the DLP violation and allow readers to see the message again if the dlpAction hides it, without needing to provide an explanation for doing so. AllowOverrideWithJustification -- Allows the sender to override the DLP violation and allow readers to see the message again if the dlpAction hides it, after providing an explanation for doing so.AllowOverrideWithoutJustification and AllowOverrideWithJustification are mutually exclusive. * * @return ChatMessagePolicyViolationVerdictDetailsTypes|null The verdictDetails */ @@ -172,7 +172,7 @@ public function getVerdictDetails() /** * Sets the verdictDetails - * Indicates what actions the sender may take in response to the policy violation. Supported values are: NoneAllowFalsePositiveOverride -- Allows the sender to declare the policyViolation to be an error in the DLP app and its rules, and allow readers to see the message again if the dlpAction had hidden it.AllowOverrideWithoutJustification -- Allows the sender to overriide the DLP violation and allow readers to see the message again if the dlpAction had hidden it, without needing to provide an explanation for doing so. AllowOverrideWithJustification -- Allows the sender to overriide the DLP violation and allow readers to see the message again if the dlpAction had hidden it, after providing an explanation for doing so.AllowOverrideWithoutJustification and AllowOverrideWithJustification are mutually exclusive. + * Indicates what actions the sender may take in response to the policy violation. Supported values are: NoneAllowFalsePositiveOverride -- Allows the sender to declare the policyViolation to be an error in the DLP app and its rules, and allow readers to see the message again if the dlpAction hides it.AllowOverrideWithoutJustification -- Allows the sender to override the DLP violation and allow readers to see the message again if the dlpAction hides it, without needing to provide an explanation for doing so. AllowOverrideWithJustification -- Allows the sender to override the DLP violation and allow readers to see the message again if the dlpAction hides it, after providing an explanation for doing so.AllowOverrideWithoutJustification and AllowOverrideWithJustification are mutually exclusive. * * @param ChatMessagePolicyViolationVerdictDetailsTypes $val The value to assign to the verdictDetails * diff --git a/src/Model/ConditionalAccessGuestsOrExternalUsers.php b/src/Model/ConditionalAccessGuestsOrExternalUsers.php index 8d9c2bd54c3..408734aef8b 100644 --- a/src/Model/ConditionalAccessGuestsOrExternalUsers.php +++ b/src/Model/ConditionalAccessGuestsOrExternalUsers.php @@ -26,7 +26,7 @@ class ConditionalAccessGuestsOrExternalUsers extends Entity /** * Gets the externalTenants - * The tenant IDs of the selected types of external users. Either all B2B tenant or a collection of tenant IDs. External tenants can be specified only when the property guestOrExternalUserTypes is not null or an empty String. + * The tenant IDs of the selected types of external users. Either all B2B tenant or a collection of tenant IDs. External tenants can be specified only when the property guestOrExternalUserTypes isn't null or an empty String. * * @return ConditionalAccessExternalTenants|null The externalTenants */ @@ -45,7 +45,7 @@ public function getExternalTenants() /** * Sets the externalTenants - * The tenant IDs of the selected types of external users. Either all B2B tenant or a collection of tenant IDs. External tenants can be specified only when the property guestOrExternalUserTypes is not null or an empty String. + * The tenant IDs of the selected types of external users. Either all B2B tenant or a collection of tenant IDs. External tenants can be specified only when the property guestOrExternalUserTypes isn't null or an empty String. * * @param ConditionalAccessExternalTenants $val The value to assign to the externalTenants * @@ -59,7 +59,7 @@ public function setExternalTenants($val) /** * Gets the guestOrExternalUserTypes - * Indicates internal guests or external user types. This is a multi-valued property. Possible values are: none, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, unknownFutureValue. + * Indicates internal guests or external user types, and is a multi-valued property. Possible values are: none, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, unknownFutureValue. * * @return ConditionalAccessGuestOrExternalUserTypes|null The guestOrExternalUserTypes */ @@ -78,7 +78,7 @@ public function getGuestOrExternalUserTypes() /** * Sets the guestOrExternalUserTypes - * Indicates internal guests or external user types. This is a multi-valued property. Possible values are: none, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, unknownFutureValue. + * Indicates internal guests or external user types, and is a multi-valued property. Possible values are: none, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, unknownFutureValue. * * @param ConditionalAccessGuestOrExternalUserTypes $val The value to assign to the guestOrExternalUserTypes * diff --git a/src/Model/Contract.php b/src/Model/Contract.php index 056c0c4e0a3..3b0de700434 100644 --- a/src/Model/Contract.php +++ b/src/Model/Contract.php @@ -84,7 +84,7 @@ public function setCustomerId($val) /** * Gets the defaultDomainName - * A copy of the customer tenant's default domain name. The copy is made when the partnership with the customer is established. It is not automatically updated if the customer tenant's default domain name changes. + * A copy of the customer tenant's default domain name. The copy is made when the partnership with the customer is established. It isn't automatically updated if the customer tenant's default domain name changes. * * @return string|null The defaultDomainName */ @@ -99,7 +99,7 @@ public function getDefaultDomainName() /** * Sets the defaultDomainName - * A copy of the customer tenant's default domain name. The copy is made when the partnership with the customer is established. It is not automatically updated if the customer tenant's default domain name changes. + * A copy of the customer tenant's default domain name. The copy is made when the partnership with the customer is established. It isn't automatically updated if the customer tenant's default domain name changes. * * @param string $val The defaultDomainName * diff --git a/src/Model/DelegatedAdminRelationship.php b/src/Model/DelegatedAdminRelationship.php index 33aa4633d39..faa0beb2cb4 100644 --- a/src/Model/DelegatedAdminRelationship.php +++ b/src/Model/DelegatedAdminRelationship.php @@ -125,7 +125,7 @@ public function setCreatedDateTime($val) /** * Gets the customer - * The display name and unique identifier of the customer of the relationship. This is configured either by the partner at the time the relationship is created or by the system after the customer approves the relationship. Cannot be changed by the customer. + * The display name and unique identifier of the customer of the relationship. This is configured either by the partner at the time the relationship is created or by the system after the customer approves the relationship. Can't be changed by the customer. * * @return DelegatedAdminRelationshipCustomerParticipant|null The customer */ @@ -144,7 +144,7 @@ public function getCustomer() /** * Sets the customer - * The display name and unique identifier of the customer of the relationship. This is configured either by the partner at the time the relationship is created or by the system after the customer approves the relationship. Cannot be changed by the customer. + * The display name and unique identifier of the customer of the relationship. This is configured either by the partner at the time the relationship is created or by the system after the customer approves the relationship. Can't be changed by the customer. * * @param DelegatedAdminRelationshipCustomerParticipant $val The customer * @@ -158,7 +158,7 @@ public function setCustomer($val) /** * Gets the displayName - * The display name of the relationship used for ease of identification. Must be unique across all delegated admin relationships of the partner. This is set by the partner only when the relationship is in the created status and cannot be changed by the customer. + * The display name of the relationship used for ease of identification. Must be unique across all delegated admin relationships of the partner and is set by the partner only when the relationship is in the created status and can't be changed by the customer. * * @return string|null The displayName */ @@ -173,7 +173,7 @@ public function getDisplayName() /** * Sets the displayName - * The display name of the relationship used for ease of identification. Must be unique across all delegated admin relationships of the partner. This is set by the partner only when the relationship is in the created status and cannot be changed by the customer. + * The display name of the relationship used for ease of identification. Must be unique across all delegated admin relationships of the partner and is set by the partner only when the relationship is in the created status and can't be changed by the customer. * * @param string $val The displayName * @@ -187,7 +187,7 @@ public function setDisplayName($val) /** * Gets the duration - * The duration of the relationship in ISO 8601 format. Must be a value between P1D and P2Y inclusive. This is set by the partner only when the relationship is in the created status and cannot be changed by the customer. + * The duration of the relationship in ISO 8601 format. Must be a value between P1D and P2Y inclusive. This is set by the partner only when the relationship is in the created status and can't be changed by the customer. * * @return \DateInterval|null The duration */ @@ -206,7 +206,7 @@ public function getDuration() /** * Sets the duration - * The duration of the relationship in ISO 8601 format. Must be a value between P1D and P2Y inclusive. This is set by the partner only when the relationship is in the created status and cannot be changed by the customer. + * The duration of the relationship in ISO 8601 format. Must be a value between P1D and P2Y inclusive. This is set by the partner only when the relationship is in the created status and can't be changed by the customer. * * @param \DateInterval $val The duration * diff --git a/src/Model/DelegatedPermissionClassification.php b/src/Model/DelegatedPermissionClassification.php index 2b1068f9413..94396a7bcc7 100644 --- a/src/Model/DelegatedPermissionClassification.php +++ b/src/Model/DelegatedPermissionClassification.php @@ -26,7 +26,7 @@ class DelegatedPermissionClassification extends Entity { /** * Gets the classification - * The classification value being given. Possible value: low. Does not support $filter. + * The classification value being given. Possible value: low. Doesn't support $filter. * * @return PermissionClassificationType|null The classification */ @@ -45,7 +45,7 @@ public function getClassification() /** * Sets the classification - * The classification value being given. Possible value: low. Does not support $filter. + * The classification value being given. Possible value: low. Doesn't support $filter. * * @param PermissionClassificationType $val The classification * @@ -59,7 +59,7 @@ public function setClassification($val) /** * Gets the permissionId - * The unique identifier (id) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Required on create. Does not support $filter. + * The unique identifier (id) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Required on create. Doesn't support $filter. * * @return string|null The permissionId */ @@ -74,7 +74,7 @@ public function getPermissionId() /** * Sets the permissionId - * The unique identifier (id) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Required on create. Does not support $filter. + * The unique identifier (id) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Required on create. Doesn't support $filter. * * @param string $val The permissionId * @@ -88,7 +88,7 @@ public function setPermissionId($val) /** * Gets the permissionName - * The claim value (value) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Does not support $filter. + * The claim value (value) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Doesn't support $filter. * * @return string|null The permissionName */ @@ -103,7 +103,7 @@ public function getPermissionName() /** * Sets the permissionName - * The claim value (value) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Does not support $filter. + * The claim value (value) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Doesn't support $filter. * * @param string $val The permissionName * diff --git a/src/Model/DomainDnsRecord.php b/src/Model/DomainDnsRecord.php index 7d5f56284ad..144e3b816da 100644 --- a/src/Model/DomainDnsRecord.php +++ b/src/Model/DomainDnsRecord.php @@ -84,7 +84,7 @@ public function setLabel($val) /** * Gets the recordType - * Indicates what type of DNS record this entity represents.The value can be one of the following: CName, Mx, Srv, Txt. + * Indicates what type of DNS record this entity represents. The value can be CName, Mx, Srv, or Txt. * * @return string|null The recordType */ @@ -99,7 +99,7 @@ public function getRecordType() /** * Sets the recordType - * Indicates what type of DNS record this entity represents.The value can be one of the following: CName, Mx, Srv, Txt. + * Indicates what type of DNS record this entity represents. The value can be CName, Mx, Srv, or Txt. * * @param string $val The recordType * @@ -113,7 +113,7 @@ public function setRecordType($val) /** * Gets the supportedService - * Microsoft Online Service or feature that has a dependency on this DNS record.Can be one of the following values: null, Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune. + * Microsoft Online Service or feature that has a dependency on this DNS record. Can be one of the following values: null, Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune. * * @return string|null The supportedService */ @@ -128,7 +128,7 @@ public function getSupportedService() /** * Sets the supportedService - * Microsoft Online Service or feature that has a dependency on this DNS record.Can be one of the following values: null, Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune. + * Microsoft Online Service or feature that has a dependency on this DNS record. Can be one of the following values: null, Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune. * * @param string $val The supportedService * diff --git a/src/Model/EducationAssignmentSettings.php b/src/Model/EducationAssignmentSettings.php index 14f670e1e15..4707d924242 100644 --- a/src/Model/EducationAssignmentSettings.php +++ b/src/Model/EducationAssignmentSettings.php @@ -26,7 +26,7 @@ class EducationAssignmentSettings extends Entity { /** * Gets the submissionAnimationDisabled - * Indicates whether turn-in celebration animation will be shown. A value of true indicates that the animation will not be shown. Default value is false. + * Indicates whether turn-in celebration animation is shown. A value of true indicates that the animation isn't shown. Default value is false. * * @return bool|null The submissionAnimationDisabled */ @@ -41,7 +41,7 @@ public function getSubmissionAnimationDisabled() /** * Sets the submissionAnimationDisabled - * Indicates whether turn-in celebration animation will be shown. A value of true indicates that the animation will not be shown. Default value is false. + * Indicates whether turn-in celebration animation is shown. A value of true indicates that the animation isn't shown. Default value is false. * * @param bool $val The submissionAnimationDisabled * diff --git a/src/Model/EducationOrganization.php b/src/Model/EducationOrganization.php index 0d91aab5455..a1d045cce5b 100644 --- a/src/Model/EducationOrganization.php +++ b/src/Model/EducationOrganization.php @@ -117,7 +117,7 @@ public function setExternalSource($val) /** * Gets the externalSourceDetail - * The name of the external source this resources was generated from. + * The name of the external source this resource was generated from. * * @return string|null The externalSourceDetail */ @@ -132,7 +132,7 @@ public function getExternalSourceDetail() /** * Sets the externalSourceDetail - * The name of the external source this resources was generated from. + * The name of the external source this resource was generated from. * * @param string $val The externalSourceDetail * diff --git a/src/Model/EducationSubmissionResource.php b/src/Model/EducationSubmissionResource.php index b97bd130654..aabe31979ca 100644 --- a/src/Model/EducationSubmissionResource.php +++ b/src/Model/EducationSubmissionResource.php @@ -26,7 +26,7 @@ class EducationSubmissionResource extends Entity { /** * Gets the assignmentResourceUrl - * Pointer to the assignment from which this resource was copied. If this is null, the student uploaded the resource. + * Pointer to the assignment from which the resource was copied, and if null, the student uploaded the resource. * * @return string|null The assignmentResourceUrl */ @@ -41,7 +41,7 @@ public function getAssignmentResourceUrl() /** * Sets the assignmentResourceUrl - * Pointer to the assignment from which this resource was copied. If this is null, the student uploaded the resource. + * Pointer to the assignment from which the resource was copied, and if null, the student uploaded the resource. * * @param string $val The assignmentResourceUrl * diff --git a/src/Model/EmailAuthenticationMethodConfiguration.php b/src/Model/EmailAuthenticationMethodConfiguration.php index a906251f613..287770b4e01 100644 --- a/src/Model/EmailAuthenticationMethodConfiguration.php +++ b/src/Model/EmailAuthenticationMethodConfiguration.php @@ -26,7 +26,7 @@ class EmailAuthenticationMethodConfiguration extends AuthenticationMethodConfigu { /** * Gets the allowExternalIdToUseEmailOtp - * Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who did not use public preview will automatically have email OTP enabled beginning in October 2021. + * Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use public preview will automatically have email OTP enabled beginning in October 2021. * * @return ExternalEmailOtpState|null The allowExternalIdToUseEmailOtp */ @@ -45,7 +45,7 @@ public function getAllowExternalIdToUseEmailOtp() /** * Sets the allowExternalIdToUseEmailOtp - * Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who did not use public preview will automatically have email OTP enabled beginning in October 2021. + * Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use public preview will automatically have email OTP enabled beginning in October 2021. * * @param ExternalEmailOtpState $val The allowExternalIdToUseEmailOtp * diff --git a/src/Model/EntitlementManagementSettings.php b/src/Model/EntitlementManagementSettings.php index bbfe2fb0fa0..38e64d98545 100644 --- a/src/Model/EntitlementManagementSettings.php +++ b/src/Model/EntitlementManagementSettings.php @@ -26,7 +26,7 @@ class EntitlementManagementSettings extends Entity { /** * Gets the durationUntilExternalUserDeletedAfterBlocked - * If externalUserLifecycleAction is blockSignInAndDelete, the duration, typically a number of days, after an external user is blocked from sign in before their account is deleted. + * If externalUserLifecycleAction is blockSignInAndDelete, the duration, typically many days, after an external user is blocked from sign in before their account is deleted. * * @return \DateInterval|null The durationUntilExternalUserDeletedAfterBlocked */ @@ -45,7 +45,7 @@ public function getDurationUntilExternalUserDeletedAfterBlocked() /** * Sets the durationUntilExternalUserDeletedAfterBlocked - * If externalUserLifecycleAction is blockSignInAndDelete, the duration, typically a number of days, after an external user is blocked from sign in before their account is deleted. + * If externalUserLifecycleAction is blockSignInAndDelete, the duration, typically many days, after an external user is blocked from sign in before their account is deleted. * * @param \DateInterval $val The durationUntilExternalUserDeletedAfterBlocked * diff --git a/src/Model/ExtensionSchemaProperty.php b/src/Model/ExtensionSchemaProperty.php index 6df924646d7..383c8e14951 100644 --- a/src/Model/ExtensionSchemaProperty.php +++ b/src/Model/ExtensionSchemaProperty.php @@ -25,7 +25,7 @@ class ExtensionSchemaProperty extends Entity { /** * Gets the name - * The name of the strongly-typed property defined as part of a schema extension. + * The name of the strongly typed property defined as part of a schema extension. * * @return string|null The name */ @@ -40,7 +40,7 @@ public function getName() /** * Sets the name - * The name of the strongly-typed property defined as part of a schema extension. + * The name of the strongly typed property defined as part of a schema extension. * * @param string $val The value of the name * @@ -53,7 +53,7 @@ public function setName($val) } /** * Gets the type - * The type of the property that is defined as part of a schema extension. Allowed values are Binary, Boolean, DateTime, Integer or String. See the table below for more details. + * The type of the property that is defined as part of a schema extension. Allowed values are Binary, Boolean, DateTime, Integer or String. See the table in the Supported property data types section for more details. * * @return string|null The type */ @@ -68,7 +68,7 @@ public function getType() /** * Sets the type - * The type of the property that is defined as part of a schema extension. Allowed values are Binary, Boolean, DateTime, Integer or String. See the table below for more details. + * The type of the property that is defined as part of a schema extension. Allowed values are Binary, Boolean, DateTime, Integer or String. See the table in the Supported property data types section for more details. * * @param string $val The value of the type * diff --git a/src/Model/FileAttachment.php b/src/Model/FileAttachment.php index c306a1fb35f..329e1bc7a58 100644 --- a/src/Model/FileAttachment.php +++ b/src/Model/FileAttachment.php @@ -88,7 +88,7 @@ public function setContentId($val) /** * Gets the contentLocation - * Do not use this property as it is not supported. + * Don't use this property as it isn't supported. * * @return string|null The contentLocation */ @@ -103,7 +103,7 @@ public function getContentLocation() /** * Sets the contentLocation - * Do not use this property as it is not supported. + * Don't use this property as it isn't supported. * * @param string $val The contentLocation * diff --git a/src/Model/FollowupFlag.php b/src/Model/FollowupFlag.php index 693cf4817e9..ee2d7e43071 100644 --- a/src/Model/FollowupFlag.php +++ b/src/Model/FollowupFlag.php @@ -59,7 +59,7 @@ public function setCompletedDateTime($val) /** * Gets the dueDateTime - * The date and time that the follow up is to be finished. Note: To set the due date, you must also specify the startDateTime; otherwise, you will get a 400 Bad Request response. + * The date and time that the follow-up is to be finished. Note: To set the due date, you must also specify the startDateTime; otherwise, you get a 400 Bad Request response. * * @return DateTimeTimeZone|null The dueDateTime */ @@ -78,7 +78,7 @@ public function getDueDateTime() /** * Sets the dueDateTime - * The date and time that the follow up is to be finished. Note: To set the due date, you must also specify the startDateTime; otherwise, you will get a 400 Bad Request response. + * The date and time that the follow-up is to be finished. Note: To set the due date, you must also specify the startDateTime; otherwise, you get a 400 Bad Request response. * * @param DateTimeTimeZone $val The value to assign to the dueDateTime * diff --git a/src/Model/InvitedUserMessageInfo.php b/src/Model/InvitedUserMessageInfo.php index 3a41eab8c57..ad6863b0e4b 100644 --- a/src/Model/InvitedUserMessageInfo.php +++ b/src/Model/InvitedUserMessageInfo.php @@ -26,7 +26,7 @@ class InvitedUserMessageInfo extends Entity /** * Gets the ccRecipients - * Additional recipients the invitation message should be sent to. Currently only 1 additional recipient is supported. + * Additional recipients the invitation message should be sent to. Currently only one additional recipient is supported. * * @return Recipient|null The ccRecipients */ @@ -45,7 +45,7 @@ public function getCcRecipients() /** * Sets the ccRecipients - * Additional recipients the invitation message should be sent to. Currently only 1 additional recipient is supported. + * Additional recipients the invitation message should be sent to. Currently only one additional recipient is supported. * * @param Recipient $val The value to assign to the ccRecipients * diff --git a/src/Model/LicenseUnitsDetail.php b/src/Model/LicenseUnitsDetail.php index 6270f921814..ec0e7c6bf82 100644 --- a/src/Model/LicenseUnitsDetail.php +++ b/src/Model/LicenseUnitsDetail.php @@ -53,7 +53,7 @@ public function setEnabled($val) } /** * Gets the lockedOut - * The number of units that are locked out because the customer cancelled their subscription of the service SKU. + * The number of units that are locked out because the customer canceled their subscription of the service SKU. * * @return int|null The lockedOut */ @@ -68,7 +68,7 @@ public function getLockedOut() /** * Sets the lockedOut - * The number of units that are locked out because the customer cancelled their subscription of the service SKU. + * The number of units that are locked out because the customer canceled their subscription of the service SKU. * * @param int $val The value of the lockedOut * @@ -81,7 +81,7 @@ public function setLockedOut($val) } /** * Gets the suspended - * The number of units that are suspended because the subscription of the service SKU has been cancelled. The units cannot be assigned but can still be reactivated before they are deleted. + * The number of units that are suspended because the subscription of the service SKU has been canceled. The units can't be assigned but can still be reactivated before they're deleted. * * @return int|null The suspended */ @@ -96,7 +96,7 @@ public function getSuspended() /** * Sets the suspended - * The number of units that are suspended because the subscription of the service SKU has been cancelled. The units cannot be assigned but can still be reactivated before they are deleted. + * The number of units that are suspended because the subscription of the service SKU has been canceled. The units can't be assigned but can still be reactivated before they're deleted. * * @param int $val The value of the suspended * @@ -109,7 +109,7 @@ public function setSuspended($val) } /** * Gets the warning - * The number of units that are in warning status. When the subscription of the service SKU has expired, the customer has a grace period to renew their subscription before it is cancelled (moved to a suspended state). + * The number of units that are in warning status. When the subscription of the service SKU has expired, the customer has a grace period to renew their subscription before it's canceled (moved to a suspended state). * * @return int|null The warning */ @@ -124,7 +124,7 @@ public function getWarning() /** * Sets the warning - * The number of units that are in warning status. When the subscription of the service SKU has expired, the customer has a grace period to renew their subscription before it is cancelled (moved to a suspended state). + * The number of units that are in warning status. When the subscription of the service SKU has expired, the customer has a grace period to renew their subscription before it's canceled (moved to a suspended state). * * @param int $val The value of the warning * diff --git a/src/Model/LoginPageLayoutConfiguration.php b/src/Model/LoginPageLayoutConfiguration.php index 8053b7df41f..aab6c91d379 100644 --- a/src/Model/LoginPageLayoutConfiguration.php +++ b/src/Model/LoginPageLayoutConfiguration.php @@ -82,7 +82,7 @@ public function setIsHeaderShown($val) /** * Gets the layoutTemplateType - * Represents the layout template to be displayed on the login page for a tenant. The possible values are default - Represents the default Microsoft layout with a centered lightbox. verticalSplit - Represents a layout with a backgound on the left side and a full-height lightbox to the right. unknownFutureValue - Evolvable enumeration sentinel value. Do not use. + * Represents the layout template to be displayed on the login page for a tenant. The possible values are default - Represents the default Microsoft layout with a centered lightbox. verticalSplit - Represents a layout with a background on the left side and a full-height lightbox to the right. unknownFutureValue - Evolvable enumeration sentinel value. Don't use. * * @return LayoutTemplateType|null The layoutTemplateType */ @@ -101,7 +101,7 @@ public function getLayoutTemplateType() /** * Sets the layoutTemplateType - * Represents the layout template to be displayed on the login page for a tenant. The possible values are default - Represents the default Microsoft layout with a centered lightbox. verticalSplit - Represents a layout with a backgound on the left side and a full-height lightbox to the right. unknownFutureValue - Evolvable enumeration sentinel value. Do not use. + * Represents the layout template to be displayed on the login page for a tenant. The possible values are default - Represents the default Microsoft layout with a centered lightbox. verticalSplit - Represents a layout with a background on the left side and a full-height lightbox to the right. unknownFutureValue - Evolvable enumeration sentinel value. Don't use. * * @param LayoutTemplateType $val The value to assign to the layoutTemplateType * diff --git a/src/Model/MediaStream.php b/src/Model/MediaStream.php index 3e8ab470f05..7727ccab3f6 100644 --- a/src/Model/MediaStream.php +++ b/src/Model/MediaStream.php @@ -87,7 +87,7 @@ public function setLabel($val) /** * Gets the mediaType - * The media type. The possible value are unknown, audio, video, videoBasedScreenSharing, data. + * The media type. The possible values are unknown, audio, video, videoBasedScreenSharing, data. * * @return Modality|null The mediaType */ @@ -106,7 +106,7 @@ public function getMediaType() /** * Sets the mediaType - * The media type. The possible value are unknown, audio, video, videoBasedScreenSharing, data. + * The media type. The possible values are unknown, audio, video, videoBasedScreenSharing, data. * * @param Modality $val The value to assign to the mediaType * diff --git a/src/Model/MicrosoftAuthenticatorFeatureSettings.php b/src/Model/MicrosoftAuthenticatorFeatureSettings.php index 9522bb1f91c..d6a9cd965ab 100644 --- a/src/Model/MicrosoftAuthenticatorFeatureSettings.php +++ b/src/Model/MicrosoftAuthenticatorFeatureSettings.php @@ -26,7 +26,7 @@ class MicrosoftAuthenticatorFeatureSettings extends Entity /** * Gets the displayAppInformationRequiredState - * Determines whether the user's Authenticator app will show them the client app they are signing into. + * Determines whether the user's Authenticator app shows them the client app they're signing into. * * @return AuthenticationMethodFeatureConfiguration|null The displayAppInformationRequiredState */ @@ -45,7 +45,7 @@ public function getDisplayAppInformationRequiredState() /** * Sets the displayAppInformationRequiredState - * Determines whether the user's Authenticator app will show them the client app they are signing into. + * Determines whether the user's Authenticator app shows them the client app they're signing into. * * @param AuthenticationMethodFeatureConfiguration $val The value to assign to the displayAppInformationRequiredState * @@ -59,7 +59,7 @@ public function setDisplayAppInformationRequiredState($val) /** * Gets the displayLocationInformationRequiredState - * Determines whether the user's Authenticator app will show them the geographic location of where the authentication request originated from. + * Determines whether the user's Authenticator app shows them the geographic location of where the authentication request originated from. * * @return AuthenticationMethodFeatureConfiguration|null The displayLocationInformationRequiredState */ @@ -78,7 +78,7 @@ public function getDisplayLocationInformationRequiredState() /** * Sets the displayLocationInformationRequiredState - * Determines whether the user's Authenticator app will show them the geographic location of where the authentication request originated from. + * Determines whether the user's Authenticator app shows them the geographic location of where the authentication request originated from. * * @param AuthenticationMethodFeatureConfiguration $val The value to assign to the displayLocationInformationRequiredState * diff --git a/src/Model/ObjectIdentity.php b/src/Model/ObjectIdentity.php index e22ec3bf62b..50bd184709d 100644 --- a/src/Model/ObjectIdentity.php +++ b/src/Model/ObjectIdentity.php @@ -25,7 +25,7 @@ class ObjectIdentity extends Entity { /** * Gets the issuer - * Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType is not federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For external users from other Azure AD organization, this will be the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit. + * Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType isn't federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For external users from other Azure AD organization, this is the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit. * * @return string|null The issuer */ @@ -40,7 +40,7 @@ public function getIssuer() /** * Sets the issuer - * Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType is not federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For external users from other Azure AD organization, this will be the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit. + * Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType isn't federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For external users from other Azure AD organization, this is the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit. * * @param string $val The value of the issuer * @@ -81,7 +81,7 @@ public function setIssuerAssignedId($val) } /** * Gets the signInType - * Specifies the user sign-in types in your directory, such as emailAddress, userName, federated, or userPrincipalName. federated represents a unique identifier for a user from an issuer, that can be in any format chosen by the issuer. Setting or updating a userPrincipalName identity will update the value of the userPrincipalName property on the user object. The validations performed on the userPrincipalName property on the user object, for example, verified domains and acceptable characters, will be performed when setting or updating a userPrincipalName identity. Additional validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. + * Specifies the user sign-in types in your directory, such as emailAddress, userName, federated, or userPrincipalName. federated represents a unique identifier for a user from an issuer, that can be in any format chosen by the issuer. Setting or updating a userPrincipalName identity will update the value of the userPrincipalName property on the user object. The validations performed on the userPrincipalName property on the user object, for example, verified domains and acceptable characters, will be performed when setting or updating a userPrincipalName identity. Other validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. * * @return string|null The signInType */ @@ -96,7 +96,7 @@ public function getSignInType() /** * Sets the signInType - * Specifies the user sign-in types in your directory, such as emailAddress, userName, federated, or userPrincipalName. federated represents a unique identifier for a user from an issuer, that can be in any format chosen by the issuer. Setting or updating a userPrincipalName identity will update the value of the userPrincipalName property on the user object. The validations performed on the userPrincipalName property on the user object, for example, verified domains and acceptable characters, will be performed when setting or updating a userPrincipalName identity. Additional validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. + * Specifies the user sign-in types in your directory, such as emailAddress, userName, federated, or userPrincipalName. federated represents a unique identifier for a user from an issuer, that can be in any format chosen by the issuer. Setting or updating a userPrincipalName identity will update the value of the userPrincipalName property on the user object. The validations performed on the userPrincipalName property on the user object, for example, verified domains and acceptable characters, will be performed when setting or updating a userPrincipalName identity. Other validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. * * @param string $val The value of the signInType * diff --git a/src/Model/OnlineMeetingInfo.php b/src/Model/OnlineMeetingInfo.php index da1bcce5e8e..bf05e03f89e 100644 --- a/src/Model/OnlineMeetingInfo.php +++ b/src/Model/OnlineMeetingInfo.php @@ -53,7 +53,7 @@ public function setConferenceId($val) } /** * Gets the joinUrl - * The external link that launches the online meeting. This is a URL that clients will launch into a browser and will redirect the user to join the meeting. + * The external link that launches the online meeting. This is a URL that clients launch into a browser and will redirect the user to join the meeting. * * @return string|null The joinUrl */ @@ -68,7 +68,7 @@ public function getJoinUrl() /** * Sets the joinUrl - * The external link that launches the online meeting. This is a URL that clients will launch into a browser and will redirect the user to join the meeting. + * The external link that launches the online meeting. This is a URL that clients launch into a browser and will redirect the user to join the meeting. * * @param string $val The value of the joinUrl * @@ -114,7 +114,7 @@ public function setPhones($val) } /** * Gets the quickDial - * The pre-formatted quickdial for this call. + * The preformatted quick dial for this call. * * @return string|null The quickDial */ @@ -129,7 +129,7 @@ public function getQuickDial() /** * Sets the quickDial - * The pre-formatted quickdial for this call. + * The preformatted quick dial for this call. * * @param string $val The value of the quickDial * diff --git a/src/Model/Permission.php b/src/Model/Permission.php index 66da543f9f4..3aa33adf341 100644 --- a/src/Model/Permission.php +++ b/src/Model/Permission.php @@ -26,7 +26,7 @@ class Permission extends Entity { /** * Gets the expirationDateTime - * A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. + * A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there's no expiration set for this permission. Optional. * * @return \DateTime|null The expirationDateTime */ @@ -45,7 +45,7 @@ public function getExpirationDateTime() /** * Sets the expirationDateTime - * A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. + * A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there's no expiration set for this permission. Optional. * * @param \DateTime $val The expirationDateTime * @@ -210,7 +210,7 @@ public function setHasPassword($val) /** * Gets the inheritedFrom - * Provides a reference to the ancestor of the current permission, if it is inherited from an ancestor. Read-only. + * Provides a reference to the ancestor of the current permission, if it's inherited from an ancestor. Read-only. * * @return ItemReference|null The inheritedFrom */ @@ -229,7 +229,7 @@ public function getInheritedFrom() /** * Sets the inheritedFrom - * Provides a reference to the ancestor of the current permission, if it is inherited from an ancestor. Read-only. + * Provides a reference to the ancestor of the current permission, if it's inherited from an ancestor. Read-only. * * @param ItemReference $val The inheritedFrom * @@ -276,7 +276,7 @@ public function setInvitation($val) /** * Gets the link - * Provides the link details of the current permission, if it is a link type permissions. Read-only. + * Provides the link details of the current permission, if it's a link type permission. Read-only. * * @return SharingLink|null The link */ @@ -295,7 +295,7 @@ public function getLink() /** * Sets the link - * Provides the link details of the current permission, if it is a link type permissions. Read-only. + * Provides the link details of the current permission, if it's a link type permission. Read-only. * * @param SharingLink $val The link * diff --git a/src/Model/PermissionScope.php b/src/Model/PermissionScope.php index e6d418bc2dc..b5eacb13f27 100644 --- a/src/Model/PermissionScope.php +++ b/src/Model/PermissionScope.php @@ -109,7 +109,7 @@ public function setId($val) } /** * Gets the isEnabled - * When creating or updating a permission, this property must be set to true (which is the default). To delete a permission, this property must first be set to false. At that point, in a subsequent call, the permission may be removed. + * When you create or update a permission, this property must be set to true (which is the default). To delete a permission, this property must first be set to false. At that point, in a subsequent call, the permission may be removed. * * @return bool|null The isEnabled */ @@ -124,7 +124,7 @@ public function getIsEnabled() /** * Sets the isEnabled - * When creating or updating a permission, this property must be set to true (which is the default). To delete a permission, this property must first be set to false. At that point, in a subsequent call, the permission may be removed. + * When you create or update a permission, this property must be set to true (which is the default). To delete a permission, this property must first be set to false. At that point, in a subsequent call, the permission may be removed. * * @param bool $val The value of the isEnabled * @@ -247,7 +247,7 @@ public function setUserConsentDisplayName($val) } /** * Gets the value - * Specifies the value to include in the scp (scope) claim in access tokens. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & ' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed. May not begin with .. + * Specifies the value to include in the scp (scope) claim in access tokens. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & ' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, and characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, aren't allowed. May not begin with .. * * @return string|null The value */ @@ -262,7 +262,7 @@ public function getValue() /** * Sets the value - * Specifies the value to include in the scp (scope) claim in access tokens. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & ' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed. May not begin with .. + * Specifies the value to include in the scp (scope) claim in access tokens. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & ' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, and characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, aren't allowed. May not begin with .. * * @param string $val The value of the value * diff --git a/src/Model/PhoneAuthenticationMethod.php b/src/Model/PhoneAuthenticationMethod.php index cfe96c88457..08ddab10c5a 100644 --- a/src/Model/PhoneAuthenticationMethod.php +++ b/src/Model/PhoneAuthenticationMethod.php @@ -26,7 +26,7 @@ class PhoneAuthenticationMethod extends AuthenticationMethod { /** * Gets the phoneNumber - * The phone number to text or call for authentication. Phone numbers use the format +{country code} {number}x{extension}, with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating or updating if they do not match the required format. + * The phone number to text or call for authentication. Phone numbers use the format +{country code} {number}x{extension}, with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating or updating if they don't match the required format. * * @return string|null The phoneNumber */ @@ -41,7 +41,7 @@ public function getPhoneNumber() /** * Sets the phoneNumber - * The phone number to text or call for authentication. Phone numbers use the format +{country code} {number}x{extension}, with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating or updating if they do not match the required format. + * The phone number to text or call for authentication. Phone numbers use the format +{country code} {number}x{extension}, with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating or updating if they don't match the required format. * * @param string $val The phoneNumber * diff --git a/src/Model/PlannerAssignedToTaskBoardTaskFormat.php b/src/Model/PlannerAssignedToTaskBoardTaskFormat.php index 39b44a0a4af..0cc4faf394c 100644 --- a/src/Model/PlannerAssignedToTaskBoardTaskFormat.php +++ b/src/Model/PlannerAssignedToTaskBoardTaskFormat.php @@ -59,7 +59,7 @@ public function setOrderHintsByAssignee($val) /** * Gets the unassignedOrderHint - * Hint value used to order the task on the AssignedTo view of the Task Board when the task is not assigned to anyone, or if the orderHintsByAssignee dictionary does not provide an order hint for the user the task is assigned to. The format is defined as outlined here. + * Hint value used to order the task on the AssignedTo view of the Task Board when the task isn't assigned to anyone, or if the orderHintsByAssignee dictionary doesn't provide an order hint for the user the task is assigned to. The format is defined as outlined here. * * @return string|null The unassignedOrderHint */ @@ -74,7 +74,7 @@ public function getUnassignedOrderHint() /** * Sets the unassignedOrderHint - * Hint value used to order the task on the AssignedTo view of the Task Board when the task is not assigned to anyone, or if the orderHintsByAssignee dictionary does not provide an order hint for the user the task is assigned to. The format is defined as outlined here. + * Hint value used to order the task on the AssignedTo view of the Task Board when the task isn't assigned to anyone, or if the orderHintsByAssignee dictionary doesn't provide an order hint for the user the task is assigned to. The format is defined as outlined here. * * @param string $val The unassignedOrderHint * diff --git a/src/Model/PlannerPlanDetails.php b/src/Model/PlannerPlanDetails.php index 9dacc32142d..fc33d80f48c 100644 --- a/src/Model/PlannerPlanDetails.php +++ b/src/Model/PlannerPlanDetails.php @@ -59,7 +59,7 @@ public function setCategoryDescriptions($val) /** * Gets the sharedWith - * Set of user IDs that this plan is shared with. If you are leveraging Microsoft 365 groups, use the Groups API to manage group membership to share the group's plan. You can also add existing members of the group to this collection, although it is not required for them to access the plan owned by the group. + * Set of user IDs that this plan is shared with. If you're using Microsoft 365 groups, use the Groups API to manage group membership to share the group's plan. You can also add existing members of the group to this collection, although it isn't required for them to access the plan owned by the group. * * @return PlannerUserIds|null The sharedWith */ @@ -78,7 +78,7 @@ public function getSharedWith() /** * Sets the sharedWith - * Set of user IDs that this plan is shared with. If you are leveraging Microsoft 365 groups, use the Groups API to manage group membership to share the group's plan. You can also add existing members of the group to this collection, although it is not required for them to access the plan owned by the group. + * Set of user IDs that this plan is shared with. If you're using Microsoft 365 groups, use the Groups API to manage group membership to share the group's plan. You can also add existing members of the group to this collection, although it isn't required for them to access the plan owned by the group. * * @param PlannerUserIds $val The sharedWith * diff --git a/src/Model/ProvisioningStatusInfo.php b/src/Model/ProvisioningStatusInfo.php index 8e7f5348868..ad5b3a2a6cb 100644 --- a/src/Model/ProvisioningStatusInfo.php +++ b/src/Model/ProvisioningStatusInfo.php @@ -26,7 +26,7 @@ class ProvisioningStatusInfo extends Entity /** * Gets the errorInformation - * If status is not success/ skipped details for the error are contained in this. + * If status isn't success/ skipped details for the error are contained in this. * * @return ProvisioningErrorInfo|null The errorInformation */ @@ -45,7 +45,7 @@ public function getErrorInformation() /** * Sets the errorInformation - * If status is not success/ skipped details for the error are contained in this. + * If status isn't success/ skipped details for the error are contained in this. * * @param ProvisioningErrorInfo $val The value to assign to the errorInformation * diff --git a/src/Model/Reminder.php b/src/Model/Reminder.php index d3f7436acb7..df53b1fe47e 100644 --- a/src/Model/Reminder.php +++ b/src/Model/Reminder.php @@ -208,7 +208,7 @@ public function setEventSubject($val) } /** * Gets the eventWebLink - * The URL to open the event in Outlook on the web.The event will open in the browser if you are logged in to your mailbox via Outlook on the web. You will be prompted to login if you are not already logged in with the browser.This URL cannot be accessed from within an iFrame. + * The URL to open the event in Outlook on the web.The event opens in the browser if you're logged in to your mailbox via Outlook on the web. You're prompted to log in if you aren't already logged in with the browser.This URL can't be accessed from within an iFrame. * * @return string|null The eventWebLink */ @@ -223,7 +223,7 @@ public function getEventWebLink() /** * Sets the eventWebLink - * The URL to open the event in Outlook on the web.The event will open in the browser if you are logged in to your mailbox via Outlook on the web. You will be prompted to login if you are not already logged in with the browser.This URL cannot be accessed from within an iFrame. + * The URL to open the event in Outlook on the web.The event opens in the browser if you're logged in to your mailbox via Outlook on the web. You're prompted to log in if you aren't already logged in with the browser.This URL can't be accessed from within an iFrame. * * @param string $val The value of the eventWebLink * diff --git a/src/Model/ResultInfo.php b/src/Model/ResultInfo.php index d40f512b125..717066b01ec 100644 --- a/src/Model/ResultInfo.php +++ b/src/Model/ResultInfo.php @@ -81,7 +81,7 @@ public function setMessage($val) } /** * Gets the subcode - * The result sub-code. + * The result subcode. * * @return int|null The subcode */ @@ -96,7 +96,7 @@ public function getSubcode() /** * Sets the subcode - * The result sub-code. + * The result subcode. * * @param int $val The value of the subcode * diff --git a/src/Model/ServiceAnnouncementBase.php b/src/Model/ServiceAnnouncementBase.php index 2c496f1457e..c17c12ade19 100644 --- a/src/Model/ServiceAnnouncementBase.php +++ b/src/Model/ServiceAnnouncementBase.php @@ -27,7 +27,7 @@ class ServiceAnnouncementBase extends Entity /** * Gets the details - * Additional details about service event. This property doesn't support filters. + * More details about service event. This property doesn't support filters. * * @return array|null The details */ @@ -42,7 +42,7 @@ public function getDetails() /** * Sets the details - * Additional details about service event. This property doesn't support filters. + * More details about service event. This property doesn't support filters. * * @param KeyValuePair[] $val The details * diff --git a/src/Model/ServiceHealth.php b/src/Model/ServiceHealth.php index ea8fbcf6394..f2a95b5a41f 100644 --- a/src/Model/ServiceHealth.php +++ b/src/Model/ServiceHealth.php @@ -55,7 +55,7 @@ public function setService($val) /** * Gets the status - * Show the overral service health status. Possible values are: serviceOperational, investigating, restoringService, verifyingService, serviceRestored, postIncidentReviewPublished, serviceDegradation, serviceInterruption, extendedRecovery, falsePositive, investigationSuspended, resolved, mitigatedExternal, mitigated, resolvedExternal, confirmed, reported, unknownFutureValue. For more details, see serviceHealthStatus values. + * Show the overall service health status. Possible values are: serviceOperational, investigating, restoringService, verifyingService, serviceRestored, postIncidentReviewPublished, serviceDegradation, serviceInterruption, extendedRecovery, falsePositive, investigationSuspended, resolved, mitigatedExternal, mitigated, resolvedExternal, confirmed, reported, unknownFutureValue. For more information, see serviceHealthStatus values. * * @return ServiceHealthStatus|null The status */ @@ -74,7 +74,7 @@ public function getStatus() /** * Sets the status - * Show the overral service health status. Possible values are: serviceOperational, investigating, restoringService, verifyingService, serviceRestored, postIncidentReviewPublished, serviceDegradation, serviceInterruption, extendedRecovery, falsePositive, investigationSuspended, resolved, mitigatedExternal, mitigated, resolvedExternal, confirmed, reported, unknownFutureValue. For more details, see serviceHealthStatus values. + * Show the overall service health status. Possible values are: serviceOperational, investigating, restoringService, verifyingService, serviceRestored, postIncidentReviewPublished, serviceDegradation, serviceInterruption, extendedRecovery, falsePositive, investigationSuspended, resolved, mitigatedExternal, mitigated, resolvedExternal, confirmed, reported, unknownFutureValue. For more information, see serviceHealthStatus values. * * @param ServiceHealthStatus $val The status * diff --git a/src/Model/SignIn.php b/src/Model/SignIn.php index fa23552de92..7112b983c90 100644 --- a/src/Model/SignIn.php +++ b/src/Model/SignIn.php @@ -26,7 +26,7 @@ class SignIn extends Entity { /** * Gets the appDisplayName - * App name displayed in the Azure Portal. Supports $filter (eq, startsWith). + * App name displayed in the Azure portal. Supports $filter (eq, startsWith). * * @return string|null The appDisplayName */ @@ -41,7 +41,7 @@ public function getAppDisplayName() /** * Sets the appDisplayName - * App name displayed in the Azure Portal. Supports $filter (eq, startsWith). + * App name displayed in the Azure portal. Supports $filter (eq, startsWith). * * @param string $val The appDisplayName * @@ -512,7 +512,7 @@ public function setRiskEventTypesV2($val) /** * Gets the riskLevelAggregated - * Aggregated risk level. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in was not enabled for Azure AD Identity Protection. Supports $filter (eq). Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers will be returned hidden. + * Aggregated risk level. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in wasn't enabled for Azure AD Identity Protection. Supports $filter (eq). Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers are returned hidden. * * @return RiskLevel|null The riskLevelAggregated */ @@ -531,7 +531,7 @@ public function getRiskLevelAggregated() /** * Sets the riskLevelAggregated - * Aggregated risk level. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in was not enabled for Azure AD Identity Protection. Supports $filter (eq). Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers will be returned hidden. + * Aggregated risk level. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in wasn't enabled for Azure AD Identity Protection. Supports $filter (eq). Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers are returned hidden. * * @param RiskLevel $val The riskLevelAggregated * @@ -545,7 +545,7 @@ public function setRiskLevelAggregated($val) /** * Gets the riskLevelDuringSignIn - * Risk level during sign-in. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in was not enabled for Azure AD Identity Protection. Supports $filter (eq). Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers will be returned hidden. + * Risk level during sign-in. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in wasn't enabled for Azure AD Identity Protection. Supports $filter (eq). Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers are returned hidden. * * @return RiskLevel|null The riskLevelDuringSignIn */ @@ -564,7 +564,7 @@ public function getRiskLevelDuringSignIn() /** * Sets the riskLevelDuringSignIn - * Risk level during sign-in. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in was not enabled for Azure AD Identity Protection. Supports $filter (eq). Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers will be returned hidden. + * Risk level during sign-in. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in wasn't enabled for Azure AD Identity Protection. Supports $filter (eq). Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers are returned hidden. * * @param RiskLevel $val The riskLevelDuringSignIn * @@ -611,7 +611,7 @@ public function setRiskState($val) /** * Gets the status - * Sign-in status. Includes the error code and description of the error (in case of a sign-in failure). Supports $filter (eq) on errorCode property. + * Sign-in status. Includes the error code and description of the error (if there's a sign-in failure). Supports $filter (eq) on errorCode property. * * @return SignInStatus|null The status */ @@ -630,7 +630,7 @@ public function getStatus() /** * Sets the status - * Sign-in status. Includes the error code and description of the error (in case of a sign-in failure). Supports $filter (eq) on errorCode property. + * Sign-in status. Includes the error code and description of the error (if there's a sign-in failure). Supports $filter (eq) on errorCode property. * * @param SignInStatus $val The status * diff --git a/src/Model/SignInLocation.php b/src/Model/SignInLocation.php index 7c7f63911a4..84a3af0c41d 100644 --- a/src/Model/SignInLocation.php +++ b/src/Model/SignInLocation.php @@ -25,7 +25,7 @@ class SignInLocation extends Entity { /** * Gets the city - * Provides the city where the sign-in originated. This is calculated using latitude/longitude information from the sign-in activity. + * Provides the city where the sign-in originated and is determined using latitude/longitude information from the sign-in activity. * * @return string|null The city */ @@ -40,7 +40,7 @@ public function getCity() /** * Sets the city - * Provides the city where the sign-in originated. This is calculated using latitude/longitude information from the sign-in activity. + * Provides the city where the sign-in originated and is determined using latitude/longitude information from the sign-in activity. * * @param string $val The value of the city * @@ -53,7 +53,7 @@ public function setCity($val) } /** * Gets the countryOrRegion - * Provides the country code info (2 letter code) where the sign-in originated. This is calculated using latitude/longitude information from the sign-in activity. + * Provides the country code info (two letter code) where the sign-in originated. This is calculated using latitude/longitude information from the sign-in activity. * * @return string|null The countryOrRegion */ @@ -68,7 +68,7 @@ public function getCountryOrRegion() /** * Sets the countryOrRegion - * Provides the country code info (2 letter code) where the sign-in originated. This is calculated using latitude/longitude information from the sign-in activity. + * Provides the country code info (two letter code) where the sign-in originated. This is calculated using latitude/longitude information from the sign-in activity. * * @param string $val The value of the countryOrRegion * diff --git a/src/Model/SubjectRightsRequest.php b/src/Model/SubjectRightsRequest.php index fd69675fd9e..a79f8daed42 100644 --- a/src/Model/SubjectRightsRequest.php +++ b/src/Model/SubjectRightsRequest.php @@ -610,7 +610,7 @@ public function setPauseAfterEstimate($val) /** * Gets the regulations - * List of regulations that this request will fulfill. + * List of regulations that this request fulfills. * * @return array|null The regulations */ @@ -625,7 +625,7 @@ public function getRegulations() /** * Sets the regulations - * List of regulations that this request will fulfill. + * List of regulations that this request fulfills. * * @param string[] $val The regulations * @@ -700,7 +700,7 @@ public function setStages($val) /** * Gets the status - * The status of the request.. Possible values are: active, closed, unknownFutureValue. + * The status of the request. Possible values are: active, closed, unknownFutureValue. * * @return SubjectRightsRequestStatus|null The status */ @@ -719,7 +719,7 @@ public function getStatus() /** * Sets the status - * The status of the request.. Possible values are: active, closed, unknownFutureValue. + * The status of the request. Possible values are: active, closed, unknownFutureValue. * * @param SubjectRightsRequestStatus $val The status * @@ -823,7 +823,7 @@ public function setCollaborators($val) /** * Gets the notes - * List of notes associcated with the request. + * List of notes associated with the request. * * @return array|null The notes */ @@ -838,7 +838,7 @@ public function getNotes() /** * Sets the notes - * List of notes associcated with the request. + * List of notes associated with the request. * * @param AuthoredNote[] $val The notes * diff --git a/src/Model/TeamsAppDefinition.php b/src/Model/TeamsAppDefinition.php index ae785a22c2f..ec067f03a52 100644 --- a/src/Model/TeamsAppDefinition.php +++ b/src/Model/TeamsAppDefinition.php @@ -179,7 +179,7 @@ public function setLastModifiedDateTime($val) /** * Gets the publishingState - * The published status of a specific version of a Teams app. Possible values are:submitted — The specific version of the Teams app has been submitted and is under review. published — The request to publish the specific version of the Teams app has been approved by the admin and the app is published. rejected — The request to publish the specific version of the Teams app was rejected by the admin. + * The published status of a specific version of a Teams app. Possible values are:submitted—The specific version of the Teams app has been submitted and is under review. published—The request to publish the specific version of the Teams app has been approved by the admin and the app is published. rejected—The admin rejected the request to publish the specific version of the Teams app. * * @return TeamsAppPublishingState|null The publishingState */ @@ -198,7 +198,7 @@ public function getPublishingState() /** * Sets the publishingState - * The published status of a specific version of a Teams app. Possible values are:submitted — The specific version of the Teams app has been submitted and is under review. published — The request to publish the specific version of the Teams app has been approved by the admin and the app is published. rejected — The request to publish the specific version of the Teams app was rejected by the admin. + * The published status of a specific version of a Teams app. Possible values are:submitted—The specific version of the Teams app has been submitted and is under review. published—The request to publish the specific version of the Teams app has been approved by the admin and the app is published. rejected—The admin rejected the request to publish the specific version of the Teams app. * * @param TeamsAppPublishingState $val The publishingState * diff --git a/src/Model/TeamworkHostedContent.php b/src/Model/TeamworkHostedContent.php index 641ecbc3dc5..003657d6e22 100644 --- a/src/Model/TeamworkHostedContent.php +++ b/src/Model/TeamworkHostedContent.php @@ -59,7 +59,7 @@ public function setContentBytes($val) /** * Gets the contentType - * Write only. Content type. sicj as image/png, image/jpg. + * Write only. Content type. such as image/png, image/jpg. * * @return string|null The contentType */ @@ -74,7 +74,7 @@ public function getContentType() /** * Sets the contentType - * Write only. Content type. sicj as image/png, image/jpg. + * Write only. Content type. such as image/png, image/jpg. * * @param string $val The contentType * diff --git a/src/Model/TermColumn.php b/src/Model/TermColumn.php index 18d3cfa1931..189fd747c4b 100644 --- a/src/Model/TermColumn.php +++ b/src/Model/TermColumn.php @@ -25,7 +25,7 @@ class TermColumn extends Entity { /** * Gets the allowMultipleValues - * Specifies whether the column will allow more than one value. + * Specifies whether the column allows more than one value. * * @return bool|null The allowMultipleValues */ @@ -40,7 +40,7 @@ public function getAllowMultipleValues() /** * Sets the allowMultipleValues - * Specifies whether the column will allow more than one value. + * Specifies whether the column allows more than one value. * * @param bool $val The value of the allowMultipleValues * diff --git a/src/Model/UnifiedRoleManagementPolicyExpirationRule.php b/src/Model/UnifiedRoleManagementPolicyExpirationRule.php index cd8cb06cc1c..05c2d386b8a 100644 --- a/src/Model/UnifiedRoleManagementPolicyExpirationRule.php +++ b/src/Model/UnifiedRoleManagementPolicyExpirationRule.php @@ -55,7 +55,7 @@ public function setIsExpirationRequired($val) /** * Gets the maximumDuration - * The maximum duration allowed for eligibility or assignment which is not permanent. Required when isExpirationRequired is true. + * The maximum duration allowed for eligibility or assignment that isn't permanent. Required when isExpirationRequired is true. * * @return \DateInterval|null The maximumDuration */ @@ -74,7 +74,7 @@ public function getMaximumDuration() /** * Sets the maximumDuration - * The maximum duration allowed for eligibility or assignment which is not permanent. Required when isExpirationRequired is true. + * The maximum duration allowed for eligibility or assignment that isn't permanent. Required when isExpirationRequired is true. * * @param \DateInterval $val The maximumDuration * diff --git a/src/Model/User.php b/src/Model/User.php index 7ae6b0d07e3..0279dcf1e94 100644 --- a/src/Model/User.php +++ b/src/Model/User.php @@ -1556,7 +1556,7 @@ public function setPreferredDataLocation($val) /** * Gets the preferredLanguage - * The preferred language for the user. Should follow ISO 639-1 Code; for example, en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) + * The preferred language for the user. The preferred language format is based on RFC 4646. The name is a combination of an ISO 639 two-letter lowercase culture code associated with the language, and an ISO 3166 two-letter uppercase subculture code associated with the country or region. Example: 'en-US', or 'es-ES'. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) * * @return string|null The preferredLanguage */ @@ -1571,7 +1571,7 @@ public function getPreferredLanguage() /** * Sets the preferredLanguage - * The preferred language for the user. Should follow ISO 639-1 Code; for example, en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) + * The preferred language for the user. The preferred language format is based on RFC 4646. The name is a combination of an ISO 639 two-letter lowercase culture code associated with the language, and an ISO 3166 two-letter uppercase subculture code associated with the country or region. Example: 'en-US', or 'es-ES'. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) * * @param string $val The preferredLanguage * diff --git a/src/Model/WebApplication.php b/src/Model/WebApplication.php index 4f38fdc27db..2e2800f5f8c 100644 --- a/src/Model/WebApplication.php +++ b/src/Model/WebApplication.php @@ -86,7 +86,7 @@ public function setImplicitGrantSettings($val) } /** * Gets the logoutUrl - * Specifies the URL that will be used by Microsoft's authorization service to logout an user using front-channel, back-channel or SAML logout protocols. + * Specifies the URL that is used by Microsoft's authorization service to log out a user using front-channel, back-channel or SAML logout protocols. * * @return string|null The logoutUrl */ @@ -101,7 +101,7 @@ public function getLogoutUrl() /** * Sets the logoutUrl - * Specifies the URL that will be used by Microsoft's authorization service to logout an user using front-channel, back-channel or SAML logout protocols. + * Specifies the URL that is used by Microsoft's authorization service to log out a user using front-channel, back-channel or SAML logout protocols. * * @param string $val The value of the logoutUrl * diff --git a/src/Model/WorkbookNamedItem.php b/src/Model/WorkbookNamedItem.php index 529d0fe1c58..d815a79256e 100644 --- a/src/Model/WorkbookNamedItem.php +++ b/src/Model/WorkbookNamedItem.php @@ -142,7 +142,7 @@ public function setType($val) /** * Gets the value - * Represents the formula that the name is defined to refer to. E.g. =Sheet14!$B$2:$H$12, =4.75, etc. Read-only. + * Represents the formula that the name is defined to refer to. for example, =Sheet14!$B$2:$H$12, =4.75, etc. Read-only. * * @return string|null The value */ @@ -157,7 +157,7 @@ public function getValue() /** * Sets the value - * Represents the formula that the name is defined to refer to. E.g. =Sheet14!$B$2:$H$12, =4.75, etc. Read-only. + * Represents the formula that the name is defined to refer to. for example, =Sheet14!$B$2:$H$12, =4.75, etc. Read-only. * * @param string $val The value * diff --git a/src/Model/WorkbookRange.php b/src/Model/WorkbookRange.php index bfd853427ac..8a6e918acd5 100644 --- a/src/Model/WorkbookRange.php +++ b/src/Model/WorkbookRange.php @@ -26,7 +26,7 @@ class WorkbookRange extends Entity { /** * Gets the address - * Represents the range reference in A1-style. Address value will contain the Sheet reference (e.g. Sheet1!A1:B4). Read-only. + * Represents the range reference in A1-style. Address value contains the Sheet reference (for example, Sheet1!A1:B4). Read-only. * * @return string|null The address */ @@ -41,7 +41,7 @@ public function getAddress() /** * Sets the address - * Represents the range reference in A1-style. Address value will contain the Sheet reference (e.g. Sheet1!A1:B4). Read-only. + * Represents the range reference in A1-style. Address value contains the Sheet reference (for example, Sheet1!A1:B4). Read-only. * * @param string $val The address * @@ -432,7 +432,7 @@ public function setRowIndex($val) /** * Gets the text - * Text values of the specified range. The Text value will not depend on the cell width. The # sign substitution that happens in Excel UI will not affect the text value returned by the API. Read-only. + * Text values of the specified range. The Text value won't depend on the cell width. The # sign substitution that happens in Excel UI won't affect the text value returned by the API. Read-only. * * @return string|null The text */ @@ -447,7 +447,7 @@ public function getText() /** * Sets the text - * Text values of the specified range. The Text value will not depend on the cell width. The # sign substitution that happens in Excel UI will not affect the text value returned by the API. Read-only. + * Text values of the specified range. The Text value won't depend on the cell width. The # sign substitution that happens in Excel UI won't affect the text value returned by the API. Read-only. * * @param string $val The text * @@ -461,7 +461,7 @@ public function setText($val) /** * Gets the values - * Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string. + * Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string. * * @return string|null The values */ @@ -476,7 +476,7 @@ public function getValues() /** * Sets the values - * Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string. + * Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string. * * @param string $val The values * diff --git a/src/Model/WorkbookRangeBorder.php b/src/Model/WorkbookRangeBorder.php index 5f091643016..ae2daabd7fe 100644 --- a/src/Model/WorkbookRangeBorder.php +++ b/src/Model/WorkbookRangeBorder.php @@ -26,7 +26,7 @@ class WorkbookRangeBorder extends Entity { /** * Gets the color - * HTML color code representing the color of the border line, of the form #RRGGBB (e.g. 'FFA500') or as a named HTML color (e.g. 'orange'). + * HTML color code representing the color of the border line, of the form #RRGGBB (for example 'FFA500') or as a named HTML color (for example 'orange'). * * @return string|null The color */ @@ -41,7 +41,7 @@ public function getColor() /** * Sets the color - * HTML color code representing the color of the border line, of the form #RRGGBB (e.g. 'FFA500') or as a named HTML color (e.g. 'orange'). + * HTML color code representing the color of the border line, of the form #RRGGBB (for example 'FFA500') or as a named HTML color (for example 'orange'). * * @param string $val The color * diff --git a/src/Model/WorkbookSessionInfo.php b/src/Model/WorkbookSessionInfo.php index 003473cafdc..b68c89de71e 100644 --- a/src/Model/WorkbookSessionInfo.php +++ b/src/Model/WorkbookSessionInfo.php @@ -25,7 +25,7 @@ class WorkbookSessionInfo extends Entity { /** * Gets the id - * Id of the workbook session. + * ID of the workbook session. * * @return string|null The id */ @@ -40,7 +40,7 @@ public function getId() /** * Sets the id - * Id of the workbook session. + * ID of the workbook session. * * @param string $val The value of the id * diff --git a/src/Model/WorkbookTable.php b/src/Model/WorkbookTable.php index 3ccbf68e939..5874f656787 100644 --- a/src/Model/WorkbookTable.php +++ b/src/Model/WorkbookTable.php @@ -84,7 +84,7 @@ public function setHighlightLastColumn($val) /** * Gets the legacyId - * Legacy Id used in older Excle clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and should not be parsed to any other type. Read-only. + * Legacy ID used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. * * @return string|null The legacyId */ @@ -99,7 +99,7 @@ public function getLegacyId() /** * Sets the legacyId - * Legacy Id used in older Excle clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and should not be parsed to any other type. Read-only. + * Legacy ID used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. * * @param string $val The legacyId * @@ -287,7 +287,7 @@ public function setShowTotals($val) /** * Gets the style - * Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified. + * Constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified. * * @return string|null The style */ @@ -302,7 +302,7 @@ public function getStyle() /** * Sets the style - * Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified. + * Constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified. * * @param string $val The style * diff --git a/src/SecurityNamespace/Model/DataSource.php b/src/SecurityNamespace/Model/DataSource.php index 31c0b289c05..0f2b8b95ac0 100644 --- a/src/SecurityNamespace/Model/DataSource.php +++ b/src/SecurityNamespace/Model/DataSource.php @@ -92,7 +92,7 @@ public function setCreatedDateTime($val) /** * Gets the displayName - * The display name of the dataSource. This will be the name of the SharePoint site. + * The display name of the dataSource and is the name of the SharePoint site. * * @return string|null The displayName */ @@ -107,7 +107,7 @@ public function getDisplayName() /** * Sets the displayName - * The display name of the dataSource. This will be the name of the SharePoint site. + * The display name of the dataSource and is the name of the SharePoint site. * * @param string $val The displayName * diff --git a/src/SecurityNamespace/Model/DeviceEvidence.php b/src/SecurityNamespace/Model/DeviceEvidence.php index 00091b9bed1..37aa3d9acf1 100644 --- a/src/SecurityNamespace/Model/DeviceEvidence.php +++ b/src/SecurityNamespace/Model/DeviceEvidence.php @@ -148,7 +148,7 @@ public function setFirstSeenDateTime($val) /** * Gets the healthStatus - * The health state of the device.The possible values are: active, inactive, impairedCommunication, noSensorData, noSensorDataImpairedCommunication, unknown, unknownFutureValue. + * The health state of the device. The possible values are: active, inactive, impairedCommunication, noSensorData, noSensorDataImpairedCommunication, unknown, unknownFutureValue. * * @return DeviceHealthStatus|null The healthStatus */ @@ -167,7 +167,7 @@ public function getHealthStatus() /** * Sets the healthStatus - * The health state of the device.The possible values are: active, inactive, impairedCommunication, noSensorData, noSensorDataImpairedCommunication, unknown, unknownFutureValue. + * The health state of the device. The possible values are: active, inactive, impairedCommunication, noSensorData, noSensorDataImpairedCommunication, unknown, unknownFutureValue. * * @param DeviceHealthStatus $val The value to assign to the healthStatus * @@ -270,7 +270,7 @@ public function setMdeDeviceId($val) /** * Gets the onboardingStatus - * The status of the machine onboarding to Microsoft Defender for Endpoint.The possible values are: insufficientInfo, onboarded, canBeOnboarded, unsupported, unknownFutureValue. + * The status of the machine onboarding to Microsoft Defender for Endpoint. The possible values are: insufficientInfo, onboarded, canBeOnboarded, unsupported, unknownFutureValue. * * @return OnboardingStatus|null The onboardingStatus */ @@ -289,7 +289,7 @@ public function getOnboardingStatus() /** * Sets the onboardingStatus - * The status of the machine onboarding to Microsoft Defender for Endpoint.The possible values are: insufficientInfo, onboarded, canBeOnboarded, unsupported, unknownFutureValue. + * The status of the machine onboarding to Microsoft Defender for Endpoint. The possible values are: insufficientInfo, onboarded, canBeOnboarded, unsupported, unknownFutureValue. * * @param OnboardingStatus $val The value to assign to the onboardingStatus * diff --git a/src/SecurityNamespace/Model/EdiscoveryNoncustodialDataSource.php b/src/SecurityNamespace/Model/EdiscoveryNoncustodialDataSource.php index d38001932a4..236c0977029 100644 --- a/src/SecurityNamespace/Model/EdiscoveryNoncustodialDataSource.php +++ b/src/SecurityNamespace/Model/EdiscoveryNoncustodialDataSource.php @@ -26,7 +26,7 @@ class EdiscoveryNoncustodialDataSource extends DataSourceContainer { /** * Gets the dataSource - * User source or SharePoint site data source as non-custodial data source. + * User source or SharePoint site data source as noncustodial data source. * * @return DataSource|null The dataSource */ @@ -45,7 +45,7 @@ public function getDataSource() /** * Sets the dataSource - * User source or SharePoint site data source as non-custodial data source. + * User source or SharePoint site data source as noncustodial data source. * * @param DataSource $val The dataSource * @@ -59,7 +59,7 @@ public function setDataSource($val) /** * Gets the lastIndexOperation - * Operation entity that represents the latest indexing for the non-custodial data source. + * Operation entity that represents the latest indexing for the noncustodial data source. * * @return EdiscoveryIndexOperation|null The lastIndexOperation */ @@ -78,7 +78,7 @@ public function getLastIndexOperation() /** * Sets the lastIndexOperation - * Operation entity that represents the latest indexing for the non-custodial data source. + * Operation entity that represents the latest indexing for the noncustodial data source. * * @param EdiscoveryIndexOperation $val The lastIndexOperation * diff --git a/src/SecurityNamespace/Model/RetentionEventStatus.php b/src/SecurityNamespace/Model/RetentionEventStatus.php index b735a00a138..845fe1b56ff 100644 --- a/src/SecurityNamespace/Model/RetentionEventStatus.php +++ b/src/SecurityNamespace/Model/RetentionEventStatus.php @@ -26,7 +26,7 @@ class RetentionEventStatus extends \Microsoft\Graph\Model\Entity /** * Gets the error - * The error if the status is not successful. + * The error if the status isn't successful. * * @return \Microsoft\Graph\Model\PublicError|null The error */ @@ -45,7 +45,7 @@ public function getError() /** * Sets the error - * The error if the status is not successful. + * The error if the status isn't successful. * * @param \Microsoft\Graph\Model\PublicError $val The value to assign to the error * From 995f2508142393f04f1d7c40d526dd15b6878778 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 19 Sep 2023 10:12:23 +0000 Subject: [PATCH 6/8] Update generated files with build 125212 --- .../CallRecords/Model/DirectRoutingLogRow.php | 24 +- .../CallRecords/Model/PstnCallLogRow.php | 8 +- .../Graph/Ediscovery/Model/CaseSettings.php | 4 +- .../Graph/Ediscovery/Model/DataSource.php | 4 +- .../Model/NoncustodialDataSource.php | 8 +- .../Model/TopicModelingSettings.php | 4 +- .../Model/WorkflowBase.php | 8 +- .../Graph/ManagedTenants/Model/AuditEvent.php | 20 +- .../Model/AccessPackageLocalizedContent.php | 4 +- .../Model/AccessPackageTextInputQuestion.php | 4 +- .../Graph/Model/AccessReviewDecision.php | 8 +- .../Model/AccessReviewHistoryDefinition.php | 16 +- .../Model/AccessReviewHistoryInstance.php | 12 +- .../Graph/Model/AccessReviewSettings.php | 8 +- .../Graph/Model/AccessReviewStageSettings.php | 32 +- src/Beta/Microsoft/Graph/Model/AppScope.php | 4 +- src/Beta/Microsoft/Graph/Model/Attendee.php | 4 +- .../Graph/Model/AttributeMappingSource.php | 4 +- .../Graph/Model/AuthenticationContext.php | 4 +- .../AuthenticationContextClassReference.php | 4 +- .../Graph/Model/AuthenticationFlowsPolicy.php | 12 +- .../Model/AuthenticationMethodTarget.php | 4 +- .../Graph/Model/AuthorizationPolicy.php | 4 +- .../Graph/Model/B2bIdentityProvidersType.php | 39 ++ .../Graph/Model/B2xIdentityUserFlow.php | 8 +- .../Graph/Model/BasicAuthentication.php | 4 +- .../Model/BucketAggregationDefinition.php | 8 +- .../Graph/Model/CalendarPermission.php | 16 +- .../Microsoft/Graph/Model/CallRecording.php | 31 ++ .../Microsoft/Graph/Model/CallTranscript.php | 31 ++ .../Model/CertificateAuthorityAsEntity.php | 8 + .../Graph/Model/CertificateAuthorityPath.php | 2 + ...rtificateBasedApplicationConfiguration.php | 4 + .../Microsoft/Graph/Model/ChatMessageInfo.php | 8 +- .../Model/ChatMessagePolicyViolation.php | 8 +- .../Microsoft/Graph/Model/ClaimsMapping.php | 8 +- src/Beta/Microsoft/Graph/Model/CloudPC.php | 4 +- .../CloudPcPartnerAgentInstallResult.php | 8 +- .../Model/CloudPcResizeValidationResult.php | 4 +- .../Model/CloudPcRestorePointSetting.php | 4 +- .../Graph/Model/CloudPcSupportedRegion.php | 8 +- .../CommunicationsApplicationIdentity.php | 4 +- ...ConditionalAccessGuestsOrExternalUsers.php | 8 +- .../Microsoft/Graph/Model/ContentType.php | 12 +- src/Beta/Microsoft/Graph/Model/Contract.php | 8 +- ...TenantAccessPolicyConfigurationDefault.php | 31 ++ .../Model/CustomExtensionStageSetting.php | 4 +- ...edemptionIdentityProviderConfiguration.php | 26 ++ .../Model/DelegatedAdminRelationship.php | 43 ++- .../DelegatedPermissionClassification.php | 12 +- src/Beta/Microsoft/Graph/Model/Device.php | 27 ++ ...ntConfigurationChoiceSettingDefinition.php | 8 +- ...nagementConfigurationSettingDefinition.php | 40 +- ...entConfigurationSettingGroupDefinition.php | 4 +- .../Microsoft/Graph/Model/DomainDnsRecord.php | 8 +- .../Graph/Model/DowngradeJustification.php | 8 +- src/Beta/Microsoft/Graph/Model/DriveItem.php | 14 +- .../Model/EducationAssignmentResource.php | 28 ++ .../Model/EducationAssignmentSettings.php | 4 +- .../Model/EducationSubmissionResource.php | 32 +- .../Microsoft/Graph/Model/EducationUser.php | 28 +- ...EmailAuthenticationMethodConfiguration.php | 4 +- .../Graph/Model/EmailPayloadDetail.php | 4 +- .../Microsoft/Graph/Model/FileAttachment.php | 4 +- .../Microsoft/Graph/Model/FollowupFlag.php | 4 +- .../Graph/Model/GovernanceResource.php | 4 +- .../Model/GroupWritebackConfiguration.php | 4 +- .../Graph/Model/HostSecurityState.php | 4 +- src/Beta/Microsoft/Graph/Model/Identity.php | 8 +- .../Microsoft/Graph/Model/IdentitySet.php | 12 +- .../Microsoft/Graph/Model/IncompleteData.php | 8 +- src/Beta/Microsoft/Graph/Model/Invitation.php | 8 +- ...edemptionIdentityProviderConfiguration.php | 88 +++++ .../Graph/Model/InvitedUserMessageInfo.php | 4 +- .../Graph/Model/ItemRetentionLabel.php | 10 + .../Model/KeyCredentialConfiguration.php | 2 + src/Beta/Microsoft/Graph/Model/KeyValue.php | 8 +- .../Graph/Model/LicenseAssignmentState.php | 4 +- .../Graph/Model/LicenseUnitsDetail.php | 12 +- .../Model/LoginPageLayoutConfiguration.php | 4 +- .../Graph/Model/NetworkInterface.php | 8 +- .../Microsoft/Graph/Model/ObjectIdentity.php | 8 +- .../Model/OnPremisesCurrentExportData.php | 12 +- .../Graph/Model/OnPremisesPublishing.php | 24 +- .../Graph/Model/OnlineMeetingInfo.php | 8 +- .../Graph/Model/OpenIdConnectProvider.php | 20 +- .../Microsoft/Graph/Model/PermissionScope.php | 8 +- .../Graph/Model/Pkcs12Certificate.php | 8 +- .../PlannerAssignedToTaskBoardTaskFormat.php | 4 +- .../Model/PlannerSharedWithContainer.php | 4 +- .../Graph/Model/PlannerTaskConfiguration.php | 4 +- .../Graph/Model/PlannerTaskDetails.php | 4 +- .../PrivilegedAccessScheduleInstance.php | 8 +- .../Graph/Model/ProvisioningStatusInfo.php | 4 +- src/Beta/Microsoft/Graph/Model/Reminder.php | 4 +- .../Graph/Model/RetentionLabelSettings.php | 12 + .../Graph/Model/RoleManagementAlert.php | 4 +- ...eSignUpAuthenticationFlowConfiguration.php | 4 +- .../Graph/Model/ServiceAnnouncementBase.php | 4 +- .../Graph/Model/ServiceHostedMediaConfig.php | 4 +- .../Model/ServiceProvisioningXmlError.php | 4 +- src/Beta/Microsoft/Graph/Model/SignIn.php | 52 +-- .../Microsoft/Graph/Model/SignInLocation.php | 4 +- .../Microsoft/Graph/Model/TiIndicator.php | 16 +- .../Graph/Model/TimeClockSettings.php | 4 +- .../Graph/Model/TrustFrameworkKey.php | 32 +- ...rustedCertificateAuthorityAsEntityBase.php | 2 + ...fiedRoleManagementPolicyExpirationRule.php | 4 +- src/Beta/Microsoft/Graph/Model/User.php | 4 +- .../Model/UserFlowLanguageConfiguration.php | 8 +- .../Graph/Model/VirtualEventWebinar.php | 4 +- .../Microsoft/Graph/Model/WebApplication.php | 4 +- .../Microsoft/Graph/Model/WorkbookRange.php | 12 +- .../Graph/Model/WorkbookRangeBorder.php | 4 +- .../Graph/Model/WorkbookSessionInfo.php | 4 +- .../Microsoft/Graph/Model/WorkbookTable.php | 8 +- .../Model/ConditionalAccessSettings.php | 4 +- .../Networkaccess/Model/Connectivity.php | 4 +- .../Model/M365ForwardingRule.php | 12 +- .../Graph/Networkaccess/Model/Profile.php | 4 +- .../Networkaccess/Model/TenantStatus.php | 4 +- src/Beta/Microsoft/Graph/Search/Model/Qna.php | 16 +- .../SecurityNamespace/Model/DataSource.php | 4 +- .../Model/DeviceEvidence.php | 16 +- .../Model/DowngradeJustification.php | 8 +- .../Model/EdiscoveryExportOperation.php | 12 +- .../Model/EmailThreatSubmission.php | 16 +- .../Graph/SecurityNamespace/Model/Host.php | 28 ++ .../SecurityNamespace/Model/HostPort.php | 354 ++++++++++++++++++ .../Model/HostPortBanner.php | 166 ++++++++ .../Model/HostPortComponent.php | 145 +++++++ .../Model/HostPortProtocol.php | 35 ++ .../Model/HostPortStatus.php | 36 ++ .../Model/RetentionEventStatus.php | 4 +- .../Model/SubmissionResult.php | 8 +- .../Model/TenantAllowBlockListEntryResult.php | 8 +- .../Model/ThreatIntelligence.php | 28 ++ .../Model/DateDrivenRolloutSettings.php | 4 +- .../Model/GradualRolloutSettings.php | 4 +- 139 files changed, 1694 insertions(+), 500 deletions(-) create mode 100644 src/Beta/Microsoft/Graph/Model/B2bIdentityProvidersType.php create mode 100644 src/Beta/Microsoft/Graph/Model/DefaultInvitationRedemptionIdentityProviderConfiguration.php create mode 100644 src/Beta/Microsoft/Graph/Model/InvitationRedemptionIdentityProviderConfiguration.php create mode 100644 src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostPort.php create mode 100644 src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostPortBanner.php create mode 100644 src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostPortComponent.php create mode 100644 src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostPortProtocol.php create mode 100644 src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostPortStatus.php diff --git a/src/Beta/Microsoft/Graph/CallRecords/Model/DirectRoutingLogRow.php b/src/Beta/Microsoft/Graph/CallRecords/Model/DirectRoutingLogRow.php index f2f75288311..0fd961e6b51 100644 --- a/src/Beta/Microsoft/Graph/CallRecords/Model/DirectRoutingLogRow.php +++ b/src/Beta/Microsoft/Graph/CallRecords/Model/DirectRoutingLogRow.php @@ -25,7 +25,7 @@ class DirectRoutingLogRow extends \Beta\Microsoft\Graph\Model\Entity { /** * Gets the calleeNumber - * Number of the user or bot who received the call (E.164 format, but may include additional data). + * Number of the user or bot who received the call (E.164 format, but may include more data). * * @return string|null The calleeNumber */ @@ -40,7 +40,7 @@ public function getCalleeNumber() /** * Sets the calleeNumber - * Number of the user or bot who received the call (E.164 format, but may include additional data). + * Number of the user or bot who received the call (E.164 format, but may include more data). * * @param string $val The value of the calleeNumber * @@ -81,7 +81,7 @@ public function setCallEndSubReason($val) } /** * Gets the callerNumber - * Number of the user or bot who made the call (E.164 format, but may include additional data). + * Number of the user or bot who made the call (E.164 format, but may include more data). * * @return string|null The callerNumber */ @@ -96,7 +96,7 @@ public function getCallerNumber() /** * Sets the callerNumber - * Number of the user or bot who made the call (E.164 format, but may include additional data). + * Number of the user or bot who made the call (E.164 format, but may include more data). * * @param string $val The value of the callerNumber * @@ -344,7 +344,7 @@ public function setId($val) /** * Gets the inviteDateTime - * When the initial invite was sent. + * The date and time when the initial invite was sent. * * @return \DateTime|null The inviteDateTime */ @@ -363,7 +363,7 @@ public function getInviteDateTime() /** * Sets the inviteDateTime - * When the initial invite was sent. + * The date and time when the initial invite was sent. * * @param \DateTime $val The value to assign to the inviteDateTime * @@ -432,7 +432,7 @@ public function setMediaPathLocation($val) } /** * Gets the otherPartyCountryCode - * Country code of the caller in case of an incoming call, or callee in case of an outgoing call. For details, see ISO 3166-1 alpha-2. + * Country code of the caller for an incoming call, or callee for an outgoing call. For details, see ISO 3166-1 alpha-2. * * @return string|null The otherPartyCountryCode */ @@ -447,7 +447,7 @@ public function getOtherPartyCountryCode() /** * Sets the otherPartyCountryCode - * Country code of the caller in case of an incoming call, or callee in case of an outgoing call. For details, see ISO 3166-1 alpha-2. + * Country code of the caller for an incoming call, or callee for an outgoing call. For details, see ISO 3166-1 alpha-2. * * @param string $val The value of the otherPartyCountryCode * @@ -633,7 +633,7 @@ public function setUserDisplayName($val) } /** * Gets the userId - * The unique identifier (GUID) of the user in Azure Active Directory. This and other user info will be null/empty for bot call types. + * The unique identifier (GUID) of the user in Azure Active Directory. This and other user info is null/empty for bot call types. * * @return string|null The userId */ @@ -648,7 +648,7 @@ public function getUserId() /** * Sets the userId - * The unique identifier (GUID) of the user in Azure Active Directory. This and other user info will be null/empty for bot call types. + * The unique identifier (GUID) of the user in Azure Active Directory. This and other user info is null/empty for bot call types. * * @param string $val The value of the userId * @@ -661,7 +661,7 @@ public function setUserId($val) } /** * Gets the userPrincipalName - * The user principal name (sign-in name) in Azure Active Directory. This is usually the same as the user's SIP address, and can be same as the user's e-mail address. + * The user principal name (sign-in name) in Azure Active Directory, is usually the same as the user's SIP address, and can be same as the user's e-mail address. * * @return string|null The userPrincipalName */ @@ -676,7 +676,7 @@ public function getUserPrincipalName() /** * Sets the userPrincipalName - * The user principal name (sign-in name) in Azure Active Directory. This is usually the same as the user's SIP address, and can be same as the user's e-mail address. + * The user principal name (sign-in name) in Azure Active Directory, is usually the same as the user's SIP address, and can be same as the user's e-mail address. * * @param string $val The value of the userPrincipalName * diff --git a/src/Beta/Microsoft/Graph/CallRecords/Model/PstnCallLogRow.php b/src/Beta/Microsoft/Graph/CallRecords/Model/PstnCallLogRow.php index 0e1e696c06e..a4b2d95b0e2 100644 --- a/src/Beta/Microsoft/Graph/CallRecords/Model/PstnCallLogRow.php +++ b/src/Beta/Microsoft/Graph/CallRecords/Model/PstnCallLogRow.php @@ -605,7 +605,7 @@ public function setLicenseCapability($val) } /** * Gets the operator - * The telecommunications operator which provided PSTN services for this call. This may be Microsoft, or it may be a third-party operator via the Operator Connect Program. + * The telecommunications operator that provided PSTN services for this call. This may be Microsoft, or it may be a third-party operator via the Operator Connect Program. * * @return string|null The operator */ @@ -620,7 +620,7 @@ public function getOperator() /** * Sets the operator - * The telecommunications operator which provided PSTN services for this call. This may be Microsoft, or it may be a third-party operator via the Operator Connect Program. + * The telecommunications operator that provided PSTN services for this call. This may be Microsoft, or it may be a third-party operator via the Operator Connect Program. * * @param string $val The value of the operator * @@ -633,7 +633,7 @@ public function setOperator($val) } /** * Gets the otherPartyCountryCode - * Country code of the caller in case of an incoming call, or callee in case of an outgoing call. For details, see ISO 3166-1 alpha-2. + * Country code of the caller for an incoming call, or callee for an outgoing call. For details, see ISO 3166-1 alpha-2. * * @return string|null The otherPartyCountryCode */ @@ -648,7 +648,7 @@ public function getOtherPartyCountryCode() /** * Sets the otherPartyCountryCode - * Country code of the caller in case of an incoming call, or callee in case of an outgoing call. For details, see ISO 3166-1 alpha-2. + * Country code of the caller for an incoming call, or callee for an outgoing call. For details, see ISO 3166-1 alpha-2. * * @param string $val The value of the otherPartyCountryCode * diff --git a/src/Beta/Microsoft/Graph/Ediscovery/Model/CaseSettings.php b/src/Beta/Microsoft/Graph/Ediscovery/Model/CaseSettings.php index 15782bbfe5f..98d78101745 100644 --- a/src/Beta/Microsoft/Graph/Ediscovery/Model/CaseSettings.php +++ b/src/Beta/Microsoft/Graph/Ediscovery/Model/CaseSettings.php @@ -92,7 +92,7 @@ public function setRedundancyDetection($val) /** * Gets the topicModeling - * The Topic Modeling (Themes) settings for the case. + * The article Modeling (Themes) settings for the case. * * @return TopicModelingSettings|null The topicModeling */ @@ -111,7 +111,7 @@ public function getTopicModeling() /** * Sets the topicModeling - * The Topic Modeling (Themes) settings for the case. + * The article Modeling (Themes) settings for the case. * * @param TopicModelingSettings $val The topicModeling * diff --git a/src/Beta/Microsoft/Graph/Ediscovery/Model/DataSource.php b/src/Beta/Microsoft/Graph/Ediscovery/Model/DataSource.php index a3e111a456b..5b48ee657d5 100644 --- a/src/Beta/Microsoft/Graph/Ediscovery/Model/DataSource.php +++ b/src/Beta/Microsoft/Graph/Ediscovery/Model/DataSource.php @@ -92,7 +92,7 @@ public function setCreatedDateTime($val) /** * Gets the displayName - * The display name of the dataSource. This will be the name of the SharePoint site. + * The display name of the dataSource, and is the name of the SharePoint site. * * @return string|null The displayName */ @@ -107,7 +107,7 @@ public function getDisplayName() /** * Sets the displayName - * The display name of the dataSource. This will be the name of the SharePoint site. + * The display name of the dataSource, and is the name of the SharePoint site. * * @param string $val The displayName * diff --git a/src/Beta/Microsoft/Graph/Ediscovery/Model/NoncustodialDataSource.php b/src/Beta/Microsoft/Graph/Ediscovery/Model/NoncustodialDataSource.php index 9d2cebe9cc2..788c8b1dc23 100644 --- a/src/Beta/Microsoft/Graph/Ediscovery/Model/NoncustodialDataSource.php +++ b/src/Beta/Microsoft/Graph/Ediscovery/Model/NoncustodialDataSource.php @@ -26,7 +26,7 @@ class NoncustodialDataSource extends DataSourceContainer { /** * Gets the applyHoldToSource - * Indicates if hold is applied to non-custodial data source (such as mailbox or site). + * Indicates if hold is applied to noncustodial data source (such as mailbox or site). * * @return bool|null The applyHoldToSource */ @@ -41,7 +41,7 @@ public function getApplyHoldToSource() /** * Sets the applyHoldToSource - * Indicates if hold is applied to non-custodial data source (such as mailbox or site). + * Indicates if hold is applied to noncustodial data source (such as mailbox or site). * * @param bool $val The applyHoldToSource * @@ -55,7 +55,7 @@ public function setApplyHoldToSource($val) /** * Gets the dataSource - * User source or SharePoint site data source as non-custodial data source. + * User source or SharePoint site data source as noncustodial data source. * * @return DataSource|null The dataSource */ @@ -74,7 +74,7 @@ public function getDataSource() /** * Sets the dataSource - * User source or SharePoint site data source as non-custodial data source. + * User source or SharePoint site data source as noncustodial data source. * * @param DataSource $val The dataSource * diff --git a/src/Beta/Microsoft/Graph/Ediscovery/Model/TopicModelingSettings.php b/src/Beta/Microsoft/Graph/Ediscovery/Model/TopicModelingSettings.php index 104ee985961..9b24b3fca30 100644 --- a/src/Beta/Microsoft/Graph/Ediscovery/Model/TopicModelingSettings.php +++ b/src/Beta/Microsoft/Graph/Ediscovery/Model/TopicModelingSettings.php @@ -81,7 +81,7 @@ public function setIgnoreNumbers($val) } /** * Gets the isEnabled - * Indicates whether themes is enabled for the case. + * Indicates whether themes are enabled for the case. * * @return bool|null The isEnabled */ @@ -96,7 +96,7 @@ public function getIsEnabled() /** * Sets the isEnabled - * Indicates whether themes is enabled for the case. + * Indicates whether themes are enabled for the case. * * @param bool $val The value of the isEnabled * diff --git a/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/WorkflowBase.php b/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/WorkflowBase.php index 7f99d52dd96..47de05a7f7a 100644 --- a/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/WorkflowBase.php +++ b/src/Beta/Microsoft/Graph/IdentityGovernanceNamespace/Model/WorkflowBase.php @@ -214,7 +214,7 @@ public function setExecutionConditions($val) /** * Gets the isEnabled - * Whether the workflow is enabled or disabled. If this setting is true, the workflow can be run on demand or on schedule when isSchedulingEnabled is true. + * Determines whether the workflow is enabled or disabled. If this setting is true, the workflow can be run on demand or on schedule when isSchedulingEnabled is true. * * @return bool|null The isEnabled */ @@ -229,7 +229,7 @@ public function getIsEnabled() /** * Sets the isEnabled - * Whether the workflow is enabled or disabled. If this setting is true, the workflow can be run on demand or on schedule when isSchedulingEnabled is true. + * Determines whether the workflow is enabled or disabled. If this setting is true, the workflow can be run on demand or on schedule when isSchedulingEnabled is true. * * @param bool $val The isEnabled * @@ -243,7 +243,7 @@ public function setIsEnabled($val) /** * Gets the isSchedulingEnabled - * If true, the Lifecycle Workflow engine executes the workflow based on the schedule defined by tenant settings. Cannot be true for a disabled workflow (where isEnabled is false). + * If true, the Lifecycle Workflow engine executes the workflow based on the schedule defined by tenant settings. Can't be true for a disabled workflow (where isEnabled is false). * * @return bool|null The isSchedulingEnabled */ @@ -258,7 +258,7 @@ public function getIsSchedulingEnabled() /** * Sets the isSchedulingEnabled - * If true, the Lifecycle Workflow engine executes the workflow based on the schedule defined by tenant settings. Cannot be true for a disabled workflow (where isEnabled is false). + * If true, the Lifecycle Workflow engine executes the workflow based on the schedule defined by tenant settings. Can't be true for a disabled workflow (where isEnabled is false). * * @param bool $val The isSchedulingEnabled * diff --git a/src/Beta/Microsoft/Graph/ManagedTenants/Model/AuditEvent.php b/src/Beta/Microsoft/Graph/ManagedTenants/Model/AuditEvent.php index 5daf86ec7e4..91b1050f03b 100644 --- a/src/Beta/Microsoft/Graph/ManagedTenants/Model/AuditEvent.php +++ b/src/Beta/Microsoft/Graph/ManagedTenants/Model/AuditEvent.php @@ -26,7 +26,7 @@ class AuditEvent extends \Beta\Microsoft\Graph\Model\Entity { /** * Gets the activity - * A string which uniquely represents the operation that occurred. Required. Read-only. + * A string that uniquely represents the operation that occurred. Required. Read-only. * * @return string|null The activity */ @@ -41,7 +41,7 @@ public function getActivity() /** * Sets the activity - * A string which uniquely represents the operation that occurred. Required. Read-only. + * A string that uniquely represents the operation that occurred. Required. Read-only. * * @param string $val The activity * @@ -55,7 +55,7 @@ public function setActivity($val) /** * Gets the activityDateTime - * The time when the activity ocurred. Required. Read-only. + * The time when the activity occurred. Required. Read-only. * * @return \DateTime|null The activityDateTime */ @@ -74,7 +74,7 @@ public function getActivityDateTime() /** * Sets the activityDateTime - * The time when the activity ocurred. Required. Read-only. + * The time when the activity occurred. Required. Read-only. * * @param \DateTime $val The activityDateTime * @@ -117,7 +117,7 @@ public function setActivityId($val) /** * Gets the category - * A category which represents a logical grouping of activities. Required. Read-only. + * A category that represents a logical grouping of activities. Required. Read-only. * * @return string|null The category */ @@ -132,7 +132,7 @@ public function getCategory() /** * Sets the category - * A category which represents a logical grouping of activities. Required. Read-only. + * A category that represents a logical grouping of activities. Required. Read-only. * * @param string $val The category * @@ -349,7 +349,7 @@ public function setRequestUrl($val) /** * Gets the tenantIds - * The collection of Azure Active Directory tenant identifiers for the managed tenants that were impacted by this change. This is formatted as a list of comma-separated values. Required. Read-only. + * The collection of Azure Active Directory tenant identifiers for the managed tenants that were affected by a change, and is formatted as a list of comma-separated values. Required. Read-only. * * @return string|null The tenantIds */ @@ -364,7 +364,7 @@ public function getTenantIds() /** * Sets the tenantIds - * The collection of Azure Active Directory tenant identifiers for the managed tenants that were impacted by this change. This is formatted as a list of comma-separated values. Required. Read-only. + * The collection of Azure Active Directory tenant identifiers for the managed tenants that were affected by a change, and is formatted as a list of comma-separated values. Required. Read-only. * * @param string $val The tenantIds * @@ -378,7 +378,7 @@ public function setTenantIds($val) /** * Gets the tenantNames - * The collection of tenant names that were impacted by this change. This is formatted as a list of comma-separated values. Required. Read-only. + * The collection of tenant names that were affected by a change, and is formatted as a list of comma-separated values. Required. Read-only. * * @return string|null The tenantNames */ @@ -393,7 +393,7 @@ public function getTenantNames() /** * Sets the tenantNames - * The collection of tenant names that were impacted by this change. This is formatted as a list of comma-separated values. Required. Read-only. + * The collection of tenant names that were affected by a change, and is formatted as a list of comma-separated values. Required. Read-only. * * @param string $val The tenantNames * diff --git a/src/Beta/Microsoft/Graph/Model/AccessPackageLocalizedContent.php b/src/Beta/Microsoft/Graph/Model/AccessPackageLocalizedContent.php index 5bc87c65b9f..217386d79e7 100644 --- a/src/Beta/Microsoft/Graph/Model/AccessPackageLocalizedContent.php +++ b/src/Beta/Microsoft/Graph/Model/AccessPackageLocalizedContent.php @@ -25,7 +25,7 @@ class AccessPackageLocalizedContent extends Entity { /** * Gets the defaultText - * The fallback string, which is used when a requested localization is not available. Required. + * The fallback string, which is used when a requested localization isn't available. Required. * * @return string|null The defaultText */ @@ -40,7 +40,7 @@ public function getDefaultText() /** * Sets the defaultText - * The fallback string, which is used when a requested localization is not available. Required. + * The fallback string, which is used when a requested localization isn't available. Required. * * @param string $val The value of the defaultText * diff --git a/src/Beta/Microsoft/Graph/Model/AccessPackageTextInputQuestion.php b/src/Beta/Microsoft/Graph/Model/AccessPackageTextInputQuestion.php index f39e649cbd9..925aac0169c 100644 --- a/src/Beta/Microsoft/Graph/Model/AccessPackageTextInputQuestion.php +++ b/src/Beta/Microsoft/Graph/Model/AccessPackageTextInputQuestion.php @@ -64,7 +64,7 @@ public function setIsSingleLineQuestion($val) } /** * Gets the regexPattern - * This is the regex pattern that the corresponding text answer must follow. + * The regex pattern that the corresponding text answer must follow. * * @return string|null The regexPattern */ @@ -79,7 +79,7 @@ public function getRegexPattern() /** * Sets the regexPattern - * This is the regex pattern that the corresponding text answer must follow. + * The regex pattern that the corresponding text answer must follow. * * @param string $val The value of the regexPattern * diff --git a/src/Beta/Microsoft/Graph/Model/AccessReviewDecision.php b/src/Beta/Microsoft/Graph/Model/AccessReviewDecision.php index 2a0aca8aa3d..9df95495cbd 100644 --- a/src/Beta/Microsoft/Graph/Model/AccessReviewDecision.php +++ b/src/Beta/Microsoft/Graph/Model/AccessReviewDecision.php @@ -55,7 +55,7 @@ public function setAccessRecommendation($val) /** * Gets the accessReviewId - * The feature-generated id of the access review. + * The feature-generated ID of the access review. * * @return string|null The accessReviewId */ @@ -70,7 +70,7 @@ public function getAccessReviewId() /** * Sets the accessReviewId - * The feature-generated id of the access review. + * The feature-generated ID of the access review. * * @param string $val The accessReviewId * @@ -84,7 +84,7 @@ public function setAccessReviewId($val) /** * Gets the appliedBy - * When the review completes, if the results were manually applied, the user identity of the user who applied the decision. If the review was auto-applied, the userPrincipalName is empty. + * When the review completes, if the results were manually applied, the user identity of the user who applied the decision. If the review was autoapplied, the userPrincipalName is empty. * * @return UserIdentity|null The appliedBy */ @@ -103,7 +103,7 @@ public function getAppliedBy() /** * Sets the appliedBy - * When the review completes, if the results were manually applied, the user identity of the user who applied the decision. If the review was auto-applied, the userPrincipalName is empty. + * When the review completes, if the results were manually applied, the user identity of the user who applied the decision. If the review was autoapplied, the userPrincipalName is empty. * * @param UserIdentity $val The appliedBy * diff --git a/src/Beta/Microsoft/Graph/Model/AccessReviewHistoryDefinition.php b/src/Beta/Microsoft/Graph/Model/AccessReviewHistoryDefinition.php index eb8bca0b9b0..55fef6519a2 100644 --- a/src/Beta/Microsoft/Graph/Model/AccessReviewHistoryDefinition.php +++ b/src/Beta/Microsoft/Graph/Model/AccessReviewHistoryDefinition.php @@ -93,7 +93,7 @@ public function setCreatedDateTime($val) /** * Gets the decisions - * Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions will be included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified. + * Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified. * * @return array|null The decisions */ @@ -108,7 +108,7 @@ public function getDecisions() /** * Sets the decisions - * Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions will be included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified. + * Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified. * * @param AccessReviewHistoryDecisionFilter[] $val The decisions * @@ -242,7 +242,7 @@ public function setReviewHistoryPeriodEndDateTime($val) /** * Gets the reviewHistoryPeriodStartDateTime - * A timestamp. Reviews starting on or before this date will be included in the fetched history data. Only required if scheduleSettings is not defined. + * A timestamp. Reviews starting on or before this date will be included in the fetched history data. Only required if scheduleSettings isn't defined. * * @return \DateTime|null The reviewHistoryPeriodStartDateTime */ @@ -261,7 +261,7 @@ public function getReviewHistoryPeriodStartDateTime() /** * Sets the reviewHistoryPeriodStartDateTime - * A timestamp. Reviews starting on or before this date will be included in the fetched history data. Only required if scheduleSettings is not defined. + * A timestamp. Reviews starting on or before this date will be included in the fetched history data. Only required if scheduleSettings isn't defined. * * @param \DateTime $val The reviewHistoryPeriodStartDateTime * @@ -275,7 +275,7 @@ public function setReviewHistoryPeriodStartDateTime($val) /** * Gets the scheduleSettings - * The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime are not defined. Not supported yet. + * The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime aren't defined. Not supported yet. * * @return AccessReviewHistoryScheduleSettings|null The scheduleSettings */ @@ -294,7 +294,7 @@ public function getScheduleSettings() /** * Sets the scheduleSettings - * The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime are not defined. Not supported yet. + * The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime aren't defined. Not supported yet. * * @param AccessReviewHistoryScheduleSettings $val The scheduleSettings * @@ -372,7 +372,7 @@ public function setStatus($val) /** * Gets the instances - * If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that does not recur will have exactly one instance. + * If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that doesn't recur will have exactly one instance. * * @return array|null The instances */ @@ -387,7 +387,7 @@ public function getInstances() /** * Sets the instances - * If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that does not recur will have exactly one instance. + * If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that doesn't recur will have exactly one instance. * * @param AccessReviewHistoryInstance[] $val The instances * diff --git a/src/Beta/Microsoft/Graph/Model/AccessReviewHistoryInstance.php b/src/Beta/Microsoft/Graph/Model/AccessReviewHistoryInstance.php index da156fbca6e..7c51425ca8b 100644 --- a/src/Beta/Microsoft/Graph/Model/AccessReviewHistoryInstance.php +++ b/src/Beta/Microsoft/Graph/Model/AccessReviewHistoryInstance.php @@ -26,7 +26,7 @@ class AccessReviewHistoryInstance extends Entity { /** * Gets the downloadUri - * Uri which can be used to retrieve review history data. This URI will be active for 24 hours after being generated. Required. + * Uri that can be used to retrieve review history data. This URI will be active for 24 hours after being generated. Required. * * @return string|null The downloadUri */ @@ -41,7 +41,7 @@ public function getDownloadUri() /** * Sets the downloadUri - * Uri which can be used to retrieve review history data. This URI will be active for 24 hours after being generated. Required. + * Uri that can be used to retrieve review history data. This URI will be active for 24 hours after being generated. Required. * * @param string $val The downloadUri * @@ -121,7 +121,7 @@ public function setFulfilledDateTime($val) /** * Gets the reviewHistoryPeriodEndDateTime - * Timestamp, reviews ending on or before this date will be included in the fetched history data. + * Timestamp, reviews ending on or before this date are in the fetched history data. * * @return \DateTime|null The reviewHistoryPeriodEndDateTime */ @@ -140,7 +140,7 @@ public function getReviewHistoryPeriodEndDateTime() /** * Sets the reviewHistoryPeriodEndDateTime - * Timestamp, reviews ending on or before this date will be included in the fetched history data. + * Timestamp, reviews ending on or before this date are in the fetched history data. * * @param \DateTime $val The reviewHistoryPeriodEndDateTime * @@ -154,7 +154,7 @@ public function setReviewHistoryPeriodEndDateTime($val) /** * Gets the reviewHistoryPeriodStartDateTime - * Timestamp, reviews starting on or after this date will be included in the fetched history data. + * Timestamp, reviews starting on or after this date are in the fetched history data. * * @return \DateTime|null The reviewHistoryPeriodStartDateTime */ @@ -173,7 +173,7 @@ public function getReviewHistoryPeriodStartDateTime() /** * Sets the reviewHistoryPeriodStartDateTime - * Timestamp, reviews starting on or after this date will be included in the fetched history data. + * Timestamp, reviews starting on or after this date are in the fetched history data. * * @param \DateTime $val The reviewHistoryPeriodStartDateTime * diff --git a/src/Beta/Microsoft/Graph/Model/AccessReviewSettings.php b/src/Beta/Microsoft/Graph/Model/AccessReviewSettings.php index 804ad9d3dd4..ad64532c97a 100644 --- a/src/Beta/Microsoft/Graph/Model/AccessReviewSettings.php +++ b/src/Beta/Microsoft/Graph/Model/AccessReviewSettings.php @@ -109,7 +109,7 @@ public function setAutoApplyReviewResultsEnabled($val) } /** * Gets the autoReviewEnabled - * Indicates whether a decision should be set if the reviewer did not supply one. For use when auto-apply is enabled. If you don't want to have a review decision recorded unless the reviewer makes an explicit choice, set it to false. + * Indicates whether a decision should be set if the reviewer didn't supply one. For use when, auto-apply is enabled. If you don't want to have a review decision recorded unless the reviewer makes an explicit choice, set it to false. * * @return bool|null The autoReviewEnabled */ @@ -124,7 +124,7 @@ public function getAutoReviewEnabled() /** * Sets the autoReviewEnabled - * Indicates whether a decision should be set if the reviewer did not supply one. For use when auto-apply is enabled. If you don't want to have a review decision recorded unless the reviewer makes an explicit choice, set it to false. + * Indicates whether a decision should be set if the reviewer didn't supply one. For use when, auto-apply is enabled. If you don't want to have a review decision recorded unless the reviewer makes an explicit choice, set it to false. * * @param bool $val The value of the autoReviewEnabled * @@ -138,7 +138,7 @@ public function setAutoReviewEnabled($val) /** * Gets the autoReviewSettings - * Detailed settings for how the feature should set the review decision. For use when auto-apply is enabled. + * Detailed settings for how the feature should set the review decision. For use when, auto-apply is enabled. * * @return AutoReviewSettings|null The autoReviewSettings */ @@ -157,7 +157,7 @@ public function getAutoReviewSettings() /** * Sets the autoReviewSettings - * Detailed settings for how the feature should set the review decision. For use when auto-apply is enabled. + * Detailed settings for how the feature should set the review decision. For use when, auto-apply is enabled. * * @param AutoReviewSettings $val The value to assign to the autoReviewSettings * diff --git a/src/Beta/Microsoft/Graph/Model/AccessReviewStageSettings.php b/src/Beta/Microsoft/Graph/Model/AccessReviewStageSettings.php index 77929c452c5..d4ddb0c9f52 100644 --- a/src/Beta/Microsoft/Graph/Model/AccessReviewStageSettings.php +++ b/src/Beta/Microsoft/Graph/Model/AccessReviewStageSettings.php @@ -25,7 +25,7 @@ class AccessReviewStageSettings extends Entity { /** * Gets the decisionsThatWillMoveToNextStage - * Indicate which decisions will go to the next stage. Can be a sub-set of Approve, Deny, Recommendation, or NotReviewed. If not provided, all decisions will go to the next stage. Optional. + * Indicate which decisions will go to the next stage. Can be a subset of Approve, Deny, Recommendation, or NotReviewed. If not provided, all decisions will go to the next stage. Optional. * * @return string|null The decisionsThatWillMoveToNextStage */ @@ -40,7 +40,7 @@ public function getDecisionsThatWillMoveToNextStage() /** * Sets the decisionsThatWillMoveToNextStage - * Indicate which decisions will go to the next stage. Can be a sub-set of Approve, Deny, Recommendation, or NotReviewed. If not provided, all decisions will go to the next stage. Optional. + * Indicate which decisions will go to the next stage. Can be a subset of Approve, Deny, Recommendation, or NotReviewed. If not provided, all decisions will go to the next stage. Optional. * * @param string $val The value of the decisionsThatWillMoveToNextStage * @@ -53,7 +53,7 @@ public function setDecisionsThatWillMoveToNextStage($val) } /** * Gets the dependsOn - * Defines the sequential or parallel order of the stages and depends on the stageId. Only sequential stages are currently supported. For example, if stageId is 2, then dependsOn must be 1. If stageId is 1, do not specify dependsOn. Required if stageId is not 1. + * Defines the sequential or parallel order of the stages and depends on the stageId. Only sequential stages are currently supported. For example, if stageId is 2, then dependsOn must be 1. If stageId is 1, don't specify dependsOn. Required if stageId isn't 1. * * @return string|null The dependsOn */ @@ -68,7 +68,7 @@ public function getDependsOn() /** * Sets the dependsOn - * Defines the sequential or parallel order of the stages and depends on the stageId. Only sequential stages are currently supported. For example, if stageId is 2, then dependsOn must be 1. If stageId is 1, do not specify dependsOn. Required if stageId is not 1. + * Defines the sequential or parallel order of the stages and depends on the stageId. Only sequential stages are currently supported. For example, if stageId is 2, then dependsOn must be 1. If stageId is 1, don't specify dependsOn. Required if stageId isn't 1. * * @param string $val The value of the dependsOn * @@ -81,7 +81,7 @@ public function setDependsOn($val) } /** * Gets the durationInDays - * The duration of the stage. Required. NOTE: The cumulative value of this property across all stages 1. Will override the instanceDurationInDays setting on the accessReviewScheduleDefinition object. 2. Cannot exceed the length of one recurrence. That is, if the review recurs weekly, the cumulative durationInDays cannot exceed 7. + * The duration of the stage. Required. NOTE: The cumulative value of this property across all stages 1. Will override the instanceDurationInDays setting on the accessReviewScheduleDefinition object. 2. Can't exceed the length of one recurrence. That is, if the review recurs weekly, the cumulative durationInDays can't exceed 7. * * @return int|null The durationInDays */ @@ -96,7 +96,7 @@ public function getDurationInDays() /** * Sets the durationInDays - * The duration of the stage. Required. NOTE: The cumulative value of this property across all stages 1. Will override the instanceDurationInDays setting on the accessReviewScheduleDefinition object. 2. Cannot exceed the length of one recurrence. That is, if the review recurs weekly, the cumulative durationInDays cannot exceed 7. + * The duration of the stage. Required. NOTE: The cumulative value of this property across all stages 1. Will override the instanceDurationInDays setting on the accessReviewScheduleDefinition object. 2. Can't exceed the length of one recurrence. That is, if the review recurs weekly, the cumulative durationInDays can't exceed 7. * * @param int $val The value of the durationInDays * @@ -110,7 +110,7 @@ public function setDurationInDays($val) /** * Gets the fallbackReviewers - * If provided, the fallback reviewers are asked to complete a review if the primary reviewers do not exist. For example, if managers are selected as reviewers and a principal under review does not have a manager in Azure AD, the fallback reviewers are asked to review that principal. NOTE: The value of this property will override the corresponding setting on the accessReviewScheduleDefinition object. + * If provided, the fallback reviewers are asked to complete a review if the primary reviewers don't exist. For example, if managers are selected as reviewers and a principal under review doesn't have a manager in Azure AD, the fallback reviewers are asked to review that principal. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition object. * * @return AccessReviewReviewerScope|null The fallbackReviewers */ @@ -129,7 +129,7 @@ public function getFallbackReviewers() /** * Sets the fallbackReviewers - * If provided, the fallback reviewers are asked to complete a review if the primary reviewers do not exist. For example, if managers are selected as reviewers and a principal under review does not have a manager in Azure AD, the fallback reviewers are asked to review that principal. NOTE: The value of this property will override the corresponding setting on the accessReviewScheduleDefinition object. + * If provided, the fallback reviewers are asked to complete a review if the primary reviewers don't exist. For example, if managers are selected as reviewers and a principal under review doesn't have a manager in Azure AD, the fallback reviewers are asked to review that principal. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition object. * * @param AccessReviewReviewerScope $val The value to assign to the fallbackReviewers * @@ -174,7 +174,7 @@ public function setRecommendationInsightSettings($val) /** * Gets the recommendationLookBackDuration - * Optional field. Indicates the time period of inactivity (with respect to the start date of the review instance) that recommendations will be configured from. The recommendation will be to deny if the user is inactive during the look back duration. For reviews of groups and Azure AD roles, any duration is accepted. For reviews of applications, 30 days is the maximum duration. If not specified, the duration is 30 days. NOTE: The value of this property will override the corresponding setting on the accessReviewScheduleDefinition object. + * Optional field. Indicates the time period of inactivity (with respect to the start date of the review instance) from which that recommendations will be configured. The recommendation is to deny if the user is inactive during the look back duration. For reviews of groups and Azure AD roles, any duration is accepted. For reviews of applications, 30 days is the maximum duration. If not specified, the duration is 30 days. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition object. * * @return \DateInterval|null The recommendationLookBackDuration */ @@ -193,7 +193,7 @@ public function getRecommendationLookBackDuration() /** * Sets the recommendationLookBackDuration - * Optional field. Indicates the time period of inactivity (with respect to the start date of the review instance) that recommendations will be configured from. The recommendation will be to deny if the user is inactive during the look back duration. For reviews of groups and Azure AD roles, any duration is accepted. For reviews of applications, 30 days is the maximum duration. If not specified, the duration is 30 days. NOTE: The value of this property will override the corresponding setting on the accessReviewScheduleDefinition object. + * Optional field. Indicates the time period of inactivity (with respect to the start date of the review instance) from which that recommendations will be configured. The recommendation is to deny if the user is inactive during the look back duration. For reviews of groups and Azure AD roles, any duration is accepted. For reviews of applications, 30 days is the maximum duration. If not specified, the duration is 30 days. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition object. * * @param \DateInterval $val The value to assign to the recommendationLookBackDuration * @@ -206,7 +206,7 @@ public function setRecommendationLookBackDuration($val) } /** * Gets the recommendationsEnabled - * Indicates whether showing recommendations to reviewers is enabled. Required. NOTE: The value of this property will override override the corresponding setting on the accessReviewScheduleDefinition object. + * Indicates whether showing recommendations to reviewers is enabled. Required. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition object. * * @return bool|null The recommendationsEnabled */ @@ -221,7 +221,7 @@ public function getRecommendationsEnabled() /** * Sets the recommendationsEnabled - * Indicates whether showing recommendations to reviewers is enabled. Required. NOTE: The value of this property will override override the corresponding setting on the accessReviewScheduleDefinition object. + * Indicates whether showing recommendations to reviewers is enabled. Required. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition object. * * @param bool $val The value of the recommendationsEnabled * @@ -235,7 +235,7 @@ public function setRecommendationsEnabled($val) /** * Gets the reviewers - * Defines who the reviewers are. If none are specified, the review is a self-review (users review their own access). For examples of options for assigning reviewers, see Assign reviewers to your access review definition using the Microsoft Graph API. NOTE: The value of this property will override the corresponding setting on the accessReviewScheduleDefinition. + * Defines who the reviewers are. If none is specified, the review is a self-review (users review their own access). For examples of options for assigning reviewers, see Assign reviewers to your access review definition using the Microsoft Graph API. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition. * * @return AccessReviewReviewerScope|null The reviewers */ @@ -254,7 +254,7 @@ public function getReviewers() /** * Sets the reviewers - * Defines who the reviewers are. If none are specified, the review is a self-review (users review their own access). For examples of options for assigning reviewers, see Assign reviewers to your access review definition using the Microsoft Graph API. NOTE: The value of this property will override the corresponding setting on the accessReviewScheduleDefinition. + * Defines who the reviewers are. If none is specified, the review is a self-review (users review their own access). For examples of options for assigning reviewers, see Assign reviewers to your access review definition using the Microsoft Graph API. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition. * * @param AccessReviewReviewerScope $val The value to assign to the reviewers * @@ -267,7 +267,7 @@ public function setReviewers($val) } /** * Gets the stageId - * Unique identifier of the accessReviewStageSettings. The stageId will be used in dependsOn property to indicate the stage relationship. Required. + * Unique identifier of the accessReviewStageSettings. The stageId is used in dependsOn property to indicate the stage relationship. Required. * * @return string|null The stageId */ @@ -282,7 +282,7 @@ public function getStageId() /** * Sets the stageId - * Unique identifier of the accessReviewStageSettings. The stageId will be used in dependsOn property to indicate the stage relationship. Required. + * Unique identifier of the accessReviewStageSettings. The stageId is used in dependsOn property to indicate the stage relationship. Required. * * @param string $val The value of the stageId * diff --git a/src/Beta/Microsoft/Graph/Model/AppScope.php b/src/Beta/Microsoft/Graph/Model/AppScope.php index c1d58109145..f14ded6646c 100644 --- a/src/Beta/Microsoft/Graph/Model/AppScope.php +++ b/src/Beta/Microsoft/Graph/Model/AppScope.php @@ -55,7 +55,7 @@ public function setDisplayName($val) /** * Gets the type - * Describes the type of app-specific resource represented by the app scope. Provided for display purposes, so a user interface can convey to the user the kind of app specific resource represented by the app scope. This property is read only. + * Describes the type of app-specific resource represented by the app scope and is provided for display purposes, so a user interface can convey to the user the kind of app specific resource represented by the app scope. This property is read only. * * @return string|null The type */ @@ -70,7 +70,7 @@ public function getType() /** * Sets the type - * Describes the type of app-specific resource represented by the app scope. Provided for display purposes, so a user interface can convey to the user the kind of app specific resource represented by the app scope. This property is read only. + * Describes the type of app-specific resource represented by the app scope and is provided for display purposes, so a user interface can convey to the user the kind of app specific resource represented by the app scope. This property is read only. * * @param string $val The type * diff --git a/src/Beta/Microsoft/Graph/Model/Attendee.php b/src/Beta/Microsoft/Graph/Model/Attendee.php index e5cad2584d4..16cd3896ef6 100644 --- a/src/Beta/Microsoft/Graph/Model/Attendee.php +++ b/src/Beta/Microsoft/Graph/Model/Attendee.php @@ -26,7 +26,7 @@ class Attendee extends AttendeeBase /** * Gets the proposedNewTime - * An alternate date/time proposed by the attendee for a meeting request to start and end. If the attendee hasn't proposed another time, then this property is not included in a response of a GET event. + * An alternate date/time proposed by the attendee for a meeting request to start and end. If the attendee hasn't proposed another time, then this property isn't included in a response of a GET event. * * @return TimeSlot|null The proposedNewTime */ @@ -45,7 +45,7 @@ public function getProposedNewTime() /** * Sets the proposedNewTime - * An alternate date/time proposed by the attendee for a meeting request to start and end. If the attendee hasn't proposed another time, then this property is not included in a response of a GET event. + * An alternate date/time proposed by the attendee for a meeting request to start and end. If the attendee hasn't proposed another time, then this property isn't included in a response of a GET event. * * @param TimeSlot $val The value to assign to the proposedNewTime * diff --git a/src/Beta/Microsoft/Graph/Model/AttributeMappingSource.php b/src/Beta/Microsoft/Graph/Model/AttributeMappingSource.php index 50d513e7691..5d2ced2216b 100644 --- a/src/Beta/Microsoft/Graph/Model/AttributeMappingSource.php +++ b/src/Beta/Microsoft/Graph/Model/AttributeMappingSource.php @@ -82,7 +82,7 @@ public function setName($val) /** * Gets the parameters - * If this object represents a function, lists function parameters. Parameters consist of attributeMappingSource objects themselves, allowing for complex expressions. If type is not Function, this property will be null/empty array. + * If this object represents a function, lists function parameters. Parameters consist of attributeMappingSource objects themselves, allowing for complex expressions. If type isn't Function, this property is null/empty array. * * @return StringKeyAttributeMappingSourceValuePair|null The parameters */ @@ -101,7 +101,7 @@ public function getParameters() /** * Sets the parameters - * If this object represents a function, lists function parameters. Parameters consist of attributeMappingSource objects themselves, allowing for complex expressions. If type is not Function, this property will be null/empty array. + * If this object represents a function, lists function parameters. Parameters consist of attributeMappingSource objects themselves, allowing for complex expressions. If type isn't Function, this property is null/empty array. * * @param StringKeyAttributeMappingSourceValuePair $val The value to assign to the parameters * diff --git a/src/Beta/Microsoft/Graph/Model/AuthenticationContext.php b/src/Beta/Microsoft/Graph/Model/AuthenticationContext.php index cfb4e1f5a80..09f6a1f7750 100644 --- a/src/Beta/Microsoft/Graph/Model/AuthenticationContext.php +++ b/src/Beta/Microsoft/Graph/Model/AuthenticationContext.php @@ -58,7 +58,7 @@ public function setDetail($val) } /** * Gets the id - * The identifier of a authentication context in your tenant. + * The identifier of an authentication context in your tenant. * * @return string|null The id */ @@ -73,7 +73,7 @@ public function getId() /** * Sets the id - * The identifier of a authentication context in your tenant. + * The identifier of an authentication context in your tenant. * * @param string $val The value of the id * diff --git a/src/Beta/Microsoft/Graph/Model/AuthenticationContextClassReference.php b/src/Beta/Microsoft/Graph/Model/AuthenticationContextClassReference.php index a2acc73cab3..0636556674f 100644 --- a/src/Beta/Microsoft/Graph/Model/AuthenticationContextClassReference.php +++ b/src/Beta/Microsoft/Graph/Model/AuthenticationContextClassReference.php @@ -84,7 +84,7 @@ public function setDisplayName($val) /** * Gets the isAvailable - * Indicates whether the authenticationContextClassReference has been published by the security admin and is ready for use by apps. When it is set to false, it should not be shown in selection UX used to tag resources with authentication context class values. It will still be shown in the Conditionall Access policy authoring experience. Supports $filter (eq). + * Indicates whether the authenticationContextClassReference has been published by the security admin and is ready for use by apps. When it's set to false, it shouldn't be shown in selection UX used to tag resources with authentication context class values. It will still be shown in the Conditional Access policy authoring experience. Supports $filter (eq). * * @return bool|null The isAvailable */ @@ -99,7 +99,7 @@ public function getIsAvailable() /** * Sets the isAvailable - * Indicates whether the authenticationContextClassReference has been published by the security admin and is ready for use by apps. When it is set to false, it should not be shown in selection UX used to tag resources with authentication context class values. It will still be shown in the Conditionall Access policy authoring experience. Supports $filter (eq). + * Indicates whether the authenticationContextClassReference has been published by the security admin and is ready for use by apps. When it's set to false, it shouldn't be shown in selection UX used to tag resources with authentication context class values. It will still be shown in the Conditional Access policy authoring experience. Supports $filter (eq). * * @param bool $val The isAvailable * diff --git a/src/Beta/Microsoft/Graph/Model/AuthenticationFlowsPolicy.php b/src/Beta/Microsoft/Graph/Model/AuthenticationFlowsPolicy.php index 987ef0c44af..d8fb878a7ea 100644 --- a/src/Beta/Microsoft/Graph/Model/AuthenticationFlowsPolicy.php +++ b/src/Beta/Microsoft/Graph/Model/AuthenticationFlowsPolicy.php @@ -26,7 +26,7 @@ class AuthenticationFlowsPolicy extends Entity { /** * Gets the description - * Inherited property. A description of the policy. This property is not a key. Optional. Read-only. + * Inherited property. A description of the policy. This property isn't a key. Optional. Read-only. * * @return string|null The description */ @@ -41,7 +41,7 @@ public function getDescription() /** * Sets the description - * Inherited property. A description of the policy. This property is not a key. Optional. Read-only. + * Inherited property. A description of the policy. This property isn't a key. Optional. Read-only. * * @param string $val The description * @@ -55,7 +55,7 @@ public function setDescription($val) /** * Gets the displayName - * Inherited property. The human-readable name of the policy. This property is not a key. Optional. Read-only. + * Inherited property. The human-readable name of the policy. This property isn't a key. Optional. Read-only. * * @return string|null The displayName */ @@ -70,7 +70,7 @@ public function getDisplayName() /** * Sets the displayName - * Inherited property. The human-readable name of the policy. This property is not a key. Optional. Read-only. + * Inherited property. The human-readable name of the policy. This property isn't a key. Optional. Read-only. * * @param string $val The displayName * @@ -84,7 +84,7 @@ public function setDisplayName($val) /** * Gets the selfServiceSignUp - * Contains selfServiceSignUpAuthenticationFlowConfiguration settings that convey whether self-service sign-up is enabled or disabled. This property is not a key. Optional. Read-only. + * Contains selfServiceSignUpAuthenticationFlowConfiguration settings that convey whether self-service sign-up is enabled or disabled. This property isn't a key. Optional. Read-only. * * @return SelfServiceSignUpAuthenticationFlowConfiguration|null The selfServiceSignUp */ @@ -103,7 +103,7 @@ public function getSelfServiceSignUp() /** * Sets the selfServiceSignUp - * Contains selfServiceSignUpAuthenticationFlowConfiguration settings that convey whether self-service sign-up is enabled or disabled. This property is not a key. Optional. Read-only. + * Contains selfServiceSignUpAuthenticationFlowConfiguration settings that convey whether self-service sign-up is enabled or disabled. This property isn't a key. Optional. Read-only. * * @param SelfServiceSignUpAuthenticationFlowConfiguration $val The selfServiceSignUp * diff --git a/src/Beta/Microsoft/Graph/Model/AuthenticationMethodTarget.php b/src/Beta/Microsoft/Graph/Model/AuthenticationMethodTarget.php index 7d6779a34de..658a66feae1 100644 --- a/src/Beta/Microsoft/Graph/Model/AuthenticationMethodTarget.php +++ b/src/Beta/Microsoft/Graph/Model/AuthenticationMethodTarget.php @@ -55,7 +55,7 @@ public function setIsRegistrationRequired($val) /** * Gets the targetType - * Possible values are: group, and unknownFutureValue. From December 2022, targeting individual users using user is no longer recommended. Existing targets will remain but we recommend to move the individual users to a targeted group. + * Possible values are: group, and unknownFutureValue. From December 2022, targeting individual users using user is no longer recommended. Existing targets remain but we recommend moving the individual users to a targeted group. * * @return AuthenticationMethodTargetType|null The targetType */ @@ -74,7 +74,7 @@ public function getTargetType() /** * Sets the targetType - * Possible values are: group, and unknownFutureValue. From December 2022, targeting individual users using user is no longer recommended. Existing targets will remain but we recommend to move the individual users to a targeted group. + * Possible values are: group, and unknownFutureValue. From December 2022, targeting individual users using user is no longer recommended. Existing targets remain but we recommend moving the individual users to a targeted group. * * @param AuthenticationMethodTargetType $val The targetType * diff --git a/src/Beta/Microsoft/Graph/Model/AuthorizationPolicy.php b/src/Beta/Microsoft/Graph/Model/AuthorizationPolicy.php index aa044f3a9d2..3b0e130139a 100644 --- a/src/Beta/Microsoft/Graph/Model/AuthorizationPolicy.php +++ b/src/Beta/Microsoft/Graph/Model/AuthorizationPolicy.php @@ -175,7 +175,7 @@ public function setAllowUserConsentForRiskyApps($val) /** * Gets the blockMsolPowerShell - * To disable the use of the MSOnline PowerShell module set this property to true. This will also disable user-based access to the legacy service endpoint used by the MSOnline PowerShell module. This does not affect Azure AD Connect or Microsoft Graph. + * To disable the use of the MSOnline PowerShell module set this property to true. This will also disable user-based access to the legacy service endpoint used by the MSOnline PowerShell module. This doesn't affect Azure AD Connect or Microsoft Graph. * * @return bool|null The blockMsolPowerShell */ @@ -190,7 +190,7 @@ public function getBlockMsolPowerShell() /** * Sets the blockMsolPowerShell - * To disable the use of the MSOnline PowerShell module set this property to true. This will also disable user-based access to the legacy service endpoint used by the MSOnline PowerShell module. This does not affect Azure AD Connect or Microsoft Graph. + * To disable the use of the MSOnline PowerShell module set this property to true. This will also disable user-based access to the legacy service endpoint used by the MSOnline PowerShell module. This doesn't affect Azure AD Connect or Microsoft Graph. * * @param bool $val The blockMsolPowerShell * diff --git a/src/Beta/Microsoft/Graph/Model/B2bIdentityProvidersType.php b/src/Beta/Microsoft/Graph/Model/B2bIdentityProvidersType.php new file mode 100644 index 00000000000..f77bf393134 --- /dev/null +++ b/src/Beta/Microsoft/Graph/Model/B2bIdentityProvidersType.php @@ -0,0 +1,39 @@ +_propDict)) { + if (is_a($this->_propDict["meetingOrganizer"], "\Beta\Microsoft\Graph\Model\IdentitySet") || is_null($this->_propDict["meetingOrganizer"])) { + return $this->_propDict["meetingOrganizer"]; + } else { + $this->_propDict["meetingOrganizer"] = new IdentitySet($this->_propDict["meetingOrganizer"]); + return $this->_propDict["meetingOrganizer"]; + } + } + return null; + } + + /** + * Sets the meetingOrganizer + * + * @param IdentitySet $val The meetingOrganizer + * + * @return CallRecording + */ + public function setMeetingOrganizer($val) + { + $this->_propDict["meetingOrganizer"] = $val; + return $this; + } + /** * Gets the meetingOrganizerId * The unique identifier of the organizer of the onlineMeeting related to this recording. Read-only. diff --git a/src/Beta/Microsoft/Graph/Model/CallTranscript.php b/src/Beta/Microsoft/Graph/Model/CallTranscript.php index 3df3e7ece4e..528667681b6 100644 --- a/src/Beta/Microsoft/Graph/Model/CallTranscript.php +++ b/src/Beta/Microsoft/Graph/Model/CallTranscript.php @@ -119,6 +119,37 @@ public function setMeetingId($val) return $this; } + /** + * Gets the meetingOrganizer + * + * @return IdentitySet|null The meetingOrganizer + */ + public function getMeetingOrganizer() + { + if (array_key_exists("meetingOrganizer", $this->_propDict)) { + if (is_a($this->_propDict["meetingOrganizer"], "\Beta\Microsoft\Graph\Model\IdentitySet") || is_null($this->_propDict["meetingOrganizer"])) { + return $this->_propDict["meetingOrganizer"]; + } else { + $this->_propDict["meetingOrganizer"] = new IdentitySet($this->_propDict["meetingOrganizer"]); + return $this->_propDict["meetingOrganizer"]; + } + } + return null; + } + + /** + * Sets the meetingOrganizer + * + * @param IdentitySet $val The meetingOrganizer + * + * @return CallTranscript + */ + public function setMeetingOrganizer($val) + { + $this->_propDict["meetingOrganizer"] = $val; + return $this; + } + /** * Gets the meetingOrganizerId * The unique identifier of the organizer of the onlineMeeting related to this transcript. Read-only. diff --git a/src/Beta/Microsoft/Graph/Model/CertificateAuthorityAsEntity.php b/src/Beta/Microsoft/Graph/Model/CertificateAuthorityAsEntity.php index 1b77767358f..8fde1e993f2 100644 --- a/src/Beta/Microsoft/Graph/Model/CertificateAuthorityAsEntity.php +++ b/src/Beta/Microsoft/Graph/Model/CertificateAuthorityAsEntity.php @@ -26,6 +26,7 @@ class CertificateAuthorityAsEntity extends Entity { /** * Gets the certificate + * The trusted certificate. * * @return \GuzzleHttp\Psr7\Stream|null The certificate */ @@ -44,6 +45,7 @@ public function getCertificate() /** * Sets the certificate + * The trusted certificate. * * @param \GuzzleHttp\Psr7\Stream $val The certificate * @@ -57,6 +59,7 @@ public function setCertificate($val) /** * Gets the isRootAuthority + * Indicates if the certificate is a root authority. In a certificateBasedApplicationConfiguration object, at least one object in the trustedCertificateAuthorities collection must be a root authority. * * @return bool|null The isRootAuthority */ @@ -71,6 +74,7 @@ public function getIsRootAuthority() /** * Sets the isRootAuthority + * Indicates if the certificate is a root authority. In a certificateBasedApplicationConfiguration object, at least one object in the trustedCertificateAuthorities collection must be a root authority. * * @param bool $val The isRootAuthority * @@ -84,6 +88,7 @@ public function setIsRootAuthority($val) /** * Gets the issuer + * The issuer of the trusted certificate. * * @return string|null The issuer */ @@ -98,6 +103,7 @@ public function getIssuer() /** * Sets the issuer + * The issuer of the trusted certificate. * * @param string $val The issuer * @@ -111,6 +117,7 @@ public function setIssuer($val) /** * Gets the issuerSubjectKeyIdentifier + * The subject key identifier of the trusted certificate. * * @return string|null The issuerSubjectKeyIdentifier */ @@ -125,6 +132,7 @@ public function getIssuerSubjectKeyIdentifier() /** * Sets the issuerSubjectKeyIdentifier + * The subject key identifier of the trusted certificate. * * @param string $val The issuerSubjectKeyIdentifier * diff --git a/src/Beta/Microsoft/Graph/Model/CertificateAuthorityPath.php b/src/Beta/Microsoft/Graph/Model/CertificateAuthorityPath.php index 462d4990ca1..fbc9be1f503 100644 --- a/src/Beta/Microsoft/Graph/Model/CertificateAuthorityPath.php +++ b/src/Beta/Microsoft/Graph/Model/CertificateAuthorityPath.php @@ -27,6 +27,7 @@ class CertificateAuthorityPath extends Entity /** * Gets the certificateBasedApplicationConfigurations + * Defines the trusted certificate authorities for certificates that can be added to apps and service principals in the tenant. * * @return array|null The certificateBasedApplicationConfigurations */ @@ -41,6 +42,7 @@ public function getCertificateBasedApplicationConfigurations() /** * Sets the certificateBasedApplicationConfigurations + * Defines the trusted certificate authorities for certificates that can be added to apps and service principals in the tenant. * * @param CertificateBasedApplicationConfiguration[] $val The certificateBasedApplicationConfigurations * diff --git a/src/Beta/Microsoft/Graph/Model/CertificateBasedApplicationConfiguration.php b/src/Beta/Microsoft/Graph/Model/CertificateBasedApplicationConfiguration.php index b9d74673a0a..0c7e08f729c 100644 --- a/src/Beta/Microsoft/Graph/Model/CertificateBasedApplicationConfiguration.php +++ b/src/Beta/Microsoft/Graph/Model/CertificateBasedApplicationConfiguration.php @@ -26,6 +26,7 @@ class CertificateBasedApplicationConfiguration extends TrustedCertificateAuthori { /** * Gets the description + * The description of the trusted certificate authorities. * * @return string|null The description */ @@ -40,6 +41,7 @@ public function getDescription() /** * Sets the description + * The description of the trusted certificate authorities. * * @param string $val The description * @@ -53,6 +55,7 @@ public function setDescription($val) /** * Gets the displayName + * The display name of the trusted certificate authorities. * * @return string|null The displayName */ @@ -67,6 +70,7 @@ public function getDisplayName() /** * Sets the displayName + * The display name of the trusted certificate authorities. * * @param string $val The displayName * diff --git a/src/Beta/Microsoft/Graph/Model/ChatMessageInfo.php b/src/Beta/Microsoft/Graph/Model/ChatMessageInfo.php index 7d6702e6307..7766366297d 100644 --- a/src/Beta/Microsoft/Graph/Model/ChatMessageInfo.php +++ b/src/Beta/Microsoft/Graph/Model/ChatMessageInfo.php @@ -26,7 +26,7 @@ class ChatMessageInfo extends Entity { /** * Gets the body - * Body of the chatMessage. This will still contain markers for @mentions and attachments even though the object does not return @mentions and attachments. + * Body of the chatMessage. This will still contain markers for @mentions and attachments even though the object doesn't return @mentions and attachments. * * @return ItemBody|null The body */ @@ -45,7 +45,7 @@ public function getBody() /** * Sets the body - * Body of the chatMessage. This will still contain markers for @mentions and attachments even though the object does not return @mentions and attachments. + * Body of the chatMessage. This will still contain markers for @mentions and attachments even though the object doesn't return @mentions and attachments. * * @param ItemBody $val The body * @@ -92,7 +92,7 @@ public function setCreatedDateTime($val) /** * Gets the eventDetail - * Read-only. If present, represents details of an event that happened in a chat, a channel, or a team, for example, members were added, and so on. For event messages, the messageType property will be set to systemEventMessage. + * Read-only. If present, represents details of an event that happened in a chat, a channel, or a team, for example, members were added, and so on. For event messages, the messageType property is set to systemEventMessage. * * @return EventMessageDetail|null The eventDetail */ @@ -111,7 +111,7 @@ public function getEventDetail() /** * Sets the eventDetail - * Read-only. If present, represents details of an event that happened in a chat, a channel, or a team, for example, members were added, and so on. For event messages, the messageType property will be set to systemEventMessage. + * Read-only. If present, represents details of an event that happened in a chat, a channel, or a team, for example, members were added, and so on. For event messages, the messageType property is set to systemEventMessage. * * @param EventMessageDetail $val The eventDetail * diff --git a/src/Beta/Microsoft/Graph/Model/ChatMessagePolicyViolation.php b/src/Beta/Microsoft/Graph/Model/ChatMessagePolicyViolation.php index 134bd0e2fcb..d6bb1df4780 100644 --- a/src/Beta/Microsoft/Graph/Model/ChatMessagePolicyViolation.php +++ b/src/Beta/Microsoft/Graph/Model/ChatMessagePolicyViolation.php @@ -120,7 +120,7 @@ public function setPolicyTip($val) /** * Gets the userAction - * Indicates the action taken by the user on a message blocked by the DLP provider. Supported values are: NoneOverrideReportFalsePositiveWhen the DLP provider is updating the message for blocking sensitive content, userAction is not required. + * Indicates the action taken by the user on a message blocked by the DLP provider. Supported values are: NoneOverrideReportFalsePositiveWhen the DLP provider is updating the message for blocking sensitive content, userAction isn't required. * * @return ChatMessagePolicyViolationUserActionTypes|null The userAction */ @@ -139,7 +139,7 @@ public function getUserAction() /** * Sets the userAction - * Indicates the action taken by the user on a message blocked by the DLP provider. Supported values are: NoneOverrideReportFalsePositiveWhen the DLP provider is updating the message for blocking sensitive content, userAction is not required. + * Indicates the action taken by the user on a message blocked by the DLP provider. Supported values are: NoneOverrideReportFalsePositiveWhen the DLP provider is updating the message for blocking sensitive content, userAction isn't required. * * @param ChatMessagePolicyViolationUserActionTypes $val The value to assign to the userAction * @@ -153,7 +153,7 @@ public function setUserAction($val) /** * Gets the verdictDetails - * Indicates what actions the sender may take in response to the policy violation. Supported values are: NoneAllowFalsePositiveOverride -- Allows the sender to declare the policyViolation to be an error in the DLP app and its rules, and allow readers to see the message again if the dlpAction had hidden it.AllowOverrideWithoutJustification -- Allows the sender to overriide the DLP violation and allow readers to see the message again if the dlpAction had hidden it, without needing to provide an explanation for doing so. AllowOverrideWithJustification -- Allows the sender to overriide the DLP violation and allow readers to see the message again if the dlpAction had hidden it, after providing an explanation for doing so.AllowOverrideWithoutJustification and AllowOverrideWithJustification are mutually exclusive. + * Indicates what actions the sender may take in response to the policy violation. Supported values are: NoneAllowFalsePositiveOverride -- Allows the sender to declare the policyViolation to be an error in the DLP app and its rules, and allow readers to see the message again if it was hidden by dlpAction.AllowOverrideWithoutJustification -- Allows the sender to override the DLP violation and allow readers to see the message again if the dlpAction hides it, without needing to provide an explanation for doing so. AllowOverrideWithJustification -- Allows the sender to override the DLP violation and allow readers to see the message again if the dlpAction hides it, after providing an explanation for doing so.AllowOverrideWithoutJustification and AllowOverrideWithJustification are mutually exclusive. * * @return ChatMessagePolicyViolationVerdictDetailsTypes|null The verdictDetails */ @@ -172,7 +172,7 @@ public function getVerdictDetails() /** * Sets the verdictDetails - * Indicates what actions the sender may take in response to the policy violation. Supported values are: NoneAllowFalsePositiveOverride -- Allows the sender to declare the policyViolation to be an error in the DLP app and its rules, and allow readers to see the message again if the dlpAction had hidden it.AllowOverrideWithoutJustification -- Allows the sender to overriide the DLP violation and allow readers to see the message again if the dlpAction had hidden it, without needing to provide an explanation for doing so. AllowOverrideWithJustification -- Allows the sender to overriide the DLP violation and allow readers to see the message again if the dlpAction had hidden it, after providing an explanation for doing so.AllowOverrideWithoutJustification and AllowOverrideWithJustification are mutually exclusive. + * Indicates what actions the sender may take in response to the policy violation. Supported values are: NoneAllowFalsePositiveOverride -- Allows the sender to declare the policyViolation to be an error in the DLP app and its rules, and allow readers to see the message again if it was hidden by dlpAction.AllowOverrideWithoutJustification -- Allows the sender to override the DLP violation and allow readers to see the message again if the dlpAction hides it, without needing to provide an explanation for doing so. AllowOverrideWithJustification -- Allows the sender to override the DLP violation and allow readers to see the message again if the dlpAction hides it, after providing an explanation for doing so.AllowOverrideWithoutJustification and AllowOverrideWithJustification are mutually exclusive. * * @param ChatMessagePolicyViolationVerdictDetailsTypes $val The value to assign to the verdictDetails * diff --git a/src/Beta/Microsoft/Graph/Model/ClaimsMapping.php b/src/Beta/Microsoft/Graph/Model/ClaimsMapping.php index a30c631ecb2..b752a2e1582 100644 --- a/src/Beta/Microsoft/Graph/Model/ClaimsMapping.php +++ b/src/Beta/Microsoft/Graph/Model/ClaimsMapping.php @@ -25,7 +25,7 @@ class ClaimsMapping extends Entity { /** * Gets the displayName - * The claim that provides the display name or full name for the user. It is a required propoerty. + * The claim that provides the display name or full name for the user. It's a required property. * * @return string|null The displayName */ @@ -40,7 +40,7 @@ public function getDisplayName() /** * Sets the displayName - * The claim that provides the display name or full name for the user. It is a required propoerty. + * The claim that provides the display name or full name for the user. It's a required property. * * @param string $val The value of the displayName * @@ -137,7 +137,7 @@ public function setSurname($val) } /** * Gets the userId - * The claim that provides the unique identifier for the signed-in user. It is a required propoerty. + * The claim that provides the unique identifier for the signed-in user. It is a required property. * * @return string|null The userId */ @@ -152,7 +152,7 @@ public function getUserId() /** * Sets the userId - * The claim that provides the unique identifier for the signed-in user. It is a required propoerty. + * The claim that provides the unique identifier for the signed-in user. It is a required property. * * @param string $val The value of the userId * diff --git a/src/Beta/Microsoft/Graph/Model/CloudPC.php b/src/Beta/Microsoft/Graph/Model/CloudPC.php index 19251098c44..25b63c1acbd 100644 --- a/src/Beta/Microsoft/Graph/Model/CloudPC.php +++ b/src/Beta/Microsoft/Graph/Model/CloudPC.php @@ -181,7 +181,7 @@ public function setDisplayName($val) /** * Gets the gracePeriodEndDateTime - * The date and time when the grace period ends and reprovisioning/deprovisioning happens. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + * The date and time when the grace period ends and reprovisioning or deprovisioning happen. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @return \DateTime|null The gracePeriodEndDateTime */ @@ -200,7 +200,7 @@ public function getGracePeriodEndDateTime() /** * Sets the gracePeriodEndDateTime - * The date and time when the grace period ends and reprovisioning/deprovisioning happens. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + * The date and time when the grace period ends and reprovisioning or deprovisioning happen. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @param \DateTime $val The gracePeriodEndDateTime * diff --git a/src/Beta/Microsoft/Graph/Model/CloudPcPartnerAgentInstallResult.php b/src/Beta/Microsoft/Graph/Model/CloudPcPartnerAgentInstallResult.php index 1df29954bbb..1ad499b0dde 100644 --- a/src/Beta/Microsoft/Graph/Model/CloudPcPartnerAgentInstallResult.php +++ b/src/Beta/Microsoft/Graph/Model/CloudPcPartnerAgentInstallResult.php @@ -58,7 +58,7 @@ public function setInstallStatus($val) } /** * Gets the isThirdPartyPartner - * Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. + * Indicates if the partner agent is a third party. When 'TRUE' the agent is a third-party (non-Microsoft) agent and when 'FALSE' the agent is a Microsoft agent or isn't known. The default value is 'FALSE' * * @return bool|null The isThirdPartyPartner */ @@ -73,7 +73,7 @@ public function getIsThirdPartyPartner() /** * Sets the isThirdPartyPartner - * Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. + * Indicates if the partner agent is a third party. When 'TRUE' the agent is a third-party (non-Microsoft) agent and when 'FALSE' the agent is a Microsoft agent or isn't known. The default value is 'FALSE' * * @param bool $val The value of the isThirdPartyPartner * @@ -119,7 +119,7 @@ public function setPartnerAgentName($val) } /** * Gets the retriable - * Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. + * Indicates if the partner agent is a third party. When 'TRUE' the agent is a third-party (non-Microsoft) agent and when 'FALSE' the agent is a Microsoft agent or isn't known. The default value is 'FALSE' * * @return bool|null The retriable */ @@ -134,7 +134,7 @@ public function getRetriable() /** * Sets the retriable - * Indicates if the partner agent is a third party. When 'TRUE', the agent is a third-party (non-Microsoft) agent. When 'FALSE', the agent is a Microsoft agent or is not known. The default value is 'FALSE'. + * Indicates if the partner agent is a third party. When 'TRUE' the agent is a third-party (non-Microsoft) agent and when 'FALSE' the agent is a Microsoft agent or isn't known. The default value is 'FALSE' * * @param bool $val The value of the retriable * diff --git a/src/Beta/Microsoft/Graph/Model/CloudPcResizeValidationResult.php b/src/Beta/Microsoft/Graph/Model/CloudPcResizeValidationResult.php index d68cb9de8ca..9c5b084f5c9 100644 --- a/src/Beta/Microsoft/Graph/Model/CloudPcResizeValidationResult.php +++ b/src/Beta/Microsoft/Graph/Model/CloudPcResizeValidationResult.php @@ -25,7 +25,7 @@ class CloudPcResizeValidationResult extends Entity { /** * Gets the cloudPcId - * The cloudPC id that corresponds to its unique identifier. + * The cloudPC ID that corresponds to its unique identifier. * * @return string|null The cloudPcId */ @@ -40,7 +40,7 @@ public function getCloudPcId() /** * Sets the cloudPcId - * The cloudPC id that corresponds to its unique identifier. + * The cloudPC ID that corresponds to its unique identifier. * * @param string $val The value of the cloudPcId * diff --git a/src/Beta/Microsoft/Graph/Model/CloudPcRestorePointSetting.php b/src/Beta/Microsoft/Graph/Model/CloudPcRestorePointSetting.php index 51d3880a973..083cfd6bb72 100644 --- a/src/Beta/Microsoft/Graph/Model/CloudPcRestorePointSetting.php +++ b/src/Beta/Microsoft/Graph/Model/CloudPcRestorePointSetting.php @@ -53,7 +53,7 @@ public function setFrequencyInHours($val) } /** * Gets the userRestoreEnabled - * If true, the user has the ability to use snapshots to restore Cloud PCs. If false, non-admin users cannot use snapshots to restore the Cloud PC. + * If true, the user has the ability to use snapshots to restore Cloud PCs. If false, non-admin users can't use snapshots to restore the Cloud PC. * * @return bool|null The userRestoreEnabled */ @@ -68,7 +68,7 @@ public function getUserRestoreEnabled() /** * Sets the userRestoreEnabled - * If true, the user has the ability to use snapshots to restore Cloud PCs. If false, non-admin users cannot use snapshots to restore the Cloud PC. + * If true, the user has the ability to use snapshots to restore Cloud PCs. If false, non-admin users can't use snapshots to restore the Cloud PC. * * @param bool $val The value of the userRestoreEnabled * diff --git a/src/Beta/Microsoft/Graph/Model/CloudPcSupportedRegion.php b/src/Beta/Microsoft/Graph/Model/CloudPcSupportedRegion.php index 839441cd01c..6b3dd2b0226 100644 --- a/src/Beta/Microsoft/Graph/Model/CloudPcSupportedRegion.php +++ b/src/Beta/Microsoft/Graph/Model/CloudPcSupportedRegion.php @@ -55,7 +55,7 @@ public function setDisplayName($val) /** * Gets the regionGroup - * The geographic group this region belongs to. Multiple regions can belong to one region group. For example, the europeUnion region group contains the Northern Europe and Western Europe regions. A customer can select a region group when provisioning a Cloud PC; however, the Cloud PC will be put under one of the regions under the group based on resource capacity. The region with more quota will be chosen. Possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland,southKorea. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: norway, switzerland,southKorea. Read-only. + * The geographic group this region belongs to. Multiple regions can belong to one region group. For example, the europeUnion region group contains the Northern Europe and Western Europe regions. A customer can select a region group when provisioning a Cloud PC; however, the Cloud PC is put under one of the regions under the group based on resource capacity. The region with more quota will be chosen. Possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland,southKorea. You must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: norway, switzerland,southKorea. Read-only. * * @return CloudPcRegionGroup|null The regionGroup */ @@ -74,7 +74,7 @@ public function getRegionGroup() /** * Sets the regionGroup - * The geographic group this region belongs to. Multiple regions can belong to one region group. For example, the europeUnion region group contains the Northern Europe and Western Europe regions. A customer can select a region group when provisioning a Cloud PC; however, the Cloud PC will be put under one of the regions under the group based on resource capacity. The region with more quota will be chosen. Possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland,southKorea. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: norway, switzerland,southKorea. Read-only. + * The geographic group this region belongs to. Multiple regions can belong to one region group. For example, the europeUnion region group contains the Northern Europe and Western Europe regions. A customer can select a region group when provisioning a Cloud PC; however, the Cloud PC is put under one of the regions under the group based on resource capacity. The region with more quota will be chosen. Possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland,southKorea. You must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: norway, switzerland,southKorea. Read-only. * * @param CloudPcRegionGroup $val The regionGroup * @@ -121,7 +121,7 @@ public function setRegionStatus($val) /** * Gets the supportedSolution - * The supported service or solution for the region. The possible values are: windows365, devBox, unknownFutureValue, rpaBox. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: rpaBox. Read-only. + * The supported service or solution for the region. The possible values are: windows365, devBox, unknownFutureValue, rpaBox. You must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: rpaBox. Read-only. * * @return CloudPcManagementService|null The supportedSolution */ @@ -140,7 +140,7 @@ public function getSupportedSolution() /** * Sets the supportedSolution - * The supported service or solution for the region. The possible values are: windows365, devBox, unknownFutureValue, rpaBox. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: rpaBox. Read-only. + * The supported service or solution for the region. The possible values are: windows365, devBox, unknownFutureValue, rpaBox. You must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: rpaBox. Read-only. * * @param CloudPcManagementService $val The supportedSolution * diff --git a/src/Beta/Microsoft/Graph/Model/CommunicationsApplicationIdentity.php b/src/Beta/Microsoft/Graph/Model/CommunicationsApplicationIdentity.php index 28b8a9babe3..25e39b7ea4e 100644 --- a/src/Beta/Microsoft/Graph/Model/CommunicationsApplicationIdentity.php +++ b/src/Beta/Microsoft/Graph/Model/CommunicationsApplicationIdentity.php @@ -53,7 +53,7 @@ public function setApplicationType($val) } /** * Gets the hidden - * True if the participant would not like to be shown in other participants' rosters. + * True if the participant wouldn't like to be shown in other participants' rosters. * * @return bool|null The hidden */ @@ -68,7 +68,7 @@ public function getHidden() /** * Sets the hidden - * True if the participant would not like to be shown in other participants' rosters. + * True if the participant wouldn't like to be shown in other participants' rosters. * * @param bool $val The value of the hidden * diff --git a/src/Beta/Microsoft/Graph/Model/ConditionalAccessGuestsOrExternalUsers.php b/src/Beta/Microsoft/Graph/Model/ConditionalAccessGuestsOrExternalUsers.php index 0138679c373..030d42fe84c 100644 --- a/src/Beta/Microsoft/Graph/Model/ConditionalAccessGuestsOrExternalUsers.php +++ b/src/Beta/Microsoft/Graph/Model/ConditionalAccessGuestsOrExternalUsers.php @@ -26,7 +26,7 @@ class ConditionalAccessGuestsOrExternalUsers extends Entity /** * Gets the externalTenants - * The tenant IDs of the selected types of external users. Either all B2B tenant or a collection of tenant IDs. External tenants can be specified only when the property guestOrExternalUserTypes is not null or an empty String. + * The tenant IDs of the selected types of external users. Either all B2B tenant or a collection of tenant IDs. External tenants can be specified only when the property guestOrExternalUserTypes isn't null or an empty String. * * @return ConditionalAccessExternalTenants|null The externalTenants */ @@ -45,7 +45,7 @@ public function getExternalTenants() /** * Sets the externalTenants - * The tenant IDs of the selected types of external users. Either all B2B tenant or a collection of tenant IDs. External tenants can be specified only when the property guestOrExternalUserTypes is not null or an empty String. + * The tenant IDs of the selected types of external users. Either all B2B tenant or a collection of tenant IDs. External tenants can be specified only when the property guestOrExternalUserTypes isn't null or an empty String. * * @param ConditionalAccessExternalTenants $val The value to assign to the externalTenants * @@ -59,7 +59,7 @@ public function setExternalTenants($val) /** * Gets the guestOrExternalUserTypes - * Indicates internal guests or external user types. This is a multi-valued property. Possible values are: none, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, unknownFutureValue. + * Indicates internal guests or external user types, and is a multi-valued property. Possible values are: none, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, unknownFutureValue. * * @return ConditionalAccessGuestOrExternalUserTypes|null The guestOrExternalUserTypes */ @@ -78,7 +78,7 @@ public function getGuestOrExternalUserTypes() /** * Sets the guestOrExternalUserTypes - * Indicates internal guests or external user types. This is a multi-valued property. Possible values are: none, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, unknownFutureValue. + * Indicates internal guests or external user types, and is a multi-valued property. Possible values are: none, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, unknownFutureValue. * * @param ConditionalAccessGuestOrExternalUserTypes $val The value to assign to the guestOrExternalUserTypes * diff --git a/src/Beta/Microsoft/Graph/Model/ContentType.php b/src/Beta/Microsoft/Graph/Model/ContentType.php index a25ded47fe5..9ab59fab113 100644 --- a/src/Beta/Microsoft/Graph/Model/ContentType.php +++ b/src/Beta/Microsoft/Graph/Model/ContentType.php @@ -26,7 +26,7 @@ class ContentType extends Entity { /** * Gets the associatedHubsUrls - * List of canonical URLs for hub sites with which this content type is associated to. This will contain all hubsites where this content type is queued to be enforced or is already enforced. Enforcing a content type means that the content type will be applied to the lists in the enforced sites. + * List of canonical URLs for hub sites with which this content type is associated to. This contains all hub sites where this content type is queued to be enforced or is already enforced. Enforcing a content type means that the content type will be applied to the lists in the enforced sites. * * @return array|null The associatedHubsUrls */ @@ -41,7 +41,7 @@ public function getAssociatedHubsUrls() /** * Sets the associatedHubsUrls - * List of canonical URLs for hub sites with which this content type is associated to. This will contain all hubsites where this content type is queued to be enforced or is already enforced. Enforcing a content type means that the content type will be applied to the lists in the enforced sites. + * List of canonical URLs for hub sites with which this content type is associated to. This contains all hub sites where this content type is queued to be enforced or is already enforced. Enforcing a content type means that the content type will be applied to the lists in the enforced sites. * * @param string[] $val The associatedHubsUrls * @@ -390,7 +390,7 @@ public function setPropagateChanges($val) /** * Gets the readOnly - * If true, the content type cannot be modified unless this value is first set to false. + * If true, the content type can't be modified unless this value is first set to false. * * @return bool|null The readOnly */ @@ -405,7 +405,7 @@ public function getReadOnly() /** * Sets the readOnly - * If true, the content type cannot be modified unless this value is first set to false. + * If true, the content type can't be modified unless this value is first set to false. * * @param bool $val The readOnly * @@ -419,7 +419,7 @@ public function setReadOnly($val) /** * Gets the sealed - * If true, the content type cannot be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. + * If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. * * @return bool|null The sealed */ @@ -434,7 +434,7 @@ public function getSealed() /** * Sets the sealed - * If true, the content type cannot be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. + * If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. * * @param bool $val The sealed * diff --git a/src/Beta/Microsoft/Graph/Model/Contract.php b/src/Beta/Microsoft/Graph/Model/Contract.php index 13aa766b341..3011eec801d 100644 --- a/src/Beta/Microsoft/Graph/Model/Contract.php +++ b/src/Beta/Microsoft/Graph/Model/Contract.php @@ -84,7 +84,7 @@ public function setCustomerId($val) /** * Gets the defaultDomainName - * A copy of the customer tenant's default domain name. The copy is made when the partnership with the customer is established. It is not automatically updated if the customer tenant's default domain name changes. + * A copy of the customer tenant's default domain name. The copy is made when the partnership with the customer is established. It isn't automatically updated if the customer tenant's default domain name changes. * * @return string|null The defaultDomainName */ @@ -99,7 +99,7 @@ public function getDefaultDomainName() /** * Sets the defaultDomainName - * A copy of the customer tenant's default domain name. The copy is made when the partnership with the customer is established. It is not automatically updated if the customer tenant's default domain name changes. + * A copy of the customer tenant's default domain name. The copy is made when the partnership with the customer is established. It isn't automatically updated if the customer tenant's default domain name changes. * * @param string $val The defaultDomainName * @@ -113,7 +113,7 @@ public function setDefaultDomainName($val) /** * Gets the displayName - * A copy of the customer tenant's display name. The copy is made when the partnership with the customer is established. It is not automatically updated if the customer tenant's display name changes. + * A copy of the customer tenant's display name. The copy is made when the partnership with the customer is established. It isn't automatically updated if the customer tenant's display name changes. * * @return string|null The displayName */ @@ -128,7 +128,7 @@ public function getDisplayName() /** * Sets the displayName - * A copy of the customer tenant's display name. The copy is made when the partnership with the customer is established. It is not automatically updated if the customer tenant's display name changes. + * A copy of the customer tenant's display name. The copy is made when the partnership with the customer is established. It isn't automatically updated if the customer tenant's display name changes. * * @param string $val The displayName * diff --git a/src/Beta/Microsoft/Graph/Model/CrossTenantAccessPolicyConfigurationDefault.php b/src/Beta/Microsoft/Graph/Model/CrossTenantAccessPolicyConfigurationDefault.php index e901c6e234f..27dd2b20d7e 100644 --- a/src/Beta/Microsoft/Graph/Model/CrossTenantAccessPolicyConfigurationDefault.php +++ b/src/Beta/Microsoft/Graph/Model/CrossTenantAccessPolicyConfigurationDefault.php @@ -222,6 +222,37 @@ public function setInboundTrust($val) return $this; } + /** + * Gets the invitationRedemptionIdentityProviderConfiguration + * + * @return DefaultInvitationRedemptionIdentityProviderConfiguration|null The invitationRedemptionIdentityProviderConfiguration + */ + public function getInvitationRedemptionIdentityProviderConfiguration() + { + if (array_key_exists("invitationRedemptionIdentityProviderConfiguration", $this->_propDict)) { + if (is_a($this->_propDict["invitationRedemptionIdentityProviderConfiguration"], "\Beta\Microsoft\Graph\Model\DefaultInvitationRedemptionIdentityProviderConfiguration") || is_null($this->_propDict["invitationRedemptionIdentityProviderConfiguration"])) { + return $this->_propDict["invitationRedemptionIdentityProviderConfiguration"]; + } else { + $this->_propDict["invitationRedemptionIdentityProviderConfiguration"] = new DefaultInvitationRedemptionIdentityProviderConfiguration($this->_propDict["invitationRedemptionIdentityProviderConfiguration"]); + return $this->_propDict["invitationRedemptionIdentityProviderConfiguration"]; + } + } + return null; + } + + /** + * Sets the invitationRedemptionIdentityProviderConfiguration + * + * @param DefaultInvitationRedemptionIdentityProviderConfiguration $val The invitationRedemptionIdentityProviderConfiguration + * + * @return CrossTenantAccessPolicyConfigurationDefault + */ + public function setInvitationRedemptionIdentityProviderConfiguration($val) + { + $this->_propDict["invitationRedemptionIdentityProviderConfiguration"] = $val; + return $this; + } + /** * Gets the isServiceDefault * If true, the default configuration is set to the system default configuration. If false, the default settings have been customized. diff --git a/src/Beta/Microsoft/Graph/Model/CustomExtensionStageSetting.php b/src/Beta/Microsoft/Graph/Model/CustomExtensionStageSetting.php index e1806e6e347..fdb14ed4333 100644 --- a/src/Beta/Microsoft/Graph/Model/CustomExtensionStageSetting.php +++ b/src/Beta/Microsoft/Graph/Model/CustomExtensionStageSetting.php @@ -59,7 +59,7 @@ public function setStage($val) /** * Gets the customExtension - * Indicates the custom workflow extension that will be executed at this stage. Nullable. Supports $expand. + * Indicates the custom workflow extension that is executed at this stage. Nullable. Supports $expand. * * @return CustomCalloutExtension|null The customExtension */ @@ -78,7 +78,7 @@ public function getCustomExtension() /** * Sets the customExtension - * Indicates the custom workflow extension that will be executed at this stage. Nullable. Supports $expand. + * Indicates the custom workflow extension that is executed at this stage. Nullable. Supports $expand. * * @param CustomCalloutExtension $val The customExtension * diff --git a/src/Beta/Microsoft/Graph/Model/DefaultInvitationRedemptionIdentityProviderConfiguration.php b/src/Beta/Microsoft/Graph/Model/DefaultInvitationRedemptionIdentityProviderConfiguration.php new file mode 100644 index 00000000000..ac1ad3d9d07 --- /dev/null +++ b/src/Beta/Microsoft/Graph/Model/DefaultInvitationRedemptionIdentityProviderConfiguration.php @@ -0,0 +1,26 @@ +_propDict)) { + if (is_a($this->_propDict["autoExtendDuration"], "\DateInterval") || is_null($this->_propDict["autoExtendDuration"])) { + return $this->_propDict["autoExtendDuration"]; + } else { + $this->_propDict["autoExtendDuration"] = new \DateInterval($this->_propDict["autoExtendDuration"]); + return $this->_propDict["autoExtendDuration"]; + } + } + return null; + } + + /** + * Sets the autoExtendDuration + * + * @param \DateInterval $val The autoExtendDuration + * + * @return DelegatedAdminRelationship + */ + public function setAutoExtendDuration($val) + { + $this->_propDict["autoExtendDuration"] = $val; + return $this; + } + /** * Gets the createdDateTime * The date and time in ISO 8601 format and in UTC time when the relationship was created. Read-only. @@ -125,7 +156,7 @@ public function setCreatedDateTime($val) /** * Gets the customer - * The display name and unique identifier of the customer of the relationship. This is configured either by the partner at the time the relationship is created or by the system after the customer approves the relationship. Cannot be changed by the customer. + * The display name and unique identifier of the customer of the relationship. This is configured either by the partner at the time the relationship is created or by the system after the customer approves the relationship. Can't be changed by the customer. * * @return DelegatedAdminRelationshipCustomerParticipant|null The customer */ @@ -144,7 +175,7 @@ public function getCustomer() /** * Sets the customer - * The display name and unique identifier of the customer of the relationship. This is configured either by the partner at the time the relationship is created or by the system after the customer approves the relationship. Cannot be changed by the customer. + * The display name and unique identifier of the customer of the relationship. This is configured either by the partner at the time the relationship is created or by the system after the customer approves the relationship. Can't be changed by the customer. * * @param DelegatedAdminRelationshipCustomerParticipant $val The customer * @@ -158,7 +189,7 @@ public function setCustomer($val) /** * Gets the displayName - * The display name of the relationship used for ease of identification. Must be unique across all delegated admin relationships of the partner. This is set by the partner only when the relationship is in the created status and cannot be changed by the customer. + * The display name of the relationship used for ease of identification. Must be unique across all delegated admin relationships of the partner. This is set by the partner only when the relationship is in the created status and can't be changed by the customer. * * @return string|null The displayName */ @@ -173,7 +204,7 @@ public function getDisplayName() /** * Sets the displayName - * The display name of the relationship used for ease of identification. Must be unique across all delegated admin relationships of the partner. This is set by the partner only when the relationship is in the created status and cannot be changed by the customer. + * The display name of the relationship used for ease of identification. Must be unique across all delegated admin relationships of the partner. This is set by the partner only when the relationship is in the created status and can't be changed by the customer. * * @param string $val The displayName * @@ -187,7 +218,7 @@ public function setDisplayName($val) /** * Gets the duration - * The duration of the relationship in ISO 8601 format. Must be a value between P1D and P2Y inclusive. This is set by the partner only when the relationship is in the created status and cannot be changed by the customer. + * The duration of the relationship in ISO 8601 format. Must be a value between P1D and P2Y inclusive. This is set by the partner only when the relationship is in the created status and can't be changed by the customer. * * @return \DateInterval|null The duration */ @@ -206,7 +237,7 @@ public function getDuration() /** * Sets the duration - * The duration of the relationship in ISO 8601 format. Must be a value between P1D and P2Y inclusive. This is set by the partner only when the relationship is in the created status and cannot be changed by the customer. + * The duration of the relationship in ISO 8601 format. Must be a value between P1D and P2Y inclusive. This is set by the partner only when the relationship is in the created status and can't be changed by the customer. * * @param \DateInterval $val The duration * diff --git a/src/Beta/Microsoft/Graph/Model/DelegatedPermissionClassification.php b/src/Beta/Microsoft/Graph/Model/DelegatedPermissionClassification.php index 9e4e9402415..2605ed62d73 100644 --- a/src/Beta/Microsoft/Graph/Model/DelegatedPermissionClassification.php +++ b/src/Beta/Microsoft/Graph/Model/DelegatedPermissionClassification.php @@ -26,7 +26,7 @@ class DelegatedPermissionClassification extends Entity { /** * Gets the classification - * The classification value being given. Possible value: low. Does not support $filter. + * The classification value being given. Possible value: low. Doesn't support $filter. * * @return PermissionClassificationType|null The classification */ @@ -45,7 +45,7 @@ public function getClassification() /** * Sets the classification - * The classification value being given. Possible value: low. Does not support $filter. + * The classification value being given. Possible value: low. Doesn't support $filter. * * @param PermissionClassificationType $val The classification * @@ -59,7 +59,7 @@ public function setClassification($val) /** * Gets the permissionId - * The unique identifier (id) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Required on create. Does not support $filter. + * The unique identifier (id) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Required on create. Doesn't support $filter. * * @return string|null The permissionId */ @@ -74,7 +74,7 @@ public function getPermissionId() /** * Sets the permissionId - * The unique identifier (id) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Required on create. Does not support $filter. + * The unique identifier (id) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Required on create. Doesn't support $filter. * * @param string $val The permissionId * @@ -88,7 +88,7 @@ public function setPermissionId($val) /** * Gets the permissionName - * The claim value (value) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Does not support $filter. + * The claim value (value) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Doesn't support $filter. * * @return string|null The permissionName */ @@ -103,7 +103,7 @@ public function getPermissionName() /** * Sets the permissionName - * The claim value (value) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Does not support $filter. + * The claim value (value) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Doesn't support $filter. * * @param string $val The permissionName * diff --git a/src/Beta/Microsoft/Graph/Model/Device.php b/src/Beta/Microsoft/Graph/Model/Device.php index c1b5d58ccc8..adfbf191cca 100644 --- a/src/Beta/Microsoft/Graph/Model/Device.php +++ b/src/Beta/Microsoft/Graph/Model/Device.php @@ -679,6 +679,33 @@ public function setOnPremisesLastSyncDateTime($val) return $this; } + /** + * Gets the onPremisesSecurityIdentifier + * + * @return string|null The onPremisesSecurityIdentifier + */ + public function getOnPremisesSecurityIdentifier() + { + if (array_key_exists("onPremisesSecurityIdentifier", $this->_propDict)) { + return $this->_propDict["onPremisesSecurityIdentifier"]; + } else { + return null; + } + } + + /** + * Sets the onPremisesSecurityIdentifier + * + * @param string $val The onPremisesSecurityIdentifier + * + * @return Device + */ + public function setOnPremisesSecurityIdentifier($val) + { + $this->_propDict["onPremisesSecurityIdentifier"] = $val; + return $this; + } + /** * Gets the onPremisesSyncEnabled * true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. Supports $filter (eq, ne, not, in, and eq on null values). diff --git a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationChoiceSettingDefinition.php b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationChoiceSettingDefinition.php index 7e0e869c876..fec75f417bc 100644 --- a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationChoiceSettingDefinition.php +++ b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationChoiceSettingDefinition.php @@ -26,7 +26,7 @@ class DeviceManagementConfigurationChoiceSettingDefinition extends DeviceManagem { /** * Gets the defaultOptionId - * Default option for choice setting + * Default option for the choice setting. * * @return string|null The defaultOptionId */ @@ -41,7 +41,7 @@ public function getDefaultOptionId() /** * Sets the defaultOptionId - * Default option for choice setting + * Default option for the choice setting. * * @param string $val The defaultOptionId * @@ -56,7 +56,7 @@ public function setDefaultOptionId($val) /** * Gets the options - * Options for the setting that can be selected + * Options for the setting that can be selected. * * @return array|null The options */ @@ -71,7 +71,7 @@ public function getOptions() /** * Sets the options - * Options for the setting that can be selected + * Options for the setting that can be selected. * * @param DeviceManagementConfigurationOptionDefinition[] $val The options * diff --git a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingDefinition.php b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingDefinition.php index f86396f11eb..a8b2772c491 100644 --- a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingDefinition.php +++ b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingDefinition.php @@ -59,7 +59,7 @@ public function setAccessTypes($val) /** * Gets the applicability - * Details which device setting is applicable on + * Details which device setting is applicable on. Supports: $filters. * * @return DeviceManagementConfigurationSettingApplicability|null The applicability */ @@ -78,7 +78,7 @@ public function getApplicability() /** * Sets the applicability - * Details which device setting is applicable on + * Details which device setting is applicable on. Supports: $filters. * * @param DeviceManagementConfigurationSettingApplicability $val The applicability * @@ -121,7 +121,7 @@ public function setBaseUri($val) /** * Gets the categoryId - * Specifies the area group under which the setting is configured in a specified configuration service provider (CSP) + * Specify category in which the setting is under. Support $filters. * * @return string|null The categoryId */ @@ -136,7 +136,7 @@ public function getCategoryId() /** * Sets the categoryId - * Specifies the area group under which the setting is configured in a specified configuration service provider (CSP) + * Specify category in which the setting is under. Support $filters. * * @param string $val The categoryId * @@ -150,7 +150,7 @@ public function setCategoryId($val) /** * Gets the description - * Description of the item + * Description of the setting. * * @return string|null The description */ @@ -165,7 +165,7 @@ public function getDescription() /** * Sets the description - * Description of the item + * Description of the setting. * * @param string $val The description * @@ -179,7 +179,7 @@ public function setDescription($val) /** * Gets the displayName - * Display name of the item + * Name of the setting. For example: Allow Toast. * * @return string|null The displayName */ @@ -194,7 +194,7 @@ public function getDisplayName() /** * Sets the displayName - * Display name of the item + * Name of the setting. For example: Allow Toast. * * @param string $val The displayName * @@ -208,7 +208,7 @@ public function setDisplayName($val) /** * Gets the helpText - * Help text of the item + * Help text of the setting. Give more details of the setting. * * @return string|null The helpText */ @@ -223,7 +223,7 @@ public function getHelpText() /** * Sets the helpText - * Help text of the item + * Help text of the setting. Give more details of the setting. * * @param string $val The helpText * @@ -237,7 +237,7 @@ public function setHelpText($val) /** * Gets the infoUrls - * List of links more info for the setting can be found at + * List of links more info for the setting can be found at. * * @return array|null The infoUrls */ @@ -252,7 +252,7 @@ public function getInfoUrls() /** * Sets the infoUrls - * List of links more info for the setting can be found at + * List of links more info for the setting can be found at. * * @param string[] $val The infoUrls * @@ -416,7 +416,7 @@ public function setReferredSettingInformationList($val) /** * Gets the rootDefinitionId - * Root setting definition if the setting is a child setting. + * Root setting definition id if the setting is a child setting. * * @return string|null The rootDefinitionId */ @@ -431,7 +431,7 @@ public function getRootDefinitionId() /** * Sets the rootDefinitionId - * Root setting definition if the setting is a child setting. + * Root setting definition id if the setting is a child setting. * * @param string $val The rootDefinitionId * @@ -445,7 +445,7 @@ public function setRootDefinitionId($val) /** * Gets the settingUsage - * Setting type, for example, configuration and compliance. Possible values are: none, configuration, compliance. + * Indicate setting type for the setting. Possible values are: configuration, compliance, reusableSetting. Each setting usage has separate API end-point to call. Possible values are: none, configuration, compliance, unknownFutureValue. * * @return DeviceManagementConfigurationSettingUsage|null The settingUsage */ @@ -464,7 +464,7 @@ public function getSettingUsage() /** * Sets the settingUsage - * Setting type, for example, configuration and compliance. Possible values are: none, configuration, compliance. + * Indicate setting type for the setting. Possible values are: configuration, compliance, reusableSetting. Each setting usage has separate API end-point to call. Possible values are: none, configuration, compliance, unknownFutureValue. * * @param DeviceManagementConfigurationSettingUsage $val The settingUsage * @@ -478,7 +478,7 @@ public function setSettingUsage($val) /** * Gets the uxBehavior - * Setting control type representation in the UX. Possible values are: default, dropdown, smallTextBox, largeTextBox, toggle, multiheaderGrid, contextPane. + * Setting control type representation in the UX. Possible values are: default, dropdown, smallTextBox, largeTextBox, toggle, multiheaderGrid, contextPane. Possible values are: default, dropdown, smallTextBox, largeTextBox, toggle, multiheaderGrid, contextPane, unknownFutureValue. * * @return DeviceManagementConfigurationControlType|null The uxBehavior */ @@ -497,7 +497,7 @@ public function getUxBehavior() /** * Sets the uxBehavior - * Setting control type representation in the UX. Possible values are: default, dropdown, smallTextBox, largeTextBox, toggle, multiheaderGrid, contextPane. + * Setting control type representation in the UX. Possible values are: default, dropdown, smallTextBox, largeTextBox, toggle, multiheaderGrid, contextPane. Possible values are: default, dropdown, smallTextBox, largeTextBox, toggle, multiheaderGrid, contextPane, unknownFutureValue. * * @param DeviceManagementConfigurationControlType $val The uxBehavior * @@ -540,7 +540,7 @@ public function setVersion($val) /** * Gets the visibility - * Setting visibility scope to UX. Possible values are: none, settingsCatalog, template. + * Setting visibility scope to UX. Possible values are: none, settingsCatalog, template. Possible values are: none, settingsCatalog, template, unknownFutureValue. * * @return DeviceManagementConfigurationSettingVisibility|null The visibility */ @@ -559,7 +559,7 @@ public function getVisibility() /** * Sets the visibility - * Setting visibility scope to UX. Possible values are: none, settingsCatalog, template. + * Setting visibility scope to UX. Possible values are: none, settingsCatalog, template. Possible values are: none, settingsCatalog, template, unknownFutureValue. * * @param DeviceManagementConfigurationSettingVisibility $val The visibility * diff --git a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingGroupDefinition.php b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingGroupDefinition.php index 9a6c46313c3..0563d36dd58 100644 --- a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingGroupDefinition.php +++ b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingGroupDefinition.php @@ -26,7 +26,7 @@ class DeviceManagementConfigurationSettingGroupDefinition extends DeviceManageme { /** * Gets the childIds - * Dependent child settings to this group of settings + * Dependent child settings to this group of settings. * * @return array|null The childIds */ @@ -41,7 +41,7 @@ public function getChildIds() /** * Sets the childIds - * Dependent child settings to this group of settings + * Dependent child settings to this group of settings. * * @param string[] $val The childIds * diff --git a/src/Beta/Microsoft/Graph/Model/DomainDnsRecord.php b/src/Beta/Microsoft/Graph/Model/DomainDnsRecord.php index eec780ac20f..97b3f15aea6 100644 --- a/src/Beta/Microsoft/Graph/Model/DomainDnsRecord.php +++ b/src/Beta/Microsoft/Graph/Model/DomainDnsRecord.php @@ -84,7 +84,7 @@ public function setLabel($val) /** * Gets the recordType - * Indicates what type of DNS record this entity represents.The value can be one of the following: CName, Mx, Srv, Txt. + * Indicates what type of DNS record this entity represents. The value can be one of the following: CName, Mx, Srv, Txt. * * @return string|null The recordType */ @@ -99,7 +99,7 @@ public function getRecordType() /** * Sets the recordType - * Indicates what type of DNS record this entity represents.The value can be one of the following: CName, Mx, Srv, Txt. + * Indicates what type of DNS record this entity represents. The value can be one of the following: CName, Mx, Srv, Txt. * * @param string $val The recordType * @@ -113,7 +113,7 @@ public function setRecordType($val) /** * Gets the supportedService - * Microsoft Online Service or feature that has a dependency on this DNS record.Can be one of the following values: null, Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune. + * Microsoft Online Service or feature that has a dependency on this DNS record. Can be one of the following values: null, Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune. * * @return string|null The supportedService */ @@ -128,7 +128,7 @@ public function getSupportedService() /** * Sets the supportedService - * Microsoft Online Service or feature that has a dependency on this DNS record.Can be one of the following values: null, Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune. + * Microsoft Online Service or feature that has a dependency on this DNS record. Can be one of the following values: null, Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune. * * @param string $val The supportedService * diff --git a/src/Beta/Microsoft/Graph/Model/DowngradeJustification.php b/src/Beta/Microsoft/Graph/Model/DowngradeJustification.php index 309f78bdcd2..3c9df2be3fa 100644 --- a/src/Beta/Microsoft/Graph/Model/DowngradeJustification.php +++ b/src/Beta/Microsoft/Graph/Model/DowngradeJustification.php @@ -25,7 +25,7 @@ class DowngradeJustification extends Entity { /** * Gets the isDowngradeJustified - * Indicates whether the downgrade is or is not justified. + * Indicates whether the downgrade is or isn't justified. * * @return bool|null The isDowngradeJustified */ @@ -40,7 +40,7 @@ public function getIsDowngradeJustified() /** * Sets the isDowngradeJustified - * Indicates whether the downgrade is or is not justified. + * Indicates whether the downgrade is or isn't justified. * * @param bool $val The value of the isDowngradeJustified * @@ -53,7 +53,7 @@ public function setIsDowngradeJustified($val) } /** * Gets the justificationMessage - * Message that indicates why a downgrade is justified. The message will appear in administrative logs. + * Message that indicates why a downgrade is justified. The message appears in administrative logs. * * @return string|null The justificationMessage */ @@ -68,7 +68,7 @@ public function getJustificationMessage() /** * Sets the justificationMessage - * Message that indicates why a downgrade is justified. The message will appear in administrative logs. + * Message that indicates why a downgrade is justified. The message appears in administrative logs. * * @param string $val The value of the justificationMessage * diff --git a/src/Beta/Microsoft/Graph/Model/DriveItem.php b/src/Beta/Microsoft/Graph/Model/DriveItem.php index c095b7b46f7..67b50074696 100644 --- a/src/Beta/Microsoft/Graph/Model/DriveItem.php +++ b/src/Beta/Microsoft/Graph/Model/DriveItem.php @@ -125,7 +125,7 @@ public function setContent($val) /** * Gets the cTag - * An eTag for the content of the item. This eTag is not changed if only the metadata is changed. Note This property is not returned if the item is a folder. Read-only. + * An eTag for the content of the item. This eTag isn't changed if only the metadata is changed. Note This property isn't returned if the item is a folder. Read-only. * * @return string|null The cTag */ @@ -140,7 +140,7 @@ public function getCTag() /** * Sets the cTag - * An eTag for the content of the item. This eTag is not changed if only the metadata is changed. Note This property is not returned if the item is a folder. Read-only. + * An eTag for the content of the item. This eTag isn't changed if only the metadata is changed. Note This property isn't returned if the item is a folder. Read-only. * * @param string $val The cTag * @@ -517,7 +517,7 @@ public function setPhoto($val) /** * Gets the publication - * Provides information about the published or checked-out state of an item, in locations that support such actions. This property is not returned by default. Read-only. + * Provides information about the published or checked-out state of an item, in locations that support such actions. This property isn't returned by default. Read-only. * * @return PublicationFacet|null The publication */ @@ -536,7 +536,7 @@ public function getPublication() /** * Sets the publication - * Provides information about the published or checked-out state of an item, in locations that support such actions. This property is not returned by default. Read-only. + * Provides information about the published or checked-out state of an item, in locations that support such actions. This property isn't returned by default. Read-only. * * @param PublicationFacet $val The publication * @@ -872,7 +872,7 @@ public function setWebDavUrl($val) /** * Gets the workbook - * For files that are Excel spreadsheets, accesses the workbook API to work with the spreadsheet's contents. Nullable. + * For files that are Excel spreadsheets, access to the workbook API to work with the spreadsheet's contents. Nullable. * * @return Workbook|null The workbook */ @@ -891,7 +891,7 @@ public function getWorkbook() /** * Sets the workbook - * For files that are Excel spreadsheets, accesses the workbook API to work with the spreadsheet's contents. Nullable. + * For files that are Excel spreadsheets, access to the workbook API to work with the spreadsheet's contents. Nullable. * * @param Workbook $val The workbook * @@ -1061,6 +1061,7 @@ public function setPermissions($val) /** * Gets the retentionLabel + * Information about retention label and settings enforced on the driveItem. Read-write. * * @return ItemRetentionLabel|null The retentionLabel */ @@ -1079,6 +1080,7 @@ public function getRetentionLabel() /** * Sets the retentionLabel + * Information about retention label and settings enforced on the driveItem. Read-write. * * @param ItemRetentionLabel $val The retentionLabel * diff --git a/src/Beta/Microsoft/Graph/Model/EducationAssignmentResource.php b/src/Beta/Microsoft/Graph/Model/EducationAssignmentResource.php index 37d83adef64..86b51c12a3f 100644 --- a/src/Beta/Microsoft/Graph/Model/EducationAssignmentResource.php +++ b/src/Beta/Microsoft/Graph/Model/EducationAssignmentResource.php @@ -86,4 +86,32 @@ public function setResource($val) return $this; } + + /** + * Gets the dependentResources + * + * @return array|null The dependentResources + */ + public function getDependentResources() + { + if (array_key_exists("dependentResources", $this->_propDict)) { + return $this->_propDict["dependentResources"]; + } else { + return null; + } + } + + /** + * Sets the dependentResources + * + * @param EducationAssignmentResource[] $val The dependentResources + * + * @return EducationAssignmentResource + */ + public function setDependentResources($val) + { + $this->_propDict["dependentResources"] = $val; + return $this; + } + } diff --git a/src/Beta/Microsoft/Graph/Model/EducationAssignmentSettings.php b/src/Beta/Microsoft/Graph/Model/EducationAssignmentSettings.php index dd66641e09b..5da560b40b8 100644 --- a/src/Beta/Microsoft/Graph/Model/EducationAssignmentSettings.php +++ b/src/Beta/Microsoft/Graph/Model/EducationAssignmentSettings.php @@ -26,7 +26,7 @@ class EducationAssignmentSettings extends Entity { /** * Gets the submissionAnimationDisabled - * Indicates whether turn-in celebration animation will be shown. If true, the animation will not be shown. The default value is false. + * Indicates whether turn-in celebration animation will be shown. If true, the animation won't be shown. The default value is false. * * @return bool|null The submissionAnimationDisabled */ @@ -41,7 +41,7 @@ public function getSubmissionAnimationDisabled() /** * Sets the submissionAnimationDisabled - * Indicates whether turn-in celebration animation will be shown. If true, the animation will not be shown. The default value is false. + * Indicates whether turn-in celebration animation will be shown. If true, the animation won't be shown. The default value is false. * * @param bool $val The submissionAnimationDisabled * diff --git a/src/Beta/Microsoft/Graph/Model/EducationSubmissionResource.php b/src/Beta/Microsoft/Graph/Model/EducationSubmissionResource.php index d2cea9b96b0..e4ecc122ef1 100644 --- a/src/Beta/Microsoft/Graph/Model/EducationSubmissionResource.php +++ b/src/Beta/Microsoft/Graph/Model/EducationSubmissionResource.php @@ -26,7 +26,7 @@ class EducationSubmissionResource extends Entity { /** * Gets the assignmentResourceUrl - * Pointer to the assignment from which this resource was copied. If this is null, the student uploaded the resource. + * Pointer to the assignment from which the resource was copied. If the value is null, the student uploaded the resource. * * @return string|null The assignmentResourceUrl */ @@ -41,7 +41,7 @@ public function getAssignmentResourceUrl() /** * Sets the assignmentResourceUrl - * Pointer to the assignment from which this resource was copied. If this is null, the student uploaded the resource. + * Pointer to the assignment from which the resource was copied. If the value is null, the student uploaded the resource. * * @param string $val The assignmentResourceUrl * @@ -86,4 +86,32 @@ public function setResource($val) return $this; } + + /** + * Gets the dependentResources + * + * @return array|null The dependentResources + */ + public function getDependentResources() + { + if (array_key_exists("dependentResources", $this->_propDict)) { + return $this->_propDict["dependentResources"]; + } else { + return null; + } + } + + /** + * Sets the dependentResources + * + * @param EducationSubmissionResource[] $val The dependentResources + * + * @return EducationSubmissionResource + */ + public function setDependentResources($val) + { + $this->_propDict["dependentResources"] = $val; + return $this; + } + } diff --git a/src/Beta/Microsoft/Graph/Model/EducationUser.php b/src/Beta/Microsoft/Graph/Model/EducationUser.php index 76e7a78abd4..6de036ee13a 100644 --- a/src/Beta/Microsoft/Graph/Model/EducationUser.php +++ b/src/Beta/Microsoft/Graph/Model/EducationUser.php @@ -298,7 +298,7 @@ public function setExternalSource($val) /** * Gets the externalSourceDetail - * The name of the external source this resources was generated from. + * The name of the external source this resource was generated from. * * @return string|null The externalSourceDetail */ @@ -313,7 +313,7 @@ public function getExternalSourceDetail() /** * Sets the externalSourceDetail - * The name of the external source this resources was generated from. + * The name of the external source this resource was generated from. * * @param string $val The externalSourceDetail * @@ -385,7 +385,7 @@ public function setMail($val) /** * Gets the mailingAddress - * Mail address of user. Note: type and postOfficeBox are not supported for educationUser resources. + * Mail address of user. Note: type and postOfficeBox aren't supported for educationUser resources. * * @return PhysicalAddress|null The mailingAddress */ @@ -404,7 +404,7 @@ public function getMailingAddress() /** * Sets the mailingAddress - * Mail address of user. Note: type and postOfficeBox are not supported for educationUser resources. + * Mail address of user. Note: type and postOfficeBox aren't supported for educationUser resources. * * @param PhysicalAddress $val The mailingAddress * @@ -532,7 +532,7 @@ public function setOfficeLocation($val) /** * Gets the onPremisesInfo - * Additional information used to associate the AAD user with it's Active Directory counterpart. + * Additional information used to associate the Azure Active Directory user with its Active Directory counterpart. * * @return EducationOnPremisesInfo|null The onPremisesInfo */ @@ -551,7 +551,7 @@ public function getOnPremisesInfo() /** * Sets the onPremisesInfo - * Additional information used to associate the AAD user with it's Active Directory counterpart. + * Additional information used to associate the Azure Active Directory user with its Active Directory counterpart. * * @param EducationOnPremisesInfo $val The onPremisesInfo * @@ -565,7 +565,7 @@ public function setOnPremisesInfo($val) /** * Gets the passwordPolicies - * Specifies password policies for the user. See standard [user] resource for additional details. + * Specifies password policies for the user. See standard [user] resource for more details. * * @return string|null The passwordPolicies */ @@ -580,7 +580,7 @@ public function getPasswordPolicies() /** * Sets the passwordPolicies - * Specifies password policies for the user. See standard [user] resource for additional details. + * Specifies password policies for the user. See standard [user] resource for more details. * * @param string $val The passwordPolicies * @@ -594,7 +594,7 @@ public function setPasswordPolicies($val) /** * Gets the passwordProfile - * Specifies the password profile for the user. The profile contains the user's password. This property is required when a user is created. See standard [user] resource for additional details. + * Specifies the password profile for the user. The profile contains the user's password. This property is required when a user is created. See standard [user] resource for more details. * * @return PasswordProfile|null The passwordProfile */ @@ -613,7 +613,7 @@ public function getPasswordProfile() /** * Sets the passwordProfile - * Specifies the password profile for the user. The profile contains the user's password. This property is required when a user is created. See standard [user] resource for additional details. + * Specifies the password profile for the user. The profile contains the user's password. This property is required when a user is created. See standard [user] resource for more details. * * @param PasswordProfile $val The passwordProfile * @@ -750,7 +750,7 @@ public function setRefreshTokensValidFromDateTime($val) /** * Gets the residenceAddress - * Address where user lives. Note: type and postOfficeBox are not supported for educationUser resources. + * Address where user lives. Note: type and postOfficeBox aren't supported for educationUser resources. * * @return PhysicalAddress|null The residenceAddress */ @@ -769,7 +769,7 @@ public function getResidenceAddress() /** * Sets the residenceAddress - * Address where user lives. Note: type and postOfficeBox are not supported for educationUser resources. + * Address where user lives. Note: type and postOfficeBox aren't supported for educationUser resources. * * @param PhysicalAddress $val The residenceAddress * @@ -810,7 +810,7 @@ public function setShowInAddressList($val) /** * Gets the student - * If the primary role is student, this block will contain student specific data. + * If the primary role is student, this block contains student specific data. * * @return EducationStudent|null The student */ @@ -829,7 +829,7 @@ public function getStudent() /** * Sets the student - * If the primary role is student, this block will contain student specific data. + * If the primary role is student, this block contains student specific data. * * @param EducationStudent $val The student * diff --git a/src/Beta/Microsoft/Graph/Model/EmailAuthenticationMethodConfiguration.php b/src/Beta/Microsoft/Graph/Model/EmailAuthenticationMethodConfiguration.php index f1d667f6f05..ea47c611357 100644 --- a/src/Beta/Microsoft/Graph/Model/EmailAuthenticationMethodConfiguration.php +++ b/src/Beta/Microsoft/Graph/Model/EmailAuthenticationMethodConfiguration.php @@ -26,7 +26,7 @@ class EmailAuthenticationMethodConfiguration extends AuthenticationMethodConfigu { /** * Gets the allowExternalIdToUseEmailOtp - * Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who did not use public preview will automatically have email OTP enabled beginning in October 2021. + * Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use public preview will automatically have email OTP enabled beginning in October 2021. * * @return ExternalEmailOtpState|null The allowExternalIdToUseEmailOtp */ @@ -45,7 +45,7 @@ public function getAllowExternalIdToUseEmailOtp() /** * Sets the allowExternalIdToUseEmailOtp - * Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who did not use public preview will automatically have email OTP enabled beginning in October 2021. + * Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use public preview will automatically have email OTP enabled beginning in October 2021. * * @param ExternalEmailOtpState $val The allowExternalIdToUseEmailOtp * diff --git a/src/Beta/Microsoft/Graph/Model/EmailPayloadDetail.php b/src/Beta/Microsoft/Graph/Model/EmailPayloadDetail.php index 44d60dfa81c..a35c16974c2 100644 --- a/src/Beta/Microsoft/Graph/Model/EmailPayloadDetail.php +++ b/src/Beta/Microsoft/Graph/Model/EmailPayloadDetail.php @@ -81,7 +81,7 @@ public function setFromName($val) } /** * Gets the isExternalSender - * Indicates whether the sender is not from the user's organization. + * Indicates whether the sender isn't from the user's organization. * * @return bool|null The isExternalSender */ @@ -96,7 +96,7 @@ public function getIsExternalSender() /** * Sets the isExternalSender - * Indicates whether the sender is not from the user's organization. + * Indicates whether the sender isn't from the user's organization. * * @param bool $val The value of the isExternalSender * diff --git a/src/Beta/Microsoft/Graph/Model/FileAttachment.php b/src/Beta/Microsoft/Graph/Model/FileAttachment.php index 6e8efa58a0d..5702563a734 100644 --- a/src/Beta/Microsoft/Graph/Model/FileAttachment.php +++ b/src/Beta/Microsoft/Graph/Model/FileAttachment.php @@ -88,7 +88,7 @@ public function setContentId($val) /** * Gets the contentLocation - * Do not use this property as it is not supported. + * Don't use this property as it isn't supported. * * @return string|null The contentLocation */ @@ -103,7 +103,7 @@ public function getContentLocation() /** * Sets the contentLocation - * Do not use this property as it is not supported. + * Don't use this property as it isn't supported. * * @param string $val The contentLocation * diff --git a/src/Beta/Microsoft/Graph/Model/FollowupFlag.php b/src/Beta/Microsoft/Graph/Model/FollowupFlag.php index ede382422b1..72d76744c1b 100644 --- a/src/Beta/Microsoft/Graph/Model/FollowupFlag.php +++ b/src/Beta/Microsoft/Graph/Model/FollowupFlag.php @@ -59,7 +59,7 @@ public function setCompletedDateTime($val) /** * Gets the dueDateTime - * The date and time that the follow up is to be finished. Note: To set the due date, you must also specify the startDateTime; otherwise, you will get a 400 Bad Request response. + * The date and time that the follow-up is to be finished. Note: To set the due date, you must also specify the startDateTime; otherwise, you get a 400 Bad Request response. * * @return DateTimeTimeZone|null The dueDateTime */ @@ -78,7 +78,7 @@ public function getDueDateTime() /** * Sets the dueDateTime - * The date and time that the follow up is to be finished. Note: To set the due date, you must also specify the startDateTime; otherwise, you will get a 400 Bad Request response. + * The date and time that the follow-up is to be finished. Note: To set the due date, you must also specify the startDateTime; otherwise, you get a 400 Bad Request response. * * @param DateTimeTimeZone $val The value to assign to the dueDateTime * diff --git a/src/Beta/Microsoft/Graph/Model/GovernanceResource.php b/src/Beta/Microsoft/Graph/Model/GovernanceResource.php index 95d3c15222a..fbecf7341d1 100644 --- a/src/Beta/Microsoft/Graph/Model/GovernanceResource.php +++ b/src/Beta/Microsoft/Graph/Model/GovernanceResource.php @@ -298,7 +298,7 @@ public function setRoleAssignments($val) /** * Gets the roleDefinitions - * The collection of role defintions for the resource. + * The collection of role definitions for the resource. * * @return array|null The roleDefinitions */ @@ -313,7 +313,7 @@ public function getRoleDefinitions() /** * Sets the roleDefinitions - * The collection of role defintions for the resource. + * The collection of role definitions for the resource. * * @param GovernanceRoleDefinition[] $val The roleDefinitions * diff --git a/src/Beta/Microsoft/Graph/Model/GroupWritebackConfiguration.php b/src/Beta/Microsoft/Graph/Model/GroupWritebackConfiguration.php index 27a3e2ffa1b..37b020e0de3 100644 --- a/src/Beta/Microsoft/Graph/Model/GroupWritebackConfiguration.php +++ b/src/Beta/Microsoft/Graph/Model/GroupWritebackConfiguration.php @@ -25,7 +25,7 @@ class GroupWritebackConfiguration extends WritebackConfiguration { /** * Gets the onPremisesGroupType - * Indicates the target on-premise group type the cloud object will be written back as. Nullable. The possible values are: universalDistributionGroup, universalSecurityGroup, universalMailEnabledSecurityGroup.If the cloud group is a unified (Microsoft 365) group, this property can be one of the following: universalDistributionGroup, universalSecurityGroup, universalMailEnabledSecurityGroup. Azure AD security groups can be written back as universalSecurityGroup. If isEnabled or the NewUnifiedGroupWritebackDefault group setting is true but this property is not explicitly configured: Microsoft 365 groups will be written back as universalDistributionGroup by defaultSecurity groups will be written back as universalSecurityGroup by default + * Indicates the target on-premises group type the cloud object is written back as. Nullable. The possible values are: universalDistributionGroup, universalSecurityGroup, universalMailEnabledSecurityGroup.If the cloud group is a unified (Microsoft 365) group, this property can be one of the following: universalDistributionGroup, universalSecurityGroup, universalMailEnabledSecurityGroup. Azure AD security groups can be written back as universalSecurityGroup. If isEnabled or the NewUnifiedGroupWritebackDefault group setting is true but this property isn't explicitly configured: Microsoft 365 groups are written back as universalDistributionGroup by defaultSecurity groups are written back as universalSecurityGroup by default * * @return string|null The onPremisesGroupType */ @@ -40,7 +40,7 @@ public function getOnPremisesGroupType() /** * Sets the onPremisesGroupType - * Indicates the target on-premise group type the cloud object will be written back as. Nullable. The possible values are: universalDistributionGroup, universalSecurityGroup, universalMailEnabledSecurityGroup.If the cloud group is a unified (Microsoft 365) group, this property can be one of the following: universalDistributionGroup, universalSecurityGroup, universalMailEnabledSecurityGroup. Azure AD security groups can be written back as universalSecurityGroup. If isEnabled or the NewUnifiedGroupWritebackDefault group setting is true but this property is not explicitly configured: Microsoft 365 groups will be written back as universalDistributionGroup by defaultSecurity groups will be written back as universalSecurityGroup by default + * Indicates the target on-premises group type the cloud object is written back as. Nullable. The possible values are: universalDistributionGroup, universalSecurityGroup, universalMailEnabledSecurityGroup.If the cloud group is a unified (Microsoft 365) group, this property can be one of the following: universalDistributionGroup, universalSecurityGroup, universalMailEnabledSecurityGroup. Azure AD security groups can be written back as universalSecurityGroup. If isEnabled or the NewUnifiedGroupWritebackDefault group setting is true but this property isn't explicitly configured: Microsoft 365 groups are written back as universalDistributionGroup by defaultSecurity groups are written back as universalSecurityGroup by default * * @param string $val The value of the onPremisesGroupType * diff --git a/src/Beta/Microsoft/Graph/Model/HostSecurityState.php b/src/Beta/Microsoft/Graph/Model/HostSecurityState.php index a67047cd8d0..7ebc891eb83 100644 --- a/src/Beta/Microsoft/Graph/Model/HostSecurityState.php +++ b/src/Beta/Microsoft/Graph/Model/HostSecurityState.php @@ -161,7 +161,7 @@ public function setNetBiosName($val) } /** * Gets the os - * Host Operating System. (For example, Windows10, MacOS, RHEL, etc.). + * Host Operating System. (For example, Windows 10, macOS, RHEL, etc.). * * @return string|null The os */ @@ -176,7 +176,7 @@ public function getOs() /** * Sets the os - * Host Operating System. (For example, Windows10, MacOS, RHEL, etc.). + * Host Operating System. (For example, Windows 10, macOS, RHEL, etc.). * * @param string $val The value of the os * diff --git a/src/Beta/Microsoft/Graph/Model/Identity.php b/src/Beta/Microsoft/Graph/Model/Identity.php index 79a5705bc43..03a9de8a01b 100644 --- a/src/Beta/Microsoft/Graph/Model/Identity.php +++ b/src/Beta/Microsoft/Graph/Model/Identity.php @@ -25,7 +25,7 @@ class Identity extends Entity { /** * Gets the displayName - * The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. + * The display name of the identity. This property is read-only. * * @return string|null The displayName */ @@ -40,7 +40,7 @@ public function getDisplayName() /** * Sets the displayName - * The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. + * The display name of the identity. This property is read-only. * * @param string $val The value of the displayName * @@ -53,7 +53,7 @@ public function setDisplayName($val) } /** * Gets the id - * Unique identifier for the identity. + * The identifier of the identity. This property is read-only. * * @return string|null The id */ @@ -68,7 +68,7 @@ public function getId() /** * Sets the id - * Unique identifier for the identity. + * The identifier of the identity. This property is read-only. * * @param string $val The value of the id * diff --git a/src/Beta/Microsoft/Graph/Model/IdentitySet.php b/src/Beta/Microsoft/Graph/Model/IdentitySet.php index 655759bfd9f..2046ffd53d1 100644 --- a/src/Beta/Microsoft/Graph/Model/IdentitySet.php +++ b/src/Beta/Microsoft/Graph/Model/IdentitySet.php @@ -26,7 +26,7 @@ class IdentitySet extends Entity /** * Gets the application - * Optional. The application associated with this action. + * The Identity of the Application. This property is read-only. * * @return Identity|null The application */ @@ -45,7 +45,7 @@ public function getApplication() /** * Sets the application - * Optional. The application associated with this action. + * The Identity of the Application. This property is read-only. * * @param Identity $val The value to assign to the application * @@ -59,7 +59,7 @@ public function setApplication($val) /** * Gets the device - * Optional. The device associated with this action. + * The Identity of the Device. This property is read-only. * * @return Identity|null The device */ @@ -78,7 +78,7 @@ public function getDevice() /** * Sets the device - * Optional. The device associated with this action. + * The Identity of the Device. This property is read-only. * * @param Identity $val The value to assign to the device * @@ -92,7 +92,7 @@ public function setDevice($val) /** * Gets the user - * Optional. The user associated with this action. + * The Identity of the User. This property is read-only. * * @return Identity|null The user */ @@ -111,7 +111,7 @@ public function getUser() /** * Sets the user - * Optional. The user associated with this action. + * The Identity of the User. This property is read-only. * * @param Identity $val The value to assign to the user * diff --git a/src/Beta/Microsoft/Graph/Model/IncompleteData.php b/src/Beta/Microsoft/Graph/Model/IncompleteData.php index fc7dc21f94c..5fbd4efe14f 100644 --- a/src/Beta/Microsoft/Graph/Model/IncompleteData.php +++ b/src/Beta/Microsoft/Graph/Model/IncompleteData.php @@ -26,7 +26,7 @@ class IncompleteData extends Entity /** * Gets the missingDataBeforeDateTime - * The service does not have source data before the specified time. + * The service doesn't have source data before the specified time. * * @return \DateTime|null The missingDataBeforeDateTime */ @@ -45,7 +45,7 @@ public function getMissingDataBeforeDateTime() /** * Sets the missingDataBeforeDateTime - * The service does not have source data before the specified time. + * The service doesn't have source data before the specified time. * * @param \DateTime $val The value to assign to the missingDataBeforeDateTime * @@ -58,7 +58,7 @@ public function setMissingDataBeforeDateTime($val) } /** * Gets the wasThrottled - * Some data was not recorded due to excessive activity. + * Some data wasn't recorded due to excessive activity. * * @return bool|null The wasThrottled */ @@ -73,7 +73,7 @@ public function getWasThrottled() /** * Sets the wasThrottled - * Some data was not recorded due to excessive activity. + * Some data wasn't recorded due to excessive activity. * * @param bool $val The value of the wasThrottled * diff --git a/src/Beta/Microsoft/Graph/Model/Invitation.php b/src/Beta/Microsoft/Graph/Model/Invitation.php index dcbb77ae660..2f527d601b8 100644 --- a/src/Beta/Microsoft/Graph/Model/Invitation.php +++ b/src/Beta/Microsoft/Graph/Model/Invitation.php @@ -55,7 +55,7 @@ public function setInvitedUserDisplayName($val) /** * Gets the invitedUserEmailAddress - * The email address of the user being invited. Required. The following special characters are not permitted in the email address:Tilde (~)Exclamation point (!)At sign (@)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&)Asterisk (*)Parentheses (( ))Hyphen (-)Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (` + * The email address of the user being invited. Required. The following special characters aren't permitted in the email address:Tilde (~)Exclamation point (!)At sign (@)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&)Asterisk (*)Parentheses (( ))Hyphen (-)Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (` * * @return string|null The invitedUserEmailAddress */ @@ -70,7 +70,7 @@ public function getInvitedUserEmailAddress() /** * Sets the invitedUserEmailAddress - * The email address of the user being invited. Required. The following special characters are not permitted in the email address:Tilde (~)Exclamation point (!)At sign (@)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&)Asterisk (*)Parentheses (( ))Hyphen (-)Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (` + * The email address of the user being invited. Required. The following special characters aren't permitted in the email address:Tilde (~)Exclamation point (!)At sign (@)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&)Asterisk (*)Parentheses (( ))Hyphen (-)Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (` * * @param string $val The invitedUserEmailAddress * @@ -117,7 +117,7 @@ public function setInvitedUserMessageInfo($val) /** * Gets the invitedUserType - * The userType of the user being invited. By default, this is Guest. You can invite as Member if you're are company administrator. The default is false. + * The userType of the user being invited. By default, this is Guest. You can invite as Member if you're a company administrator. The default is false. * * @return string|null The invitedUserType */ @@ -132,7 +132,7 @@ public function getInvitedUserType() /** * Sets the invitedUserType - * The userType of the user being invited. By default, this is Guest. You can invite as Member if you're are company administrator. The default is false. + * The userType of the user being invited. By default, this is Guest. You can invite as Member if you're a company administrator. The default is false. * * @param string $val The invitedUserType * diff --git a/src/Beta/Microsoft/Graph/Model/InvitationRedemptionIdentityProviderConfiguration.php b/src/Beta/Microsoft/Graph/Model/InvitationRedemptionIdentityProviderConfiguration.php new file mode 100644 index 00000000000..de58a8b51ff --- /dev/null +++ b/src/Beta/Microsoft/Graph/Model/InvitationRedemptionIdentityProviderConfiguration.php @@ -0,0 +1,88 @@ +_propDict)) { + if (is_a($this->_propDict["fallbackIdentityProvider"], "\Beta\Microsoft\Graph\Model\B2bIdentityProvidersType") || is_null($this->_propDict["fallbackIdentityProvider"])) { + return $this->_propDict["fallbackIdentityProvider"]; + } else { + $this->_propDict["fallbackIdentityProvider"] = new B2bIdentityProvidersType($this->_propDict["fallbackIdentityProvider"]); + return $this->_propDict["fallbackIdentityProvider"]; + } + } + return null; + } + + /** + * Sets the fallbackIdentityProvider + * + * @param B2bIdentityProvidersType $val The value to assign to the fallbackIdentityProvider + * + * @return InvitationRedemptionIdentityProviderConfiguration The InvitationRedemptionIdentityProviderConfiguration + */ + public function setFallbackIdentityProvider($val) + { + $this->_propDict["fallbackIdentityProvider"] = $val; + return $this; + } + + /** + * Gets the primaryIdentityProviderPrecedenceOrder + * + * @return B2bIdentityProvidersType|null The primaryIdentityProviderPrecedenceOrder + */ + public function getPrimaryIdentityProviderPrecedenceOrder() + { + if (array_key_exists("primaryIdentityProviderPrecedenceOrder", $this->_propDict)) { + if (is_a($this->_propDict["primaryIdentityProviderPrecedenceOrder"], "\Beta\Microsoft\Graph\Model\B2bIdentityProvidersType") || is_null($this->_propDict["primaryIdentityProviderPrecedenceOrder"])) { + return $this->_propDict["primaryIdentityProviderPrecedenceOrder"]; + } else { + $this->_propDict["primaryIdentityProviderPrecedenceOrder"] = new B2bIdentityProvidersType($this->_propDict["primaryIdentityProviderPrecedenceOrder"]); + return $this->_propDict["primaryIdentityProviderPrecedenceOrder"]; + } + } + return null; + } + + /** + * Sets the primaryIdentityProviderPrecedenceOrder + * + * @param B2bIdentityProvidersType $val The value to assign to the primaryIdentityProviderPrecedenceOrder + * + * @return InvitationRedemptionIdentityProviderConfiguration The InvitationRedemptionIdentityProviderConfiguration + */ + public function setPrimaryIdentityProviderPrecedenceOrder($val) + { + $this->_propDict["primaryIdentityProviderPrecedenceOrder"] = $val; + return $this; + } +} diff --git a/src/Beta/Microsoft/Graph/Model/InvitedUserMessageInfo.php b/src/Beta/Microsoft/Graph/Model/InvitedUserMessageInfo.php index b5b5a6c694c..7f2628834fa 100644 --- a/src/Beta/Microsoft/Graph/Model/InvitedUserMessageInfo.php +++ b/src/Beta/Microsoft/Graph/Model/InvitedUserMessageInfo.php @@ -26,7 +26,7 @@ class InvitedUserMessageInfo extends Entity /** * Gets the ccRecipients - * Additional recipients the invitation message should be sent to. Currently only 1 additional recipient is supported. + * Additional recipients the invitation message should be sent to. Currently only one additional recipient is supported. * * @return Recipient|null The ccRecipients */ @@ -45,7 +45,7 @@ public function getCcRecipients() /** * Sets the ccRecipients - * Additional recipients the invitation message should be sent to. Currently only 1 additional recipient is supported. + * Additional recipients the invitation message should be sent to. Currently only one additional recipient is supported. * * @param Recipient $val The value to assign to the ccRecipients * diff --git a/src/Beta/Microsoft/Graph/Model/ItemRetentionLabel.php b/src/Beta/Microsoft/Graph/Model/ItemRetentionLabel.php index 8acaed5e260..b3fe15d3ec2 100644 --- a/src/Beta/Microsoft/Graph/Model/ItemRetentionLabel.php +++ b/src/Beta/Microsoft/Graph/Model/ItemRetentionLabel.php @@ -26,6 +26,7 @@ class ItemRetentionLabel extends Entity { /** * Gets the isLabelAppliedExplicitly + * Specifies whether the label is applied explicitly on the item. True indicates that the label is applied explicitly; otherwise, the label is inherited from its parent. Read-only. * * @return bool|null The isLabelAppliedExplicitly */ @@ -40,6 +41,7 @@ public function getIsLabelAppliedExplicitly() /** * Sets the isLabelAppliedExplicitly + * Specifies whether the label is applied explicitly on the item. True indicates that the label is applied explicitly; otherwise, the label is inherited from its parent. Read-only. * * @param bool $val The isLabelAppliedExplicitly * @@ -53,6 +55,7 @@ public function setIsLabelAppliedExplicitly($val) /** * Gets the labelAppliedBy + * Identity of the user who applied the label. Read-only. * * @return IdentitySet|null The labelAppliedBy */ @@ -71,6 +74,7 @@ public function getLabelAppliedBy() /** * Sets the labelAppliedBy + * Identity of the user who applied the label. Read-only. * * @param IdentitySet $val The labelAppliedBy * @@ -84,6 +88,7 @@ public function setLabelAppliedBy($val) /** * Gets the labelAppliedDateTime + * The date and time when the label was applied on the item. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. * * @return \DateTime|null The labelAppliedDateTime */ @@ -102,6 +107,7 @@ public function getLabelAppliedDateTime() /** * Sets the labelAppliedDateTime + * The date and time when the label was applied on the item. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. * * @param \DateTime $val The labelAppliedDateTime * @@ -115,6 +121,7 @@ public function setLabelAppliedDateTime($val) /** * Gets the name + * The retention label on the document. Read-write. * * @return string|null The name */ @@ -129,6 +136,7 @@ public function getName() /** * Sets the name + * The retention label on the document. Read-write. * * @param string $val The name * @@ -142,6 +150,7 @@ public function setName($val) /** * Gets the retentionSettings + * The retention settings enforced on the item. Read-write. * * @return RetentionLabelSettings|null The retentionSettings */ @@ -160,6 +169,7 @@ public function getRetentionSettings() /** * Sets the retentionSettings + * The retention settings enforced on the item. Read-write. * * @param RetentionLabelSettings $val The retentionSettings * diff --git a/src/Beta/Microsoft/Graph/Model/KeyCredentialConfiguration.php b/src/Beta/Microsoft/Graph/Model/KeyCredentialConfiguration.php index bd7af503024..92679661d48 100644 --- a/src/Beta/Microsoft/Graph/Model/KeyCredentialConfiguration.php +++ b/src/Beta/Microsoft/Graph/Model/KeyCredentialConfiguration.php @@ -25,6 +25,7 @@ class KeyCredentialConfiguration extends Entity { /** * Gets the certificateBasedApplicationConfigurationIds + * Collection of GUIDs that point to the certificateBasedApplicationConfiguration that contains the collection of allowed root and intermediate certificate authorities. * * @return string|null The certificateBasedApplicationConfigurationIds */ @@ -39,6 +40,7 @@ public function getCertificateBasedApplicationConfigurationIds() /** * Sets the certificateBasedApplicationConfigurationIds + * Collection of GUIDs that point to the certificateBasedApplicationConfiguration that contains the collection of allowed root and intermediate certificate authorities. * * @param string $val The value of the certificateBasedApplicationConfigurationIds * diff --git a/src/Beta/Microsoft/Graph/Model/KeyValue.php b/src/Beta/Microsoft/Graph/Model/KeyValue.php index 9e797ef81ae..2dfdabba03a 100644 --- a/src/Beta/Microsoft/Graph/Model/KeyValue.php +++ b/src/Beta/Microsoft/Graph/Model/KeyValue.php @@ -25,7 +25,7 @@ class KeyValue extends Entity { /** * Gets the key - * Contains the name of the field that a value is associated with. + * Key. * * @return string|null The key */ @@ -40,7 +40,7 @@ public function getKey() /** * Sets the key - * Contains the name of the field that a value is associated with. + * Key. * * @param string $val The value of the key * @@ -53,7 +53,7 @@ public function setKey($val) } /** * Gets the value - * Contains the corresponding value for the specified key. + * Value. * * @return string|null The value */ @@ -68,7 +68,7 @@ public function getValue() /** * Sets the value - * Contains the corresponding value for the specified key. + * Value. * * @param string $val The value of the value * diff --git a/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.php b/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.php index 137b94a0ab1..03e3a9f5eb8 100644 --- a/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.php +++ b/src/Beta/Microsoft/Graph/Model/LicenseAssignmentState.php @@ -81,7 +81,7 @@ public function setDisabledPlans($val) } /** * Gets the error - * License assignment failure error. If the license is assigned successfully, this field will be Null. Read-Only. The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. For more information on how to identify and resolve license assignment errors see here. + * License assignment failure error. If the license is assigned successfully, this field will be Null. Read-Only. The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. For more information on how to identify and resolve license assignment errors, see here. * * @return string|null The error */ @@ -96,7 +96,7 @@ public function getError() /** * Sets the error - * License assignment failure error. If the license is assigned successfully, this field will be Null. Read-Only. The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. For more information on how to identify and resolve license assignment errors see here. + * License assignment failure error. If the license is assigned successfully, this field will be Null. Read-Only. The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. For more information on how to identify and resolve license assignment errors, see here. * * @param string $val The value of the error * diff --git a/src/Beta/Microsoft/Graph/Model/LicenseUnitsDetail.php b/src/Beta/Microsoft/Graph/Model/LicenseUnitsDetail.php index 8ec010c8b39..938a4fd5c7f 100644 --- a/src/Beta/Microsoft/Graph/Model/LicenseUnitsDetail.php +++ b/src/Beta/Microsoft/Graph/Model/LicenseUnitsDetail.php @@ -53,7 +53,7 @@ public function setEnabled($val) } /** * Gets the lockedOut - * The number of units that are locked out because the customer cancelled their subscription of the service SKU. + * The number of units that are locked out because the customer canceled their subscription of the service SKU. * * @return int|null The lockedOut */ @@ -68,7 +68,7 @@ public function getLockedOut() /** * Sets the lockedOut - * The number of units that are locked out because the customer cancelled their subscription of the service SKU. + * The number of units that are locked out because the customer canceled their subscription of the service SKU. * * @param int $val The value of the lockedOut * @@ -81,7 +81,7 @@ public function setLockedOut($val) } /** * Gets the suspended - * The number of units that are suspended because the subscription of the service SKU has been cancelled. The units cannot be assigned but can still be reactivated before they are deleted. + * The number of units that are suspended because the subscription of the service SKU has been canceled. The units can't be assigned but can still be reactivated before they're deleted. * * @return int|null The suspended */ @@ -96,7 +96,7 @@ public function getSuspended() /** * Sets the suspended - * The number of units that are suspended because the subscription of the service SKU has been cancelled. The units cannot be assigned but can still be reactivated before they are deleted. + * The number of units that are suspended because the subscription of the service SKU has been canceled. The units can't be assigned but can still be reactivated before they're deleted. * * @param int $val The value of the suspended * @@ -109,7 +109,7 @@ public function setSuspended($val) } /** * Gets the warning - * The number of units that are in warning status. When the subscription of the service SKU has expired, the customer has a grace period to renew their subscription before it is cancelled (moved to a suspended state). + * The number of units that are in warning status. When the subscription of the service SKU has expired, the customer has a grace period to renew their subscription before it's canceled (moved to a suspended state). * * @return int|null The warning */ @@ -124,7 +124,7 @@ public function getWarning() /** * Sets the warning - * The number of units that are in warning status. When the subscription of the service SKU has expired, the customer has a grace period to renew their subscription before it is cancelled (moved to a suspended state). + * The number of units that are in warning status. When the subscription of the service SKU has expired, the customer has a grace period to renew their subscription before it's canceled (moved to a suspended state). * * @param int $val The value of the warning * diff --git a/src/Beta/Microsoft/Graph/Model/LoginPageLayoutConfiguration.php b/src/Beta/Microsoft/Graph/Model/LoginPageLayoutConfiguration.php index 6804b45df38..7fde7b143d9 100644 --- a/src/Beta/Microsoft/Graph/Model/LoginPageLayoutConfiguration.php +++ b/src/Beta/Microsoft/Graph/Model/LoginPageLayoutConfiguration.php @@ -82,7 +82,7 @@ public function setIsHeaderShown($val) /** * Gets the layoutTemplateType - * Represents the layout template to be displayed on the login page for a tenant. The possible values are default - Represents the default Microsoft layout with a centered lightbox. verticalSplit - Represents a layout with a backgound on the left side and a full-height lightbox to the right. unknownFutureValue - Evolvable enumeration sentinel value. Do not use. + * Represents the layout template to be displayed on the login page for a tenant. The possible values are default - Represents the default Microsoft layout with a centered lightbox. verticalSplit - Represents a layout with a background on the left side and a full-height lightbox to the right. unknownFutureValue - Evolvable enumeration sentinel value. Don't use. * * @return LayoutTemplateType|null The layoutTemplateType */ @@ -101,7 +101,7 @@ public function getLayoutTemplateType() /** * Sets the layoutTemplateType - * Represents the layout template to be displayed on the login page for a tenant. The possible values are default - Represents the default Microsoft layout with a centered lightbox. verticalSplit - Represents a layout with a backgound on the left side and a full-height lightbox to the right. unknownFutureValue - Evolvable enumeration sentinel value. Do not use. + * Represents the layout template to be displayed on the login page for a tenant. The possible values are default - Represents the default Microsoft layout with a centered lightbox. verticalSplit - Represents a layout with a background on the left side and a full-height lightbox to the right. unknownFutureValue - Evolvable enumeration sentinel value. Don't use. * * @param LayoutTemplateType $val The value to assign to the layoutTemplateType * diff --git a/src/Beta/Microsoft/Graph/Model/NetworkInterface.php b/src/Beta/Microsoft/Graph/Model/NetworkInterface.php index 4b923d76527..ff5b77258fa 100644 --- a/src/Beta/Microsoft/Graph/Model/NetworkInterface.php +++ b/src/Beta/Microsoft/Graph/Model/NetworkInterface.php @@ -25,7 +25,7 @@ class NetworkInterface extends Entity { /** * Gets the description - * Description of the NIC (e.g. Ethernet adapter, Wireless LAN adapter Local Area Connection, and so on). + * Description of the NIC (for example, Ethernet adapter, Wireless LAN adapter Local Area Connection, and so on). * * @return string|null The description */ @@ -40,7 +40,7 @@ public function getDescription() /** * Sets the description - * Description of the NIC (e.g. Ethernet adapter, Wireless LAN adapter Local Area Connection, and so on). + * Description of the NIC (for example, Ethernet adapter, Wireless LAN adapter Local Area Connection, and so on). * * @param string $val The value of the description * @@ -81,7 +81,7 @@ public function setIpV4Address($val) } /** * Gets the ipV6Address - * Last Public (aka global) IPv6 address associated with this NIC. + * Last Public (also known as global) IPv6 address associated with this NIC. * * @return string|null The ipV6Address */ @@ -96,7 +96,7 @@ public function getIpV6Address() /** * Sets the ipV6Address - * Last Public (aka global) IPv6 address associated with this NIC. + * Last Public (also known as global) IPv6 address associated with this NIC. * * @param string $val The value of the ipV6Address * diff --git a/src/Beta/Microsoft/Graph/Model/ObjectIdentity.php b/src/Beta/Microsoft/Graph/Model/ObjectIdentity.php index 38e0abc7583..cf9e00d08d7 100644 --- a/src/Beta/Microsoft/Graph/Model/ObjectIdentity.php +++ b/src/Beta/Microsoft/Graph/Model/ObjectIdentity.php @@ -25,7 +25,7 @@ class ObjectIdentity extends Entity { /** * Gets the issuer - * Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType is not federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For external users from other Azure AD organization, this will be the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit. + * Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType isn't federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For external users from other Azure AD organization, this is the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit. * * @return string|null The issuer */ @@ -40,7 +40,7 @@ public function getIssuer() /** * Sets the issuer - * Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType is not federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For external users from other Azure AD organization, this will be the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit. + * Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType isn't federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For external users from other Azure AD organization, this is the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit. * * @param string $val The value of the issuer * @@ -81,7 +81,7 @@ public function setIssuerAssignedId($val) } /** * Gets the signInType - * Specifies the user sign-in types in your directory, such as emailAddress, userName, federated, or userPrincipalName. federated represents a unique identifier for a user from an issuer, that can be in any format chosen by the issuer. Setting or updating a userPrincipalName identity will update the value of the userPrincipalName property on the user object. The validations performed on the userPrincipalName property on the user object, for example, verified domains and acceptable characters, will be performed when setting or updating a userPrincipalName identity. Additional validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. + * Specifies the user sign-in types in your directory, such as emailAddress, userName, federated, or userPrincipalName. federated represents a unique identifier for a user from an issuer, that can be in any format chosen by the issuer. Setting or updating a userPrincipalName identity will update the value of the userPrincipalName property on the user object. The validations performed on the userPrincipalName property on the user object, for example, verified domains and acceptable characters, will be performed when setting or updating a userPrincipalName identity. Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. * * @return string|null The signInType */ @@ -96,7 +96,7 @@ public function getSignInType() /** * Sets the signInType - * Specifies the user sign-in types in your directory, such as emailAddress, userName, federated, or userPrincipalName. federated represents a unique identifier for a user from an issuer, that can be in any format chosen by the issuer. Setting or updating a userPrincipalName identity will update the value of the userPrincipalName property on the user object. The validations performed on the userPrincipalName property on the user object, for example, verified domains and acceptable characters, will be performed when setting or updating a userPrincipalName identity. Additional validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. + * Specifies the user sign-in types in your directory, such as emailAddress, userName, federated, or userPrincipalName. federated represents a unique identifier for a user from an issuer, that can be in any format chosen by the issuer. Setting or updating a userPrincipalName identity will update the value of the userPrincipalName property on the user object. The validations performed on the userPrincipalName property on the user object, for example, verified domains and acceptable characters, will be performed when setting or updating a userPrincipalName identity. Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. * * @param string $val The value of the signInType * diff --git a/src/Beta/Microsoft/Graph/Model/OnPremisesCurrentExportData.php b/src/Beta/Microsoft/Graph/Model/OnPremisesCurrentExportData.php index 16279d8fdcb..aacfec513bd 100644 --- a/src/Beta/Microsoft/Graph/Model/OnPremisesCurrentExportData.php +++ b/src/Beta/Microsoft/Graph/Model/OnPremisesCurrentExportData.php @@ -25,7 +25,7 @@ class OnPremisesCurrentExportData extends Entity { /** * Gets the clientMachineName - * The name of the onPremises client machine which ran the last export. + * The name of the onPremises client machine that ran the last export. * * @return string|null The clientMachineName */ @@ -40,7 +40,7 @@ public function getClientMachineName() /** * Sets the clientMachineName - * The name of the onPremises client machine which ran the last export. + * The name of the onPremises client machine that ran the last export. * * @param string $val The value of the clientMachineName * @@ -137,7 +137,7 @@ public function setPendingObjectsUpdate($val) } /** * Gets the serviceAccount - * The name of the dirsync service account which is configured to connect to the directory. + * The name of the dirsync service account that is configured to connect to the directory. * * @return string|null The serviceAccount */ @@ -152,7 +152,7 @@ public function getServiceAccount() /** * Sets the serviceAccount - * The name of the dirsync service account which is configured to connect to the directory. + * The name of the dirsync service account that is configured to connect to the directory. * * @param string $val The value of the serviceAccount * @@ -193,7 +193,7 @@ public function setSuccessfulLinksProvisioningCount($val) } /** * Gets the successfulObjectsProvisioningCount - * The count of objects which were successfully provisioned during the current directory sync export run. + * The count of objects that were successfully provisioned during the current directory sync export run. * * @return int|null The successfulObjectsProvisioningCount */ @@ -208,7 +208,7 @@ public function getSuccessfulObjectsProvisioningCount() /** * Sets the successfulObjectsProvisioningCount - * The count of objects which were successfully provisioned during the current directory sync export run. + * The count of objects that were successfully provisioned during the current directory sync export run. * * @param int $val The value of the successfulObjectsProvisioningCount * diff --git a/src/Beta/Microsoft/Graph/Model/OnPremisesPublishing.php b/src/Beta/Microsoft/Graph/Model/OnPremisesPublishing.php index a9f96032d8b..7b4c8fc2c02 100644 --- a/src/Beta/Microsoft/Graph/Model/OnPremisesPublishing.php +++ b/src/Beta/Microsoft/Graph/Model/OnPremisesPublishing.php @@ -25,7 +25,7 @@ class OnPremisesPublishing extends Entity { /** * Gets the alternateUrl - * If you are configuring a traffic manager in front of multiple App Proxy applications, the alternateUrl is the user-friendly URL that will point to the traffic manager. + * If you're configuring a traffic manager in front of multiple App Proxy applications, the alternateUrl is the user-friendly URL that points to the traffic manager. * * @return string|null The alternateUrl */ @@ -40,7 +40,7 @@ public function getAlternateUrl() /** * Sets the alternateUrl - * If you are configuring a traffic manager in front of multiple App Proxy applications, the alternateUrl is the user-friendly URL that will point to the traffic manager. + * If you're configuring a traffic manager in front of multiple App Proxy applications, the alternateUrl is the user-friendly URL that points to the traffic manager. * * @param string $val The value of the alternateUrl * @@ -53,7 +53,7 @@ public function setAlternateUrl($val) } /** * Gets the applicationServerTimeout - * The duration the connector will wait for a response from the backend application before closing the connection. Possible values are default, long. When set to default, the backend application timeout has a length of 85 seconds. When set to long, the backend timeout is increased to 180 seconds. Use long if your server takes more than 85 seconds to respond to requests or if you are unable to access the application and the error status is 'Backend Timeout'. Default value is default. + * The duration the connector waits for a response from the backend application before closing the connection. Possible values are default, long. When set to default, the backend application timeout has a length of 85 seconds. When set to long, the backend timeout is increased to 180 seconds. Use long if your server takes more than 85 seconds to respond to requests or if you are unable to access the application and the error status is 'Backend Timeout'. Default value is default. * * @return string|null The applicationServerTimeout */ @@ -68,7 +68,7 @@ public function getApplicationServerTimeout() /** * Sets the applicationServerTimeout - * The duration the connector will wait for a response from the backend application before closing the connection. Possible values are default, long. When set to default, the backend application timeout has a length of 85 seconds. When set to long, the backend timeout is increased to 180 seconds. Use long if your server takes more than 85 seconds to respond to requests or if you are unable to access the application and the error status is 'Backend Timeout'. Default value is default. + * The duration the connector waits for a response from the backend application before closing the connection. Possible values are default, long. When set to default, the backend application timeout has a length of 85 seconds. When set to long, the backend timeout is increased to 180 seconds. Use long if your server takes more than 85 seconds to respond to requests or if you are unable to access the application and the error status is 'Backend Timeout'. Default value is default. * * @param string $val The value of the applicationServerTimeout * @@ -110,7 +110,7 @@ public function setApplicationType($val) /** * Gets the externalAuthenticationType - * Details the pre-authentication setting for the application. Pre-authentication enforces that users must authenticate before accessing the app. Passthru does not require authentication. Possible values are: passthru, aadPreAuthentication. + * Details the pre-authentication setting for the application. Pre-authentication enforces that users must authenticate before accessing the app. Pass through doesn't require authentication. Possible values are: passthru, aadPreAuthentication. * * @return ExternalAuthenticationType|null The externalAuthenticationType */ @@ -129,7 +129,7 @@ public function getExternalAuthenticationType() /** * Sets the externalAuthenticationType - * Details the pre-authentication setting for the application. Pre-authentication enforces that users must authenticate before accessing the app. Passthru does not require authentication. Possible values are: passthru, aadPreAuthentication. + * Details the pre-authentication setting for the application. Pre-authentication enforces that users must authenticate before accessing the app. Pass through doesn't require authentication. Possible values are: passthru, aadPreAuthentication. * * @param ExternalAuthenticationType $val The value to assign to the externalAuthenticationType * @@ -224,7 +224,7 @@ public function setIsAccessibleViaZTNAClient($val) } /** * Gets the isBackendCertificateValidationEnabled - * Indicates whether backend SSL certificate validation is enabled for the application. For all new Application Proxy apps, the property will be set to true by default. For all existing apps, the property will be set to false. + * Indicates whether backend SSL certificate validation is enabled for the application. For all new Application Proxy apps, the property is set to true by default. For all existing apps, the property is set to false. * * @return bool|null The isBackendCertificateValidationEnabled */ @@ -239,7 +239,7 @@ public function getIsBackendCertificateValidationEnabled() /** * Sets the isBackendCertificateValidationEnabled - * Indicates whether backend SSL certificate validation is enabled for the application. For all new Application Proxy apps, the property will be set to true by default. For all existing apps, the property will be set to false. + * Indicates whether backend SSL certificate validation is enabled for the application. For all new Application Proxy apps, the property is set to true by default. For all existing apps, the property is set to false. * * @param bool $val The value of the isBackendCertificateValidationEnabled * @@ -280,7 +280,7 @@ public function setIsHttpOnlyCookieEnabled($val) } /** * Gets the isOnPremPublishingEnabled - * Indicates if the application is currently being published via Application Proxy or not. This is pre-set by the system. Read-only. + * Indicates if the application is currently being published via Application Proxy or not. This is preset by the system. Read-only. * * @return bool|null The isOnPremPublishingEnabled */ @@ -295,7 +295,7 @@ public function getIsOnPremPublishingEnabled() /** * Sets the isOnPremPublishingEnabled - * Indicates if the application is currently being published via Application Proxy or not. This is pre-set by the system. Read-only. + * Indicates if the application is currently being published via Application Proxy or not. This is preset by the system. Read-only. * * @param bool $val The value of the isOnPremPublishingEnabled * @@ -392,7 +392,7 @@ public function setIsStateSessionEnabled($val) } /** * Gets the isTranslateHostHeaderEnabled - * Indicates if the application should translate urls in the reponse headers. Keep this value as true unless your application required the original host header in the authentication request. Default value is true. + * Indicates if the application should translate urls in the response headers. Keep this value as true unless your application required the original host header in the authentication request. Default value is true. * * @return bool|null The isTranslateHostHeaderEnabled */ @@ -407,7 +407,7 @@ public function getIsTranslateHostHeaderEnabled() /** * Sets the isTranslateHostHeaderEnabled - * Indicates if the application should translate urls in the reponse headers. Keep this value as true unless your application required the original host header in the authentication request. Default value is true. + * Indicates if the application should translate urls in the response headers. Keep this value as true unless your application required the original host header in the authentication request. Default value is true. * * @param bool $val The value of the isTranslateHostHeaderEnabled * diff --git a/src/Beta/Microsoft/Graph/Model/OnlineMeetingInfo.php b/src/Beta/Microsoft/Graph/Model/OnlineMeetingInfo.php index 4ed5ff4c60d..54a76827df0 100644 --- a/src/Beta/Microsoft/Graph/Model/OnlineMeetingInfo.php +++ b/src/Beta/Microsoft/Graph/Model/OnlineMeetingInfo.php @@ -53,7 +53,7 @@ public function setConferenceId($val) } /** * Gets the joinUrl - * The external link that launches the online meeting. This is a URL that clients will launch into a browser and will redirect the user to join the meeting. + * The external link that launches the online meeting. This is a URL that clients launch into a browser and will redirect the user to join the meeting. * * @return string|null The joinUrl */ @@ -68,7 +68,7 @@ public function getJoinUrl() /** * Sets the joinUrl - * The external link that launches the online meeting. This is a URL that clients will launch into a browser and will redirect the user to join the meeting. + * The external link that launches the online meeting. This is a URL that clients launch into a browser and will redirect the user to join the meeting. * * @param string $val The value of the joinUrl * @@ -114,7 +114,7 @@ public function setPhones($val) } /** * Gets the quickDial - * The pre-formatted quickdial for this call. + * The preformatted quick dial for this call. * * @return string|null The quickDial */ @@ -129,7 +129,7 @@ public function getQuickDial() /** * Sets the quickDial - * The pre-formatted quickdial for this call. + * The preformatted quick dial for this call. * * @param string $val The value of the quickDial * diff --git a/src/Beta/Microsoft/Graph/Model/OpenIdConnectProvider.php b/src/Beta/Microsoft/Graph/Model/OpenIdConnectProvider.php index f6b86682c57..4a40487340a 100644 --- a/src/Beta/Microsoft/Graph/Model/OpenIdConnectProvider.php +++ b/src/Beta/Microsoft/Graph/Model/OpenIdConnectProvider.php @@ -26,7 +26,7 @@ class OpenIdConnectProvider extends IdentityProvider { /** * Gets the claimsMapping - * After the OIDC provider sends an ID token back to Azure AD, Azure AD needs to be able to map the claims from the received token to the claims that Azure AD recognizes and uses. This complex type captures that mapping. It is a required property. + * After the OIDC provider sends an ID token back to Azure AD, Azure AD needs to be able to map the claims from the received token to the claims that Azure AD recognizes and uses. This complex type captures that mapping. It's a required property. * * @return ClaimsMapping|null The claimsMapping */ @@ -45,7 +45,7 @@ public function getClaimsMapping() /** * Sets the claimsMapping - * After the OIDC provider sends an ID token back to Azure AD, Azure AD needs to be able to map the claims from the received token to the claims that Azure AD recognizes and uses. This complex type captures that mapping. It is a required property. + * After the OIDC provider sends an ID token back to Azure AD, Azure AD needs to be able to map the claims from the received token to the claims that Azure AD recognizes and uses. This complex type captures that mapping. It's a required property. * * @param ClaimsMapping $val The claimsMapping * @@ -88,7 +88,7 @@ public function setDomainHint($val) /** * Gets the metadataUrl - * The URL for the metadata document of the OpenID Connect identity provider. Every OpenID Connect identity provider describes a metadata document that contains most of the information required to perform sign-in. This includes information such as the URLs to use and the location of the service's public signing keys. The OpenID Connect metadata document is always located at an endpoint that ends in .well-known/openid-configuration . For the OpenID Connect identity provider you are looking to add, you will need to provide the metadata URL. It is a required property and is read only after creation. + * The URL for the metadata document of the OpenID Connect identity provider. Every OpenID Connect identity provider describes a metadata document that contains most of the information required to perform sign-in. This includes information such as the URLs to use and the location of the service's public signing keys. The OpenID Connect metadata document is always located at an endpoint that ends in a well-known/openid-configuration. For the OpenID Connect identity provider you're looking to add, you need to provide the metadata URL. It's a required property and is read only after creation. * * @return string|null The metadataUrl */ @@ -103,7 +103,7 @@ public function getMetadataUrl() /** * Sets the metadataUrl - * The URL for the metadata document of the OpenID Connect identity provider. Every OpenID Connect identity provider describes a metadata document that contains most of the information required to perform sign-in. This includes information such as the URLs to use and the location of the service's public signing keys. The OpenID Connect metadata document is always located at an endpoint that ends in .well-known/openid-configuration . For the OpenID Connect identity provider you are looking to add, you will need to provide the metadata URL. It is a required property and is read only after creation. + * The URL for the metadata document of the OpenID Connect identity provider. Every OpenID Connect identity provider describes a metadata document that contains most of the information required to perform sign-in. This includes information such as the URLs to use and the location of the service's public signing keys. The OpenID Connect metadata document is always located at an endpoint that ends in a well-known/openid-configuration. For the OpenID Connect identity provider you're looking to add, you need to provide the metadata URL. It's a required property and is read only after creation. * * @param string $val The metadataUrl * @@ -117,7 +117,7 @@ public function setMetadataUrl($val) /** * Gets the responseMode - * The response mode defines the method that should be used to send the data back from the custom identity provider to Azure AD B2C. The following response modes can be used: formpost, query. query response mode means the code or token is returned as a query parameter. formpost response mode is recommended for the best security. The response is transmitted via the HTTP POST method, with the code or token being encoded in the body using the application/x-www-form-urlencoded format. It is a required property. + * The response mode defines the method that should be used to send the data back from the custom identity provider to Azure AD B2C. The following response modes can be used: formpost, query. query response mode means the code or token is returned as a query parameter. formpost response mode is recommended for the best security. The response is transmitted via the HTTP POST method, with the code or token being encoded in the body using the application/x-www-form-urlencoded format. It's a required property. * * @return OpenIdConnectResponseMode|null The responseMode */ @@ -136,7 +136,7 @@ public function getResponseMode() /** * Sets the responseMode - * The response mode defines the method that should be used to send the data back from the custom identity provider to Azure AD B2C. The following response modes can be used: formpost, query. query response mode means the code or token is returned as a query parameter. formpost response mode is recommended for the best security. The response is transmitted via the HTTP POST method, with the code or token being encoded in the body using the application/x-www-form-urlencoded format. It is a required property. + * The response mode defines the method that should be used to send the data back from the custom identity provider to Azure AD B2C. The following response modes can be used: formpost, query. query response mode means the code or token is returned as a query parameter. formpost response mode is recommended for the best security. The response is transmitted via the HTTP POST method, with the code or token being encoded in the body using the application/x-www-form-urlencoded format. It's a required property. * * @param OpenIdConnectResponseMode $val The responseMode * @@ -150,7 +150,7 @@ public function setResponseMode($val) /** * Gets the responseType - * response type describes what kind of information is sent back in the initial call to the authorizationendpoint of the custom identity provider. The following response types can be used: code , idtoken , token. It is a required property. + * response type describes what kind of information is sent back in the initial call to the authorizationendpoint of the custom identity provider. The following response types can be used: code , idtoken , token. It's a required property. * * @return OpenIdConnectResponseTypes|null The responseType */ @@ -169,7 +169,7 @@ public function getResponseType() /** * Sets the responseType - * response type describes what kind of information is sent back in the initial call to the authorizationendpoint of the custom identity provider. The following response types can be used: code , idtoken , token. It is a required property. + * response type describes what kind of information is sent back in the initial call to the authorizationendpoint of the custom identity provider. The following response types can be used: code , idtoken , token. It's a required property. * * @param OpenIdConnectResponseTypes $val The responseType * @@ -183,7 +183,7 @@ public function setResponseType($val) /** * Gets the scope - * Scope defines the information and permissions you are looking to gather from your custom identity provider. OpenID Connect requests must contain the openid scope value in order to receive the ID token from the identity provider. Without the ID token, users are not able to sign in to Azure AD B2C using the custom identity provider. Other scopes can be appended separated by space. For more details about the scope limitations see RFC6749 Section 3.3. It is a required property. + * Scope defines the information and permissions you're looking to gather from your custom identity provider. OpenID Connect requests must contain the openid scope value in order to receive the ID token from the identity provider. Without the ID token, users aren't able to sign in to Azure AD B2C using the custom identity provider. Other scopes can be appended separated by space. For more information about the scope limitations, see RFC6749 Section 3.3. It's a required property. * * @return string|null The scope */ @@ -198,7 +198,7 @@ public function getScope() /** * Sets the scope - * Scope defines the information and permissions you are looking to gather from your custom identity provider. OpenID Connect requests must contain the openid scope value in order to receive the ID token from the identity provider. Without the ID token, users are not able to sign in to Azure AD B2C using the custom identity provider. Other scopes can be appended separated by space. For more details about the scope limitations see RFC6749 Section 3.3. It is a required property. + * Scope defines the information and permissions you're looking to gather from your custom identity provider. OpenID Connect requests must contain the openid scope value in order to receive the ID token from the identity provider. Without the ID token, users aren't able to sign in to Azure AD B2C using the custom identity provider. Other scopes can be appended separated by space. For more information about the scope limitations, see RFC6749 Section 3.3. It's a required property. * * @param string $val The scope * diff --git a/src/Beta/Microsoft/Graph/Model/PermissionScope.php b/src/Beta/Microsoft/Graph/Model/PermissionScope.php index d93d052d0f9..650b2da24e4 100644 --- a/src/Beta/Microsoft/Graph/Model/PermissionScope.php +++ b/src/Beta/Microsoft/Graph/Model/PermissionScope.php @@ -109,7 +109,7 @@ public function setId($val) } /** * Gets the isEnabled - * When creating or updating a permission, this property must be set to true (which is the default). To delete a permission, this property must first be set to false. At that point, in a subsequent call, the permission may be removed. + * When you create or update a permission, this property must be set to true (which is the default). To delete a permission, this property must first be set to false. At that point, in a subsequent call, the permission may be removed. * * @return bool|null The isEnabled */ @@ -124,7 +124,7 @@ public function getIsEnabled() /** * Sets the isEnabled - * When creating or updating a permission, this property must be set to true (which is the default). To delete a permission, this property must first be set to false. At that point, in a subsequent call, the permission may be removed. + * When you create or update a permission, this property must be set to true (which is the default). To delete a permission, this property must first be set to false. At that point, in a subsequent call, the permission may be removed. * * @param bool $val The value of the isEnabled * @@ -247,7 +247,7 @@ public function setUserConsentDisplayName($val) } /** * Gets the value - * Specifies the value to include in the scp (scope) claim in access tokens. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & ' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed. May not begin with .. + * Specifies the value to include in the scp (scope) claim in access tokens. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & ' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, and characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, aren't allowed. May not begin with .. * * @return string|null The value */ @@ -262,7 +262,7 @@ public function getValue() /** * Sets the value - * Specifies the value to include in the scp (scope) claim in access tokens. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & ' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed. May not begin with .. + * Specifies the value to include in the scp (scope) claim in access tokens. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & ' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, and characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, aren't allowed. May not begin with .. * * @param string $val The value of the value * diff --git a/src/Beta/Microsoft/Graph/Model/Pkcs12Certificate.php b/src/Beta/Microsoft/Graph/Model/Pkcs12Certificate.php index c02cadeaa07..d3e27284baf 100644 --- a/src/Beta/Microsoft/Graph/Model/Pkcs12Certificate.php +++ b/src/Beta/Microsoft/Graph/Model/Pkcs12Certificate.php @@ -36,7 +36,7 @@ public function __construct($propDict = array()) /** * Gets the password - * This is the password for the pfx file. Required. If no password is used, must still provide a value of ''. + * Specifies the password for the pfx file. Required. If no password is used, must still provide a value of ''. * * @return string|null The password */ @@ -51,7 +51,7 @@ public function getPassword() /** * Sets the password - * This is the password for the pfx file. Required. If no password is used, must still provide a value of ''. + * Specifies the password for the pfx file. Required. If no password is used, must still provide a value of ''. * * @param string $val The value of the password * @@ -64,7 +64,7 @@ public function setPassword($val) } /** * Gets the pkcs12Value - * This is the field for sending pfx content. The value should be a base-64 encoded version of the actual certificate content. Required. + * Specifies the field for sending pfx content. The value should be a base-64 encoded version of the actual certificate content. Required. * * @return string|null The pkcs12Value */ @@ -79,7 +79,7 @@ public function getPkcs12Value() /** * Sets the pkcs12Value - * This is the field for sending pfx content. The value should be a base-64 encoded version of the actual certificate content. Required. + * Specifies the field for sending pfx content. The value should be a base-64 encoded version of the actual certificate content. Required. * * @param string $val The value of the pkcs12Value * diff --git a/src/Beta/Microsoft/Graph/Model/PlannerAssignedToTaskBoardTaskFormat.php b/src/Beta/Microsoft/Graph/Model/PlannerAssignedToTaskBoardTaskFormat.php index fbcd20421f6..bd07bd8dc26 100644 --- a/src/Beta/Microsoft/Graph/Model/PlannerAssignedToTaskBoardTaskFormat.php +++ b/src/Beta/Microsoft/Graph/Model/PlannerAssignedToTaskBoardTaskFormat.php @@ -59,7 +59,7 @@ public function setOrderHintsByAssignee($val) /** * Gets the unassignedOrderHint - * Hint value used to order the task on the AssignedTo view of the Task Board when the task is not assigned to anyone, or if the orderHintsByAssignee dictionary does not provide an order hint for the user the task is assigned to. The format is defined as outlined here. + * Hint value used to order the task on the AssignedTo view of the Task Board when the task isn't assigned to anyone, or if the orderHintsByAssignee dictionary doesn't provide an order hint for the user the task is assigned to. The format is defined as outlined here. * * @return string|null The unassignedOrderHint */ @@ -74,7 +74,7 @@ public function getUnassignedOrderHint() /** * Sets the unassignedOrderHint - * Hint value used to order the task on the AssignedTo view of the Task Board when the task is not assigned to anyone, or if the orderHintsByAssignee dictionary does not provide an order hint for the user the task is assigned to. The format is defined as outlined here. + * Hint value used to order the task on the AssignedTo view of the Task Board when the task isn't assigned to anyone, or if the orderHintsByAssignee dictionary doesn't provide an order hint for the user the task is assigned to. The format is defined as outlined here. * * @param string $val The unassignedOrderHint * diff --git a/src/Beta/Microsoft/Graph/Model/PlannerSharedWithContainer.php b/src/Beta/Microsoft/Graph/Model/PlannerSharedWithContainer.php index fa5a20dee30..d1747878b9b 100644 --- a/src/Beta/Microsoft/Graph/Model/PlannerSharedWithContainer.php +++ b/src/Beta/Microsoft/Graph/Model/PlannerSharedWithContainer.php @@ -26,7 +26,7 @@ class PlannerSharedWithContainer extends PlannerPlanContainer /** * Gets the accessLevel - * The maxmimum access level the shared container can provide to the plan. The possible values are: readAccess, readWriteAccess, fullAccess, unknownFutureValue. + * The maximum access level the shared container can provide to the plan. The possible values are: readAccess, readWriteAccess, fullAccess, unknownFutureValue. * * @return PlannerPlanAccessLevel|null The accessLevel */ @@ -45,7 +45,7 @@ public function getAccessLevel() /** * Sets the accessLevel - * The maxmimum access level the shared container can provide to the plan. The possible values are: readAccess, readWriteAccess, fullAccess, unknownFutureValue. + * The maximum access level the shared container can provide to the plan. The possible values are: readAccess, readWriteAccess, fullAccess, unknownFutureValue. * * @param PlannerPlanAccessLevel $val The value to assign to the accessLevel * diff --git a/src/Beta/Microsoft/Graph/Model/PlannerTaskConfiguration.php b/src/Beta/Microsoft/Graph/Model/PlannerTaskConfiguration.php index 44eba680fef..18ca46c7985 100644 --- a/src/Beta/Microsoft/Graph/Model/PlannerTaskConfiguration.php +++ b/src/Beta/Microsoft/Graph/Model/PlannerTaskConfiguration.php @@ -26,7 +26,7 @@ class PlannerTaskConfiguration extends Entity { /** * Gets the editPolicy - * Policy configuration for tasks created for the businessScenario when they are being changed outside of the scenario. + * Policy configuration for tasks created for the businessScenario when they're being changed outside of the scenario. * * @return PlannerTaskPolicy|null The editPolicy */ @@ -45,7 +45,7 @@ public function getEditPolicy() /** * Sets the editPolicy - * Policy configuration for tasks created for the businessScenario when they are being changed outside of the scenario. + * Policy configuration for tasks created for the businessScenario when they're being changed outside of the scenario. * * @param PlannerTaskPolicy $val The editPolicy * diff --git a/src/Beta/Microsoft/Graph/Model/PlannerTaskDetails.php b/src/Beta/Microsoft/Graph/Model/PlannerTaskDetails.php index 192e02b1784..a4e5a8a74ae 100644 --- a/src/Beta/Microsoft/Graph/Model/PlannerTaskDetails.php +++ b/src/Beta/Microsoft/Graph/Model/PlannerTaskDetails.php @@ -121,7 +121,7 @@ public function setDescription($val) /** * Gets the notes - * Rich text description of the task. To be used by HTML-aware clients. For backwards compatibility, a plain-text version of the HTML description will be synced to the 'description' field. If this field has not previously been set but 'description' has been, the existing description will be synchronized to 'notes' with minimal whitespace-preserving HTML markup. Setting both 'description' and 'notes' is an error and will result in an exception. + * Rich text description of the task. To be used by HTML-aware clients. For backwards compatibility, a plain-text version of the HTML description will be synced to the 'description' field. If this field hasn't previously been set but 'description' has been, the existing description is synchronized to 'notes' with minimal whitespace-preserving HTML markup. Setting both 'description' and 'notes' is an error and will result in an exception. * * @return ItemBody|null The notes */ @@ -140,7 +140,7 @@ public function getNotes() /** * Sets the notes - * Rich text description of the task. To be used by HTML-aware clients. For backwards compatibility, a plain-text version of the HTML description will be synced to the 'description' field. If this field has not previously been set but 'description' has been, the existing description will be synchronized to 'notes' with minimal whitespace-preserving HTML markup. Setting both 'description' and 'notes' is an error and will result in an exception. + * Rich text description of the task. To be used by HTML-aware clients. For backwards compatibility, a plain-text version of the HTML description will be synced to the 'description' field. If this field hasn't previously been set but 'description' has been, the existing description is synchronized to 'notes' with minimal whitespace-preserving HTML markup. Setting both 'description' and 'notes' is an error and will result in an exception. * * @param ItemBody $val The notes * diff --git a/src/Beta/Microsoft/Graph/Model/PrivilegedAccessScheduleInstance.php b/src/Beta/Microsoft/Graph/Model/PrivilegedAccessScheduleInstance.php index d54f1a86737..c1f7fc0a22a 100644 --- a/src/Beta/Microsoft/Graph/Model/PrivilegedAccessScheduleInstance.php +++ b/src/Beta/Microsoft/Graph/Model/PrivilegedAccessScheduleInstance.php @@ -26,7 +26,7 @@ class PrivilegedAccessScheduleInstance extends Entity { /** * Gets the endDateTime - * When the schedule instance ends. Required. + * When the schedule instance ends, and is required. * * @return \DateTime|null The endDateTime */ @@ -45,7 +45,7 @@ public function getEndDateTime() /** * Sets the endDateTime - * When the schedule instance ends. Required. + * When the schedule instance ends, and is required. * * @param \DateTime $val The endDateTime * @@ -59,7 +59,7 @@ public function setEndDateTime($val) /** * Gets the startDateTime - * When this instance starts. Required. + * When this instance starts, and is required. * * @return \DateTime|null The startDateTime */ @@ -78,7 +78,7 @@ public function getStartDateTime() /** * Sets the startDateTime - * When this instance starts. Required. + * When this instance starts, and is required. * * @param \DateTime $val The startDateTime * diff --git a/src/Beta/Microsoft/Graph/Model/ProvisioningStatusInfo.php b/src/Beta/Microsoft/Graph/Model/ProvisioningStatusInfo.php index eedb0e3f677..07d1de43d95 100644 --- a/src/Beta/Microsoft/Graph/Model/ProvisioningStatusInfo.php +++ b/src/Beta/Microsoft/Graph/Model/ProvisioningStatusInfo.php @@ -26,7 +26,7 @@ class ProvisioningStatusInfo extends Entity /** * Gets the errorInformation - * If status is not success/ skipped details for the error are contained in this. + * If status isn't success/ skipped details for the error are contained in this. * * @return ProvisioningErrorInfo|null The errorInformation */ @@ -45,7 +45,7 @@ public function getErrorInformation() /** * Sets the errorInformation - * If status is not success/ skipped details for the error are contained in this. + * If status isn't success/ skipped details for the error are contained in this. * * @param ProvisioningErrorInfo $val The value to assign to the errorInformation * diff --git a/src/Beta/Microsoft/Graph/Model/Reminder.php b/src/Beta/Microsoft/Graph/Model/Reminder.php index 5eeb4d1efe8..f87bf067b58 100644 --- a/src/Beta/Microsoft/Graph/Model/Reminder.php +++ b/src/Beta/Microsoft/Graph/Model/Reminder.php @@ -208,7 +208,7 @@ public function setEventSubject($val) } /** * Gets the eventWebLink - * The URL to open the event in Outlook on the web.The event will open in the browser if you are logged in to your mailbox via Outlook on the web. You will be prompted to login if you are not already logged in with the browser.This URL cannot be accessed from within an iFrame. + * The URL to open the event in Outlook on the web.The event opens in the browser if you're logged in to your mailbox via Outlook on the web. You're prompted to log in if you aren't already logged in with the browser.This URL can't be accessed from within an iFrame. * * @return string|null The eventWebLink */ @@ -223,7 +223,7 @@ public function getEventWebLink() /** * Sets the eventWebLink - * The URL to open the event in Outlook on the web.The event will open in the browser if you are logged in to your mailbox via Outlook on the web. You will be prompted to login if you are not already logged in with the browser.This URL cannot be accessed from within an iFrame. + * The URL to open the event in Outlook on the web.The event opens in the browser if you're logged in to your mailbox via Outlook on the web. You're prompted to log in if you aren't already logged in with the browser.This URL can't be accessed from within an iFrame. * * @param string $val The value of the eventWebLink * diff --git a/src/Beta/Microsoft/Graph/Model/RetentionLabelSettings.php b/src/Beta/Microsoft/Graph/Model/RetentionLabelSettings.php index 71880aafa5a..f97f7fa4550 100644 --- a/src/Beta/Microsoft/Graph/Model/RetentionLabelSettings.php +++ b/src/Beta/Microsoft/Graph/Model/RetentionLabelSettings.php @@ -26,6 +26,7 @@ class RetentionLabelSettings extends Entity /** * Gets the behaviorDuringRetentionPeriod + * Describes the item behavior during retention period. Possible values are: doNotRetain, retain, retainAsRecord, retainAsRegulatoryRecord, unknownFutureValue. Read-only. * * @return \Beta\Microsoft\Graph\SecurityNamespace\Model\BehaviorDuringRetentionPeriod|null The behaviorDuringRetentionPeriod */ @@ -44,6 +45,7 @@ public function getBehaviorDuringRetentionPeriod() /** * Sets the behaviorDuringRetentionPeriod + * Describes the item behavior during retention period. Possible values are: doNotRetain, retain, retainAsRecord, retainAsRegulatoryRecord, unknownFutureValue. Read-only. * * @param \Beta\Microsoft\Graph\SecurityNamespace\Model\BehaviorDuringRetentionPeriod $val The value to assign to the behaviorDuringRetentionPeriod * @@ -56,6 +58,7 @@ public function setBehaviorDuringRetentionPeriod($val) } /** * Gets the isContentUpdateAllowed + * Specifies whether updates to document content are allowed. Read-only. * * @return bool|null The isContentUpdateAllowed */ @@ -70,6 +73,7 @@ public function getIsContentUpdateAllowed() /** * Sets the isContentUpdateAllowed + * Specifies whether updates to document content are allowed. Read-only. * * @param bool $val The value of the isContentUpdateAllowed * @@ -82,6 +86,7 @@ public function setIsContentUpdateAllowed($val) } /** * Gets the isDeleteAllowed + * Specifies whether the document deletion is allowed. Read-only. * * @return bool|null The isDeleteAllowed */ @@ -96,6 +101,7 @@ public function getIsDeleteAllowed() /** * Sets the isDeleteAllowed + * Specifies whether the document deletion is allowed. Read-only. * * @param bool $val The value of the isDeleteAllowed * @@ -108,6 +114,7 @@ public function setIsDeleteAllowed($val) } /** * Gets the isLabelUpdateAllowed + * Specifies whether you're allowed to change the retention label on the document. Read-only. * * @return bool|null The isLabelUpdateAllowed */ @@ -122,6 +129,7 @@ public function getIsLabelUpdateAllowed() /** * Sets the isLabelUpdateAllowed + * Specifies whether you're allowed to change the retention label on the document. Read-only. * * @param bool $val The value of the isLabelUpdateAllowed * @@ -134,6 +142,7 @@ public function setIsLabelUpdateAllowed($val) } /** * Gets the isMetadataUpdateAllowed + * Specifies whether updates to the item metadata (for example, the Title field) are blocked. Read-only. * * @return bool|null The isMetadataUpdateAllowed */ @@ -148,6 +157,7 @@ public function getIsMetadataUpdateAllowed() /** * Sets the isMetadataUpdateAllowed + * Specifies whether updates to the item metadata (for example, the Title field) are blocked. Read-only. * * @param bool $val The value of the isMetadataUpdateAllowed * @@ -160,6 +170,7 @@ public function setIsMetadataUpdateAllowed($val) } /** * Gets the isRecordLocked + * Specifies whether the item is locked. Read-write. * * @return bool|null The isRecordLocked */ @@ -174,6 +185,7 @@ public function getIsRecordLocked() /** * Sets the isRecordLocked + * Specifies whether the item is locked. Read-write. * * @param bool $val The value of the isRecordLocked * diff --git a/src/Beta/Microsoft/Graph/Model/RoleManagementAlert.php b/src/Beta/Microsoft/Graph/Model/RoleManagementAlert.php index 93ef262c131..846f3b7f6de 100644 --- a/src/Beta/Microsoft/Graph/Model/RoleManagementAlert.php +++ b/src/Beta/Microsoft/Graph/Model/RoleManagementAlert.php @@ -27,7 +27,7 @@ class RoleManagementAlert extends Entity /** * Gets the alertConfigurations - * The various configurations of an alert for Azure AD roles. The configurations are pre-defined and cannot be created or deleted, but some of the configurations can be modified. + * The various configurations of an alert for Azure AD roles. The configurations are predefined and can't be created or deleted, but some of the configurations can be modified. * * @return array|null The alertConfigurations */ @@ -42,7 +42,7 @@ public function getAlertConfigurations() /** * Sets the alertConfigurations - * The various configurations of an alert for Azure AD roles. The configurations are pre-defined and cannot be created or deleted, but some of the configurations can be modified. + * The various configurations of an alert for Azure AD roles. The configurations are predefined and can't be created or deleted, but some of the configurations can be modified. * * @param UnifiedRoleManagementAlertConfiguration[] $val The alertConfigurations * diff --git a/src/Beta/Microsoft/Graph/Model/SelfServiceSignUpAuthenticationFlowConfiguration.php b/src/Beta/Microsoft/Graph/Model/SelfServiceSignUpAuthenticationFlowConfiguration.php index bd944e9b6ab..74a5fb4b237 100644 --- a/src/Beta/Microsoft/Graph/Model/SelfServiceSignUpAuthenticationFlowConfiguration.php +++ b/src/Beta/Microsoft/Graph/Model/SelfServiceSignUpAuthenticationFlowConfiguration.php @@ -25,7 +25,7 @@ class SelfServiceSignUpAuthenticationFlowConfiguration extends Entity { /** * Gets the isEnabled - * Indicates whether self-service sign-up flow is enabled or disabled. The default value is false. This property is not a key. Required. + * Indicates whether self-service sign-up flow is enabled or disabled. The default value is false. This property isn't a key. Required. * * @return bool|null The isEnabled */ @@ -40,7 +40,7 @@ public function getIsEnabled() /** * Sets the isEnabled - * Indicates whether self-service sign-up flow is enabled or disabled. The default value is false. This property is not a key. Required. + * Indicates whether self-service sign-up flow is enabled or disabled. The default value is false. This property isn't a key. Required. * * @param bool $val The value of the isEnabled * diff --git a/src/Beta/Microsoft/Graph/Model/ServiceAnnouncementBase.php b/src/Beta/Microsoft/Graph/Model/ServiceAnnouncementBase.php index 61fcc8ecd58..a01a8cc0970 100644 --- a/src/Beta/Microsoft/Graph/Model/ServiceAnnouncementBase.php +++ b/src/Beta/Microsoft/Graph/Model/ServiceAnnouncementBase.php @@ -27,7 +27,7 @@ class ServiceAnnouncementBase extends Entity /** * Gets the details - * Additional details about service event. This property doesn't support filters. + * Extra details about service event. This property doesn't support filters. * * @return array|null The details */ @@ -42,7 +42,7 @@ public function getDetails() /** * Sets the details - * Additional details about service event. This property doesn't support filters. + * Extra details about service event. This property doesn't support filters. * * @param KeyValuePair[] $val The details * diff --git a/src/Beta/Microsoft/Graph/Model/ServiceHostedMediaConfig.php b/src/Beta/Microsoft/Graph/Model/ServiceHostedMediaConfig.php index a9c6a376eb0..373c7c1b262 100644 --- a/src/Beta/Microsoft/Graph/Model/ServiceHostedMediaConfig.php +++ b/src/Beta/Microsoft/Graph/Model/ServiceHostedMediaConfig.php @@ -37,7 +37,7 @@ public function __construct($propDict = array()) /** * Gets the preFetchMedia - * The list of media to pre-fetch. + * The list of media to prefetch. * * @return MediaInfo|null The preFetchMedia */ @@ -56,7 +56,7 @@ public function getPreFetchMedia() /** * Sets the preFetchMedia - * The list of media to pre-fetch. + * The list of media to prefetch. * * @param MediaInfo $val The value to assign to the preFetchMedia * diff --git a/src/Beta/Microsoft/Graph/Model/ServiceProvisioningXmlError.php b/src/Beta/Microsoft/Graph/Model/ServiceProvisioningXmlError.php index 9fba4171810..cf5a730ca6e 100644 --- a/src/Beta/Microsoft/Graph/Model/ServiceProvisioningXmlError.php +++ b/src/Beta/Microsoft/Graph/Model/ServiceProvisioningXmlError.php @@ -36,7 +36,7 @@ public function __construct($propDict = array()) /** * Gets the errorDetail - * Error Information published by the Federated Service as an xml string . + * Error Information published by the Federated Service as an xml string. * * @return string|null The errorDetail */ @@ -51,7 +51,7 @@ public function getErrorDetail() /** * Sets the errorDetail - * Error Information published by the Federated Service as an xml string . + * Error Information published by the Federated Service as an xml string. * * @param string $val The value of the errorDetail * diff --git a/src/Beta/Microsoft/Graph/Model/SignIn.php b/src/Beta/Microsoft/Graph/Model/SignIn.php index a96b377c201..3abfb341c08 100644 --- a/src/Beta/Microsoft/Graph/Model/SignIn.php +++ b/src/Beta/Microsoft/Graph/Model/SignIn.php @@ -26,7 +26,7 @@ class SignIn extends Entity { /** * Gets the appDisplayName - * The application name displayed in the Azure Portal. Supports $filter (eq, startsWith). + * The application name displayed in the Azure portal. Supports $filter (eq, startsWith). * * @return string|null The appDisplayName */ @@ -41,7 +41,7 @@ public function getAppDisplayName() /** * Sets the appDisplayName - * The application name displayed in the Azure Portal. Supports $filter (eq, startsWith). + * The application name displayed in the Azure portal. Supports $filter (eq, startsWith). * * @param string $val The appDisplayName * @@ -269,7 +269,7 @@ public function setAuthenticationContextClassReferences($val) /** * Gets the authenticationDetails - * The result of the authentication attempt and additional details on the authentication method. + * The result of the authentication attempt and more details on the authentication method. * * @return array|null The authenticationDetails */ @@ -284,7 +284,7 @@ public function getAuthenticationDetails() /** * Sets the authenticationDetails - * The result of the authentication attempt and additional details on the authentication method. + * The result of the authentication attempt and more details on the authentication method. * * @param AuthenticationDetail[] $val The authenticationDetails * @@ -328,7 +328,7 @@ public function setAuthenticationMethodsUsed($val) /** * Gets the authenticationProcessingDetails - * Additional authentication processing details, such as the agent name in case of PTA/PHS or Server/farm name in case of federated authentication. + * Extra authentication processing details, such as the agent name for PTA/PHS or Server/farm name for federated authentication. * * @return array|null The authenticationProcessingDetails */ @@ -343,7 +343,7 @@ public function getAuthenticationProcessingDetails() /** * Sets the authenticationProcessingDetails - * Additional authentication processing details, such as the agent name in case of PTA/PHS or Server/farm name in case of federated authentication. + * Extra authentication processing details, such as the agent name for PTA/PHS or Server/farm name for federated authentication. * * @param KeyValue[] $val The authenticationProcessingDetails * @@ -664,7 +664,7 @@ public function setCreatedDateTime($val) /** * Gets the crossTenantAccessType - * Describes the type of cross-tenant access used by the actor to access the resource. Possible values are: none, b2bCollaboration, b2bDirectConnect, microsoftSupport, serviceProvider, unknownFutureValue. If the sign in did not cross tenant boundaries, the value is none. + * Describes the type of cross-tenant access used by the actor to access the resource. Possible values are: none, b2bCollaboration, b2bDirectConnect, microsoftSupport, serviceProvider, unknownFutureValue. If the sign in didn't cross tenant boundaries, the value is none. * * @return SignInAccessType|null The crossTenantAccessType */ @@ -683,7 +683,7 @@ public function getCrossTenantAccessType() /** * Sets the crossTenantAccessType - * Describes the type of cross-tenant access used by the actor to access the resource. Possible values are: none, b2bCollaboration, b2bDirectConnect, microsoftSupport, serviceProvider, unknownFutureValue. If the sign in did not cross tenant boundaries, the value is none. + * Describes the type of cross-tenant access used by the actor to access the resource. Possible values are: none, b2bCollaboration, b2bDirectConnect, microsoftSupport, serviceProvider, unknownFutureValue. If the sign in didn't cross tenant boundaries, the value is none. * * @param SignInAccessType $val The crossTenantAccessType * @@ -759,7 +759,7 @@ public function setFederatedCredentialId($val) /** * Gets the flaggedForReview - * During a failed sign in, a user may click a button in the Azure portal to mark the failed event for tenant admins. If a user clicked the button to flag the failed sign in, this value is true. + * During a failed sign in, a user may select a button in the Azure portal to mark the failed event for tenant admins. If a user clicked the button to flag the failed sign in, this value is true. * * @return bool|null The flaggedForReview */ @@ -774,7 +774,7 @@ public function getFlaggedForReview() /** * Sets the flaggedForReview - * During a failed sign in, a user may click a button in the Azure portal to mark the failed event for tenant admins. If a user clicked the button to flag the failed sign in, this value is true. + * During a failed sign in, a user may select a button in the Azure portal to mark the failed event for tenant admins. If a user clicked the button to flag the failed sign in, this value is true. * * @param bool $val The flaggedForReview * @@ -846,7 +846,7 @@ public function setHomeTenantName($val) /** * Gets the incomingTokenType - * Indicates the token types that were presented to Azure AD to authenticate the actor in the sign in. The possible values are: none, primaryRefreshToken, saml11, saml20, unknownFutureValue, remoteDesktopToken. NOTE Azure AD may have also used token types not listed in this Enum type to authenticate the actor. Do not infer the lack of a token if it is not one of the types listed. Also, please note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: remoteDesktopToken. + * Indicates the token types that were presented to Azure AD to authenticate the actor in the sign in. The possible values are: none, primaryRefreshToken, saml11, saml20, unknownFutureValue, remoteDesktopToken. NOTE Azure AD may have also used token types not listed in this Enum type to authenticate the actor. Don't infer the lack of a token if it isn't one of the types listed. Also, please note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: remoteDesktopToken. * * @return IncomingTokenType|null The incomingTokenType */ @@ -865,7 +865,7 @@ public function getIncomingTokenType() /** * Sets the incomingTokenType - * Indicates the token types that were presented to Azure AD to authenticate the actor in the sign in. The possible values are: none, primaryRefreshToken, saml11, saml20, unknownFutureValue, remoteDesktopToken. NOTE Azure AD may have also used token types not listed in this Enum type to authenticate the actor. Do not infer the lack of a token if it is not one of the types listed. Also, please note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: remoteDesktopToken. + * Indicates the token types that were presented to Azure AD to authenticate the actor in the sign in. The possible values are: none, primaryRefreshToken, saml11, saml20, unknownFutureValue, remoteDesktopToken. NOTE Azure AD may have also used token types not listed in this Enum type to authenticate the actor. Don't infer the lack of a token if it isn't one of the types listed. Also, please note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: remoteDesktopToken. * * @param IncomingTokenType $val The incomingTokenType * @@ -995,7 +995,7 @@ public function setIsTenantRestricted($val) /** * Gets the location - * The city, state, and 2 letter country code from where the sign-in occurred. Supports $filter (eq, startsWith) on city, state, and countryOrRegion properties. + * The city, state, and two letter country code from where the sign-in occurred. Supports $filter (eq, startsWith) on city, state, and countryOrRegion properties. * * @return SignInLocation|null The location */ @@ -1014,7 +1014,7 @@ public function getLocation() /** * Sets the location - * The city, state, and 2 letter country code from where the sign-in occurred. Supports $filter (eq, startsWith) on city, state, and countryOrRegion properties. + * The city, state, and two letter country code from where the sign-in occurred. Supports $filter (eq, startsWith) on city, state, and countryOrRegion properties. * * @param SignInLocation $val The location * @@ -1457,7 +1457,7 @@ public function setRiskLevelAggregated($val) /** * Gets the riskLevelDuringSignIn - * The risk level during sign-in. Possible values: none, low, medium, high, hidden, or unknownFutureValue. The value hidden means the user or sign-in was not enabled for Azure AD Identity Protection. Supports $filter (eq). Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers are returned hidden. + * The risk level during sign-in. Possible values: none, low, medium, high, hidden, or unknownFutureValue. The value hidden means the user or sign-in wasn't enabled for Azure AD Identity Protection. Supports $filter (eq). Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers are returned hidden. * * @return RiskLevel|null The riskLevelDuringSignIn */ @@ -1476,7 +1476,7 @@ public function getRiskLevelDuringSignIn() /** * Sets the riskLevelDuringSignIn - * The risk level during sign-in. Possible values: none, low, medium, high, hidden, or unknownFutureValue. The value hidden means the user or sign-in was not enabled for Azure AD Identity Protection. Supports $filter (eq). Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers are returned hidden. + * The risk level during sign-in. Possible values: none, low, medium, high, hidden, or unknownFutureValue. The value hidden means the user or sign-in wasn't enabled for Azure AD Identity Protection. Supports $filter (eq). Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers are returned hidden. * * @param RiskLevel $val The riskLevelDuringSignIn * @@ -1581,7 +1581,7 @@ public function setServicePrincipalCredentialThumbprint($val) /** * Gets the servicePrincipalId - * The application identifier used for sign-in. This field is populated when you are signing in using an application. Supports $filter (eq, startsWith). + * The application identifier used for sign-in. This field is populated when you're signing in using an application. Supports $filter (eq, startsWith). * * @return string|null The servicePrincipalId */ @@ -1596,7 +1596,7 @@ public function getServicePrincipalId() /** * Sets the servicePrincipalId - * The application identifier used for sign-in. This field is populated when you are signing in using an application. Supports $filter (eq, startsWith). + * The application identifier used for sign-in. This field is populated when you're signing in using an application. Supports $filter (eq, startsWith). * * @param string $val The servicePrincipalId * @@ -1610,7 +1610,7 @@ public function setServicePrincipalId($val) /** * Gets the servicePrincipalName - * The application name used for sign-in. This field is populated when you are signing in using an application. Supports $filter (eq, startsWith). + * The application name used for sign-in. This field is populated when you're signing in using an application. Supports $filter (eq, startsWith). * * @return string|null The servicePrincipalName */ @@ -1625,7 +1625,7 @@ public function getServicePrincipalName() /** * Sets the servicePrincipalName - * The application name used for sign-in. This field is populated when you are signing in using an application. Supports $filter (eq, startsWith). + * The application name used for sign-in. This field is populated when you're signing in using an application. Supports $filter (eq, startsWith). * * @param string $val The servicePrincipalName * @@ -1793,7 +1793,7 @@ public function setSignInTokenProtectionStatus($val) /** * Gets the status - * The sign-in status. Includes the error code and description of the error (in case of a sign-in failure). Supports $filter (eq) on errorCode property. + * The sign-in status. Includes the error code and description of the error (for a sign-in failure). Supports $filter (eq) on errorCode property. * * @return SignInStatus|null The status */ @@ -1812,7 +1812,7 @@ public function getStatus() /** * Sets the status - * The sign-in status. Includes the error code and description of the error (in case of a sign-in failure). Supports $filter (eq) on errorCode property. + * The sign-in status. Includes the error code and description of the error (for a sign-in failure). Supports $filter (eq) on errorCode property. * * @param SignInStatus $val The status * @@ -1855,7 +1855,7 @@ public function setTokenIssuerName($val) /** * Gets the tokenIssuerType - * The type of identity provider. The possible values are: AzureAD, ADFederationServices, UnknownFutureValue, AzureADBackupAuth, ADFederationServicesMFAAdapter, NPSExtension. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: AzureADBackupAuth , ADFederationServicesMFAAdapter , NPSExtension. + * The type of identity provider. The possible values are: AzureAD, ADFederationServices, UnknownFutureValue, AzureADBackupAuth, ADFederationServicesMFAAdapter, NPSExtension. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: AzureADBackupAuth , ADFederationServicesMFAAdapter , NPSExtension. * * @return TokenIssuerType|null The tokenIssuerType */ @@ -1874,7 +1874,7 @@ public function getTokenIssuerType() /** * Sets the tokenIssuerType - * The type of identity provider. The possible values are: AzureAD, ADFederationServices, UnknownFutureValue, AzureADBackupAuth, ADFederationServicesMFAAdapter, NPSExtension. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: AzureADBackupAuth , ADFederationServicesMFAAdapter , NPSExtension. + * The type of identity provider. The possible values are: AzureAD, ADFederationServices, UnknownFutureValue, AzureADBackupAuth, ADFederationServicesMFAAdapter, NPSExtension. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: AzureADBackupAuth , ADFederationServicesMFAAdapter , NPSExtension. * * @param TokenIssuerType $val The tokenIssuerType * @@ -1888,7 +1888,7 @@ public function setTokenIssuerType($val) /** * Gets the uniqueTokenIdentifier - * A unique base64 encoded request identifier used to track tokens issued by Azure AD as they are redeemed at resource providers. + * A unique base64 encoded request identifier used to track tokens issued by Azure AD as they're redeemed at resource providers. * * @return string|null The uniqueTokenIdentifier */ @@ -1903,7 +1903,7 @@ public function getUniqueTokenIdentifier() /** * Sets the uniqueTokenIdentifier - * A unique base64 encoded request identifier used to track tokens issued by Azure AD as they are redeemed at resource providers. + * A unique base64 encoded request identifier used to track tokens issued by Azure AD as they're redeemed at resource providers. * * @param string $val The uniqueTokenIdentifier * diff --git a/src/Beta/Microsoft/Graph/Model/SignInLocation.php b/src/Beta/Microsoft/Graph/Model/SignInLocation.php index 2ad318b5077..a484847d1d8 100644 --- a/src/Beta/Microsoft/Graph/Model/SignInLocation.php +++ b/src/Beta/Microsoft/Graph/Model/SignInLocation.php @@ -53,7 +53,7 @@ public function setCity($val) } /** * Gets the countryOrRegion - * Provides the country code info (2 letter code) where the sign-in originated. This is calculated using latitude/longitude information from the sign-in activity. + * Provides the country code info (two letter code) where the sign-in originated. This is calculated using latitude/longitude information from the sign-in activity. * * @return string|null The countryOrRegion */ @@ -68,7 +68,7 @@ public function getCountryOrRegion() /** * Sets the countryOrRegion - * Provides the country code info (2 letter code) where the sign-in originated. This is calculated using latitude/longitude information from the sign-in activity. + * Provides the country code info (two letter code) where the sign-in originated. This is calculated using latitude/longitude information from the sign-in activity. * * @param string $val The value of the countryOrRegion * diff --git a/src/Beta/Microsoft/Graph/Model/TiIndicator.php b/src/Beta/Microsoft/Graph/Model/TiIndicator.php index 47c7de408b1..ad81a0bde3d 100644 --- a/src/Beta/Microsoft/Graph/Model/TiIndicator.php +++ b/src/Beta/Microsoft/Graph/Model/TiIndicator.php @@ -540,7 +540,7 @@ public function setExpirationDateTime($val) /** * Gets the externalId - * An identification number that ties the indicator back to the indicator provider’s system (e.g. a foreign key). + * An identification number that ties the indicator back to the indicator provider’s system (for example, a foreign key). * * @return string|null The externalId */ @@ -555,7 +555,7 @@ public function getExternalId() /** * Sets the externalId - * An identification number that ties the indicator back to the indicator provider’s system (e.g. a foreign key). + * An identification number that ties the indicator back to the indicator provider’s system (for example, a foreign key). * * @param string $val The externalId * @@ -1004,7 +1004,7 @@ public function setLastReportedDateTime($val) /** * Gets the malwareFamilyNames - * The malware family name associated with an indicator if it exists. Microsoft prefers the Microsoft malware family name if at all possible which can be found via the Windows Defender Security Intelligence threat encyclopedia. + * The malware family name associated with an indicator if it exists. Microsoft prefers the Microsoft malware family name if at all possible that can be found via the Windows Defender Security Intelligence threat encyclopedia. * * @return array|null The malwareFamilyNames */ @@ -1019,7 +1019,7 @@ public function getMalwareFamilyNames() /** * Sets the malwareFamilyNames - * The malware family name associated with an indicator if it exists. Microsoft prefers the Microsoft malware family name if at all possible which can be found via the Windows Defender Security Intelligence threat encyclopedia. + * The malware family name associated with an indicator if it exists. Microsoft prefers the Microsoft malware family name if at all possible that can be found via the Windows Defender Security Intelligence threat encyclopedia. * * @param string[] $val The malwareFamilyNames * @@ -1438,7 +1438,7 @@ public function setNetworkSourcePort($val) /** * Gets the passiveOnly - * Determines if the indicator should trigger an event that is visible to an end-user. When set to ‘true,’ security tools will not notify the end user that a ‘hit’ has occurred. This is most often treated as audit or silent mode by security products where they will simply log that a match occurred but will not perform the action. Default value is false. + * Determines if the indicator should trigger an event that is visible to an end-user. When set to ‘true,’ security tools won't notify the end user that a ‘hit’ has occurred. This is most often treated as audit or silent mode by security products where they'll simply log that a match occurred but won't perform the action. Default value is false. * * @return bool|null The passiveOnly */ @@ -1453,7 +1453,7 @@ public function getPassiveOnly() /** * Sets the passiveOnly - * Determines if the indicator should trigger an event that is visible to an end-user. When set to ‘true,’ security tools will not notify the end user that a ‘hit’ has occurred. This is most often treated as audit or silent mode by security products where they will simply log that a match occurred but will not perform the action. Default value is false. + * Determines if the indicator should trigger an event that is visible to an end-user. When set to ‘true,’ security tools won't notify the end user that a ‘hit’ has occurred. This is most often treated as audit or silent mode by security products where they'll simply log that a match occurred but won't perform the action. Default value is false. * * @param bool $val The passiveOnly * @@ -1467,7 +1467,7 @@ public function setPassiveOnly($val) /** * Gets the severity - * An integer representing the severity of the malicious behavior identified by the data within the indicator. Acceptable values are 0 – 5 where 5 is the most severe and zero is not severe at all. Default value is 3. + * An integer representing the severity of the malicious behavior identified by the data within the indicator. Acceptable values are 0 – 5 where 5 is the most severe and zero isn't severe at all. Default value is 3. * * @return int|null The severity */ @@ -1482,7 +1482,7 @@ public function getSeverity() /** * Sets the severity - * An integer representing the severity of the malicious behavior identified by the data within the indicator. Acceptable values are 0 – 5 where 5 is the most severe and zero is not severe at all. Default value is 3. + * An integer representing the severity of the malicious behavior identified by the data within the indicator. Acceptable values are 0 – 5 where 5 is the most severe and zero isn't severe at all. Default value is 3. * * @param int $val The severity * diff --git a/src/Beta/Microsoft/Graph/Model/TimeClockSettings.php b/src/Beta/Microsoft/Graph/Model/TimeClockSettings.php index 91b9821c366..4893078f06b 100644 --- a/src/Beta/Microsoft/Graph/Model/TimeClockSettings.php +++ b/src/Beta/Microsoft/Graph/Model/TimeClockSettings.php @@ -26,7 +26,7 @@ class TimeClockSettings extends Entity /** * Gets the approvedLocation - * The aprroved location of the timeClock. + * The approved location of the timeClock. * * @return GeoCoordinates|null The approvedLocation */ @@ -45,7 +45,7 @@ public function getApprovedLocation() /** * Sets the approvedLocation - * The aprroved location of the timeClock. + * The approved location of the timeClock. * * @param GeoCoordinates $val The value to assign to the approvedLocation * diff --git a/src/Beta/Microsoft/Graph/Model/TrustFrameworkKey.php b/src/Beta/Microsoft/Graph/Model/TrustFrameworkKey.php index b7be0f237a7..01e50da3e95 100644 --- a/src/Beta/Microsoft/Graph/Model/TrustFrameworkKey.php +++ b/src/Beta/Microsoft/Graph/Model/TrustFrameworkKey.php @@ -25,7 +25,7 @@ class TrustFrameworkKey extends Entity { /** * Gets the d - * RSA Key - private exponent. Field cannot be read back. + * RSA Key - private exponent. Field can't be read back. * * @return string|null The d */ @@ -40,7 +40,7 @@ public function getD() /** * Sets the d - * RSA Key - private exponent. Field cannot be read back. + * RSA Key - private exponent. Field can't be read back. * * @param string $val The value of the d * @@ -53,7 +53,7 @@ public function setD($val) } /** * Gets the dp - * RSA Key - first exponent. Field cannot be read back. + * RSA Key - first exponent. Field can't be read back. * * @return string|null The dp */ @@ -68,7 +68,7 @@ public function getDp() /** * Sets the dp - * RSA Key - first exponent. Field cannot be read back. + * RSA Key - first exponent. Field can't be read back. * * @param string $val The value of the dp * @@ -81,7 +81,7 @@ public function setDp($val) } /** * Gets the dq - * RSA Key - second exponent. Field cannot be read back. + * RSA Key - second exponent. Field can't be read back. * * @return string|null The dq */ @@ -96,7 +96,7 @@ public function getDq() /** * Sets the dq - * RSA Key - second exponent. Field cannot be read back. + * RSA Key - second exponent. Field can't be read back. * * @param string $val The value of the dq * @@ -165,7 +165,7 @@ public function setExp($val) } /** * Gets the k - * Symmetric Key for oct key type. Field cannot be read back. + * Symmetric Key for oct key type. Field can't be read back. * * @return string|null The k */ @@ -180,7 +180,7 @@ public function getK() /** * Sets the k - * Symmetric Key for oct key type. Field cannot be read back. + * Symmetric Key for oct key type. Field can't be read back. * * @param string $val The value of the k * @@ -305,7 +305,7 @@ public function setNbf($val) } /** * Gets the p - * RSA Key - first prime. Field cannot be read back. + * RSA Key - first prime. Field can't be read back. * * @return string|null The p */ @@ -320,7 +320,7 @@ public function getP() /** * Sets the p - * RSA Key - first prime. Field cannot be read back. + * RSA Key - first prime. Field can't be read back. * * @param string $val The value of the p * @@ -333,7 +333,7 @@ public function setP($val) } /** * Gets the q - * RSA Key - second prime. Field cannot be read back. + * RSA Key - second prime. Field can't be read back. * * @return string|null The q */ @@ -348,7 +348,7 @@ public function getQ() /** * Sets the q - * RSA Key - second prime. Field cannot be read back. + * RSA Key - second prime. Field can't be read back. * * @param string $val The value of the q * @@ -361,7 +361,7 @@ public function setQ($val) } /** * Gets the qi - * RSA Key - Coefficient. Field cannot be read back. + * RSA Key - Coefficient. Field can't be read back. * * @return string|null The qi */ @@ -376,7 +376,7 @@ public function getQi() /** * Sets the qi - * RSA Key - Coefficient. Field cannot be read back. + * RSA Key - Coefficient. Field can't be read back. * * @param string $val The value of the qi * @@ -445,7 +445,7 @@ public function setX5c($val) } /** * Gets the x5t - * The x5t (X.509 certificate SHA-1 thumbprint) parameter is a base64url-encoded SHA-1 thumbprint (a.k.a. digest) of the DER encoding of an X.509 certificate RFC 5280. + * The x5t (X.509 certificate SHA-1 thumbprint) parameter is a base64url-encoded SHA-1 thumbprint (also known as digest) of the DER encoding of an X.509 certificate RFC 5280. * * @return string|null The x5t */ @@ -460,7 +460,7 @@ public function getX5t() /** * Sets the x5t - * The x5t (X.509 certificate SHA-1 thumbprint) parameter is a base64url-encoded SHA-1 thumbprint (a.k.a. digest) of the DER encoding of an X.509 certificate RFC 5280. + * The x5t (X.509 certificate SHA-1 thumbprint) parameter is a base64url-encoded SHA-1 thumbprint (also known as digest) of the DER encoding of an X.509 certificate RFC 5280. * * @param string $val The value of the x5t * diff --git a/src/Beta/Microsoft/Graph/Model/TrustedCertificateAuthorityAsEntityBase.php b/src/Beta/Microsoft/Graph/Model/TrustedCertificateAuthorityAsEntityBase.php index d0ec4d8774d..f8f008dfae6 100644 --- a/src/Beta/Microsoft/Graph/Model/TrustedCertificateAuthorityAsEntityBase.php +++ b/src/Beta/Microsoft/Graph/Model/TrustedCertificateAuthorityAsEntityBase.php @@ -27,6 +27,7 @@ class TrustedCertificateAuthorityAsEntityBase extends DirectoryObject /** * Gets the trustedCertificateAuthorities + * Collection of trusted certificate authorities. * * @return array|null The trustedCertificateAuthorities */ @@ -41,6 +42,7 @@ public function getTrustedCertificateAuthorities() /** * Sets the trustedCertificateAuthorities + * Collection of trusted certificate authorities. * * @param CertificateAuthorityAsEntity[] $val The trustedCertificateAuthorities * diff --git a/src/Beta/Microsoft/Graph/Model/UnifiedRoleManagementPolicyExpirationRule.php b/src/Beta/Microsoft/Graph/Model/UnifiedRoleManagementPolicyExpirationRule.php index 8b24e499dc4..af7813919f3 100644 --- a/src/Beta/Microsoft/Graph/Model/UnifiedRoleManagementPolicyExpirationRule.php +++ b/src/Beta/Microsoft/Graph/Model/UnifiedRoleManagementPolicyExpirationRule.php @@ -55,7 +55,7 @@ public function setIsExpirationRequired($val) /** * Gets the maximumDuration - * The maximum duration allowed for eligibility or assignment which is not permanent. Required when isExpirationRequired is true. + * The maximum duration allowed for eligibility or assignment that isn't permanent. Required when isExpirationRequired is true. * * @return \DateInterval|null The maximumDuration */ @@ -74,7 +74,7 @@ public function getMaximumDuration() /** * Sets the maximumDuration - * The maximum duration allowed for eligibility or assignment which is not permanent. Required when isExpirationRequired is true. + * The maximum duration allowed for eligibility or assignment that isn't permanent. Required when isExpirationRequired is true. * * @param \DateInterval $val The maximumDuration * diff --git a/src/Beta/Microsoft/Graph/Model/User.php b/src/Beta/Microsoft/Graph/Model/User.php index 7cb97ffc976..71b11ab165a 100644 --- a/src/Beta/Microsoft/Graph/Model/User.php +++ b/src/Beta/Microsoft/Graph/Model/User.php @@ -1735,7 +1735,7 @@ public function setPreferredDataLocation($val) /** * Gets the preferredLanguage - * The preferred language for the user. Should follow ISO 639-1 Code; for example, en-US. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). + * The preferred language for the user. The preferred language format is based on RFC 4646. The name is a combination of an ISO 639 two-letter lowercase culture code associated with the language, and an ISO 3166 two-letter uppercase subculture code associated with the country or region. Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). * * @return string|null The preferredLanguage */ @@ -1750,7 +1750,7 @@ public function getPreferredLanguage() /** * Sets the preferredLanguage - * The preferred language for the user. Should follow ISO 639-1 Code; for example, en-US. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). + * The preferred language for the user. The preferred language format is based on RFC 4646. The name is a combination of an ISO 639 two-letter lowercase culture code associated with the language, and an ISO 3166 two-letter uppercase subculture code associated with the country or region. Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). * * @param string $val The preferredLanguage * diff --git a/src/Beta/Microsoft/Graph/Model/UserFlowLanguageConfiguration.php b/src/Beta/Microsoft/Graph/Model/UserFlowLanguageConfiguration.php index 2c766f196b0..eacff0b32c9 100644 --- a/src/Beta/Microsoft/Graph/Model/UserFlowLanguageConfiguration.php +++ b/src/Beta/Microsoft/Graph/Model/UserFlowLanguageConfiguration.php @@ -85,7 +85,7 @@ public function setIsEnabled($val) /** * Gets the defaultPages - * Collection of pages with the default content to display in a user flow for a specified language. This collection does not allow any kind of modification. + * Collection of pages with the default content to display in a user flow for a specified language. This collection doesn't allow any kind of modification. * * @return array|null The defaultPages */ @@ -100,7 +100,7 @@ public function getDefaultPages() /** * Sets the defaultPages - * Collection of pages with the default content to display in a user flow for a specified language. This collection does not allow any kind of modification. + * Collection of pages with the default content to display in a user flow for a specified language. This collection doesn't allow any kind of modification. * * @param UserFlowLanguagePage[] $val The defaultPages * @@ -115,7 +115,7 @@ public function setDefaultPages($val) /** * Gets the overridesPages - * Collection of pages with the overrides messages to display in a user flow for a specified language. This collection only allows to modify the content of the page, any other modification is not allowed (creation or deletion of pages). + * Collection of pages with the overrides messages to display in a user flow for a specified language. This collection only allows to modify the content of the page, any other modification isn't allowed (creation or deletion of pages). * * @return array|null The overridesPages */ @@ -130,7 +130,7 @@ public function getOverridesPages() /** * Sets the overridesPages - * Collection of pages with the overrides messages to display in a user flow for a specified language. This collection only allows to modify the content of the page, any other modification is not allowed (creation or deletion of pages). + * Collection of pages with the overrides messages to display in a user flow for a specified language. This collection only allows to modify the content of the page, any other modification isn't allowed (creation or deletion of pages). * * @param UserFlowLanguagePage[] $val The overridesPages * diff --git a/src/Beta/Microsoft/Graph/Model/VirtualEventWebinar.php b/src/Beta/Microsoft/Graph/Model/VirtualEventWebinar.php index 2b4fa1c51f9..5c47a56ff7c 100644 --- a/src/Beta/Microsoft/Graph/Model/VirtualEventWebinar.php +++ b/src/Beta/Microsoft/Graph/Model/VirtualEventWebinar.php @@ -60,7 +60,7 @@ public function setAudience($val) /** * Gets the coOrganizers - * Identity information of co-organizers of the webinar. + * Identity information of coorganizers of the webinar. * * @return array|null The coOrganizers */ @@ -75,7 +75,7 @@ public function getCoOrganizers() /** * Sets the coOrganizers - * Identity information of co-organizers of the webinar. + * Identity information of coorganizers of the webinar. * * @param CommunicationsUserIdentity[] $val The coOrganizers * diff --git a/src/Beta/Microsoft/Graph/Model/WebApplication.php b/src/Beta/Microsoft/Graph/Model/WebApplication.php index 0f4ca7eec40..38bed804037 100644 --- a/src/Beta/Microsoft/Graph/Model/WebApplication.php +++ b/src/Beta/Microsoft/Graph/Model/WebApplication.php @@ -86,7 +86,7 @@ public function setImplicitGrantSettings($val) } /** * Gets the logoutUrl - * Specifies the URL that will be used by Microsoft's authorization service to logout an user using front-channel, back-channel or SAML logout protocols. + * Specifies the URL that will be used by Microsoft's authorization service to logout a user using front-channel, back-channel or SAML logout protocols. * * @return string|null The logoutUrl */ @@ -101,7 +101,7 @@ public function getLogoutUrl() /** * Sets the logoutUrl - * Specifies the URL that will be used by Microsoft's authorization service to logout an user using front-channel, back-channel or SAML logout protocols. + * Specifies the URL that will be used by Microsoft's authorization service to logout a user using front-channel, back-channel or SAML logout protocols. * * @param string $val The value of the logoutUrl * diff --git a/src/Beta/Microsoft/Graph/Model/WorkbookRange.php b/src/Beta/Microsoft/Graph/Model/WorkbookRange.php index 5bb70013d72..5b6ef889dd9 100644 --- a/src/Beta/Microsoft/Graph/Model/WorkbookRange.php +++ b/src/Beta/Microsoft/Graph/Model/WorkbookRange.php @@ -26,7 +26,7 @@ class WorkbookRange extends Entity { /** * Gets the address - * Represents the range reference in A1-style. Address value will contain the Sheet reference (e.g. Sheet1!A1:B4). Read-only. + * Represents the range reference in A1-style. Address value contains the Sheet reference (for example, Sheet1!A1:B4). Read-only. * * @return string|null The address */ @@ -41,7 +41,7 @@ public function getAddress() /** * Sets the address - * Represents the range reference in A1-style. Address value will contain the Sheet reference (e.g. Sheet1!A1:B4). Read-only. + * Represents the range reference in A1-style. Address value contains the Sheet reference (for example, Sheet1!A1:B4). Read-only. * * @param string $val The address * @@ -432,7 +432,7 @@ public function setRowIndex($val) /** * Gets the text - * Text values of the specified range. The Text value will not depend on the cell width. The # sign substitution that happens in Excel UI will not affect the text value returned by the API. Read-only. + * Text values of the specified range. The Text value won't depend on the cell width. The # sign substitution that happens in Excel UI won't affect the text value returned by the API. Read-only. * * @return string|null The text */ @@ -447,7 +447,7 @@ public function getText() /** * Sets the text - * Text values of the specified range. The Text value will not depend on the cell width. The # sign substitution that happens in Excel UI will not affect the text value returned by the API. Read-only. + * Text values of the specified range. The Text value won't depend on the cell width. The # sign substitution that happens in Excel UI won't affect the text value returned by the API. Read-only. * * @param string $val The text * @@ -461,7 +461,7 @@ public function setText($val) /** * Gets the values - * Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string. + * Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string. * * @return string|null The values */ @@ -476,7 +476,7 @@ public function getValues() /** * Sets the values - * Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string. + * Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string. * * @param string $val The values * diff --git a/src/Beta/Microsoft/Graph/Model/WorkbookRangeBorder.php b/src/Beta/Microsoft/Graph/Model/WorkbookRangeBorder.php index 85be3580c96..7decb34c88a 100644 --- a/src/Beta/Microsoft/Graph/Model/WorkbookRangeBorder.php +++ b/src/Beta/Microsoft/Graph/Model/WorkbookRangeBorder.php @@ -26,7 +26,7 @@ class WorkbookRangeBorder extends Entity { /** * Gets the color - * HTML color code representing the color of the border line, of the form #RRGGBB (e.g. 'FFA500') or as a named HTML color (e.g. 'orange'). + * HTML color code representing the color of the border line, of the form #RRGGBB (for example 'FFA500') or as a named HTML color (for example 'orange'). * * @return string|null The color */ @@ -41,7 +41,7 @@ public function getColor() /** * Sets the color - * HTML color code representing the color of the border line, of the form #RRGGBB (e.g. 'FFA500') or as a named HTML color (e.g. 'orange'). + * HTML color code representing the color of the border line, of the form #RRGGBB (for example 'FFA500') or as a named HTML color (for example 'orange'). * * @param string $val The color * diff --git a/src/Beta/Microsoft/Graph/Model/WorkbookSessionInfo.php b/src/Beta/Microsoft/Graph/Model/WorkbookSessionInfo.php index 091db1bc7d6..1bd015272e8 100644 --- a/src/Beta/Microsoft/Graph/Model/WorkbookSessionInfo.php +++ b/src/Beta/Microsoft/Graph/Model/WorkbookSessionInfo.php @@ -25,7 +25,7 @@ class WorkbookSessionInfo extends Entity { /** * Gets the id - * Id of the workbook session. + * ID of the workbook session. * * @return string|null The id */ @@ -40,7 +40,7 @@ public function getId() /** * Sets the id - * Id of the workbook session. + * ID of the workbook session. * * @param string $val The value of the id * diff --git a/src/Beta/Microsoft/Graph/Model/WorkbookTable.php b/src/Beta/Microsoft/Graph/Model/WorkbookTable.php index 6dc9395b00d..1e61312c24d 100644 --- a/src/Beta/Microsoft/Graph/Model/WorkbookTable.php +++ b/src/Beta/Microsoft/Graph/Model/WorkbookTable.php @@ -84,7 +84,7 @@ public function setHighlightLastColumn($val) /** * Gets the legacyId - * Legacy Id used in older Excle clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and should not be parsed to any other type. Read-only. + * Legacy Id used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. * * @return string|null The legacyId */ @@ -99,7 +99,7 @@ public function getLegacyId() /** * Sets the legacyId - * Legacy Id used in older Excle clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and should not be parsed to any other type. Read-only. + * Legacy Id used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. * * @param string $val The legacyId * @@ -287,7 +287,7 @@ public function setShowTotals($val) /** * Gets the style - * Constant value that represents the Table style. Possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified. + * Constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified. * * @return string|null The style */ @@ -302,7 +302,7 @@ public function getStyle() /** * Sets the style - * Constant value that represents the Table style. Possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified. + * Constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified. * * @param string $val The style * diff --git a/src/Beta/Microsoft/Graph/Networkaccess/Model/ConditionalAccessSettings.php b/src/Beta/Microsoft/Graph/Networkaccess/Model/ConditionalAccessSettings.php index f95cc3b0768..beb558db4c9 100644 --- a/src/Beta/Microsoft/Graph/Networkaccess/Model/ConditionalAccessSettings.php +++ b/src/Beta/Microsoft/Graph/Networkaccess/Model/ConditionalAccessSettings.php @@ -26,7 +26,7 @@ class ConditionalAccessSettings extends \Beta\Microsoft\Graph\Model\Entity { /** * Gets the signalingStatus - * When SignalingStatus is enabled, the Conditional Access policy includes zero trust network access information.The possible values are: enabled, disabled. + * When SignalingStatus is enabled, the Conditional Access policy includes zero trust network access information. The possible values are: enabled, disabled. * * @return Status|null The signalingStatus */ @@ -45,7 +45,7 @@ public function getSignalingStatus() /** * Sets the signalingStatus - * When SignalingStatus is enabled, the Conditional Access policy includes zero trust network access information.The possible values are: enabled, disabled. + * When SignalingStatus is enabled, the Conditional Access policy includes zero trust network access information. The possible values are: enabled, disabled. * * @param Status $val The signalingStatus * diff --git a/src/Beta/Microsoft/Graph/Networkaccess/Model/Connectivity.php b/src/Beta/Microsoft/Graph/Networkaccess/Model/Connectivity.php index 330565cd381..2f0a2602a6d 100644 --- a/src/Beta/Microsoft/Graph/Networkaccess/Model/Connectivity.php +++ b/src/Beta/Microsoft/Graph/Networkaccess/Model/Connectivity.php @@ -27,7 +27,7 @@ class Connectivity extends \Beta\Microsoft\Graph\Model\Entity /** * Gets the branches - * Branch represent locations for connectivity. + * Branches represent locations for connectivity. * * @return array|null The branches */ @@ -42,7 +42,7 @@ public function getBranches() /** * Sets the branches - * Branch represent locations for connectivity. + * Branches represent locations for connectivity. * * @param BranchSite[] $val The branches * diff --git a/src/Beta/Microsoft/Graph/Networkaccess/Model/M365ForwardingRule.php b/src/Beta/Microsoft/Graph/Networkaccess/Model/M365ForwardingRule.php index 8202ec454c9..6e6e191fb34 100644 --- a/src/Beta/Microsoft/Graph/Networkaccess/Model/M365ForwardingRule.php +++ b/src/Beta/Microsoft/Graph/Networkaccess/Model/M365ForwardingRule.php @@ -26,7 +26,7 @@ class M365ForwardingRule extends ForwardingRule { /** * Gets the category - * Defines the category of Office 365 traffic used by a forwarding rule for M365 traffic (e.g., optimized traffic) .The possible values are: default, optimized, allow. + * Defines the category of Office 365 traffic used by a forwarding rule for Microsoft 365 traffic (for example, optimized traffic). The possible values are: default, optimized, allow. * * @return ForwardingCategory|null The category */ @@ -45,7 +45,7 @@ public function getCategory() /** * Sets the category - * Defines the category of Office 365 traffic used by a forwarding rule for M365 traffic (e.g., optimized traffic) .The possible values are: default, optimized, allow. + * Defines the category of Office 365 traffic used by a forwarding rule for Microsoft 365 traffic (for example, optimized traffic). The possible values are: default, optimized, allow. * * @param ForwardingCategory $val The category * @@ -59,7 +59,7 @@ public function setCategory($val) /** * Gets the ports - * The port(s) used by a forwarding rule for M365 traffic are specified to determine the specific network port(s) through which the Microsoft 365 traffic is directed and forwarded. + * The port(s) used by a forwarding rule for Microsoft 365 traffic are specified to determine the specific network port(s) through which the Microsoft 365 traffic is directed and forwarded. * * @return array|null The ports */ @@ -74,7 +74,7 @@ public function getPorts() /** * Sets the ports - * The port(s) used by a forwarding rule for M365 traffic are specified to determine the specific network port(s) through which the Microsoft 365 traffic is directed and forwarded. + * The port(s) used by a forwarding rule for Microsoft 365 traffic are specified to determine the specific network port(s) through which the Microsoft 365 traffic is directed and forwarded. * * @param string[] $val The ports * @@ -88,7 +88,7 @@ public function setPorts($val) /** * Gets the protocol - * Defines the networking protocol type used by a forwarding rule for M365 traffic .The possible values are: ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII + * Defines the networking protocol type used by a forwarding rule for Microsoft 365 traffic. The possible values are: ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII * * @return NetworkingProtocol|null The protocol */ @@ -107,7 +107,7 @@ public function getProtocol() /** * Sets the protocol - * Defines the networking protocol type used by a forwarding rule for M365 traffic .The possible values are: ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII + * Defines the networking protocol type used by a forwarding rule for Microsoft 365 traffic. The possible values are: ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII * * @param NetworkingProtocol $val The protocol * diff --git a/src/Beta/Microsoft/Graph/Networkaccess/Model/Profile.php b/src/Beta/Microsoft/Graph/Networkaccess/Model/Profile.php index f84dea3b1b6..b214861dd21 100644 --- a/src/Beta/Microsoft/Graph/Networkaccess/Model/Profile.php +++ b/src/Beta/Microsoft/Graph/Networkaccess/Model/Profile.php @@ -117,7 +117,7 @@ public function setName($val) /** * Gets the state - * Profile state.The possible values are: enabled, disabled. + * Profile state. The possible values are: enabled, disabled. * * @return Status|null The state */ @@ -136,7 +136,7 @@ public function getState() /** * Sets the state - * Profile state.The possible values are: enabled, disabled. + * Profile state. The possible values are: enabled, disabled. * * @param Status $val The state * diff --git a/src/Beta/Microsoft/Graph/Networkaccess/Model/TenantStatus.php b/src/Beta/Microsoft/Graph/Networkaccess/Model/TenantStatus.php index abd3b80f1c3..398fe36fc07 100644 --- a/src/Beta/Microsoft/Graph/Networkaccess/Model/TenantStatus.php +++ b/src/Beta/Microsoft/Graph/Networkaccess/Model/TenantStatus.php @@ -26,7 +26,7 @@ class TenantStatus extends \Beta\Microsoft\Graph\Model\Entity { /** * Gets the onboardingErrorMessage - * Reflects a message to the user in case of an error. + * Reflects a message to the user if there's an error. * * @return string|null The onboardingErrorMessage */ @@ -41,7 +41,7 @@ public function getOnboardingErrorMessage() /** * Sets the onboardingErrorMessage - * Reflects a message to the user in case of an error. + * Reflects a message to the user if there's an error. * * @param string $val The onboardingErrorMessage * diff --git a/src/Beta/Microsoft/Graph/Search/Model/Qna.php b/src/Beta/Microsoft/Graph/Search/Model/Qna.php index c1c1643c385..8f0629c031f 100644 --- a/src/Beta/Microsoft/Graph/Search/Model/Qna.php +++ b/src/Beta/Microsoft/Graph/Search/Model/Qna.php @@ -26,7 +26,7 @@ class Qna extends SearchAnswer { /** * Gets the availabilityEndDateTime - * Timestamp of when the qna will stop to appear as a search result. Set as null for always available. + * Timestamp of when the qna stops to appear as a search result. Set as null for always available. * * @return \DateTime|null The availabilityEndDateTime */ @@ -45,7 +45,7 @@ public function getAvailabilityEndDateTime() /** * Sets the availabilityEndDateTime - * Timestamp of when the qna will stop to appear as a search result. Set as null for always available. + * Timestamp of when the qna stops to appear as a search result. Set as null for always available. * * @param \DateTime $val The availabilityEndDateTime * @@ -59,7 +59,7 @@ public function setAvailabilityEndDateTime($val) /** * Gets the availabilityStartDateTime - * Timestamp of when the qna will start to appear as a search result. Set as null for always available. + * Timestamp of when the qna starts to appear as a search result. Set as null for always available. * * @return \DateTime|null The availabilityStartDateTime */ @@ -78,7 +78,7 @@ public function getAvailabilityStartDateTime() /** * Sets the availabilityStartDateTime - * Timestamp of when the qna will start to appear as a search result. Set as null for always available. + * Timestamp of when the qna starts to appear as a search result. Set as null for always available. * * @param \DateTime $val The availabilityStartDateTime * @@ -121,7 +121,7 @@ public function setGroupIds($val) /** * Gets the isSuggested - * True if this qna was suggested to the admin by a user or was mined and suggested by Microsoft. Read-only. + * True if a user or Microsoft suggested this qna to the admin. Read-only. * * @return bool|null The isSuggested */ @@ -136,7 +136,7 @@ public function getIsSuggested() /** * Sets the isSuggested - * True if this qna was suggested to the admin by a user or was mined and suggested by Microsoft. Read-only. + * True if a user or Microsoft suggested this qna to the admin. Read-only. * * @param bool $val The isSuggested * @@ -276,7 +276,7 @@ public function setState($val) /** * Gets the targetedVariations - * Variations of a qna for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings will apply to all variations. + * Variations of a qna for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations. * * @return array|null The targetedVariations */ @@ -291,7 +291,7 @@ public function getTargetedVariations() /** * Sets the targetedVariations - * Variations of a qna for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings will apply to all variations. + * Variations of a qna for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations. * * @param AnswerVariant[] $val The targetedVariations * diff --git a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/DataSource.php b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/DataSource.php index 76d2e36be5c..214dd4e8b63 100644 --- a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/DataSource.php +++ b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/DataSource.php @@ -92,7 +92,7 @@ public function setCreatedDateTime($val) /** * Gets the displayName - * The display name of the dataSource. This will be the name of the SharePoint site. + * The display name of the dataSource and is the name of the SharePoint site. * * @return string|null The displayName */ @@ -107,7 +107,7 @@ public function getDisplayName() /** * Sets the displayName - * The display name of the dataSource. This will be the name of the SharePoint site. + * The display name of the dataSource and is the name of the SharePoint site. * * @param string $val The displayName * diff --git a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/DeviceEvidence.php b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/DeviceEvidence.php index 0e144c419ed..731e0882fea 100644 --- a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/DeviceEvidence.php +++ b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/DeviceEvidence.php @@ -148,7 +148,7 @@ public function setFirstSeenDateTime($val) /** * Gets the healthStatus - * The health state of the device.The possible values are: active, inactive, impairedCommunication, noSensorData, noSensorDataImpairedCommunication, unknown, unknownFutureValue. + * The health state of the device. The possible values are: active, inactive, impairedCommunication, noSensorData, noSensorDataImpairedCommunication, unknown, unknownFutureValue. * * @return DeviceHealthStatus|null The healthStatus */ @@ -167,7 +167,7 @@ public function getHealthStatus() /** * Sets the healthStatus - * The health state of the device.The possible values are: active, inactive, impairedCommunication, noSensorData, noSensorDataImpairedCommunication, unknown, unknownFutureValue. + * The health state of the device. The possible values are: active, inactive, impairedCommunication, noSensorData, noSensorDataImpairedCommunication, unknown, unknownFutureValue. * * @param DeviceHealthStatus $val The value to assign to the healthStatus * @@ -270,7 +270,7 @@ public function setMdeDeviceId($val) /** * Gets the onboardingStatus - * The status of the machine onboarding to Microsoft Defender for Endpoint.The possible values are: insufficientInfo, onboarded, canBeOnboarded, unsupported, unknownFutureValue. + * The status of the machine onboarding to Microsoft Defender for Endpoint. The possible values are: insufficientInfo, onboarded, canBeOnboarded, unsupported, unknownFutureValue. * * @return OnboardingStatus|null The onboardingStatus */ @@ -289,7 +289,7 @@ public function getOnboardingStatus() /** * Sets the onboardingStatus - * The status of the machine onboarding to Microsoft Defender for Endpoint.The possible values are: insufficientInfo, onboarded, canBeOnboarded, unsupported, unknownFutureValue. + * The status of the machine onboarding to Microsoft Defender for Endpoint. The possible values are: insufficientInfo, onboarded, canBeOnboarded, unsupported, unknownFutureValue. * * @param OnboardingStatus $val The value to assign to the onboardingStatus * @@ -358,7 +358,7 @@ public function setOsPlatform($val) } /** * Gets the rbacGroupId - * The ID of the role-based access control (RBAC) device group. + * The ID of the role-based access control device group. * * @return int|null The rbacGroupId */ @@ -373,7 +373,7 @@ public function getRbacGroupId() /** * Sets the rbacGroupId - * The ID of the role-based access control (RBAC) device group. + * The ID of the role-based access control device group. * * @param int $val The value of the rbacGroupId * @@ -386,7 +386,7 @@ public function setRbacGroupId($val) } /** * Gets the rbacGroupName - * The name of the RBAC device group. + * The name of the role-based access control device group. * * @return string|null The rbacGroupName */ @@ -401,7 +401,7 @@ public function getRbacGroupName() /** * Sets the rbacGroupName - * The name of the RBAC device group. + * The name of the role-based access control device group. * * @param string $val The value of the rbacGroupName * diff --git a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/DowngradeJustification.php b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/DowngradeJustification.php index 5883f7d246a..71cadac1172 100644 --- a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/DowngradeJustification.php +++ b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/DowngradeJustification.php @@ -25,7 +25,7 @@ class DowngradeJustification extends \Beta\Microsoft\Graph\Model\Entity { /** * Gets the isDowngradeJustified - * Indicates whether the downgrade is or is not justified. + * Indicates whether the downgrade is or isn't justified. * * @return bool|null The isDowngradeJustified */ @@ -40,7 +40,7 @@ public function getIsDowngradeJustified() /** * Sets the isDowngradeJustified - * Indicates whether the downgrade is or is not justified. + * Indicates whether the downgrade is or isn't justified. * * @param bool $val The value of the isDowngradeJustified * @@ -53,7 +53,7 @@ public function setIsDowngradeJustified($val) } /** * Gets the justificationMessage - * Message that indicates why a downgrade is justified. The message will appear in administrative logs. + * Message that indicates why a downgrade is justified. The message appears in administrative logs. * * @return string|null The justificationMessage */ @@ -68,7 +68,7 @@ public function getJustificationMessage() /** * Sets the justificationMessage - * Message that indicates why a downgrade is justified. The message will appear in administrative logs. + * Message that indicates why a downgrade is justified. The message appears in administrative logs. * * @param string $val The value of the justificationMessage * diff --git a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/EdiscoveryExportOperation.php b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/EdiscoveryExportOperation.php index 3f9dd145562..932ccfc6da4 100644 --- a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/EdiscoveryExportOperation.php +++ b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/EdiscoveryExportOperation.php @@ -137,7 +137,7 @@ public function setExportFileMetadata($val) /** * Gets the exportOptions - * The options provided for the export. For more details, see reviewSet: export. Possible values are: originalFiles, text, pdfReplacement, fileInfo, tags. The fileInfo member is deprecated and will stop returning data on April 30th, 2023. Going forward, the summary and load file are always included. + * The options provided for the export. For more information, see reviewSet: export. Possible values are: originalFiles, text, pdfReplacement, fileInfo, tags. The fileInfo member is deprecated and will stop returning data on April 30, 2023. Going forward, the summary and load file are always included. * * @return ExportOptions|null The exportOptions */ @@ -156,7 +156,7 @@ public function getExportOptions() /** * Sets the exportOptions - * The options provided for the export. For more details, see reviewSet: export. Possible values are: originalFiles, text, pdfReplacement, fileInfo, tags. The fileInfo member is deprecated and will stop returning data on April 30th, 2023. Going forward, the summary and load file are always included. + * The options provided for the export. For more information, see reviewSet: export. Possible values are: originalFiles, text, pdfReplacement, fileInfo, tags. The fileInfo member is deprecated and will stop returning data on April 30, 2023. Going forward, the summary and load file are always included. * * @param ExportOptions $val The exportOptions * @@ -170,7 +170,7 @@ public function setExportOptions($val) /** * Gets the exportStructure - * The options provided that specify the structure of the export. For more details, see reviewSet: export. Possible values are: none, directory, pst. + * The options provided that specify the structure of the export. For more information, see reviewSet: export. Possible values are: none, directory, pst. * * @return ExportFileStructure|null The exportStructure */ @@ -189,7 +189,7 @@ public function getExportStructure() /** * Sets the exportStructure - * The options provided that specify the structure of the export. For more details, see reviewSet: export. Possible values are: none, directory, pst. + * The options provided that specify the structure of the export. For more information, see reviewSet: export. Possible values are: none, directory, pst. * * @param ExportFileStructure $val The exportStructure * @@ -292,7 +292,7 @@ public function setReviewSet($val) /** * Gets the reviewSetQuery - * The review set query which is used to filter the documents for export. + * The review set query that is used to filter the documents for export. * * @return EdiscoveryReviewSetQuery|null The reviewSetQuery */ @@ -311,7 +311,7 @@ public function getReviewSetQuery() /** * Sets the reviewSetQuery - * The review set query which is used to filter the documents for export. + * The review set query that is used to filter the documents for export. * * @param EdiscoveryReviewSetQuery $val The reviewSetQuery * diff --git a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/EmailThreatSubmission.php b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/EmailThreatSubmission.php index aa167cc1d13..1997fbf319a 100644 --- a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/EmailThreatSubmission.php +++ b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/EmailThreatSubmission.php @@ -26,7 +26,7 @@ class EmailThreatSubmission extends ThreatSubmission { /** * Gets the attackSimulationInfo - * If the email is phishing simulation, this field will not be null. + * If the email is phishing simulation, this field won't be null. * * @return AttackSimulationInfo|null The attackSimulationInfo */ @@ -45,7 +45,7 @@ public function getAttackSimulationInfo() /** * Sets the attackSimulationInfo - * If the email is phishing simulation, this field will not be null. + * If the email is phishing simulation, this field won't be null. * * @param AttackSimulationInfo $val The attackSimulationInfo * @@ -59,7 +59,7 @@ public function setAttackSimulationInfo($val) /** * Gets the internetMessageId - * Specifies the internet message id of the email being submitted. This information is present in the email header. + * Specifies the internet message ID of the email being submitted. This information is present in the email header. * * @return string|null The internetMessageId */ @@ -74,7 +74,7 @@ public function getInternetMessageId() /** * Sets the internetMessageId - * Specifies the internet message id of the email being submitted. This information is present in the email header. + * Specifies the internet message ID of the email being submitted. This information is present in the email header. * * @param string $val The internetMessageId * @@ -241,7 +241,7 @@ public function setSenderIP($val) /** * Gets the subject - * Specifies the subject of the email . + * Specifies the subject of the email. * * @return string|null The subject */ @@ -256,7 +256,7 @@ public function getSubject() /** * Sets the subject - * Specifies the subject of the email . + * Specifies the subject of the email. * * @param string $val The subject * @@ -270,7 +270,7 @@ public function setSubject($val) /** * Gets the tenantAllowOrBlockListAction - * It is used to automatically add allows for the components such as URL, file, sender; which are deemed bad by Microsoft so that similar messages in the future can be allowed. + * It's used to automatically add allows for the components such as URL, file, sender; which are deemed bad by Microsoft so that similar messages in the future can be allowed. * * @return TenantAllowOrBlockListAction|null The tenantAllowOrBlockListAction */ @@ -289,7 +289,7 @@ public function getTenantAllowOrBlockListAction() /** * Sets the tenantAllowOrBlockListAction - * It is used to automatically add allows for the components such as URL, file, sender; which are deemed bad by Microsoft so that similar messages in the future can be allowed. + * It's used to automatically add allows for the components such as URL, file, sender; which are deemed bad by Microsoft so that similar messages in the future can be allowed. * * @param TenantAllowOrBlockListAction $val The tenantAllowOrBlockListAction * diff --git a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/Host.php b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/Host.php index 52013e76d16..1cfa7afbfab 100644 --- a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/Host.php +++ b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/Host.php @@ -300,6 +300,34 @@ public function setPassiveDnsReverse($val) return $this; } + + /** + * Gets the ports + * + * @return array|null The ports + */ + public function getPorts() + { + if (array_key_exists("ports", $this->_propDict)) { + return $this->_propDict["ports"]; + } else { + return null; + } + } + + /** + * Sets the ports + * + * @param HostPort[] $val The ports + * + * @return Host + */ + public function setPorts($val) + { + $this->_propDict["ports"] = $val; + return $this; + } + /** * Gets the reputation * Represents a calculated reputation of this host. diff --git a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostPort.php b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostPort.php new file mode 100644 index 00000000000..21bef185ed2 --- /dev/null +++ b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostPort.php @@ -0,0 +1,354 @@ +_propDict)) { + return $this->_propDict["banners"]; + } else { + return null; + } + } + + /** + * Sets the banners + * + * @param HostPortBanner[] $val The banners + * + * @return HostPort + */ + public function setBanners($val) + { + $this->_propDict["banners"] = $val; + return $this; + } + + /** + * Gets the firstSeenDateTime + * + * @return \DateTime|null The firstSeenDateTime + */ + public function getFirstSeenDateTime() + { + if (array_key_exists("firstSeenDateTime", $this->_propDict)) { + if (is_a($this->_propDict["firstSeenDateTime"], "\DateTime") || is_null($this->_propDict["firstSeenDateTime"])) { + return $this->_propDict["firstSeenDateTime"]; + } else { + $this->_propDict["firstSeenDateTime"] = new \DateTime($this->_propDict["firstSeenDateTime"]); + return $this->_propDict["firstSeenDateTime"]; + } + } + return null; + } + + /** + * Sets the firstSeenDateTime + * + * @param \DateTime $val The firstSeenDateTime + * + * @return HostPort + */ + public function setFirstSeenDateTime($val) + { + $this->_propDict["firstSeenDateTime"] = $val; + return $this; + } + + /** + * Gets the lastScanDateTime + * + * @return \DateTime|null The lastScanDateTime + */ + public function getLastScanDateTime() + { + if (array_key_exists("lastScanDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastScanDateTime"], "\DateTime") || is_null($this->_propDict["lastScanDateTime"])) { + return $this->_propDict["lastScanDateTime"]; + } else { + $this->_propDict["lastScanDateTime"] = new \DateTime($this->_propDict["lastScanDateTime"]); + return $this->_propDict["lastScanDateTime"]; + } + } + return null; + } + + /** + * Sets the lastScanDateTime + * + * @param \DateTime $val The lastScanDateTime + * + * @return HostPort + */ + public function setLastScanDateTime($val) + { + $this->_propDict["lastScanDateTime"] = $val; + return $this; + } + + /** + * Gets the lastSeenDateTime + * + * @return \DateTime|null The lastSeenDateTime + */ + public function getLastSeenDateTime() + { + if (array_key_exists("lastSeenDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastSeenDateTime"], "\DateTime") || is_null($this->_propDict["lastSeenDateTime"])) { + return $this->_propDict["lastSeenDateTime"]; + } else { + $this->_propDict["lastSeenDateTime"] = new \DateTime($this->_propDict["lastSeenDateTime"]); + return $this->_propDict["lastSeenDateTime"]; + } + } + return null; + } + + /** + * Sets the lastSeenDateTime + * + * @param \DateTime $val The lastSeenDateTime + * + * @return HostPort + */ + public function setLastSeenDateTime($val) + { + $this->_propDict["lastSeenDateTime"] = $val; + return $this; + } + + /** + * Gets the port + * + * @return int|null The port + */ + public function getPort() + { + if (array_key_exists("port", $this->_propDict)) { + return $this->_propDict["port"]; + } else { + return null; + } + } + + /** + * Sets the port + * + * @param int $val The port + * + * @return HostPort + */ + public function setPort($val) + { + $this->_propDict["port"] = intval($val); + return $this; + } + + /** + * Gets the protocol + * + * @return HostPortProtocol|null The protocol + */ + public function getProtocol() + { + if (array_key_exists("protocol", $this->_propDict)) { + if (is_a($this->_propDict["protocol"], "\Beta\Microsoft\Graph\SecurityNamespace\Model\HostPortProtocol") || is_null($this->_propDict["protocol"])) { + return $this->_propDict["protocol"]; + } else { + $this->_propDict["protocol"] = new HostPortProtocol($this->_propDict["protocol"]); + return $this->_propDict["protocol"]; + } + } + return null; + } + + /** + * Sets the protocol + * + * @param HostPortProtocol $val The protocol + * + * @return HostPort + */ + public function setProtocol($val) + { + $this->_propDict["protocol"] = $val; + return $this; + } + + + /** + * Gets the services + * + * @return array|null The services + */ + public function getServices() + { + if (array_key_exists("services", $this->_propDict)) { + return $this->_propDict["services"]; + } else { + return null; + } + } + + /** + * Sets the services + * + * @param HostPortComponent[] $val The services + * + * @return HostPort + */ + public function setServices($val) + { + $this->_propDict["services"] = $val; + return $this; + } + + /** + * Gets the status + * + * @return HostPortStatus|null The status + */ + public function getStatus() + { + if (array_key_exists("status", $this->_propDict)) { + if (is_a($this->_propDict["status"], "\Beta\Microsoft\Graph\SecurityNamespace\Model\HostPortStatus") || is_null($this->_propDict["status"])) { + return $this->_propDict["status"]; + } else { + $this->_propDict["status"] = new HostPortStatus($this->_propDict["status"]); + return $this->_propDict["status"]; + } + } + return null; + } + + /** + * Sets the status + * + * @param HostPortStatus $val The status + * + * @return HostPort + */ + public function setStatus($val) + { + $this->_propDict["status"] = $val; + return $this; + } + + /** + * Gets the timesObserved + * + * @return int|null The timesObserved + */ + public function getTimesObserved() + { + if (array_key_exists("timesObserved", $this->_propDict)) { + return $this->_propDict["timesObserved"]; + } else { + return null; + } + } + + /** + * Sets the timesObserved + * + * @param int $val The timesObserved + * + * @return HostPort + */ + public function setTimesObserved($val) + { + $this->_propDict["timesObserved"] = intval($val); + return $this; + } + + /** + * Gets the host + * + * @return Host|null The host + */ + public function getHost() + { + if (array_key_exists("host", $this->_propDict)) { + if (is_a($this->_propDict["host"], "\Beta\Microsoft\Graph\SecurityNamespace\Model\Host") || is_null($this->_propDict["host"])) { + return $this->_propDict["host"]; + } else { + $this->_propDict["host"] = new Host($this->_propDict["host"]); + return $this->_propDict["host"]; + } + } + return null; + } + + /** + * Sets the host + * + * @param Host $val The host + * + * @return HostPort + */ + public function setHost($val) + { + $this->_propDict["host"] = $val; + return $this; + } + + /** + * Gets the mostRecentSslCertificate + * + * @return SslCertificate|null The mostRecentSslCertificate + */ + public function getMostRecentSslCertificate() + { + if (array_key_exists("mostRecentSslCertificate", $this->_propDict)) { + if (is_a($this->_propDict["mostRecentSslCertificate"], "\Beta\Microsoft\Graph\SecurityNamespace\Model\SslCertificate") || is_null($this->_propDict["mostRecentSslCertificate"])) { + return $this->_propDict["mostRecentSslCertificate"]; + } else { + $this->_propDict["mostRecentSslCertificate"] = new SslCertificate($this->_propDict["mostRecentSslCertificate"]); + return $this->_propDict["mostRecentSslCertificate"]; + } + } + return null; + } + + /** + * Sets the mostRecentSslCertificate + * + * @param SslCertificate $val The mostRecentSslCertificate + * + * @return HostPort + */ + public function setMostRecentSslCertificate($val) + { + $this->_propDict["mostRecentSslCertificate"] = $val; + return $this; + } + +} diff --git a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostPortBanner.php b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostPortBanner.php new file mode 100644 index 00000000000..565d9278140 --- /dev/null +++ b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostPortBanner.php @@ -0,0 +1,166 @@ +_propDict)) { + return $this->_propDict["banner"]; + } else { + return null; + } + } + + /** + * Sets the banner + * + * @param string $val The value of the banner + * + * @return HostPortBanner + */ + public function setBanner($val) + { + $this->_propDict["banner"] = $val; + return $this; + } + + /** + * Gets the firstSeenDateTime + * + * @return \DateTime|null The firstSeenDateTime + */ + public function getFirstSeenDateTime() + { + if (array_key_exists("firstSeenDateTime", $this->_propDict)) { + if (is_a($this->_propDict["firstSeenDateTime"], "\DateTime") || is_null($this->_propDict["firstSeenDateTime"])) { + return $this->_propDict["firstSeenDateTime"]; + } else { + $this->_propDict["firstSeenDateTime"] = new \DateTime($this->_propDict["firstSeenDateTime"]); + return $this->_propDict["firstSeenDateTime"]; + } + } + return null; + } + + /** + * Sets the firstSeenDateTime + * + * @param \DateTime $val The value to assign to the firstSeenDateTime + * + * @return HostPortBanner The HostPortBanner + */ + public function setFirstSeenDateTime($val) + { + $this->_propDict["firstSeenDateTime"] = $val; + return $this; + } + + /** + * Gets the lastSeenDateTime + * + * @return \DateTime|null The lastSeenDateTime + */ + public function getLastSeenDateTime() + { + if (array_key_exists("lastSeenDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastSeenDateTime"], "\DateTime") || is_null($this->_propDict["lastSeenDateTime"])) { + return $this->_propDict["lastSeenDateTime"]; + } else { + $this->_propDict["lastSeenDateTime"] = new \DateTime($this->_propDict["lastSeenDateTime"]); + return $this->_propDict["lastSeenDateTime"]; + } + } + return null; + } + + /** + * Sets the lastSeenDateTime + * + * @param \DateTime $val The value to assign to the lastSeenDateTime + * + * @return HostPortBanner The HostPortBanner + */ + public function setLastSeenDateTime($val) + { + $this->_propDict["lastSeenDateTime"] = $val; + return $this; + } + /** + * Gets the scanProtocol + * + * @return string|null The scanProtocol + */ + public function getScanProtocol() + { + if (array_key_exists("scanProtocol", $this->_propDict)) { + return $this->_propDict["scanProtocol"]; + } else { + return null; + } + } + + /** + * Sets the scanProtocol + * + * @param string $val The value of the scanProtocol + * + * @return HostPortBanner + */ + public function setScanProtocol($val) + { + $this->_propDict["scanProtocol"] = $val; + return $this; + } + /** + * Gets the timesObserved + * + * @return int|null The timesObserved + */ + public function getTimesObserved() + { + if (array_key_exists("timesObserved", $this->_propDict)) { + return $this->_propDict["timesObserved"]; + } else { + return null; + } + } + + /** + * Sets the timesObserved + * + * @param int $val The value of the timesObserved + * + * @return HostPortBanner + */ + public function setTimesObserved($val) + { + $this->_propDict["timesObserved"] = $val; + return $this; + } +} diff --git a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostPortComponent.php b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostPortComponent.php new file mode 100644 index 00000000000..08074b0e9ff --- /dev/null +++ b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostPortComponent.php @@ -0,0 +1,145 @@ +_propDict)) { + if (is_a($this->_propDict["firstSeenDateTime"], "\DateTime") || is_null($this->_propDict["firstSeenDateTime"])) { + return $this->_propDict["firstSeenDateTime"]; + } else { + $this->_propDict["firstSeenDateTime"] = new \DateTime($this->_propDict["firstSeenDateTime"]); + return $this->_propDict["firstSeenDateTime"]; + } + } + return null; + } + + /** + * Sets the firstSeenDateTime + * + * @param \DateTime $val The value to assign to the firstSeenDateTime + * + * @return HostPortComponent The HostPortComponent + */ + public function setFirstSeenDateTime($val) + { + $this->_propDict["firstSeenDateTime"] = $val; + return $this; + } + /** + * Gets the isRecent + * + * @return bool|null The isRecent + */ + public function getIsRecent() + { + if (array_key_exists("isRecent", $this->_propDict)) { + return $this->_propDict["isRecent"]; + } else { + return null; + } + } + + /** + * Sets the isRecent + * + * @param bool $val The value of the isRecent + * + * @return HostPortComponent + */ + public function setIsRecent($val) + { + $this->_propDict["isRecent"] = $val; + return $this; + } + + /** + * Gets the lastSeenDateTime + * + * @return \DateTime|null The lastSeenDateTime + */ + public function getLastSeenDateTime() + { + if (array_key_exists("lastSeenDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastSeenDateTime"], "\DateTime") || is_null($this->_propDict["lastSeenDateTime"])) { + return $this->_propDict["lastSeenDateTime"]; + } else { + $this->_propDict["lastSeenDateTime"] = new \DateTime($this->_propDict["lastSeenDateTime"]); + return $this->_propDict["lastSeenDateTime"]; + } + } + return null; + } + + /** + * Sets the lastSeenDateTime + * + * @param \DateTime $val The value to assign to the lastSeenDateTime + * + * @return HostPortComponent The HostPortComponent + */ + public function setLastSeenDateTime($val) + { + $this->_propDict["lastSeenDateTime"] = $val; + return $this; + } + + /** + * Gets the component + * + * @return HostComponent|null The component + */ + public function getComponent() + { + if (array_key_exists("component", $this->_propDict)) { + if (is_a($this->_propDict["component"], "\Beta\Microsoft\Graph\SecurityNamespace\Model\HostComponent") || is_null($this->_propDict["component"])) { + return $this->_propDict["component"]; + } else { + $this->_propDict["component"] = new HostComponent($this->_propDict["component"]); + return $this->_propDict["component"]; + } + } + return null; + } + + /** + * Sets the component + * + * @param HostComponent $val The value to assign to the component + * + * @return HostPortComponent The HostPortComponent + */ + public function setComponent($val) + { + $this->_propDict["component"] = $val; + return $this; + } +} diff --git a/src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostPortProtocol.php b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostPortProtocol.php new file mode 100644 index 00000000000..297798fb60b --- /dev/null +++ b/src/Beta/Microsoft/Graph/SecurityNamespace/Model/HostPortProtocol.php @@ -0,0 +1,35 @@ +_propDict)) { + return $this->_propDict["hostPorts"]; + } else { + return null; + } + } + + /** + * Sets the hostPorts + * + * @param HostPort[] $val The hostPorts + * + * @return ThreatIntelligence + */ + public function setHostPorts($val) + { + $this->_propDict["hostPorts"] = $val; + return $this; + } + + /** * Gets the hosts * Refers to host objects that Microsoft Threat Intelligence has observed.Note: List retrieval is not yet supported. diff --git a/src/Beta/Microsoft/Graph/WindowsUpdates/Model/DateDrivenRolloutSettings.php b/src/Beta/Microsoft/Graph/WindowsUpdates/Model/DateDrivenRolloutSettings.php index 0aa864717c6..53d21428ac7 100644 --- a/src/Beta/Microsoft/Graph/WindowsUpdates/Model/DateDrivenRolloutSettings.php +++ b/src/Beta/Microsoft/Graph/WindowsUpdates/Model/DateDrivenRolloutSettings.php @@ -26,7 +26,7 @@ class DateDrivenRolloutSettings extends GradualRolloutSettings /** * Gets the endDateTime - * Specifies the date before which all devices currently in the deployment are offered the update. Devices added after this date are offered immediately. When the endDateTime is not set, all devices in the deployment are offered content at the same time. + * Specifies the date before which all devices currently in the deployment are offered the update. Devices added after this date are offered immediately. When the endDateTime isn't set, all devices in the deployment are offered content at the same time. * * @return \DateTime|null The endDateTime */ @@ -45,7 +45,7 @@ public function getEndDateTime() /** * Sets the endDateTime - * Specifies the date before which all devices currently in the deployment are offered the update. Devices added after this date are offered immediately. When the endDateTime is not set, all devices in the deployment are offered content at the same time. + * Specifies the date before which all devices currently in the deployment are offered the update. Devices added after this date are offered immediately. When the endDateTime isn't set, all devices in the deployment are offered content at the same time. * * @param \DateTime $val The value to assign to the endDateTime * diff --git a/src/Beta/Microsoft/Graph/WindowsUpdates/Model/GradualRolloutSettings.php b/src/Beta/Microsoft/Graph/WindowsUpdates/Model/GradualRolloutSettings.php index b78793f3237..0aafbbc39d5 100644 --- a/src/Beta/Microsoft/Graph/WindowsUpdates/Model/GradualRolloutSettings.php +++ b/src/Beta/Microsoft/Graph/WindowsUpdates/Model/GradualRolloutSettings.php @@ -26,7 +26,7 @@ class GradualRolloutSettings extends \Beta\Microsoft\Graph\Model\Entity /** * Gets the durationBetweenOffers - * The duration between each set of devices being offered the update. The value is represented in ISO 8601 format for duration. Default value is P1D (1 day). + * The duration between each set of devices being offered the update. The value is represented in ISO 8601 format for duration. Default value is P1D (one day). * * @return \DateInterval|null The durationBetweenOffers */ @@ -45,7 +45,7 @@ public function getDurationBetweenOffers() /** * Sets the durationBetweenOffers - * The duration between each set of devices being offered the update. The value is represented in ISO 8601 format for duration. Default value is P1D (1 day). + * The duration between each set of devices being offered the update. The value is represented in ISO 8601 format for duration. Default value is P1D (one day). * * @param \DateInterval $val The value to assign to the durationBetweenOffers * From e6916ad72e351756a685691dc56ef527655c6bb0 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 26 Sep 2023 10:22:36 +0000 Subject: [PATCH 7/8] Update generated files with build 125718 --- src/ExternalConnectors/Model/Acl.php | 4 +- src/Model/AgreementFileProperties.php | 8 +- src/Model/ApiApplication.php | 4 +- src/Model/AppIdentity.php | 4 +- ...mentScheduleFilterByCurrentUserOptions.php | 34 ++ ...duleInstanceFilterByCurrentUserOptions.php | 34 ++ ...eduleRequestFilterByCurrentUserOptions.php | 36 +++ src/Model/AttachmentBase.php | 4 +- .../AuthenticationContextClassReference.php | 4 +- src/Model/DefaultUserRolePermissions.php | 12 +- .../DelegatedAdminRelationshipRequest.php | 4 +- ...elegatedAdminRelationshipRequestAction.php | 1 + ...lityScheduleFilterByCurrentUserOptions.php | 34 ++ ...duleInstanceFilterByCurrentUserOptions.php | 34 ++ ...eduleRequestFilterByCurrentUserOptions.php | 36 +++ src/Model/HostSecurityState.php | 4 +- src/Model/IdentityGovernance.php | 31 ++ src/Model/IdentityUserFlowAttribute.php | 12 +- src/Model/InsightIdentity.php | 4 +- src/Model/Pkcs12CertificateInformation.php | 4 +- src/Model/PlannerPlan.php | 8 +- src/Model/PrintTaskTrigger.php | 8 +- src/Model/PrinterBase.php | 4 +- src/Model/PrivilegedAccessGroup.php | 223 +++++++++++++ ...rivilegedAccessGroupAssignmentSchedule.php | 267 ++++++++++++++++ ...dAccessGroupAssignmentScheduleInstance.php | 294 ++++++++++++++++++ ...edAccessGroupAssignmentScheduleRequest.php | 263 ++++++++++++++++ .../PrivilegedAccessGroupAssignmentType.php | 35 +++ ...ivilegedAccessGroupEligibilitySchedule.php | 205 ++++++++++++ ...AccessGroupEligibilityScheduleInstance.php | 232 ++++++++++++++ ...dAccessGroupEligibilityScheduleRequest.php | 232 ++++++++++++++ src/Model/PrivilegedAccessGroupMemberType.php | 35 +++ .../PrivilegedAccessGroupRelationships.php | 35 +++ src/Model/PrivilegedAccessRoot.php | 58 ++++ src/Model/PrivilegedAccessSchedule.php | 174 +++++++++++ .../PrivilegedAccessScheduleInstance.php | 89 ++++++ src/Model/PrivilegedAccessScheduleRequest.php | 174 +++++++++++ .../ResellerDelegatedAdminRelationship.php | 85 +++++ src/Model/ResourceVisualization.php | 8 +- src/Model/ScheduleRequestActions.php | 42 +++ src/Model/SignIn.php | 4 +- src/Model/SubjectRightsRequest.php | 48 +-- .../SynchronizationJobRestartCriteria.php | 4 +- ...agementPolicyAuthenticationContextRule.php | 4 +- src/Model/User.php | 4 +- src/Model/WorkbookRangeView.php | 8 +- src/SecurityNamespace/Model/Incident.php | 54 ++++ src/SecurityNamespace/Model/IpEvidence.php | 4 +- 48 files changed, 2823 insertions(+), 86 deletions(-) create mode 100644 src/Model/AssignmentScheduleFilterByCurrentUserOptions.php create mode 100644 src/Model/AssignmentScheduleInstanceFilterByCurrentUserOptions.php create mode 100644 src/Model/AssignmentScheduleRequestFilterByCurrentUserOptions.php create mode 100644 src/Model/EligibilityScheduleFilterByCurrentUserOptions.php create mode 100644 src/Model/EligibilityScheduleInstanceFilterByCurrentUserOptions.php create mode 100644 src/Model/EligibilityScheduleRequestFilterByCurrentUserOptions.php create mode 100644 src/Model/PrivilegedAccessGroup.php create mode 100644 src/Model/PrivilegedAccessGroupAssignmentSchedule.php create mode 100644 src/Model/PrivilegedAccessGroupAssignmentScheduleInstance.php create mode 100644 src/Model/PrivilegedAccessGroupAssignmentScheduleRequest.php create mode 100644 src/Model/PrivilegedAccessGroupAssignmentType.php create mode 100644 src/Model/PrivilegedAccessGroupEligibilitySchedule.php create mode 100644 src/Model/PrivilegedAccessGroupEligibilityScheduleInstance.php create mode 100644 src/Model/PrivilegedAccessGroupEligibilityScheduleRequest.php create mode 100644 src/Model/PrivilegedAccessGroupMemberType.php create mode 100644 src/Model/PrivilegedAccessGroupRelationships.php create mode 100644 src/Model/PrivilegedAccessRoot.php create mode 100644 src/Model/PrivilegedAccessSchedule.php create mode 100644 src/Model/PrivilegedAccessScheduleInstance.php create mode 100644 src/Model/PrivilegedAccessScheduleRequest.php create mode 100644 src/Model/ResellerDelegatedAdminRelationship.php create mode 100644 src/Model/ScheduleRequestActions.php diff --git a/src/ExternalConnectors/Model/Acl.php b/src/ExternalConnectors/Model/Acl.php index db3d56d6a32..eaad0c3776f 100644 --- a/src/ExternalConnectors/Model/Acl.php +++ b/src/ExternalConnectors/Model/Acl.php @@ -91,7 +91,7 @@ public function setType($val) } /** * Gets the value - * The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup + * The unique identifer of the identity. For Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. For external groups value is set to the ID of the externalGroup * * @return string|null The value */ @@ -106,7 +106,7 @@ public function getValue() /** * Sets the value - * The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup + * The unique identifer of the identity. For Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. For external groups value is set to the ID of the externalGroup * * @param string $val The value of the value * diff --git a/src/Model/AgreementFileProperties.php b/src/Model/AgreementFileProperties.php index 394a2f264f1..95cbb7017a6 100644 --- a/src/Model/AgreementFileProperties.php +++ b/src/Model/AgreementFileProperties.php @@ -26,7 +26,7 @@ class AgreementFileProperties extends Entity { /** * Gets the createdDateTime - * The date time representing when the file was created.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + * The date time representing when the file was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @return \DateTime|null The createdDateTime */ @@ -45,7 +45,7 @@ public function getCreatedDateTime() /** * Sets the createdDateTime - * The date time representing when the file was created.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + * The date time representing when the file was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @param \DateTime $val The createdDateTime * @@ -150,7 +150,7 @@ public function setFileName($val) /** * Gets the isDefault - * If none of the languages matches the client preference, indicates whether this is the default agreement file . If none of the files are marked as default, the first one is treated as the default. Read-only. + * If none of the languages matches the client preference, indicates whether this is the default agreement file. If none of the files are marked as default, the first one is treated as the default. Read-only. * * @return bool|null The isDefault */ @@ -165,7 +165,7 @@ public function getIsDefault() /** * Sets the isDefault - * If none of the languages matches the client preference, indicates whether this is the default agreement file . If none of the files are marked as default, the first one is treated as the default. Read-only. + * If none of the languages matches the client preference, indicates whether this is the default agreement file. If none of the files are marked as default, the first one is treated as the default. Read-only. * * @param bool $val The isDefault * diff --git a/src/Model/ApiApplication.php b/src/Model/ApiApplication.php index 2c6d0833640..aeff3bc5c65 100644 --- a/src/Model/ApiApplication.php +++ b/src/Model/ApiApplication.php @@ -115,7 +115,7 @@ public function setOauth2PermissionScopes($val) /** * Gets the preAuthorizedApplications - * Lists the client applications that are pre-authorized with the specified delegated permissions to access this application's APIs. Users are not required to consent to any pre-authorized application (for the permissions specified). However, any additional permissions not listed in preAuthorizedApplications (requested through incremental consent for example) will require user consent. + * Lists the client applications that are preauthorized with the specified delegated permissions to access this application's APIs. Users aren't required to consent to any preauthorized application (for the permissions specified). However, any other permissions not listed in preAuthorizedApplications (requested through incremental consent for example) will require user consent. * * @return PreAuthorizedApplication|null The preAuthorizedApplications */ @@ -134,7 +134,7 @@ public function getPreAuthorizedApplications() /** * Sets the preAuthorizedApplications - * Lists the client applications that are pre-authorized with the specified delegated permissions to access this application's APIs. Users are not required to consent to any pre-authorized application (for the permissions specified). However, any additional permissions not listed in preAuthorizedApplications (requested through incremental consent for example) will require user consent. + * Lists the client applications that are preauthorized with the specified delegated permissions to access this application's APIs. Users aren't required to consent to any preauthorized application (for the permissions specified). However, any other permissions not listed in preAuthorizedApplications (requested through incremental consent for example) will require user consent. * * @param PreAuthorizedApplication $val The value to assign to the preAuthorizedApplications * diff --git a/src/Model/AppIdentity.php b/src/Model/AppIdentity.php index a44dd70d55f..f86345328ee 100644 --- a/src/Model/AppIdentity.php +++ b/src/Model/AppIdentity.php @@ -53,7 +53,7 @@ public function setAppId($val) } /** * Gets the displayName - * Refers to the Application Name displayed in the Azure Portal. + * Refers to the application name displayed in the Microsoft Entra admin center. * * @return string|null The displayName */ @@ -68,7 +68,7 @@ public function getDisplayName() /** * Sets the displayName - * Refers to the Application Name displayed in the Azure Portal. + * Refers to the application name displayed in the Microsoft Entra admin center. * * @param string $val The value of the displayName * diff --git a/src/Model/AssignmentScheduleFilterByCurrentUserOptions.php b/src/Model/AssignmentScheduleFilterByCurrentUserOptions.php new file mode 100644 index 00000000000..89f0195130b --- /dev/null +++ b/src/Model/AssignmentScheduleFilterByCurrentUserOptions.php @@ -0,0 +1,34 @@ +_propDict)) { + if (is_a($this->_propDict["privilegedAccess"], "\Microsoft\Graph\Model\PrivilegedAccessRoot") || is_null($this->_propDict["privilegedAccess"])) { + return $this->_propDict["privilegedAccess"]; + } else { + $this->_propDict["privilegedAccess"] = new PrivilegedAccessRoot($this->_propDict["privilegedAccess"]); + return $this->_propDict["privilegedAccess"]; + } + } + return null; + } + + /** + * Sets the privilegedAccess + * + * @param PrivilegedAccessRoot $val The privilegedAccess + * + * @return IdentityGovernance + */ + public function setPrivilegedAccess($val) + { + $this->_propDict["privilegedAccess"] = $val; + return $this; + } + /** * Gets the ODataType * diff --git a/src/Model/IdentityUserFlowAttribute.php b/src/Model/IdentityUserFlowAttribute.php index 365ee6f1936..3b2189e9427 100644 --- a/src/Model/IdentityUserFlowAttribute.php +++ b/src/Model/IdentityUserFlowAttribute.php @@ -26,7 +26,7 @@ class IdentityUserFlowAttribute extends Entity { /** * Gets the dataType - * The data type of the user flow attribute. This cannot be modified after the custom user flow attribute is created. The supported values for dataType are: string , boolean , int64 , stringCollection , dateTime. + * The data type of the user flow attribute. This cannot be modified after the custom user flow attribute is created. The supported values for dataType are: string , boolean , int64 , stringCollection , dateTime, unknownFutureValue. Supports $filter (eq, ne). * * @return IdentityUserFlowAttributeDataType|null The dataType */ @@ -45,7 +45,7 @@ public function getDataType() /** * Sets the dataType - * The data type of the user flow attribute. This cannot be modified after the custom user flow attribute is created. The supported values for dataType are: string , boolean , int64 , stringCollection , dateTime. + * The data type of the user flow attribute. This cannot be modified after the custom user flow attribute is created. The supported values for dataType are: string , boolean , int64 , stringCollection , dateTime, unknownFutureValue. Supports $filter (eq, ne). * * @param IdentityUserFlowAttributeDataType $val The dataType * @@ -88,7 +88,7 @@ public function setDescription($val) /** * Gets the displayName - * The display name of the user flow attribute. + * The display name of the user flow attribute. Supports $filter (eq, ne). * * @return string|null The displayName */ @@ -103,7 +103,7 @@ public function getDisplayName() /** * Sets the displayName - * The display name of the user flow attribute. + * The display name of the user flow attribute. Supports $filter (eq, ne). * * @param string $val The displayName * @@ -117,7 +117,7 @@ public function setDisplayName($val) /** * Gets the userFlowAttributeType - * The type of the user flow attribute. This is a read-only attribute that is automatically set. Depending on the type of attribute, the values for this property will be builtIn, custom, or required. + * The type of the user flow attribute. This is a read-only attribute that is automatically set. Depending on the type of attribute, the values for this property will be builtIn, custom, required, unknownFutureValue. Supports $filter (eq, ne). * * @return IdentityUserFlowAttributeType|null The userFlowAttributeType */ @@ -136,7 +136,7 @@ public function getUserFlowAttributeType() /** * Sets the userFlowAttributeType - * The type of the user flow attribute. This is a read-only attribute that is automatically set. Depending on the type of attribute, the values for this property will be builtIn, custom, or required. + * The type of the user flow attribute. This is a read-only attribute that is automatically set. Depending on the type of attribute, the values for this property will be builtIn, custom, required, unknownFutureValue. Supports $filter (eq, ne). * * @param IdentityUserFlowAttributeType $val The userFlowAttributeType * diff --git a/src/Model/InsightIdentity.php b/src/Model/InsightIdentity.php index 269a6b0484c..ceaaa0f62bb 100644 --- a/src/Model/InsightIdentity.php +++ b/src/Model/InsightIdentity.php @@ -81,7 +81,7 @@ public function setDisplayName($val) } /** * Gets the id - * The id of the user who shared the item. + * The ID of the user who shared the item. * * @return string|null The id */ @@ -96,7 +96,7 @@ public function getId() /** * Sets the id - * The id of the user who shared the item. + * The ID of the user who shared the item. * * @param string $val The value of the id * diff --git a/src/Model/Pkcs12CertificateInformation.php b/src/Model/Pkcs12CertificateInformation.php index 60cc7aca5b5..fbb0ba36c00 100644 --- a/src/Model/Pkcs12CertificateInformation.php +++ b/src/Model/Pkcs12CertificateInformation.php @@ -25,7 +25,7 @@ class Pkcs12CertificateInformation extends Entity { /** * Gets the isActive - * Represents whether the certificate is the active certificate to be used for calling the API connector. The active certificate is the most recently uploaded certificate which is not yet expired but whose notBefore time is in the past. + * Represents whether the certificate is the active certificate to be used for calling the API connector. The active certificate is the most recently uploaded certificate that isn't yet expired but whose notBefore time is in the past. * * @return bool|null The isActive */ @@ -40,7 +40,7 @@ public function getIsActive() /** * Sets the isActive - * Represents whether the certificate is the active certificate to be used for calling the API connector. The active certificate is the most recently uploaded certificate which is not yet expired but whose notBefore time is in the past. + * Represents whether the certificate is the active certificate to be used for calling the API connector. The active certificate is the most recently uploaded certificate that isn't yet expired but whose notBefore time is in the past. * * @param bool $val The value of the isActive * diff --git a/src/Model/PlannerPlan.php b/src/Model/PlannerPlan.php index 9cb06b8e749..55b40f832ac 100644 --- a/src/Model/PlannerPlan.php +++ b/src/Model/PlannerPlan.php @@ -26,7 +26,7 @@ class PlannerPlan extends Entity { /** * Gets the container - * Identifies the container of the plan. Specify only the url, the containerId and type, or all properties. After it is set, this property can’t be updated. Required. + * Identifies the container of the plan. Specify only the url, the containerId and type, or all properties. After it's set, this property can’t be updated. Required. * * @return PlannerPlanContainer|null The container */ @@ -45,7 +45,7 @@ public function getContainer() /** * Sets the container - * Identifies the container of the plan. Specify only the url, the containerId and type, or all properties. After it is set, this property can’t be updated. Required. + * Identifies the container of the plan. Specify only the url, the containerId and type, or all properties. After it's set, this property can’t be updated. Required. * * @param PlannerPlanContainer $val The container * @@ -211,7 +211,7 @@ public function setBuckets($val) /** * Gets the details - * Read-only. Nullable. Additional details about the plan. + * Read-only. Nullable. Extra details about the plan. * * @return PlannerPlanDetails|null The details */ @@ -230,7 +230,7 @@ public function getDetails() /** * Sets the details - * Read-only. Nullable. Additional details about the plan. + * Read-only. Nullable. Extra details about the plan. * * @param PlannerPlanDetails $val The details * diff --git a/src/Model/PrintTaskTrigger.php b/src/Model/PrintTaskTrigger.php index 8ed4691036b..7b09e29482d 100644 --- a/src/Model/PrintTaskTrigger.php +++ b/src/Model/PrintTaskTrigger.php @@ -26,7 +26,7 @@ class PrintTaskTrigger extends Entity { /** * Gets the event - * The Universal Print event that will cause a new printTask to be triggered. Valid values are described in the following table. + * The Universal Print event that causes a new printTask to be triggered. Valid values are described in the following table. * * @return PrintEvent|null The event */ @@ -45,7 +45,7 @@ public function getEvent() /** * Sets the event - * The Universal Print event that will cause a new printTask to be triggered. Valid values are described in the following table. + * The Universal Print event that causes a new printTask to be triggered. Valid values are described in the following table. * * @param PrintEvent $val The event * @@ -59,7 +59,7 @@ public function setEvent($val) /** * Gets the definition - * An abstract definition that will be used to create a printTask when triggered by a print event. Read-only. + * An abstract definition that is used to create a printTask when triggered by a print event. Read-only. * * @return PrintTaskDefinition|null The definition */ @@ -78,7 +78,7 @@ public function getDefinition() /** * Sets the definition - * An abstract definition that will be used to create a printTask when triggered by a print event. Read-only. + * An abstract definition that is used to create a printTask when triggered by a print event. Read-only. * * @param PrintTaskDefinition $val The definition * diff --git a/src/Model/PrinterBase.php b/src/Model/PrinterBase.php index d496b8a7864..cee4a0a1c83 100644 --- a/src/Model/PrinterBase.php +++ b/src/Model/PrinterBase.php @@ -121,7 +121,7 @@ public function setDisplayName($val) /** * Gets the isAcceptingJobs - * Whether the printer/printerShare is currently accepting new print jobs. + * Specifies whether the printer/printerShare is currently accepting new print jobs. * * @return bool|null The isAcceptingJobs */ @@ -136,7 +136,7 @@ public function getIsAcceptingJobs() /** * Sets the isAcceptingJobs - * Whether the printer/printerShare is currently accepting new print jobs. + * Specifies whether the printer/printerShare is currently accepting new print jobs. * * @param bool $val The isAcceptingJobs * diff --git a/src/Model/PrivilegedAccessGroup.php b/src/Model/PrivilegedAccessGroup.php new file mode 100644 index 00000000000..ae077906743 --- /dev/null +++ b/src/Model/PrivilegedAccessGroup.php @@ -0,0 +1,223 @@ +_propDict)) { + return $this->_propDict["assignmentApprovals"]; + } else { + return null; + } + } + + /** + * Sets the assignmentApprovals + * + * @param Approval[] $val The assignmentApprovals + * + * @return PrivilegedAccessGroup + */ + public function setAssignmentApprovals($val) + { + $this->_propDict["assignmentApprovals"] = $val; + return $this; + } + + + /** + * Gets the assignmentScheduleInstances + * + * @return array|null The assignmentScheduleInstances + */ + public function getAssignmentScheduleInstances() + { + if (array_key_exists("assignmentScheduleInstances", $this->_propDict)) { + return $this->_propDict["assignmentScheduleInstances"]; + } else { + return null; + } + } + + /** + * Sets the assignmentScheduleInstances + * + * @param PrivilegedAccessGroupAssignmentScheduleInstance[] $val The assignmentScheduleInstances + * + * @return PrivilegedAccessGroup + */ + public function setAssignmentScheduleInstances($val) + { + $this->_propDict["assignmentScheduleInstances"] = $val; + return $this; + } + + + /** + * Gets the assignmentScheduleRequests + * + * @return array|null The assignmentScheduleRequests + */ + public function getAssignmentScheduleRequests() + { + if (array_key_exists("assignmentScheduleRequests", $this->_propDict)) { + return $this->_propDict["assignmentScheduleRequests"]; + } else { + return null; + } + } + + /** + * Sets the assignmentScheduleRequests + * + * @param PrivilegedAccessGroupAssignmentScheduleRequest[] $val The assignmentScheduleRequests + * + * @return PrivilegedAccessGroup + */ + public function setAssignmentScheduleRequests($val) + { + $this->_propDict["assignmentScheduleRequests"] = $val; + return $this; + } + + + /** + * Gets the assignmentSchedules + * + * @return array|null The assignmentSchedules + */ + public function getAssignmentSchedules() + { + if (array_key_exists("assignmentSchedules", $this->_propDict)) { + return $this->_propDict["assignmentSchedules"]; + } else { + return null; + } + } + + /** + * Sets the assignmentSchedules + * + * @param PrivilegedAccessGroupAssignmentSchedule[] $val The assignmentSchedules + * + * @return PrivilegedAccessGroup + */ + public function setAssignmentSchedules($val) + { + $this->_propDict["assignmentSchedules"] = $val; + return $this; + } + + + /** + * Gets the eligibilityScheduleInstances + * + * @return array|null The eligibilityScheduleInstances + */ + public function getEligibilityScheduleInstances() + { + if (array_key_exists("eligibilityScheduleInstances", $this->_propDict)) { + return $this->_propDict["eligibilityScheduleInstances"]; + } else { + return null; + } + } + + /** + * Sets the eligibilityScheduleInstances + * + * @param PrivilegedAccessGroupEligibilityScheduleInstance[] $val The eligibilityScheduleInstances + * + * @return PrivilegedAccessGroup + */ + public function setEligibilityScheduleInstances($val) + { + $this->_propDict["eligibilityScheduleInstances"] = $val; + return $this; + } + + + /** + * Gets the eligibilityScheduleRequests + * + * @return array|null The eligibilityScheduleRequests + */ + public function getEligibilityScheduleRequests() + { + if (array_key_exists("eligibilityScheduleRequests", $this->_propDict)) { + return $this->_propDict["eligibilityScheduleRequests"]; + } else { + return null; + } + } + + /** + * Sets the eligibilityScheduleRequests + * + * @param PrivilegedAccessGroupEligibilityScheduleRequest[] $val The eligibilityScheduleRequests + * + * @return PrivilegedAccessGroup + */ + public function setEligibilityScheduleRequests($val) + { + $this->_propDict["eligibilityScheduleRequests"] = $val; + return $this; + } + + + /** + * Gets the eligibilitySchedules + * + * @return array|null The eligibilitySchedules + */ + public function getEligibilitySchedules() + { + if (array_key_exists("eligibilitySchedules", $this->_propDict)) { + return $this->_propDict["eligibilitySchedules"]; + } else { + return null; + } + } + + /** + * Sets the eligibilitySchedules + * + * @param PrivilegedAccessGroupEligibilitySchedule[] $val The eligibilitySchedules + * + * @return PrivilegedAccessGroup + */ + public function setEligibilitySchedules($val) + { + $this->_propDict["eligibilitySchedules"] = $val; + return $this; + } + +} diff --git a/src/Model/PrivilegedAccessGroupAssignmentSchedule.php b/src/Model/PrivilegedAccessGroupAssignmentSchedule.php new file mode 100644 index 00000000000..f8765e78b66 --- /dev/null +++ b/src/Model/PrivilegedAccessGroupAssignmentSchedule.php @@ -0,0 +1,267 @@ +_propDict)) { + if (is_a($this->_propDict["accessId"], "\Microsoft\Graph\Model\PrivilegedAccessGroupRelationships") || is_null($this->_propDict["accessId"])) { + return $this->_propDict["accessId"]; + } else { + $this->_propDict["accessId"] = new PrivilegedAccessGroupRelationships($this->_propDict["accessId"]); + return $this->_propDict["accessId"]; + } + } + return null; + } + + /** + * Sets the accessId + * + * @param PrivilegedAccessGroupRelationships $val The accessId + * + * @return PrivilegedAccessGroupAssignmentSchedule + */ + public function setAccessId($val) + { + $this->_propDict["accessId"] = $val; + return $this; + } + + /** + * Gets the assignmentType + * + * @return PrivilegedAccessGroupAssignmentType|null The assignmentType + */ + public function getAssignmentType() + { + if (array_key_exists("assignmentType", $this->_propDict)) { + if (is_a($this->_propDict["assignmentType"], "\Microsoft\Graph\Model\PrivilegedAccessGroupAssignmentType") || is_null($this->_propDict["assignmentType"])) { + return $this->_propDict["assignmentType"]; + } else { + $this->_propDict["assignmentType"] = new PrivilegedAccessGroupAssignmentType($this->_propDict["assignmentType"]); + return $this->_propDict["assignmentType"]; + } + } + return null; + } + + /** + * Sets the assignmentType + * + * @param PrivilegedAccessGroupAssignmentType $val The assignmentType + * + * @return PrivilegedAccessGroupAssignmentSchedule + */ + public function setAssignmentType($val) + { + $this->_propDict["assignmentType"] = $val; + return $this; + } + + /** + * Gets the groupId + * + * @return string|null The groupId + */ + public function getGroupId() + { + if (array_key_exists("groupId", $this->_propDict)) { + return $this->_propDict["groupId"]; + } else { + return null; + } + } + + /** + * Sets the groupId + * + * @param string $val The groupId + * + * @return PrivilegedAccessGroupAssignmentSchedule + */ + public function setGroupId($val) + { + $this->_propDict["groupId"] = $val; + return $this; + } + + /** + * Gets the memberType + * + * @return PrivilegedAccessGroupMemberType|null The memberType + */ + public function getMemberType() + { + if (array_key_exists("memberType", $this->_propDict)) { + if (is_a($this->_propDict["memberType"], "\Microsoft\Graph\Model\PrivilegedAccessGroupMemberType") || is_null($this->_propDict["memberType"])) { + return $this->_propDict["memberType"]; + } else { + $this->_propDict["memberType"] = new PrivilegedAccessGroupMemberType($this->_propDict["memberType"]); + return $this->_propDict["memberType"]; + } + } + return null; + } + + /** + * Sets the memberType + * + * @param PrivilegedAccessGroupMemberType $val The memberType + * + * @return PrivilegedAccessGroupAssignmentSchedule + */ + public function setMemberType($val) + { + $this->_propDict["memberType"] = $val; + return $this; + } + + /** + * Gets the principalId + * + * @return string|null The principalId + */ + public function getPrincipalId() + { + if (array_key_exists("principalId", $this->_propDict)) { + return $this->_propDict["principalId"]; + } else { + return null; + } + } + + /** + * Sets the principalId + * + * @param string $val The principalId + * + * @return PrivilegedAccessGroupAssignmentSchedule + */ + public function setPrincipalId($val) + { + $this->_propDict["principalId"] = $val; + return $this; + } + + /** + * Gets the activatedUsing + * + * @return PrivilegedAccessGroupEligibilitySchedule|null The activatedUsing + */ + public function getActivatedUsing() + { + if (array_key_exists("activatedUsing", $this->_propDict)) { + if (is_a($this->_propDict["activatedUsing"], "\Microsoft\Graph\Model\PrivilegedAccessGroupEligibilitySchedule") || is_null($this->_propDict["activatedUsing"])) { + return $this->_propDict["activatedUsing"]; + } else { + $this->_propDict["activatedUsing"] = new PrivilegedAccessGroupEligibilitySchedule($this->_propDict["activatedUsing"]); + return $this->_propDict["activatedUsing"]; + } + } + return null; + } + + /** + * Sets the activatedUsing + * + * @param PrivilegedAccessGroupEligibilitySchedule $val The activatedUsing + * + * @return PrivilegedAccessGroupAssignmentSchedule + */ + public function setActivatedUsing($val) + { + $this->_propDict["activatedUsing"] = $val; + return $this; + } + + /** + * Gets the group + * + * @return Group|null The group + */ + public function getGroup() + { + if (array_key_exists("group", $this->_propDict)) { + if (is_a($this->_propDict["group"], "\Microsoft\Graph\Model\Group") || is_null($this->_propDict["group"])) { + return $this->_propDict["group"]; + } else { + $this->_propDict["group"] = new Group($this->_propDict["group"]); + return $this->_propDict["group"]; + } + } + return null; + } + + /** + * Sets the group + * + * @param Group $val The group + * + * @return PrivilegedAccessGroupAssignmentSchedule + */ + public function setGroup($val) + { + $this->_propDict["group"] = $val; + return $this; + } + + /** + * Gets the principal + * + * @return DirectoryObject|null The principal + */ + public function getPrincipal() + { + if (array_key_exists("principal", $this->_propDict)) { + if (is_a($this->_propDict["principal"], "\Microsoft\Graph\Model\DirectoryObject") || is_null($this->_propDict["principal"])) { + return $this->_propDict["principal"]; + } else { + $this->_propDict["principal"] = new DirectoryObject($this->_propDict["principal"]); + return $this->_propDict["principal"]; + } + } + return null; + } + + /** + * Sets the principal + * + * @param DirectoryObject $val The principal + * + * @return PrivilegedAccessGroupAssignmentSchedule + */ + public function setPrincipal($val) + { + $this->_propDict["principal"] = $val; + return $this; + } + +} diff --git a/src/Model/PrivilegedAccessGroupAssignmentScheduleInstance.php b/src/Model/PrivilegedAccessGroupAssignmentScheduleInstance.php new file mode 100644 index 00000000000..910e972d163 --- /dev/null +++ b/src/Model/PrivilegedAccessGroupAssignmentScheduleInstance.php @@ -0,0 +1,294 @@ +_propDict)) { + if (is_a($this->_propDict["accessId"], "\Microsoft\Graph\Model\PrivilegedAccessGroupRelationships") || is_null($this->_propDict["accessId"])) { + return $this->_propDict["accessId"]; + } else { + $this->_propDict["accessId"] = new PrivilegedAccessGroupRelationships($this->_propDict["accessId"]); + return $this->_propDict["accessId"]; + } + } + return null; + } + + /** + * Sets the accessId + * + * @param PrivilegedAccessGroupRelationships $val The accessId + * + * @return PrivilegedAccessGroupAssignmentScheduleInstance + */ + public function setAccessId($val) + { + $this->_propDict["accessId"] = $val; + return $this; + } + + /** + * Gets the assignmentScheduleId + * + * @return string|null The assignmentScheduleId + */ + public function getAssignmentScheduleId() + { + if (array_key_exists("assignmentScheduleId", $this->_propDict)) { + return $this->_propDict["assignmentScheduleId"]; + } else { + return null; + } + } + + /** + * Sets the assignmentScheduleId + * + * @param string $val The assignmentScheduleId + * + * @return PrivilegedAccessGroupAssignmentScheduleInstance + */ + public function setAssignmentScheduleId($val) + { + $this->_propDict["assignmentScheduleId"] = $val; + return $this; + } + + /** + * Gets the assignmentType + * + * @return PrivilegedAccessGroupAssignmentType|null The assignmentType + */ + public function getAssignmentType() + { + if (array_key_exists("assignmentType", $this->_propDict)) { + if (is_a($this->_propDict["assignmentType"], "\Microsoft\Graph\Model\PrivilegedAccessGroupAssignmentType") || is_null($this->_propDict["assignmentType"])) { + return $this->_propDict["assignmentType"]; + } else { + $this->_propDict["assignmentType"] = new PrivilegedAccessGroupAssignmentType($this->_propDict["assignmentType"]); + return $this->_propDict["assignmentType"]; + } + } + return null; + } + + /** + * Sets the assignmentType + * + * @param PrivilegedAccessGroupAssignmentType $val The assignmentType + * + * @return PrivilegedAccessGroupAssignmentScheduleInstance + */ + public function setAssignmentType($val) + { + $this->_propDict["assignmentType"] = $val; + return $this; + } + + /** + * Gets the groupId + * + * @return string|null The groupId + */ + public function getGroupId() + { + if (array_key_exists("groupId", $this->_propDict)) { + return $this->_propDict["groupId"]; + } else { + return null; + } + } + + /** + * Sets the groupId + * + * @param string $val The groupId + * + * @return PrivilegedAccessGroupAssignmentScheduleInstance + */ + public function setGroupId($val) + { + $this->_propDict["groupId"] = $val; + return $this; + } + + /** + * Gets the memberType + * + * @return PrivilegedAccessGroupMemberType|null The memberType + */ + public function getMemberType() + { + if (array_key_exists("memberType", $this->_propDict)) { + if (is_a($this->_propDict["memberType"], "\Microsoft\Graph\Model\PrivilegedAccessGroupMemberType") || is_null($this->_propDict["memberType"])) { + return $this->_propDict["memberType"]; + } else { + $this->_propDict["memberType"] = new PrivilegedAccessGroupMemberType($this->_propDict["memberType"]); + return $this->_propDict["memberType"]; + } + } + return null; + } + + /** + * Sets the memberType + * + * @param PrivilegedAccessGroupMemberType $val The memberType + * + * @return PrivilegedAccessGroupAssignmentScheduleInstance + */ + public function setMemberType($val) + { + $this->_propDict["memberType"] = $val; + return $this; + } + + /** + * Gets the principalId + * + * @return string|null The principalId + */ + public function getPrincipalId() + { + if (array_key_exists("principalId", $this->_propDict)) { + return $this->_propDict["principalId"]; + } else { + return null; + } + } + + /** + * Sets the principalId + * + * @param string $val The principalId + * + * @return PrivilegedAccessGroupAssignmentScheduleInstance + */ + public function setPrincipalId($val) + { + $this->_propDict["principalId"] = $val; + return $this; + } + + /** + * Gets the activatedUsing + * + * @return PrivilegedAccessGroupEligibilityScheduleInstance|null The activatedUsing + */ + public function getActivatedUsing() + { + if (array_key_exists("activatedUsing", $this->_propDict)) { + if (is_a($this->_propDict["activatedUsing"], "\Microsoft\Graph\Model\PrivilegedAccessGroupEligibilityScheduleInstance") || is_null($this->_propDict["activatedUsing"])) { + return $this->_propDict["activatedUsing"]; + } else { + $this->_propDict["activatedUsing"] = new PrivilegedAccessGroupEligibilityScheduleInstance($this->_propDict["activatedUsing"]); + return $this->_propDict["activatedUsing"]; + } + } + return null; + } + + /** + * Sets the activatedUsing + * + * @param PrivilegedAccessGroupEligibilityScheduleInstance $val The activatedUsing + * + * @return PrivilegedAccessGroupAssignmentScheduleInstance + */ + public function setActivatedUsing($val) + { + $this->_propDict["activatedUsing"] = $val; + return $this; + } + + /** + * Gets the group + * + * @return Group|null The group + */ + public function getGroup() + { + if (array_key_exists("group", $this->_propDict)) { + if (is_a($this->_propDict["group"], "\Microsoft\Graph\Model\Group") || is_null($this->_propDict["group"])) { + return $this->_propDict["group"]; + } else { + $this->_propDict["group"] = new Group($this->_propDict["group"]); + return $this->_propDict["group"]; + } + } + return null; + } + + /** + * Sets the group + * + * @param Group $val The group + * + * @return PrivilegedAccessGroupAssignmentScheduleInstance + */ + public function setGroup($val) + { + $this->_propDict["group"] = $val; + return $this; + } + + /** + * Gets the principal + * + * @return DirectoryObject|null The principal + */ + public function getPrincipal() + { + if (array_key_exists("principal", $this->_propDict)) { + if (is_a($this->_propDict["principal"], "\Microsoft\Graph\Model\DirectoryObject") || is_null($this->_propDict["principal"])) { + return $this->_propDict["principal"]; + } else { + $this->_propDict["principal"] = new DirectoryObject($this->_propDict["principal"]); + return $this->_propDict["principal"]; + } + } + return null; + } + + /** + * Sets the principal + * + * @param DirectoryObject $val The principal + * + * @return PrivilegedAccessGroupAssignmentScheduleInstance + */ + public function setPrincipal($val) + { + $this->_propDict["principal"] = $val; + return $this; + } + +} diff --git a/src/Model/PrivilegedAccessGroupAssignmentScheduleRequest.php b/src/Model/PrivilegedAccessGroupAssignmentScheduleRequest.php new file mode 100644 index 00000000000..2894b337684 --- /dev/null +++ b/src/Model/PrivilegedAccessGroupAssignmentScheduleRequest.php @@ -0,0 +1,263 @@ +_propDict)) { + if (is_a($this->_propDict["accessId"], "\Microsoft\Graph\Model\PrivilegedAccessGroupRelationships") || is_null($this->_propDict["accessId"])) { + return $this->_propDict["accessId"]; + } else { + $this->_propDict["accessId"] = new PrivilegedAccessGroupRelationships($this->_propDict["accessId"]); + return $this->_propDict["accessId"]; + } + } + return null; + } + + /** + * Sets the accessId + * + * @param PrivilegedAccessGroupRelationships $val The accessId + * + * @return PrivilegedAccessGroupAssignmentScheduleRequest + */ + public function setAccessId($val) + { + $this->_propDict["accessId"] = $val; + return $this; + } + + /** + * Gets the groupId + * + * @return string|null The groupId + */ + public function getGroupId() + { + if (array_key_exists("groupId", $this->_propDict)) { + return $this->_propDict["groupId"]; + } else { + return null; + } + } + + /** + * Sets the groupId + * + * @param string $val The groupId + * + * @return PrivilegedAccessGroupAssignmentScheduleRequest + */ + public function setGroupId($val) + { + $this->_propDict["groupId"] = $val; + return $this; + } + + /** + * Gets the principalId + * + * @return string|null The principalId + */ + public function getPrincipalId() + { + if (array_key_exists("principalId", $this->_propDict)) { + return $this->_propDict["principalId"]; + } else { + return null; + } + } + + /** + * Sets the principalId + * + * @param string $val The principalId + * + * @return PrivilegedAccessGroupAssignmentScheduleRequest + */ + public function setPrincipalId($val) + { + $this->_propDict["principalId"] = $val; + return $this; + } + + /** + * Gets the targetScheduleId + * + * @return string|null The targetScheduleId + */ + public function getTargetScheduleId() + { + if (array_key_exists("targetScheduleId", $this->_propDict)) { + return $this->_propDict["targetScheduleId"]; + } else { + return null; + } + } + + /** + * Sets the targetScheduleId + * + * @param string $val The targetScheduleId + * + * @return PrivilegedAccessGroupAssignmentScheduleRequest + */ + public function setTargetScheduleId($val) + { + $this->_propDict["targetScheduleId"] = $val; + return $this; + } + + /** + * Gets the activatedUsing + * + * @return PrivilegedAccessGroupEligibilitySchedule|null The activatedUsing + */ + public function getActivatedUsing() + { + if (array_key_exists("activatedUsing", $this->_propDict)) { + if (is_a($this->_propDict["activatedUsing"], "\Microsoft\Graph\Model\PrivilegedAccessGroupEligibilitySchedule") || is_null($this->_propDict["activatedUsing"])) { + return $this->_propDict["activatedUsing"]; + } else { + $this->_propDict["activatedUsing"] = new PrivilegedAccessGroupEligibilitySchedule($this->_propDict["activatedUsing"]); + return $this->_propDict["activatedUsing"]; + } + } + return null; + } + + /** + * Sets the activatedUsing + * + * @param PrivilegedAccessGroupEligibilitySchedule $val The activatedUsing + * + * @return PrivilegedAccessGroupAssignmentScheduleRequest + */ + public function setActivatedUsing($val) + { + $this->_propDict["activatedUsing"] = $val; + return $this; + } + + /** + * Gets the group + * + * @return Group|null The group + */ + public function getGroup() + { + if (array_key_exists("group", $this->_propDict)) { + if (is_a($this->_propDict["group"], "\Microsoft\Graph\Model\Group") || is_null($this->_propDict["group"])) { + return $this->_propDict["group"]; + } else { + $this->_propDict["group"] = new Group($this->_propDict["group"]); + return $this->_propDict["group"]; + } + } + return null; + } + + /** + * Sets the group + * + * @param Group $val The group + * + * @return PrivilegedAccessGroupAssignmentScheduleRequest + */ + public function setGroup($val) + { + $this->_propDict["group"] = $val; + return $this; + } + + /** + * Gets the principal + * + * @return DirectoryObject|null The principal + */ + public function getPrincipal() + { + if (array_key_exists("principal", $this->_propDict)) { + if (is_a($this->_propDict["principal"], "\Microsoft\Graph\Model\DirectoryObject") || is_null($this->_propDict["principal"])) { + return $this->_propDict["principal"]; + } else { + $this->_propDict["principal"] = new DirectoryObject($this->_propDict["principal"]); + return $this->_propDict["principal"]; + } + } + return null; + } + + /** + * Sets the principal + * + * @param DirectoryObject $val The principal + * + * @return PrivilegedAccessGroupAssignmentScheduleRequest + */ + public function setPrincipal($val) + { + $this->_propDict["principal"] = $val; + return $this; + } + + /** + * Gets the targetSchedule + * + * @return PrivilegedAccessGroupEligibilitySchedule|null The targetSchedule + */ + public function getTargetSchedule() + { + if (array_key_exists("targetSchedule", $this->_propDict)) { + if (is_a($this->_propDict["targetSchedule"], "\Microsoft\Graph\Model\PrivilegedAccessGroupEligibilitySchedule") || is_null($this->_propDict["targetSchedule"])) { + return $this->_propDict["targetSchedule"]; + } else { + $this->_propDict["targetSchedule"] = new PrivilegedAccessGroupEligibilitySchedule($this->_propDict["targetSchedule"]); + return $this->_propDict["targetSchedule"]; + } + } + return null; + } + + /** + * Sets the targetSchedule + * + * @param PrivilegedAccessGroupEligibilitySchedule $val The targetSchedule + * + * @return PrivilegedAccessGroupAssignmentScheduleRequest + */ + public function setTargetSchedule($val) + { + $this->_propDict["targetSchedule"] = $val; + return $this; + } + +} diff --git a/src/Model/PrivilegedAccessGroupAssignmentType.php b/src/Model/PrivilegedAccessGroupAssignmentType.php new file mode 100644 index 00000000000..80e25ea140e --- /dev/null +++ b/src/Model/PrivilegedAccessGroupAssignmentType.php @@ -0,0 +1,35 @@ +_propDict)) { + if (is_a($this->_propDict["accessId"], "\Microsoft\Graph\Model\PrivilegedAccessGroupRelationships") || is_null($this->_propDict["accessId"])) { + return $this->_propDict["accessId"]; + } else { + $this->_propDict["accessId"] = new PrivilegedAccessGroupRelationships($this->_propDict["accessId"]); + return $this->_propDict["accessId"]; + } + } + return null; + } + + /** + * Sets the accessId + * + * @param PrivilegedAccessGroupRelationships $val The accessId + * + * @return PrivilegedAccessGroupEligibilitySchedule + */ + public function setAccessId($val) + { + $this->_propDict["accessId"] = $val; + return $this; + } + + /** + * Gets the groupId + * + * @return string|null The groupId + */ + public function getGroupId() + { + if (array_key_exists("groupId", $this->_propDict)) { + return $this->_propDict["groupId"]; + } else { + return null; + } + } + + /** + * Sets the groupId + * + * @param string $val The groupId + * + * @return PrivilegedAccessGroupEligibilitySchedule + */ + public function setGroupId($val) + { + $this->_propDict["groupId"] = $val; + return $this; + } + + /** + * Gets the memberType + * + * @return PrivilegedAccessGroupMemberType|null The memberType + */ + public function getMemberType() + { + if (array_key_exists("memberType", $this->_propDict)) { + if (is_a($this->_propDict["memberType"], "\Microsoft\Graph\Model\PrivilegedAccessGroupMemberType") || is_null($this->_propDict["memberType"])) { + return $this->_propDict["memberType"]; + } else { + $this->_propDict["memberType"] = new PrivilegedAccessGroupMemberType($this->_propDict["memberType"]); + return $this->_propDict["memberType"]; + } + } + return null; + } + + /** + * Sets the memberType + * + * @param PrivilegedAccessGroupMemberType $val The memberType + * + * @return PrivilegedAccessGroupEligibilitySchedule + */ + public function setMemberType($val) + { + $this->_propDict["memberType"] = $val; + return $this; + } + + /** + * Gets the principalId + * + * @return string|null The principalId + */ + public function getPrincipalId() + { + if (array_key_exists("principalId", $this->_propDict)) { + return $this->_propDict["principalId"]; + } else { + return null; + } + } + + /** + * Sets the principalId + * + * @param string $val The principalId + * + * @return PrivilegedAccessGroupEligibilitySchedule + */ + public function setPrincipalId($val) + { + $this->_propDict["principalId"] = $val; + return $this; + } + + /** + * Gets the group + * + * @return Group|null The group + */ + public function getGroup() + { + if (array_key_exists("group", $this->_propDict)) { + if (is_a($this->_propDict["group"], "\Microsoft\Graph\Model\Group") || is_null($this->_propDict["group"])) { + return $this->_propDict["group"]; + } else { + $this->_propDict["group"] = new Group($this->_propDict["group"]); + return $this->_propDict["group"]; + } + } + return null; + } + + /** + * Sets the group + * + * @param Group $val The group + * + * @return PrivilegedAccessGroupEligibilitySchedule + */ + public function setGroup($val) + { + $this->_propDict["group"] = $val; + return $this; + } + + /** + * Gets the principal + * + * @return DirectoryObject|null The principal + */ + public function getPrincipal() + { + if (array_key_exists("principal", $this->_propDict)) { + if (is_a($this->_propDict["principal"], "\Microsoft\Graph\Model\DirectoryObject") || is_null($this->_propDict["principal"])) { + return $this->_propDict["principal"]; + } else { + $this->_propDict["principal"] = new DirectoryObject($this->_propDict["principal"]); + return $this->_propDict["principal"]; + } + } + return null; + } + + /** + * Sets the principal + * + * @param DirectoryObject $val The principal + * + * @return PrivilegedAccessGroupEligibilitySchedule + */ + public function setPrincipal($val) + { + $this->_propDict["principal"] = $val; + return $this; + } + +} diff --git a/src/Model/PrivilegedAccessGroupEligibilityScheduleInstance.php b/src/Model/PrivilegedAccessGroupEligibilityScheduleInstance.php new file mode 100644 index 00000000000..e9b8a067226 --- /dev/null +++ b/src/Model/PrivilegedAccessGroupEligibilityScheduleInstance.php @@ -0,0 +1,232 @@ +_propDict)) { + if (is_a($this->_propDict["accessId"], "\Microsoft\Graph\Model\PrivilegedAccessGroupRelationships") || is_null($this->_propDict["accessId"])) { + return $this->_propDict["accessId"]; + } else { + $this->_propDict["accessId"] = new PrivilegedAccessGroupRelationships($this->_propDict["accessId"]); + return $this->_propDict["accessId"]; + } + } + return null; + } + + /** + * Sets the accessId + * + * @param PrivilegedAccessGroupRelationships $val The accessId + * + * @return PrivilegedAccessGroupEligibilityScheduleInstance + */ + public function setAccessId($val) + { + $this->_propDict["accessId"] = $val; + return $this; + } + + /** + * Gets the eligibilityScheduleId + * + * @return string|null The eligibilityScheduleId + */ + public function getEligibilityScheduleId() + { + if (array_key_exists("eligibilityScheduleId", $this->_propDict)) { + return $this->_propDict["eligibilityScheduleId"]; + } else { + return null; + } + } + + /** + * Sets the eligibilityScheduleId + * + * @param string $val The eligibilityScheduleId + * + * @return PrivilegedAccessGroupEligibilityScheduleInstance + */ + public function setEligibilityScheduleId($val) + { + $this->_propDict["eligibilityScheduleId"] = $val; + return $this; + } + + /** + * Gets the groupId + * + * @return string|null The groupId + */ + public function getGroupId() + { + if (array_key_exists("groupId", $this->_propDict)) { + return $this->_propDict["groupId"]; + } else { + return null; + } + } + + /** + * Sets the groupId + * + * @param string $val The groupId + * + * @return PrivilegedAccessGroupEligibilityScheduleInstance + */ + public function setGroupId($val) + { + $this->_propDict["groupId"] = $val; + return $this; + } + + /** + * Gets the memberType + * + * @return PrivilegedAccessGroupMemberType|null The memberType + */ + public function getMemberType() + { + if (array_key_exists("memberType", $this->_propDict)) { + if (is_a($this->_propDict["memberType"], "\Microsoft\Graph\Model\PrivilegedAccessGroupMemberType") || is_null($this->_propDict["memberType"])) { + return $this->_propDict["memberType"]; + } else { + $this->_propDict["memberType"] = new PrivilegedAccessGroupMemberType($this->_propDict["memberType"]); + return $this->_propDict["memberType"]; + } + } + return null; + } + + /** + * Sets the memberType + * + * @param PrivilegedAccessGroupMemberType $val The memberType + * + * @return PrivilegedAccessGroupEligibilityScheduleInstance + */ + public function setMemberType($val) + { + $this->_propDict["memberType"] = $val; + return $this; + } + + /** + * Gets the principalId + * + * @return string|null The principalId + */ + public function getPrincipalId() + { + if (array_key_exists("principalId", $this->_propDict)) { + return $this->_propDict["principalId"]; + } else { + return null; + } + } + + /** + * Sets the principalId + * + * @param string $val The principalId + * + * @return PrivilegedAccessGroupEligibilityScheduleInstance + */ + public function setPrincipalId($val) + { + $this->_propDict["principalId"] = $val; + return $this; + } + + /** + * Gets the group + * + * @return Group|null The group + */ + public function getGroup() + { + if (array_key_exists("group", $this->_propDict)) { + if (is_a($this->_propDict["group"], "\Microsoft\Graph\Model\Group") || is_null($this->_propDict["group"])) { + return $this->_propDict["group"]; + } else { + $this->_propDict["group"] = new Group($this->_propDict["group"]); + return $this->_propDict["group"]; + } + } + return null; + } + + /** + * Sets the group + * + * @param Group $val The group + * + * @return PrivilegedAccessGroupEligibilityScheduleInstance + */ + public function setGroup($val) + { + $this->_propDict["group"] = $val; + return $this; + } + + /** + * Gets the principal + * + * @return DirectoryObject|null The principal + */ + public function getPrincipal() + { + if (array_key_exists("principal", $this->_propDict)) { + if (is_a($this->_propDict["principal"], "\Microsoft\Graph\Model\DirectoryObject") || is_null($this->_propDict["principal"])) { + return $this->_propDict["principal"]; + } else { + $this->_propDict["principal"] = new DirectoryObject($this->_propDict["principal"]); + return $this->_propDict["principal"]; + } + } + return null; + } + + /** + * Sets the principal + * + * @param DirectoryObject $val The principal + * + * @return PrivilegedAccessGroupEligibilityScheduleInstance + */ + public function setPrincipal($val) + { + $this->_propDict["principal"] = $val; + return $this; + } + +} diff --git a/src/Model/PrivilegedAccessGroupEligibilityScheduleRequest.php b/src/Model/PrivilegedAccessGroupEligibilityScheduleRequest.php new file mode 100644 index 00000000000..5d2342b32e2 --- /dev/null +++ b/src/Model/PrivilegedAccessGroupEligibilityScheduleRequest.php @@ -0,0 +1,232 @@ +_propDict)) { + if (is_a($this->_propDict["accessId"], "\Microsoft\Graph\Model\PrivilegedAccessGroupRelationships") || is_null($this->_propDict["accessId"])) { + return $this->_propDict["accessId"]; + } else { + $this->_propDict["accessId"] = new PrivilegedAccessGroupRelationships($this->_propDict["accessId"]); + return $this->_propDict["accessId"]; + } + } + return null; + } + + /** + * Sets the accessId + * + * @param PrivilegedAccessGroupRelationships $val The accessId + * + * @return PrivilegedAccessGroupEligibilityScheduleRequest + */ + public function setAccessId($val) + { + $this->_propDict["accessId"] = $val; + return $this; + } + + /** + * Gets the groupId + * + * @return string|null The groupId + */ + public function getGroupId() + { + if (array_key_exists("groupId", $this->_propDict)) { + return $this->_propDict["groupId"]; + } else { + return null; + } + } + + /** + * Sets the groupId + * + * @param string $val The groupId + * + * @return PrivilegedAccessGroupEligibilityScheduleRequest + */ + public function setGroupId($val) + { + $this->_propDict["groupId"] = $val; + return $this; + } + + /** + * Gets the principalId + * + * @return string|null The principalId + */ + public function getPrincipalId() + { + if (array_key_exists("principalId", $this->_propDict)) { + return $this->_propDict["principalId"]; + } else { + return null; + } + } + + /** + * Sets the principalId + * + * @param string $val The principalId + * + * @return PrivilegedAccessGroupEligibilityScheduleRequest + */ + public function setPrincipalId($val) + { + $this->_propDict["principalId"] = $val; + return $this; + } + + /** + * Gets the targetScheduleId + * + * @return string|null The targetScheduleId + */ + public function getTargetScheduleId() + { + if (array_key_exists("targetScheduleId", $this->_propDict)) { + return $this->_propDict["targetScheduleId"]; + } else { + return null; + } + } + + /** + * Sets the targetScheduleId + * + * @param string $val The targetScheduleId + * + * @return PrivilegedAccessGroupEligibilityScheduleRequest + */ + public function setTargetScheduleId($val) + { + $this->_propDict["targetScheduleId"] = $val; + return $this; + } + + /** + * Gets the group + * + * @return Group|null The group + */ + public function getGroup() + { + if (array_key_exists("group", $this->_propDict)) { + if (is_a($this->_propDict["group"], "\Microsoft\Graph\Model\Group") || is_null($this->_propDict["group"])) { + return $this->_propDict["group"]; + } else { + $this->_propDict["group"] = new Group($this->_propDict["group"]); + return $this->_propDict["group"]; + } + } + return null; + } + + /** + * Sets the group + * + * @param Group $val The group + * + * @return PrivilegedAccessGroupEligibilityScheduleRequest + */ + public function setGroup($val) + { + $this->_propDict["group"] = $val; + return $this; + } + + /** + * Gets the principal + * + * @return DirectoryObject|null The principal + */ + public function getPrincipal() + { + if (array_key_exists("principal", $this->_propDict)) { + if (is_a($this->_propDict["principal"], "\Microsoft\Graph\Model\DirectoryObject") || is_null($this->_propDict["principal"])) { + return $this->_propDict["principal"]; + } else { + $this->_propDict["principal"] = new DirectoryObject($this->_propDict["principal"]); + return $this->_propDict["principal"]; + } + } + return null; + } + + /** + * Sets the principal + * + * @param DirectoryObject $val The principal + * + * @return PrivilegedAccessGroupEligibilityScheduleRequest + */ + public function setPrincipal($val) + { + $this->_propDict["principal"] = $val; + return $this; + } + + /** + * Gets the targetSchedule + * + * @return PrivilegedAccessGroupEligibilitySchedule|null The targetSchedule + */ + public function getTargetSchedule() + { + if (array_key_exists("targetSchedule", $this->_propDict)) { + if (is_a($this->_propDict["targetSchedule"], "\Microsoft\Graph\Model\PrivilegedAccessGroupEligibilitySchedule") || is_null($this->_propDict["targetSchedule"])) { + return $this->_propDict["targetSchedule"]; + } else { + $this->_propDict["targetSchedule"] = new PrivilegedAccessGroupEligibilitySchedule($this->_propDict["targetSchedule"]); + return $this->_propDict["targetSchedule"]; + } + } + return null; + } + + /** + * Sets the targetSchedule + * + * @param PrivilegedAccessGroupEligibilitySchedule $val The targetSchedule + * + * @return PrivilegedAccessGroupEligibilityScheduleRequest + */ + public function setTargetSchedule($val) + { + $this->_propDict["targetSchedule"] = $val; + return $this; + } + +} diff --git a/src/Model/PrivilegedAccessGroupMemberType.php b/src/Model/PrivilegedAccessGroupMemberType.php new file mode 100644 index 00000000000..812f37bb94d --- /dev/null +++ b/src/Model/PrivilegedAccessGroupMemberType.php @@ -0,0 +1,35 @@ +_propDict)) { + if (is_a($this->_propDict["group"], "\Microsoft\Graph\Model\PrivilegedAccessGroup") || is_null($this->_propDict["group"])) { + return $this->_propDict["group"]; + } else { + $this->_propDict["group"] = new PrivilegedAccessGroup($this->_propDict["group"]); + return $this->_propDict["group"]; + } + } + return null; + } + + /** + * Sets the group + * + * @param PrivilegedAccessGroup $val The group + * + * @return PrivilegedAccessRoot + */ + public function setGroup($val) + { + $this->_propDict["group"] = $val; + return $this; + } + +} diff --git a/src/Model/PrivilegedAccessSchedule.php b/src/Model/PrivilegedAccessSchedule.php new file mode 100644 index 00000000000..239f8dd11df --- /dev/null +++ b/src/Model/PrivilegedAccessSchedule.php @@ -0,0 +1,174 @@ +_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime") || is_null($this->_propDict["createdDateTime"])) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * + * @param \DateTime $val The createdDateTime + * + * @return PrivilegedAccessSchedule + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the createdUsing + * + * @return string|null The createdUsing + */ + public function getCreatedUsing() + { + if (array_key_exists("createdUsing", $this->_propDict)) { + return $this->_propDict["createdUsing"]; + } else { + return null; + } + } + + /** + * Sets the createdUsing + * + * @param string $val The createdUsing + * + * @return PrivilegedAccessSchedule + */ + public function setCreatedUsing($val) + { + $this->_propDict["createdUsing"] = $val; + return $this; + } + + /** + * Gets the modifiedDateTime + * + * @return \DateTime|null The modifiedDateTime + */ + public function getModifiedDateTime() + { + if (array_key_exists("modifiedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["modifiedDateTime"], "\DateTime") || is_null($this->_propDict["modifiedDateTime"])) { + return $this->_propDict["modifiedDateTime"]; + } else { + $this->_propDict["modifiedDateTime"] = new \DateTime($this->_propDict["modifiedDateTime"]); + return $this->_propDict["modifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the modifiedDateTime + * + * @param \DateTime $val The modifiedDateTime + * + * @return PrivilegedAccessSchedule + */ + public function setModifiedDateTime($val) + { + $this->_propDict["modifiedDateTime"] = $val; + return $this; + } + + /** + * Gets the scheduleInfo + * + * @return RequestSchedule|null The scheduleInfo + */ + public function getScheduleInfo() + { + if (array_key_exists("scheduleInfo", $this->_propDict)) { + if (is_a($this->_propDict["scheduleInfo"], "\Microsoft\Graph\Model\RequestSchedule") || is_null($this->_propDict["scheduleInfo"])) { + return $this->_propDict["scheduleInfo"]; + } else { + $this->_propDict["scheduleInfo"] = new RequestSchedule($this->_propDict["scheduleInfo"]); + return $this->_propDict["scheduleInfo"]; + } + } + return null; + } + + /** + * Sets the scheduleInfo + * + * @param RequestSchedule $val The scheduleInfo + * + * @return PrivilegedAccessSchedule + */ + public function setScheduleInfo($val) + { + $this->_propDict["scheduleInfo"] = $val; + return $this; + } + + /** + * Gets the status + * + * @return string|null The status + */ + public function getStatus() + { + if (array_key_exists("status", $this->_propDict)) { + return $this->_propDict["status"]; + } else { + return null; + } + } + + /** + * Sets the status + * + * @param string $val The status + * + * @return PrivilegedAccessSchedule + */ + public function setStatus($val) + { + $this->_propDict["status"] = $val; + return $this; + } + +} diff --git a/src/Model/PrivilegedAccessScheduleInstance.php b/src/Model/PrivilegedAccessScheduleInstance.php new file mode 100644 index 00000000000..4e96b64bf9c --- /dev/null +++ b/src/Model/PrivilegedAccessScheduleInstance.php @@ -0,0 +1,89 @@ +_propDict)) { + if (is_a($this->_propDict["endDateTime"], "\DateTime") || is_null($this->_propDict["endDateTime"])) { + return $this->_propDict["endDateTime"]; + } else { + $this->_propDict["endDateTime"] = new \DateTime($this->_propDict["endDateTime"]); + return $this->_propDict["endDateTime"]; + } + } + return null; + } + + /** + * Sets the endDateTime + * + * @param \DateTime $val The endDateTime + * + * @return PrivilegedAccessScheduleInstance + */ + public function setEndDateTime($val) + { + $this->_propDict["endDateTime"] = $val; + return $this; + } + + /** + * Gets the startDateTime + * + * @return \DateTime|null The startDateTime + */ + public function getStartDateTime() + { + if (array_key_exists("startDateTime", $this->_propDict)) { + if (is_a($this->_propDict["startDateTime"], "\DateTime") || is_null($this->_propDict["startDateTime"])) { + return $this->_propDict["startDateTime"]; + } else { + $this->_propDict["startDateTime"] = new \DateTime($this->_propDict["startDateTime"]); + return $this->_propDict["startDateTime"]; + } + } + return null; + } + + /** + * Sets the startDateTime + * + * @param \DateTime $val The startDateTime + * + * @return PrivilegedAccessScheduleInstance + */ + public function setStartDateTime($val) + { + $this->_propDict["startDateTime"] = $val; + return $this; + } + +} diff --git a/src/Model/PrivilegedAccessScheduleRequest.php b/src/Model/PrivilegedAccessScheduleRequest.php new file mode 100644 index 00000000000..990bf19de35 --- /dev/null +++ b/src/Model/PrivilegedAccessScheduleRequest.php @@ -0,0 +1,174 @@ +_propDict)) { + if (is_a($this->_propDict["action"], "\Microsoft\Graph\Model\ScheduleRequestActions") || is_null($this->_propDict["action"])) { + return $this->_propDict["action"]; + } else { + $this->_propDict["action"] = new ScheduleRequestActions($this->_propDict["action"]); + return $this->_propDict["action"]; + } + } + return null; + } + + /** + * Sets the action + * + * @param ScheduleRequestActions $val The action + * + * @return PrivilegedAccessScheduleRequest + */ + public function setAction($val) + { + $this->_propDict["action"] = $val; + return $this; + } + + /** + * Gets the isValidationOnly + * + * @return bool|null The isValidationOnly + */ + public function getIsValidationOnly() + { + if (array_key_exists("isValidationOnly", $this->_propDict)) { + return $this->_propDict["isValidationOnly"]; + } else { + return null; + } + } + + /** + * Sets the isValidationOnly + * + * @param bool $val The isValidationOnly + * + * @return PrivilegedAccessScheduleRequest + */ + public function setIsValidationOnly($val) + { + $this->_propDict["isValidationOnly"] = boolval($val); + return $this; + } + + /** + * Gets the justification + * + * @return string|null The justification + */ + public function getJustification() + { + if (array_key_exists("justification", $this->_propDict)) { + return $this->_propDict["justification"]; + } else { + return null; + } + } + + /** + * Sets the justification + * + * @param string $val The justification + * + * @return PrivilegedAccessScheduleRequest + */ + public function setJustification($val) + { + $this->_propDict["justification"] = $val; + return $this; + } + + /** + * Gets the scheduleInfo + * + * @return RequestSchedule|null The scheduleInfo + */ + public function getScheduleInfo() + { + if (array_key_exists("scheduleInfo", $this->_propDict)) { + if (is_a($this->_propDict["scheduleInfo"], "\Microsoft\Graph\Model\RequestSchedule") || is_null($this->_propDict["scheduleInfo"])) { + return $this->_propDict["scheduleInfo"]; + } else { + $this->_propDict["scheduleInfo"] = new RequestSchedule($this->_propDict["scheduleInfo"]); + return $this->_propDict["scheduleInfo"]; + } + } + return null; + } + + /** + * Sets the scheduleInfo + * + * @param RequestSchedule $val The scheduleInfo + * + * @return PrivilegedAccessScheduleRequest + */ + public function setScheduleInfo($val) + { + $this->_propDict["scheduleInfo"] = $val; + return $this; + } + + /** + * Gets the ticketInfo + * + * @return TicketInfo|null The ticketInfo + */ + public function getTicketInfo() + { + if (array_key_exists("ticketInfo", $this->_propDict)) { + if (is_a($this->_propDict["ticketInfo"], "\Microsoft\Graph\Model\TicketInfo") || is_null($this->_propDict["ticketInfo"])) { + return $this->_propDict["ticketInfo"]; + } else { + $this->_propDict["ticketInfo"] = new TicketInfo($this->_propDict["ticketInfo"]); + return $this->_propDict["ticketInfo"]; + } + } + return null; + } + + /** + * Sets the ticketInfo + * + * @param TicketInfo $val The ticketInfo + * + * @return PrivilegedAccessScheduleRequest + */ + public function setTicketInfo($val) + { + $this->_propDict["ticketInfo"] = $val; + return $this; + } + +} diff --git a/src/Model/ResellerDelegatedAdminRelationship.php b/src/Model/ResellerDelegatedAdminRelationship.php new file mode 100644 index 00000000000..bf225119d80 --- /dev/null +++ b/src/Model/ResellerDelegatedAdminRelationship.php @@ -0,0 +1,85 @@ +_propDict)) { + return $this->_propDict["indirectProviderTenantId"]; + } else { + return null; + } + } + + /** + * Sets the indirectProviderTenantId + * The tenant ID of the indirect provider partner who created the relationship for the indirect reseller partner. + * + * @param string $val The indirectProviderTenantId + * + * @return ResellerDelegatedAdminRelationship + */ + public function setIndirectProviderTenantId($val) + { + $this->_propDict["indirectProviderTenantId"] = $val; + return $this; + } + + /** + * Gets the isPartnerConsentPending + * Indicates the indirect reseller partner consent status. true indicates that the partner has yet to review the relationship; false indicates that the partner has already provided consent by approving or rejecting the relationship. + * + * @return bool|null The isPartnerConsentPending + */ + public function getIsPartnerConsentPending() + { + if (array_key_exists("isPartnerConsentPending", $this->_propDict)) { + return $this->_propDict["isPartnerConsentPending"]; + } else { + return null; + } + } + + /** + * Sets the isPartnerConsentPending + * Indicates the indirect reseller partner consent status. true indicates that the partner has yet to review the relationship; false indicates that the partner has already provided consent by approving or rejecting the relationship. + * + * @param bool $val The isPartnerConsentPending + * + * @return ResellerDelegatedAdminRelationship + */ + public function setIsPartnerConsentPending($val) + { + $this->_propDict["isPartnerConsentPending"] = boolval($val); + return $this; + } + +} diff --git a/src/Model/ResourceVisualization.php b/src/Model/ResourceVisualization.php index 26a93f43cd1..fe942819cd5 100644 --- a/src/Model/ResourceVisualization.php +++ b/src/Model/ResourceVisualization.php @@ -109,7 +109,7 @@ public function setContainerWebUrl($val) } /** * Gets the mediaType - * The item's media type. Can be used for filtering for a specific type of file based on supported IANA Media Mime Types. Note that not all Media Mime Types are supported. + * The item's media type. Can be used for filtering for a specific type of file based on supported IANA Media Mime Types. Not all Media Mime Types are supported. * * @return string|null The mediaType */ @@ -124,7 +124,7 @@ public function getMediaType() /** * Sets the mediaType - * The item's media type. Can be used for filtering for a specific type of file based on supported IANA Media Mime Types. Note that not all Media Mime Types are supported. + * The item's media type. Can be used for filtering for a specific type of file based on supported IANA Media Mime Types. Not all Media Mime Types are supported. * * @param string $val The value of the mediaType * @@ -221,7 +221,7 @@ public function setTitle($val) } /** * Gets the type - * The item's media type. Can be used for filtering for a specific file based on a specific type. See below for supported types. + * The item's media type. Can be used for filtering for a specific file based on a specific type. See the section Type property values for supported types. * * @return string|null The type */ @@ -236,7 +236,7 @@ public function getType() /** * Sets the type - * The item's media type. Can be used for filtering for a specific file based on a specific type. See below for supported types. + * The item's media type. Can be used for filtering for a specific file based on a specific type. See the section Type property values for supported types. * * @param string $val The value of the type * diff --git a/src/Model/ScheduleRequestActions.php b/src/Model/ScheduleRequestActions.php new file mode 100644 index 00000000000..450a564bd39 --- /dev/null +++ b/src/Model/ScheduleRequestActions.php @@ -0,0 +1,42 @@ +_propDict)) { - if (is_a($this->_propDict["mailboxlocations"], "\Microsoft\Graph\Model\SubjectRightsRequestMailboxLocation") || is_null($this->_propDict["mailboxlocations"])) { - return $this->_propDict["mailboxlocations"]; + if (array_key_exists("mailboxLocations", $this->_propDict)) { + if (is_a($this->_propDict["mailboxLocations"], "\Microsoft\Graph\Model\SubjectRightsRequestMailboxLocation") || is_null($this->_propDict["mailboxLocations"])) { + return $this->_propDict["mailboxLocations"]; } else { - $this->_propDict["mailboxlocations"] = new SubjectRightsRequestMailboxLocation($this->_propDict["mailboxlocations"]); - return $this->_propDict["mailboxlocations"]; + $this->_propDict["mailboxLocations"] = new SubjectRightsRequestMailboxLocation($this->_propDict["mailboxLocations"]); + return $this->_propDict["mailboxLocations"]; } } return null; } /** - * Sets the mailboxlocations + * Sets the mailboxLocations * - * @param SubjectRightsRequestMailboxLocation $val The mailboxlocations + * @param SubjectRightsRequestMailboxLocation $val The mailboxLocations * * @return SubjectRightsRequest */ - public function setMailboxlocations($val) + public function setMailboxLocations($val) { - $this->_propDict["mailboxlocations"] = $val; + $this->_propDict["mailboxLocations"] = $val; return $this; } @@ -638,33 +638,33 @@ public function setRegulations($val) } /** - * Gets the sitelocations + * Gets the siteLocations * - * @return SubjectRightsRequestSiteLocation|null The sitelocations + * @return SubjectRightsRequestSiteLocation|null The siteLocations */ - public function getSitelocations() + public function getSiteLocations() { - if (array_key_exists("sitelocations", $this->_propDict)) { - if (is_a($this->_propDict["sitelocations"], "\Microsoft\Graph\Model\SubjectRightsRequestSiteLocation") || is_null($this->_propDict["sitelocations"])) { - return $this->_propDict["sitelocations"]; + if (array_key_exists("siteLocations", $this->_propDict)) { + if (is_a($this->_propDict["siteLocations"], "\Microsoft\Graph\Model\SubjectRightsRequestSiteLocation") || is_null($this->_propDict["siteLocations"])) { + return $this->_propDict["siteLocations"]; } else { - $this->_propDict["sitelocations"] = new SubjectRightsRequestSiteLocation($this->_propDict["sitelocations"]); - return $this->_propDict["sitelocations"]; + $this->_propDict["siteLocations"] = new SubjectRightsRequestSiteLocation($this->_propDict["siteLocations"]); + return $this->_propDict["siteLocations"]; } } return null; } /** - * Sets the sitelocations + * Sets the siteLocations * - * @param SubjectRightsRequestSiteLocation $val The sitelocations + * @param SubjectRightsRequestSiteLocation $val The siteLocations * * @return SubjectRightsRequest */ - public function setSitelocations($val) + public function setSiteLocations($val) { - $this->_propDict["sitelocations"] = $val; + $this->_propDict["siteLocations"] = $val; return $this; } diff --git a/src/Model/SynchronizationJobRestartCriteria.php b/src/Model/SynchronizationJobRestartCriteria.php index b6ee1cd4b59..82ddd7347aa 100644 --- a/src/Model/SynchronizationJobRestartCriteria.php +++ b/src/Model/SynchronizationJobRestartCriteria.php @@ -26,7 +26,7 @@ class SynchronizationJobRestartCriteria extends Entity /** * Gets the resetScope - * Comma-separated combination of the following values: None, ConnectorDataStore, Escrows, Watermark, QuarantineState, Full, ForceDeletes. The property can also be empty. None: Starts a paused or quarantined provisioning job. DO NOT USE. Use the Start synchronizationJob API instead.ConnectorDataStore - Clears the underlying cache for all users. DO NOT USE. Contact Microsoft Support for guidance.Escrows - Provisioning failures are marked as escrows and retried. Clearing escrows will stop the service from retrying failures.Watermark - Removing the watermark causes the service to re-evaluate all the users again, rather than just processing changes.QuarantineState - Temporarily lifts the quarantine.Use Full if you want all of the options.ForceDeletes - Forces the system to delete the pending deleted users when using the accidental deletions prevention feature and the deletion threshold is exceeded. Leaving this property empty emulates the Restart provisioning option in the Azure portal. It is similar to setting the resetScope to include QuarantineState, Watermark, and Escrows. This option meets most customer needs. + * Comma-separated combination of the following values: None, ConnectorDataStore, Escrows, Watermark, QuarantineState, Full, ForceDeletes. The property can also be empty. None: Starts a paused or quarantined provisioning job. DO NOT USE. Use the Start synchronizationJob API instead.ConnectorDataStore - Clears the underlying cache for all users. DO NOT USE. Contact Microsoft Support for guidance.Escrows - Provisioning failures are marked as escrows and retried. Clearing escrows will stop the service from retrying failures.Watermark - Removing the watermark causes the service to re-evaluate all the users again, rather than just processing changes.QuarantineState - Temporarily lifts the quarantine.Use Full if you want all of the options.ForceDeletes - Forces the system to delete the pending deleted users when using the accidental deletions prevention feature and the deletion threshold is exceeded. Leaving this property empty emulates the Restart provisioning option in the Microsoft Entra admin center. It is similar to setting the resetScope to include QuarantineState, Watermark, and Escrows. This option meets most customer needs. * * @return SynchronizationJobRestartScope|null The resetScope */ @@ -45,7 +45,7 @@ public function getResetScope() /** * Sets the resetScope - * Comma-separated combination of the following values: None, ConnectorDataStore, Escrows, Watermark, QuarantineState, Full, ForceDeletes. The property can also be empty. None: Starts a paused or quarantined provisioning job. DO NOT USE. Use the Start synchronizationJob API instead.ConnectorDataStore - Clears the underlying cache for all users. DO NOT USE. Contact Microsoft Support for guidance.Escrows - Provisioning failures are marked as escrows and retried. Clearing escrows will stop the service from retrying failures.Watermark - Removing the watermark causes the service to re-evaluate all the users again, rather than just processing changes.QuarantineState - Temporarily lifts the quarantine.Use Full if you want all of the options.ForceDeletes - Forces the system to delete the pending deleted users when using the accidental deletions prevention feature and the deletion threshold is exceeded. Leaving this property empty emulates the Restart provisioning option in the Azure portal. It is similar to setting the resetScope to include QuarantineState, Watermark, and Escrows. This option meets most customer needs. + * Comma-separated combination of the following values: None, ConnectorDataStore, Escrows, Watermark, QuarantineState, Full, ForceDeletes. The property can also be empty. None: Starts a paused or quarantined provisioning job. DO NOT USE. Use the Start synchronizationJob API instead.ConnectorDataStore - Clears the underlying cache for all users. DO NOT USE. Contact Microsoft Support for guidance.Escrows - Provisioning failures are marked as escrows and retried. Clearing escrows will stop the service from retrying failures.Watermark - Removing the watermark causes the service to re-evaluate all the users again, rather than just processing changes.QuarantineState - Temporarily lifts the quarantine.Use Full if you want all of the options.ForceDeletes - Forces the system to delete the pending deleted users when using the accidental deletions prevention feature and the deletion threshold is exceeded. Leaving this property empty emulates the Restart provisioning option in the Microsoft Entra admin center. It is similar to setting the resetScope to include QuarantineState, Watermark, and Escrows. This option meets most customer needs. * * @param SynchronizationJobRestartScope $val The value to assign to the resetScope * diff --git a/src/Model/UnifiedRoleManagementPolicyAuthenticationContextRule.php b/src/Model/UnifiedRoleManagementPolicyAuthenticationContextRule.php index 3ff2998c4f9..95813842ac1 100644 --- a/src/Model/UnifiedRoleManagementPolicyAuthenticationContextRule.php +++ b/src/Model/UnifiedRoleManagementPolicyAuthenticationContextRule.php @@ -55,7 +55,7 @@ public function setClaimValue($val) /** * Gets the isEnabled - * Whether this rule is enabled. + * Determines whether this rule is enabled. * * @return bool|null The isEnabled */ @@ -70,7 +70,7 @@ public function getIsEnabled() /** * Sets the isEnabled - * Whether this rule is enabled. + * Determines whether this rule is enabled. * * @param bool $val The isEnabled * diff --git a/src/Model/User.php b/src/Model/User.php index 0279dcf1e94..31ae331eb5f 100644 --- a/src/Model/User.php +++ b/src/Model/User.php @@ -2600,7 +2600,7 @@ public function setOwnedObjects($val) /** * Gets the registeredDevices - * Devices that are registered for the user. Read-only. Nullable. Supports $expand. + * Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. * * @return array|null The registeredDevices */ @@ -2615,7 +2615,7 @@ public function getRegisteredDevices() /** * Sets the registeredDevices - * Devices that are registered for the user. Read-only. Nullable. Supports $expand. + * Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. * * @param DirectoryObject[] $val The registeredDevices * diff --git a/src/Model/WorkbookRangeView.php b/src/Model/WorkbookRangeView.php index 6d33926044c..fd9d0057fce 100644 --- a/src/Model/WorkbookRangeView.php +++ b/src/Model/WorkbookRangeView.php @@ -258,7 +258,7 @@ public function setRowCount($val) /** * Gets the text - * Text values of the specified range. The Text value will not depend on the cell width. The # sign substitution that happens in Excel UI will not affect the text value returned by the API. Read-only. + * Text values of the specified range. The Text value won't depend on the cell width. The # sign substitution that happens in Excel UI won't affect the text value returned by the API. Read-only. * * @return string|null The text */ @@ -273,7 +273,7 @@ public function getText() /** * Sets the text - * Text values of the specified range. The Text value will not depend on the cell width. The # sign substitution that happens in Excel UI will not affect the text value returned by the API. Read-only. + * Text values of the specified range. The Text value won't depend on the cell width. The # sign substitution that happens in Excel UI won't affect the text value returned by the API. Read-only. * * @param string $val The text * @@ -287,7 +287,7 @@ public function setText($val) /** * Gets the values - * Represents the raw values of the specified range view. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string. + * Represents the raw values of the specified range view. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string. * * @return string|null The values */ @@ -302,7 +302,7 @@ public function getValues() /** * Sets the values - * Represents the raw values of the specified range view. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string. + * Represents the raw values of the specified range view. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string. * * @param string $val The values * diff --git a/src/SecurityNamespace/Model/Incident.php b/src/SecurityNamespace/Model/Incident.php index 7fe9a28fdf6..bc8f649e51d 100644 --- a/src/SecurityNamespace/Model/Incident.php +++ b/src/SecurityNamespace/Model/Incident.php @@ -178,6 +178,33 @@ public function setCustomTags($val) return $this; } + /** + * Gets the description + * + * @return string|null The description + */ + public function getDescription() + { + if (array_key_exists("description", $this->_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * + * @param string $val The description + * + * @return Incident + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + /** * Gets the determination * Specifies the determination of the incident. Possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedUser, phishing, maliciousUserActivity, clean, insufficientData, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue. @@ -424,6 +451,33 @@ public function setStatus($val) return $this; } + /** + * Gets the systemTags + * + * @return array|null The systemTags + */ + public function getSystemTags() + { + if (array_key_exists("systemTags", $this->_propDict)) { + return $this->_propDict["systemTags"]; + } else { + return null; + } + } + + /** + * Sets the systemTags + * + * @param string[] $val The systemTags + * + * @return Incident + */ + public function setSystemTags($val) + { + $this->_propDict["systemTags"] = $val; + return $this; + } + /** * Gets the tenantId * The Azure Active Directory tenant in which the alert was created. diff --git a/src/SecurityNamespace/Model/IpEvidence.php b/src/SecurityNamespace/Model/IpEvidence.php index 2bb97c3a47b..6d020bdee03 100644 --- a/src/SecurityNamespace/Model/IpEvidence.php +++ b/src/SecurityNamespace/Model/IpEvidence.php @@ -25,7 +25,7 @@ class IpEvidence extends AlertEvidence { /** * Gets the countryLetterCode - * The two-letter country code according to ISO 3166 format, for example: US, UK, CA, etc..). + * The two-letter country code according to ISO 3166 format, for example: US, UK, CA, etc. * * @return string|null The countryLetterCode */ @@ -40,7 +40,7 @@ public function getCountryLetterCode() /** * Sets the countryLetterCode - * The two-letter country code according to ISO 3166 format, for example: US, UK, CA, etc..). + * The two-letter country code according to ISO 3166 format, for example: US, UK, CA, etc. * * @param string $val The value of the countryLetterCode * From d971ebac1734ab8dc17cd5bda03c93969861689a Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 26 Sep 2023 10:23:51 +0000 Subject: [PATCH 8/8] Update generated files with build 125718 --- .../ExternalConnectors/Model/Property.php | 12 +-- .../Model/AccessReviewScheduleDefinition.php | 20 ++--- src/Beta/Microsoft/Graph/Model/ActionStep.php | 4 +- src/Beta/Microsoft/Graph/Model/ActionUrl.php | 4 +- .../Graph/Model/AgreementFileProperties.php | 8 +- .../Microsoft/Graph/Model/ApiApplication.php | 4 +- .../Model/AppCredentialSignInActivity.php | 4 +- .../Microsoft/Graph/Model/AppIdentity.php | 4 +- .../Microsoft/Graph/Model/AttachmentBase.php | 4 +- .../Graph/Model/AwsAccessKeyDetails.php | 88 +++++++++++++++++++ .../Model/CertificateAuthorityAsEntity.php | 8 -- .../Graph/Model/CertificateAuthorityPath.php | 2 - ...rtificateBasedApplicationConfiguration.php | 4 - ...municationsApplicationInstanceIdentity.php | 4 +- .../Graph/Model/CustomExtensionHandler.php | 4 +- .../Model/DefaultUserRolePermissions.php | 12 +-- ...ementConfigurationSettingApplicability.php | 8 +- ...rationSettingGroupCollectionDefinition.php | 8 +- ...ationSimpleSettingCollectionDefinition.php | 8 +- ...ntConfigurationSimpleSettingDefinition.php | 16 ++-- .../Microsoft/Graph/Model/DirectoryAudit.php | 16 ++-- src/Beta/Microsoft/Graph/Model/Endpoint.php | 8 +- .../Graph/Model/GovernanceSubject.php | 8 +- .../Microsoft/Graph/Model/IdentityDetails.php | 88 +++++++++++++++++++ .../Graph/Model/IdentityUserFlowAttribute.php | 12 +-- .../Microsoft/Graph/Model/InsightIdentity.php | 4 +- .../Model/KeyCredentialConfiguration.php | 2 - .../MicrosoftAuthenticatorFeatureSettings.php | 12 +-- ...lowStartExternalUsersSelfServiceSignUp.php | 4 +- .../Graph/Model/PasswordSingleSignOnField.php | 4 +- .../Graph/Model/PhoneAuthenticationMethod.php | 4 +- .../Model/Pkcs12CertificateInformation.php | 4 +- .../Graph/Model/PrintTaskTrigger.php | 8 +- .../Microsoft/Graph/Model/RiskDetection.php | 27 ++++++ .../Model/ServicePrincipalRiskDetection.php | 27 ++++++ src/Beta/Microsoft/Graph/Model/SignIn.php | 4 +- .../Graph/Model/SubjectRightsRequest.php | 64 +++++++------- .../SynchronizationJobRestartCriteria.php | 4 +- .../Graph/Model/SynchronizationTemplate.php | 4 +- src/Beta/Microsoft/Graph/Model/TermColumn.php | 4 +- .../Microsoft/Graph/Model/TiIndicator.php | 4 +- ...rustedCertificateAuthorityAsEntityBase.php | 2 - .../Model/UnifiedRbacResourceNamespace.php | 4 +- .../UnifiedRoleManagementAlertDefinition.php | 8 +- .../Microsoft/Graph/Model/UploadSession.php | 4 +- src/Beta/Microsoft/Graph/Model/User.php | 4 +- .../Graph/Model/VirtualEventRegistration.php | 18 ++++ .../VirtualEventRegistrationConfiguration.php | 6 ++ .../Graph/Model/VirtualEventSession.php | 2 + .../Graph/Model/VirtualEventWebinar.php | 4 + .../Graph/Model/WorkbookRangeView.php | 8 +- ...icateAuthenticationMethodConfiguration.php | 31 +++++++ ...509CertificateIssuerHintsConfiguration.php | 57 ++++++++++++ .../Model/X509CertificateIssuerHintsState.php | 35 ++++++++ .../Model/TenantAllowOrBlockListAction.php | 8 +- 55 files changed, 549 insertions(+), 180 deletions(-) create mode 100644 src/Beta/Microsoft/Graph/Model/AwsAccessKeyDetails.php create mode 100644 src/Beta/Microsoft/Graph/Model/IdentityDetails.php create mode 100644 src/Beta/Microsoft/Graph/Model/X509CertificateIssuerHintsConfiguration.php create mode 100644 src/Beta/Microsoft/Graph/Model/X509CertificateIssuerHintsState.php diff --git a/src/Beta/Microsoft/Graph/ExternalConnectors/Model/Property.php b/src/Beta/Microsoft/Graph/ExternalConnectors/Model/Property.php index 84e6cc0111b..8174203df3b 100644 --- a/src/Beta/Microsoft/Graph/ExternalConnectors/Model/Property.php +++ b/src/Beta/Microsoft/Graph/ExternalConnectors/Model/Property.php @@ -25,7 +25,7 @@ class Property extends \Beta\Microsoft\Graph\Model\Entity { /** * Gets the aliases - * A set of aliases or a friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string might not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional. + * A set of aliases or friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string might not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional. * * @return string|null The aliases */ @@ -40,7 +40,7 @@ public function getAliases() /** * Sets the aliases - * A set of aliases or a friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string might not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional. + * A set of aliases or friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string might not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional. * * @param string $val The value of the aliases * @@ -165,7 +165,7 @@ public function setIsRetrievable($val) } /** * Gets the isSearchable - * Specifies if the property is searchable. Only properties of type string or stringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. + * Specifies if the property is searchable. Only properties of type string or stringCollection can be searchable. Non-searchable properties aren't added to the search index. Optional. * * @return bool|null The isSearchable */ @@ -180,7 +180,7 @@ public function getIsSearchable() /** * Sets the isSearchable - * Specifies if the property is searchable. Only properties of type string or stringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. + * Specifies if the property is searchable. Only properties of type string or stringCollection can be searchable. Non-searchable properties aren't added to the search index. Optional. * * @param bool $val The value of the isSearchable * @@ -194,7 +194,7 @@ public function setIsSearchable($val) /** * Gets the labels - * Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl, containerName, containerUrl. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: iconUrl, containerName, containerUrl. + * Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (for example, better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl, containerName, containerUrl. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: iconUrl, containerName, containerUrl. * * @return Label|null The labels */ @@ -213,7 +213,7 @@ public function getLabels() /** * Sets the labels - * Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl, containerName, containerUrl. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: iconUrl, containerName, containerUrl. + * Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (for example, better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl, containerName, containerUrl. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: iconUrl, containerName, containerUrl. * * @param Label $val The value to assign to the labels * diff --git a/src/Beta/Microsoft/Graph/Model/AccessReviewScheduleDefinition.php b/src/Beta/Microsoft/Graph/Model/AccessReviewScheduleDefinition.php index 6b6b6c39223..584a65550c1 100644 --- a/src/Beta/Microsoft/Graph/Model/AccessReviewScheduleDefinition.php +++ b/src/Beta/Microsoft/Graph/Model/AccessReviewScheduleDefinition.php @@ -179,7 +179,7 @@ public function setDescriptionForAdmins($val) /** * Gets the descriptionForReviewers - * Description provided by review creators to provide more context of the review to reviewers. Reviewers will see this description in the email sent to them requesting their review. Email notifications support up to 256 characters. Supports $select. + * Description provided by review creators to provide more context of the review to reviewers. Reviewers see this description in the email sent to them requesting their review. Email notifications support up to 256 characters. Supports $select. * * @return string|null The descriptionForReviewers */ @@ -194,7 +194,7 @@ public function getDescriptionForReviewers() /** * Sets the descriptionForReviewers - * Description provided by review creators to provide more context of the review to reviewers. Reviewers will see this description in the email sent to them requesting their review. Email notifications support up to 256 characters. Supports $select. + * Description provided by review creators to provide more context of the review to reviewers. Reviewers see this description in the email sent to them requesting their review. Email notifications support up to 256 characters. Supports $select. * * @param string $val The descriptionForReviewers * @@ -238,7 +238,7 @@ public function setDisplayName($val) /** * Gets the fallbackReviewers - * This collection of reviewer scopes is used to define the list of fallback reviewers. These fallback reviewers will be notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner does not exist, or manager is specified as reviewer but a user's manager does not exist. See accessReviewReviewerScope. Replaces backupReviewers. Supports $select. NOTE: The value of this property will be ignored if fallback reviewers are assigned through the stageSettings property. + * This collection of reviewer scopes is used to define the list of fallback reviewers. These fallback reviewers will be notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner doesn't exist, or manager is specified as reviewer but a user's manager doesn't exist. See accessReviewReviewerScope. Replaces backupReviewers. Supports $select. NOTE: The value of this property will be ignored if fallback reviewers are assigned through the stageSettings property. * * @return array|null The fallbackReviewers */ @@ -253,7 +253,7 @@ public function getFallbackReviewers() /** * Sets the fallbackReviewers - * This collection of reviewer scopes is used to define the list of fallback reviewers. These fallback reviewers will be notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner does not exist, or manager is specified as reviewer but a user's manager does not exist. See accessReviewReviewerScope. Replaces backupReviewers. Supports $select. NOTE: The value of this property will be ignored if fallback reviewers are assigned through the stageSettings property. + * This collection of reviewer scopes is used to define the list of fallback reviewers. These fallback reviewers will be notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner doesn't exist, or manager is specified as reviewer but a user's manager doesn't exist. See accessReviewReviewerScope. Replaces backupReviewers. Supports $select. NOTE: The value of this property will be ignored if fallback reviewers are assigned through the stageSettings property. * * @param AccessReviewReviewerScope[] $val The fallbackReviewers * @@ -267,7 +267,7 @@ public function setFallbackReviewers($val) /** * Gets the instanceEnumerationScope - * This property is required when scoping a review to guest users' access across all Microsoft 365 groups and determines which Microsoft 365 groups are reviewed. Each group will become a unique accessReviewInstance of the access review series. For supported scopes, see accessReviewScope. Supports $select. For examples of options for configuring instanceEnumerationScope, see Configure the scope of your access review definition using the Microsoft Graph API. + * This property is required when scoping a review to guest users' access across all Microsoft 365 groups and determines which Microsoft 365 groups are reviewed. Each group becomes a unique accessReviewInstance of the access review series. For supported scopes, see accessReviewScope. Supports $select. For examples of options for configuring instanceEnumerationScope, see Configure the scope of your access review definition using the Microsoft Graph API. * * @return AccessReviewScope|null The instanceEnumerationScope */ @@ -286,7 +286,7 @@ public function getInstanceEnumerationScope() /** * Sets the instanceEnumerationScope - * This property is required when scoping a review to guest users' access across all Microsoft 365 groups and determines which Microsoft 365 groups are reviewed. Each group will become a unique accessReviewInstance of the access review series. For supported scopes, see accessReviewScope. Supports $select. For examples of options for configuring instanceEnumerationScope, see Configure the scope of your access review definition using the Microsoft Graph API. + * This property is required when scoping a review to guest users' access across all Microsoft 365 groups and determines which Microsoft 365 groups are reviewed. Each group becomes a unique accessReviewInstance of the access review series. For supported scopes, see accessReviewScope. Supports $select. For examples of options for configuring instanceEnumerationScope, see Configure the scope of your access review definition using the Microsoft Graph API. * * @param AccessReviewScope $val The instanceEnumerationScope * @@ -430,7 +430,7 @@ public function setSettings($val) /** * Gets the stageSettings - * Required only for a multi-stage access review to define the stages and their settings. You can break down each review instance into up to three sequential stages, where each stage can have a different set of reviewers, fallback reviewers, and settings. Stages will be created sequentially based on the dependsOn property. Optional. When this property is defined, its settings are used instead of the corresponding settings in the accessReviewScheduleDefinition object and its settings, reviewers, and fallbackReviewers properties. + * Required only for a multi-stage access review to define the stages and their settings. You can break down each review instance into up to three sequential stages, where each stage can have a different set of reviewers, fallback reviewers, and settings. Stages are created sequentially based on the dependsOn property. Optional. When this property is defined, its settings are used instead of the corresponding settings in the accessReviewScheduleDefinition object and its settings, reviewers, and fallbackReviewers properties. * * @return array|null The stageSettings */ @@ -445,7 +445,7 @@ public function getStageSettings() /** * Sets the stageSettings - * Required only for a multi-stage access review to define the stages and their settings. You can break down each review instance into up to three sequential stages, where each stage can have a different set of reviewers, fallback reviewers, and settings. Stages will be created sequentially based on the dependsOn property. Optional. When this property is defined, its settings are used instead of the corresponding settings in the accessReviewScheduleDefinition object and its settings, reviewers, and fallbackReviewers properties. + * Required only for a multi-stage access review to define the stages and their settings. You can break down each review instance into up to three sequential stages, where each stage can have a different set of reviewers, fallback reviewers, and settings. Stages are created sequentially based on the dependsOn property. Optional. When this property is defined, its settings are used instead of the corresponding settings in the accessReviewScheduleDefinition object and its settings, reviewers, and fallbackReviewers properties. * * @param AccessReviewStageSettings[] $val The stageSettings * @@ -489,7 +489,7 @@ public function setStatus($val) /** * Gets the instances - * Set of access reviews instances for this access review series. Access reviews that do not recur will only have one instance; otherwise, there is an instance for each recurrence. + * Set of access reviews instances for this access review series. Access reviews that don't recur will only have one instance; otherwise, there's an instance for each recurrence. * * @return array|null The instances */ @@ -504,7 +504,7 @@ public function getInstances() /** * Sets the instances - * Set of access reviews instances for this access review series. Access reviews that do not recur will only have one instance; otherwise, there is an instance for each recurrence. + * Set of access reviews instances for this access review series. Access reviews that don't recur will only have one instance; otherwise, there's an instance for each recurrence. * * @param AccessReviewInstance[] $val The instances * diff --git a/src/Beta/Microsoft/Graph/Model/ActionStep.php b/src/Beta/Microsoft/Graph/Model/ActionStep.php index b2603fd3090..741cc183061 100644 --- a/src/Beta/Microsoft/Graph/Model/ActionStep.php +++ b/src/Beta/Microsoft/Graph/Model/ActionStep.php @@ -26,7 +26,7 @@ class ActionStep extends Entity /** * Gets the actionUrl - * A link to the documentation or Azure portal page that is associated with the action step. + * A link to the documentation or Microsoft Entra admin center page that is associated with the action step. * * @return ActionUrl|null The actionUrl */ @@ -45,7 +45,7 @@ public function getActionUrl() /** * Sets the actionUrl - * A link to the documentation or Azure portal page that is associated with the action step. + * A link to the documentation or Microsoft Entra admin center page that is associated with the action step. * * @param ActionUrl $val The value to assign to the actionUrl * diff --git a/src/Beta/Microsoft/Graph/Model/ActionUrl.php b/src/Beta/Microsoft/Graph/Model/ActionUrl.php index 313f3cbef0e..e1e8877195a 100644 --- a/src/Beta/Microsoft/Graph/Model/ActionUrl.php +++ b/src/Beta/Microsoft/Graph/Model/ActionUrl.php @@ -53,7 +53,7 @@ public function setDisplayName($val) } /** * Gets the url - * The URL to the documentation or Azure portal page. + * The URL to the documentation or Microsoft Entra admin center page. * * @return string|null The url */ @@ -68,7 +68,7 @@ public function getUrl() /** * Sets the url - * The URL to the documentation or Azure portal page. + * The URL to the documentation or Microsoft Entra admin center page. * * @param string $val The value of the url * diff --git a/src/Beta/Microsoft/Graph/Model/AgreementFileProperties.php b/src/Beta/Microsoft/Graph/Model/AgreementFileProperties.php index 54f85d8156e..53b67637b4c 100644 --- a/src/Beta/Microsoft/Graph/Model/AgreementFileProperties.php +++ b/src/Beta/Microsoft/Graph/Model/AgreementFileProperties.php @@ -26,7 +26,7 @@ class AgreementFileProperties extends Entity { /** * Gets the createdDateTime - * The date time representing when the file was created.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + * The date time representing when the file was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @return \DateTime|null The createdDateTime */ @@ -45,7 +45,7 @@ public function getCreatedDateTime() /** * Sets the createdDateTime - * The date time representing when the file was created.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + * The date time representing when the file was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @param \DateTime $val The createdDateTime * @@ -150,7 +150,7 @@ public function setFileName($val) /** * Gets the isDefault - * If none of the languages matches the client preference, indicates whether this is the default agreement file . If none of the files are marked as default, the first one is treated as the default. Read-only. + * If none of the languages matches the client preference, indicates whether this is the default agreement file. If none of the files are marked as default, the first one is treated as the default. Read-only. * * @return bool|null The isDefault */ @@ -165,7 +165,7 @@ public function getIsDefault() /** * Sets the isDefault - * If none of the languages matches the client preference, indicates whether this is the default agreement file . If none of the files are marked as default, the first one is treated as the default. Read-only. + * If none of the languages matches the client preference, indicates whether this is the default agreement file. If none of the files are marked as default, the first one is treated as the default. Read-only. * * @param bool $val The isDefault * diff --git a/src/Beta/Microsoft/Graph/Model/ApiApplication.php b/src/Beta/Microsoft/Graph/Model/ApiApplication.php index ee2dccd7621..dcb3e57c701 100644 --- a/src/Beta/Microsoft/Graph/Model/ApiApplication.php +++ b/src/Beta/Microsoft/Graph/Model/ApiApplication.php @@ -115,7 +115,7 @@ public function setOauth2PermissionScopes($val) /** * Gets the preAuthorizedApplications - * Lists the client applications that are pre-authorized with the specified delegated permissions to access this application's APIs. Users are not required to consent to any pre-authorized application (for the permissions specified). However, any additional permissions not listed in preAuthorizedApplications (requested through incremental consent for example) will require user consent. + * Lists the client applications that are preauthorized with the specified delegated permissions to access this application's APIs. Users aren't required to consent to any preauthorized application (for the permissions specified). However, any other permissions not listed in preAuthorizedApplications (requested through incremental consent for example) will require user consent. * * @return PreAuthorizedApplication|null The preAuthorizedApplications */ @@ -134,7 +134,7 @@ public function getPreAuthorizedApplications() /** * Sets the preAuthorizedApplications - * Lists the client applications that are pre-authorized with the specified delegated permissions to access this application's APIs. Users are not required to consent to any pre-authorized application (for the permissions specified). However, any additional permissions not listed in preAuthorizedApplications (requested through incremental consent for example) will require user consent. + * Lists the client applications that are preauthorized with the specified delegated permissions to access this application's APIs. Users aren't required to consent to any preauthorized application (for the permissions specified). However, any other permissions not listed in preAuthorizedApplications (requested through incremental consent for example) will require user consent. * * @param PreAuthorizedApplication $val The value to assign to the preAuthorizedApplications * diff --git a/src/Beta/Microsoft/Graph/Model/AppCredentialSignInActivity.php b/src/Beta/Microsoft/Graph/Model/AppCredentialSignInActivity.php index ca42208e80c..6b422f30ed7 100644 --- a/src/Beta/Microsoft/Graph/Model/AppCredentialSignInActivity.php +++ b/src/Beta/Microsoft/Graph/Model/AppCredentialSignInActivity.php @@ -26,7 +26,7 @@ class AppCredentialSignInActivity extends Entity { /** * Gets the appId - * The globally unique appId (also called client ID on the Azure portal) of the credential application. + * The globally unique appId (also called client ID on the Microsoft Entra admin center) of the credential application. * * @return string|null The appId */ @@ -41,7 +41,7 @@ public function getAppId() /** * Sets the appId - * The globally unique appId (also called client ID on the Azure portal) of the credential application. + * The globally unique appId (also called client ID on the Microsoft Entra admin center) of the credential application. * * @param string $val The appId * diff --git a/src/Beta/Microsoft/Graph/Model/AppIdentity.php b/src/Beta/Microsoft/Graph/Model/AppIdentity.php index 3c2695af582..3620b5c8cbc 100644 --- a/src/Beta/Microsoft/Graph/Model/AppIdentity.php +++ b/src/Beta/Microsoft/Graph/Model/AppIdentity.php @@ -53,7 +53,7 @@ public function setAppId($val) } /** * Gets the displayName - * Refers to the Application Name displayed in the Azure Portal. + * Refers to the application name displayed in the Microsoft Entra admin center. * * @return string|null The displayName */ @@ -68,7 +68,7 @@ public function getDisplayName() /** * Sets the displayName - * Refers to the Application Name displayed in the Azure Portal. + * Refers to the application name displayed in the Microsoft Entra admin center. * * @param string $val The value of the displayName * diff --git a/src/Beta/Microsoft/Graph/Model/AttachmentBase.php b/src/Beta/Microsoft/Graph/Model/AttachmentBase.php index b6b5e13e277..579ea61479e 100644 --- a/src/Beta/Microsoft/Graph/Model/AttachmentBase.php +++ b/src/Beta/Microsoft/Graph/Model/AttachmentBase.php @@ -88,7 +88,7 @@ public function setLastModifiedDateTime($val) /** * Gets the name - * The display name of the attachment. This does not need to be the actual file name. + * The display name of the attachment. This doesn't need to be the actual file name. * * @return string|null The name */ @@ -103,7 +103,7 @@ public function getName() /** * Sets the name - * The display name of the attachment. This does not need to be the actual file name. + * The display name of the attachment. This doesn't need to be the actual file name. * * @param string $val The name * diff --git a/src/Beta/Microsoft/Graph/Model/AwsAccessKeyDetails.php b/src/Beta/Microsoft/Graph/Model/AwsAccessKeyDetails.php new file mode 100644 index 00000000000..40ae6009382 --- /dev/null +++ b/src/Beta/Microsoft/Graph/Model/AwsAccessKeyDetails.php @@ -0,0 +1,88 @@ +_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime") || is_null($this->_propDict["createdDateTime"])) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * + * @param \DateTime $val The value to assign to the createdDateTime + * + * @return AwsAccessKeyDetails The AwsAccessKeyDetails + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the lastUsedDateTime + * + * @return \DateTime|null The lastUsedDateTime + */ + public function getLastUsedDateTime() + { + if (array_key_exists("lastUsedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastUsedDateTime"], "\DateTime") || is_null($this->_propDict["lastUsedDateTime"])) { + return $this->_propDict["lastUsedDateTime"]; + } else { + $this->_propDict["lastUsedDateTime"] = new \DateTime($this->_propDict["lastUsedDateTime"]); + return $this->_propDict["lastUsedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastUsedDateTime + * + * @param \DateTime $val The value to assign to the lastUsedDateTime + * + * @return AwsAccessKeyDetails The AwsAccessKeyDetails + */ + public function setLastUsedDateTime($val) + { + $this->_propDict["lastUsedDateTime"] = $val; + return $this; + } +} diff --git a/src/Beta/Microsoft/Graph/Model/CertificateAuthorityAsEntity.php b/src/Beta/Microsoft/Graph/Model/CertificateAuthorityAsEntity.php index 8fde1e993f2..1b77767358f 100644 --- a/src/Beta/Microsoft/Graph/Model/CertificateAuthorityAsEntity.php +++ b/src/Beta/Microsoft/Graph/Model/CertificateAuthorityAsEntity.php @@ -26,7 +26,6 @@ class CertificateAuthorityAsEntity extends Entity { /** * Gets the certificate - * The trusted certificate. * * @return \GuzzleHttp\Psr7\Stream|null The certificate */ @@ -45,7 +44,6 @@ public function getCertificate() /** * Sets the certificate - * The trusted certificate. * * @param \GuzzleHttp\Psr7\Stream $val The certificate * @@ -59,7 +57,6 @@ public function setCertificate($val) /** * Gets the isRootAuthority - * Indicates if the certificate is a root authority. In a certificateBasedApplicationConfiguration object, at least one object in the trustedCertificateAuthorities collection must be a root authority. * * @return bool|null The isRootAuthority */ @@ -74,7 +71,6 @@ public function getIsRootAuthority() /** * Sets the isRootAuthority - * Indicates if the certificate is a root authority. In a certificateBasedApplicationConfiguration object, at least one object in the trustedCertificateAuthorities collection must be a root authority. * * @param bool $val The isRootAuthority * @@ -88,7 +84,6 @@ public function setIsRootAuthority($val) /** * Gets the issuer - * The issuer of the trusted certificate. * * @return string|null The issuer */ @@ -103,7 +98,6 @@ public function getIssuer() /** * Sets the issuer - * The issuer of the trusted certificate. * * @param string $val The issuer * @@ -117,7 +111,6 @@ public function setIssuer($val) /** * Gets the issuerSubjectKeyIdentifier - * The subject key identifier of the trusted certificate. * * @return string|null The issuerSubjectKeyIdentifier */ @@ -132,7 +125,6 @@ public function getIssuerSubjectKeyIdentifier() /** * Sets the issuerSubjectKeyIdentifier - * The subject key identifier of the trusted certificate. * * @param string $val The issuerSubjectKeyIdentifier * diff --git a/src/Beta/Microsoft/Graph/Model/CertificateAuthorityPath.php b/src/Beta/Microsoft/Graph/Model/CertificateAuthorityPath.php index fbc9be1f503..462d4990ca1 100644 --- a/src/Beta/Microsoft/Graph/Model/CertificateAuthorityPath.php +++ b/src/Beta/Microsoft/Graph/Model/CertificateAuthorityPath.php @@ -27,7 +27,6 @@ class CertificateAuthorityPath extends Entity /** * Gets the certificateBasedApplicationConfigurations - * Defines the trusted certificate authorities for certificates that can be added to apps and service principals in the tenant. * * @return array|null The certificateBasedApplicationConfigurations */ @@ -42,7 +41,6 @@ public function getCertificateBasedApplicationConfigurations() /** * Sets the certificateBasedApplicationConfigurations - * Defines the trusted certificate authorities for certificates that can be added to apps and service principals in the tenant. * * @param CertificateBasedApplicationConfiguration[] $val The certificateBasedApplicationConfigurations * diff --git a/src/Beta/Microsoft/Graph/Model/CertificateBasedApplicationConfiguration.php b/src/Beta/Microsoft/Graph/Model/CertificateBasedApplicationConfiguration.php index 0c7e08f729c..b9d74673a0a 100644 --- a/src/Beta/Microsoft/Graph/Model/CertificateBasedApplicationConfiguration.php +++ b/src/Beta/Microsoft/Graph/Model/CertificateBasedApplicationConfiguration.php @@ -26,7 +26,6 @@ class CertificateBasedApplicationConfiguration extends TrustedCertificateAuthori { /** * Gets the description - * The description of the trusted certificate authorities. * * @return string|null The description */ @@ -41,7 +40,6 @@ public function getDescription() /** * Sets the description - * The description of the trusted certificate authorities. * * @param string $val The description * @@ -55,7 +53,6 @@ public function setDescription($val) /** * Gets the displayName - * The display name of the trusted certificate authorities. * * @return string|null The displayName */ @@ -70,7 +67,6 @@ public function getDisplayName() /** * Sets the displayName - * The display name of the trusted certificate authorities. * * @param string $val The displayName * diff --git a/src/Beta/Microsoft/Graph/Model/CommunicationsApplicationInstanceIdentity.php b/src/Beta/Microsoft/Graph/Model/CommunicationsApplicationInstanceIdentity.php index a3caa5ad83c..a1bd7d0d3ca 100644 --- a/src/Beta/Microsoft/Graph/Model/CommunicationsApplicationInstanceIdentity.php +++ b/src/Beta/Microsoft/Graph/Model/CommunicationsApplicationInstanceIdentity.php @@ -25,7 +25,7 @@ class CommunicationsApplicationInstanceIdentity extends Identity { /** * Gets the hidden - * True if the participant would not like to be shown in other participants' rosters. + * True if the participant wouldn't like to be shown in other participants' rosters. * * @return bool|null The hidden */ @@ -40,7 +40,7 @@ public function getHidden() /** * Sets the hidden - * True if the participant would not like to be shown in other participants' rosters. + * True if the participant wouldn't like to be shown in other participants' rosters. * * @param bool $val The value of the hidden * diff --git a/src/Beta/Microsoft/Graph/Model/CustomExtensionHandler.php b/src/Beta/Microsoft/Graph/Model/CustomExtensionHandler.php index 209dc469937..c505c19fa0a 100644 --- a/src/Beta/Microsoft/Graph/Model/CustomExtensionHandler.php +++ b/src/Beta/Microsoft/Graph/Model/CustomExtensionHandler.php @@ -59,7 +59,7 @@ public function setStage($val) /** * Gets the customExtension - * Indicates which custom workflow extension will be executed at this stage. Nullable. Supports $expand. + * Indicates which custom workflow extension is executed at this stage. Nullable. Supports $expand. * * @return CustomAccessPackageWorkflowExtension|null The customExtension */ @@ -78,7 +78,7 @@ public function getCustomExtension() /** * Sets the customExtension - * Indicates which custom workflow extension will be executed at this stage. Nullable. Supports $expand. + * Indicates which custom workflow extension is executed at this stage. Nullable. Supports $expand. * * @param CustomAccessPackageWorkflowExtension $val The customExtension * diff --git a/src/Beta/Microsoft/Graph/Model/DefaultUserRolePermissions.php b/src/Beta/Microsoft/Graph/Model/DefaultUserRolePermissions.php index 0b496b6fbe2..44853805094 100644 --- a/src/Beta/Microsoft/Graph/Model/DefaultUserRolePermissions.php +++ b/src/Beta/Microsoft/Graph/Model/DefaultUserRolePermissions.php @@ -25,7 +25,7 @@ class DefaultUserRolePermissions extends Entity { /** * Gets the allowedToCreateApps - * Indicates whether the default user role can create applications. This setting corresponds to the Users can register applications setting in the User settings menu in the Azure portal. + * Indicates whether the default user role can create applications. This setting corresponds to the Users can register applications setting in the User settings menu in the Microsoft Entra admin center. * * @return bool|null The allowedToCreateApps */ @@ -40,7 +40,7 @@ public function getAllowedToCreateApps() /** * Sets the allowedToCreateApps - * Indicates whether the default user role can create applications. This setting corresponds to the Users can register applications setting in the User settings menu in the Azure portal. + * Indicates whether the default user role can create applications. This setting corresponds to the Users can register applications setting in the User settings menu in the Microsoft Entra admin center. * * @param bool $val The value of the allowedToCreateApps * @@ -53,7 +53,7 @@ public function setAllowedToCreateApps($val) } /** * Gets the allowedToCreateSecurityGroups - * Indicates whether the default user role can create security groups. This setting corresponds to the following menus in the Azure portal: The Users can create security groups in Azure portals, API or PowerShell setting in the Group settings menu. Users can create security groups setting in the User settings menu. + * Indicates whether the default user role can create security groups. This setting corresponds to the following menus in the Microsoft Entra admin center: The Users can create security groups in Microsoft Entra admin centers, API or PowerShell setting in the Group settings menu. Users can create security groups setting in the User settings menu. * * @return bool|null The allowedToCreateSecurityGroups */ @@ -68,7 +68,7 @@ public function getAllowedToCreateSecurityGroups() /** * Sets the allowedToCreateSecurityGroups - * Indicates whether the default user role can create security groups. This setting corresponds to the following menus in the Azure portal: The Users can create security groups in Azure portals, API or PowerShell setting in the Group settings menu. Users can create security groups setting in the User settings menu. + * Indicates whether the default user role can create security groups. This setting corresponds to the following menus in the Microsoft Entra admin center: The Users can create security groups in Microsoft Entra admin centers, API or PowerShell setting in the Group settings menu. Users can create security groups setting in the User settings menu. * * @param bool $val The value of the allowedToCreateSecurityGroups * @@ -81,7 +81,7 @@ public function setAllowedToCreateSecurityGroups($val) } /** * Gets the allowedToCreateTenants - * Indicates whether the default user role can create tenants. This setting corresponds to the Restrict non-admin users from creating tenants setting in the User settings menu in the Azure portal. When this setting is false, users assigned the Tenant Creator role can still create tenants. + * Indicates whether the default user role can create tenants. This setting corresponds to the Restrict non-admin users from creating tenants setting in the User settings menu in the Microsoft Entra admin center. When this setting is false, users assigned the Tenant Creator role can still create tenants. * * @return bool|null The allowedToCreateTenants */ @@ -96,7 +96,7 @@ public function getAllowedToCreateTenants() /** * Sets the allowedToCreateTenants - * Indicates whether the default user role can create tenants. This setting corresponds to the Restrict non-admin users from creating tenants setting in the User settings menu in the Azure portal. When this setting is false, users assigned the Tenant Creator role can still create tenants. + * Indicates whether the default user role can create tenants. This setting corresponds to the Restrict non-admin users from creating tenants setting in the User settings menu in the Microsoft Entra admin center. When this setting is false, users assigned the Tenant Creator role can still create tenants. * * @param bool $val The value of the allowedToCreateTenants * diff --git a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingApplicability.php b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingApplicability.php index cef962d064b..45dc217d3c7 100644 --- a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingApplicability.php +++ b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingApplicability.php @@ -87,7 +87,7 @@ public function setDeviceMode($val) /** * Gets the platform - * Platform setting can be applied on. Posible values are: none, android, androidEnterprise, iOs, macOs, windows10X, windows10, aosp, and linux. Possible values are: none, android, iOS, macOS, windows10X, windows10, linux, unknownFutureValue. + * Platform setting can be applied on. Possible values are: none, android, iOS, macOS, windows10X, windows10, linux, unknownFutureValue. * * @return DeviceManagementConfigurationPlatforms|null The platform */ @@ -106,7 +106,7 @@ public function getPlatform() /** * Sets the platform - * Platform setting can be applied on. Posible values are: none, android, androidEnterprise, iOs, macOs, windows10X, windows10, aosp, and linux. Possible values are: none, android, iOS, macOS, windows10X, windows10, linux, unknownFutureValue. + * Platform setting can be applied on. Possible values are: none, android, iOS, macOS, windows10X, windows10, linux, unknownFutureValue. * * @param DeviceManagementConfigurationPlatforms $val The value to assign to the platform * @@ -120,7 +120,7 @@ public function setPlatform($val) /** * Gets the technologies - * Which technology channels this setting can be deployed through. Posible values are: none, mdm, configManager, intuneManagementExtension, thirdParty, documentGateway, appleRemoteManagement, microsoftSense, exchangeOnline, edgeMam, linuxMdm, extensibility, enrollment, endpointPrivilegeManagement. Possible values are: none, mdm, windows10XManagement, configManager, appleRemoteManagement, microsoftSense, exchangeOnline, mobileApplicationManagement, linuxMdm, enrollment, endpointPrivilegeManagement, unknownFutureValue. + * Which technology channels this setting can be deployed through. Possible values are: none, mdm, windows10XManagement, configManager, appleRemoteManagement, microsoftSense, exchangeOnline, linuxMdm, enrollment, endpointPrivilegeManagement, unknownFutureValue. * * @return DeviceManagementConfigurationTechnologies|null The technologies */ @@ -139,7 +139,7 @@ public function getTechnologies() /** * Sets the technologies - * Which technology channels this setting can be deployed through. Posible values are: none, mdm, configManager, intuneManagementExtension, thirdParty, documentGateway, appleRemoteManagement, microsoftSense, exchangeOnline, edgeMam, linuxMdm, extensibility, enrollment, endpointPrivilegeManagement. Possible values are: none, mdm, windows10XManagement, configManager, appleRemoteManagement, microsoftSense, exchangeOnline, mobileApplicationManagement, linuxMdm, enrollment, endpointPrivilegeManagement, unknownFutureValue. + * Which technology channels this setting can be deployed through. Possible values are: none, mdm, windows10XManagement, configManager, appleRemoteManagement, microsoftSense, exchangeOnline, linuxMdm, enrollment, endpointPrivilegeManagement, unknownFutureValue. * * @param DeviceManagementConfigurationTechnologies $val The value to assign to the technologies * diff --git a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingGroupCollectionDefinition.php b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingGroupCollectionDefinition.php index 10e62e20a65..84d921c2cdd 100644 --- a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingGroupCollectionDefinition.php +++ b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingGroupCollectionDefinition.php @@ -26,7 +26,7 @@ class DeviceManagementConfigurationSettingGroupCollectionDefinition extends Devi { /** * Gets the maximumCount - * Maximum number of setting group count in the collection + * Maximum number of setting group count in the collection. Valid values 1 to 100 * * @return int|null The maximumCount */ @@ -41,7 +41,7 @@ public function getMaximumCount() /** * Sets the maximumCount - * Maximum number of setting group count in the collection + * Maximum number of setting group count in the collection. Valid values 1 to 100 * * @param int $val The maximumCount * @@ -55,7 +55,7 @@ public function setMaximumCount($val) /** * Gets the minimumCount - * Minimum number of setting group count in the collection + * Minimum number of setting group count in the collection. Valid values 1 to 100 * * @return int|null The minimumCount */ @@ -70,7 +70,7 @@ public function getMinimumCount() /** * Sets the minimumCount - * Minimum number of setting group count in the collection + * Minimum number of setting group count in the collection. Valid values 1 to 100 * * @param int $val The minimumCount * diff --git a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingCollectionDefinition.php b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingCollectionDefinition.php index 68ed03d5cbc..60995c914c7 100644 --- a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingCollectionDefinition.php +++ b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingCollectionDefinition.php @@ -26,7 +26,7 @@ class DeviceManagementConfigurationSimpleSettingCollectionDefinition extends Dev { /** * Gets the maximumCount - * Maximum number of simple settings in the collection + * Maximum number of simple settings in the collection. Valid values 1 to 100 * * @return int|null The maximumCount */ @@ -41,7 +41,7 @@ public function getMaximumCount() /** * Sets the maximumCount - * Maximum number of simple settings in the collection + * Maximum number of simple settings in the collection. Valid values 1 to 100 * * @param int $val The maximumCount * @@ -55,7 +55,7 @@ public function setMaximumCount($val) /** * Gets the minimumCount - * Minimum number of simple settings in the collection + * Minimum number of simple settings in the collection. Valid values 1 to 100 * * @return int|null The minimumCount */ @@ -70,7 +70,7 @@ public function getMinimumCount() /** * Sets the minimumCount - * Minimum number of simple settings in the collection + * Minimum number of simple settings in the collection. Valid values 1 to 100 * * @param int $val The minimumCount * diff --git a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingDefinition.php b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingDefinition.php index 245b38ef0d2..cfb59dc09c9 100644 --- a/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingDefinition.php +++ b/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSimpleSettingDefinition.php @@ -26,7 +26,7 @@ class DeviceManagementConfigurationSimpleSettingDefinition extends DeviceManagem { /** * Gets the defaultValue - * Default setting value for this setting + * Default setting value for this setting. * * @return DeviceManagementConfigurationSettingValue|null The defaultValue */ @@ -45,7 +45,7 @@ public function getDefaultValue() /** * Sets the defaultValue - * Default setting value for this setting + * Default setting value for this setting. * * @param DeviceManagementConfigurationSettingValue $val The defaultValue * @@ -60,7 +60,7 @@ public function setDefaultValue($val) /** * Gets the dependedOnBy - * list of child settings that depend on this setting + * list of child settings that depend on this setting. * * @return array|null The dependedOnBy */ @@ -75,7 +75,7 @@ public function getDependedOnBy() /** * Sets the dependedOnBy - * list of child settings that depend on this setting + * list of child settings that depend on this setting. * * @param DeviceManagementConfigurationSettingDependedOnBy[] $val The dependedOnBy * @@ -90,7 +90,7 @@ public function setDependedOnBy($val) /** * Gets the dependentOn - * list of parent settings this setting is dependent on + * list of parent settings this setting is dependent on. * * @return array|null The dependentOn */ @@ -105,7 +105,7 @@ public function getDependentOn() /** * Sets the dependentOn - * list of parent settings this setting is dependent on + * list of parent settings this setting is dependent on. * * @param DeviceManagementConfigurationDependentOn[] $val The dependentOn * @@ -119,7 +119,7 @@ public function setDependentOn($val) /** * Gets the valueDefinition - * Definition of the value for this setting + * Definition of the value for this setting. * * @return DeviceManagementConfigurationSettingValueDefinition|null The valueDefinition */ @@ -138,7 +138,7 @@ public function getValueDefinition() /** * Sets the valueDefinition - * Definition of the value for this setting + * Definition of the value for this setting. * * @param DeviceManagementConfigurationSettingValueDefinition $val The valueDefinition * diff --git a/src/Beta/Microsoft/Graph/Model/DirectoryAudit.php b/src/Beta/Microsoft/Graph/Model/DirectoryAudit.php index 282bd3f2fe7..f77941cc80c 100644 --- a/src/Beta/Microsoft/Graph/Model/DirectoryAudit.php +++ b/src/Beta/Microsoft/Graph/Model/DirectoryAudit.php @@ -26,7 +26,7 @@ class DirectoryAudit extends Entity { /** * Gets the activityDateTime - * Indicates the date and time the activity was performed. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.Supports $filter (eq, ge, le) and $orderby. + * Indicates the date and time the activity was performed. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $filter (eq, ge, le) and $orderby. * * @return \DateTime|null The activityDateTime */ @@ -45,7 +45,7 @@ public function getActivityDateTime() /** * Sets the activityDateTime - * Indicates the date and time the activity was performed. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.Supports $filter (eq, ge, le) and $orderby. + * Indicates the date and time the activity was performed. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $filter (eq, ge, le) and $orderby. * * @param \DateTime $val The activityDateTime * @@ -59,7 +59,7 @@ public function setActivityDateTime($val) /** * Gets the activityDisplayName - * Indicates the activity name or the operation name (E.g. 'Create User', 'Add member to group'). For a list of activities logged, refer to Azure AD audit log categories and activities. Supports $filter (eq, startswith). + * Indicates the activity name or the operation name (for example 'Create User', 'Add member to group'). For a list of activities logged, refer to Azure AD audit log categories and activities. Supports $filter (eq, startswith). * * @return string|null The activityDisplayName */ @@ -74,7 +74,7 @@ public function getActivityDisplayName() /** * Sets the activityDisplayName - * Indicates the activity name or the operation name (E.g. 'Create User', 'Add member to group'). For a list of activities logged, refer to Azure AD audit log categories and activities. Supports $filter (eq, startswith). + * Indicates the activity name or the operation name (for example 'Create User', 'Add member to group'). For a list of activities logged, refer to Azure AD audit log categories and activities. Supports $filter (eq, startswith). * * @param string $val The activityDisplayName * @@ -89,7 +89,7 @@ public function setActivityDisplayName($val) /** * Gets the additionalDetails - * Indicates additional details on the activity. + * Indicates more details on the activity. * * @return array|null The additionalDetails */ @@ -104,7 +104,7 @@ public function getAdditionalDetails() /** * Sets the additionalDetails - * Indicates additional details on the activity. + * Indicates more details on the activity. * * @param KeyValue[] $val The additionalDetails * @@ -238,7 +238,7 @@ public function setLoggedByService($val) /** * Gets the operationType - * Indicates the type of operation that was performed. The possible values include but are not limited to the following: Add, Assign, Update, Unassign, and Delete. + * Indicates the type of operation that was performed. The possible values include but aren't limited to the following: Add, Assign, Update, Unassign, and Delete. * * @return string|null The operationType */ @@ -253,7 +253,7 @@ public function getOperationType() /** * Sets the operationType - * Indicates the type of operation that was performed. The possible values include but are not limited to the following: Add, Assign, Update, Unassign, and Delete. + * Indicates the type of operation that was performed. The possible values include but aren't limited to the following: Add, Assign, Update, Unassign, and Delete. * * @param string $val The operationType * diff --git a/src/Beta/Microsoft/Graph/Model/Endpoint.php b/src/Beta/Microsoft/Graph/Model/Endpoint.php index ea9f488cdfd..bd976ec4ef9 100644 --- a/src/Beta/Microsoft/Graph/Model/Endpoint.php +++ b/src/Beta/Microsoft/Graph/Model/Endpoint.php @@ -26,7 +26,7 @@ class Endpoint extends DirectoryObject { /** * Gets the capability - * Describes the capability that is associated with this resource. (e.g. Messages, Conversations, etc.) Not nullable. Read-only. + * Describes the capability that is associated with this resource. (for example, Messages, Conversations, etc.) Not nullable. Read-only. * * @return string|null The capability */ @@ -41,7 +41,7 @@ public function getCapability() /** * Sets the capability - * Describes the capability that is associated with this resource. (e.g. Messages, Conversations, etc.) Not nullable. Read-only. + * Describes the capability that is associated with this resource. (for example, Messages, Conversations, etc.) Not nullable. Read-only. * * @param string $val The capability * @@ -113,7 +113,7 @@ public function setProviderName($val) /** * Gets the providerResourceId - * For Microsoft 365 groups, this is set to a well-known name for the resource (e.g. Yammer.FeedURL etc.). Not nullable. Read-only. + * For Microsoft 365 groups, this is set to a well-known name for the resource (for example, Yammer.FeedURL etc.). Not nullable. Read-only. * * @return string|null The providerResourceId */ @@ -128,7 +128,7 @@ public function getProviderResourceId() /** * Sets the providerResourceId - * For Microsoft 365 groups, this is set to a well-known name for the resource (e.g. Yammer.FeedURL etc.). Not nullable. Read-only. + * For Microsoft 365 groups, this is set to a well-known name for the resource (for example, Yammer.FeedURL etc.). Not nullable. Read-only. * * @param string $val The providerResourceId * diff --git a/src/Beta/Microsoft/Graph/Model/GovernanceSubject.php b/src/Beta/Microsoft/Graph/Model/GovernanceSubject.php index 90ed54e3138..52b1cad5aee 100644 --- a/src/Beta/Microsoft/Graph/Model/GovernanceSubject.php +++ b/src/Beta/Microsoft/Graph/Model/GovernanceSubject.php @@ -55,7 +55,7 @@ public function setDisplayName($val) /** * Gets the email - * The email address of the user subject. If the subject is in other types, it is empty. + * The email address of the user subject. If the subject is in other types, it's empty. * * @return string|null The email */ @@ -70,7 +70,7 @@ public function getEmail() /** * Sets the email - * The email address of the user subject. If the subject is in other types, it is empty. + * The email address of the user subject. If the subject is in other types, it's empty. * * @param string $val The email * @@ -84,7 +84,7 @@ public function setEmail($val) /** * Gets the principalName - * The principal name of the user subject. If the subject is in other types, it is empty. + * The principal name of the user subject. If the subject is in other types, it's empty. * * @return string|null The principalName */ @@ -99,7 +99,7 @@ public function getPrincipalName() /** * Sets the principalName - * The principal name of the user subject. If the subject is in other types, it is empty. + * The principal name of the user subject. If the subject is in other types, it's empty. * * @param string $val The principalName * diff --git a/src/Beta/Microsoft/Graph/Model/IdentityDetails.php b/src/Beta/Microsoft/Graph/Model/IdentityDetails.php new file mode 100644 index 00000000000..b5f0777205b --- /dev/null +++ b/src/Beta/Microsoft/Graph/Model/IdentityDetails.php @@ -0,0 +1,88 @@ +_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime") || is_null($this->_propDict["createdDateTime"])) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * + * @param \DateTime $val The value to assign to the createdDateTime + * + * @return IdentityDetails The IdentityDetails + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the lastActiveDateTime + * + * @return \DateTime|null The lastActiveDateTime + */ + public function getLastActiveDateTime() + { + if (array_key_exists("lastActiveDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastActiveDateTime"], "\DateTime") || is_null($this->_propDict["lastActiveDateTime"])) { + return $this->_propDict["lastActiveDateTime"]; + } else { + $this->_propDict["lastActiveDateTime"] = new \DateTime($this->_propDict["lastActiveDateTime"]); + return $this->_propDict["lastActiveDateTime"]; + } + } + return null; + } + + /** + * Sets the lastActiveDateTime + * + * @param \DateTime $val The value to assign to the lastActiveDateTime + * + * @return IdentityDetails The IdentityDetails + */ + public function setLastActiveDateTime($val) + { + $this->_propDict["lastActiveDateTime"] = $val; + return $this; + } +} diff --git a/src/Beta/Microsoft/Graph/Model/IdentityUserFlowAttribute.php b/src/Beta/Microsoft/Graph/Model/IdentityUserFlowAttribute.php index 06c6a37f93b..8f59a222bd0 100644 --- a/src/Beta/Microsoft/Graph/Model/IdentityUserFlowAttribute.php +++ b/src/Beta/Microsoft/Graph/Model/IdentityUserFlowAttribute.php @@ -26,7 +26,7 @@ class IdentityUserFlowAttribute extends Entity { /** * Gets the dataType - * The data type of the user flow attribute. This cannot be modified after the custom user flow attribute is created. The supported values for dataType are: string , boolean , int64 , stringCollection , dateTime. + * The data type of the user flow attribute. This cannot be modified after the custom user flow attribute is created. The supported values for dataType are: string , boolean , int64 , stringCollection , dateTime, unknownFutureValue. Supports $filter (eq, ne). * * @return IdentityUserFlowAttributeDataType|null The dataType */ @@ -45,7 +45,7 @@ public function getDataType() /** * Sets the dataType - * The data type of the user flow attribute. This cannot be modified after the custom user flow attribute is created. The supported values for dataType are: string , boolean , int64 , stringCollection , dateTime. + * The data type of the user flow attribute. This cannot be modified after the custom user flow attribute is created. The supported values for dataType are: string , boolean , int64 , stringCollection , dateTime, unknownFutureValue. Supports $filter (eq, ne). * * @param IdentityUserFlowAttributeDataType $val The dataType * @@ -88,7 +88,7 @@ public function setDescription($val) /** * Gets the displayName - * The display name of the user flow attribute. + * The display name of the user flow attribute. Supports $filter (eq, ne). * * @return string|null The displayName */ @@ -103,7 +103,7 @@ public function getDisplayName() /** * Sets the displayName - * The display name of the user flow attribute. + * The display name of the user flow attribute. Supports $filter (eq, ne). * * @param string $val The displayName * @@ -117,7 +117,7 @@ public function setDisplayName($val) /** * Gets the userFlowAttributeType - * The type of the user flow attribute. This is a read-only attribute that is automatically set. Depending on the type of attribute, the values for this property will be builtIn, custom, or required. + * The type of the user flow attribute. This is a read-only attribute that is automatically set. Depending on the type of attribute, the values for this property will be builtIn, custom, required, unknownFutureValue. Supports $filter (eq, ne). * * @return IdentityUserFlowAttributeType|null The userFlowAttributeType */ @@ -136,7 +136,7 @@ public function getUserFlowAttributeType() /** * Sets the userFlowAttributeType - * The type of the user flow attribute. This is a read-only attribute that is automatically set. Depending on the type of attribute, the values for this property will be builtIn, custom, or required. + * The type of the user flow attribute. This is a read-only attribute that is automatically set. Depending on the type of attribute, the values for this property will be builtIn, custom, required, unknownFutureValue. Supports $filter (eq, ne). * * @param IdentityUserFlowAttributeType $val The userFlowAttributeType * diff --git a/src/Beta/Microsoft/Graph/Model/InsightIdentity.php b/src/Beta/Microsoft/Graph/Model/InsightIdentity.php index 8fb5f5ace1d..fb602e3caba 100644 --- a/src/Beta/Microsoft/Graph/Model/InsightIdentity.php +++ b/src/Beta/Microsoft/Graph/Model/InsightIdentity.php @@ -81,7 +81,7 @@ public function setDisplayName($val) } /** * Gets the id - * The id of the user who shared the item. + * The ID of the user who shared the item. * * @return string|null The id */ @@ -96,7 +96,7 @@ public function getId() /** * Sets the id - * The id of the user who shared the item. + * The ID of the user who shared the item. * * @param string $val The value of the id * diff --git a/src/Beta/Microsoft/Graph/Model/KeyCredentialConfiguration.php b/src/Beta/Microsoft/Graph/Model/KeyCredentialConfiguration.php index 92679661d48..bd7af503024 100644 --- a/src/Beta/Microsoft/Graph/Model/KeyCredentialConfiguration.php +++ b/src/Beta/Microsoft/Graph/Model/KeyCredentialConfiguration.php @@ -25,7 +25,6 @@ class KeyCredentialConfiguration extends Entity { /** * Gets the certificateBasedApplicationConfigurationIds - * Collection of GUIDs that point to the certificateBasedApplicationConfiguration that contains the collection of allowed root and intermediate certificate authorities. * * @return string|null The certificateBasedApplicationConfigurationIds */ @@ -40,7 +39,6 @@ public function getCertificateBasedApplicationConfigurationIds() /** * Sets the certificateBasedApplicationConfigurationIds - * Collection of GUIDs that point to the certificateBasedApplicationConfiguration that contains the collection of allowed root and intermediate certificate authorities. * * @param string $val The value of the certificateBasedApplicationConfigurationIds * diff --git a/src/Beta/Microsoft/Graph/Model/MicrosoftAuthenticatorFeatureSettings.php b/src/Beta/Microsoft/Graph/Model/MicrosoftAuthenticatorFeatureSettings.php index 95624821cc5..fcb3bf23dd7 100644 --- a/src/Beta/Microsoft/Graph/Model/MicrosoftAuthenticatorFeatureSettings.php +++ b/src/Beta/Microsoft/Graph/Model/MicrosoftAuthenticatorFeatureSettings.php @@ -26,7 +26,7 @@ class MicrosoftAuthenticatorFeatureSettings extends Entity /** * Gets the companionAppAllowedState - * Determines whether users will be able to approve push notifications on other Microsoft applications such as Outlook Mobile. + * Determines whether users are able to approve push notifications on other Microsoft applications such as Outlook Mobile. * * @return AuthenticationMethodFeatureConfiguration|null The companionAppAllowedState */ @@ -45,7 +45,7 @@ public function getCompanionAppAllowedState() /** * Sets the companionAppAllowedState - * Determines whether users will be able to approve push notifications on other Microsoft applications such as Outlook Mobile. + * Determines whether users are able to approve push notifications on other Microsoft applications such as Outlook Mobile. * * @param AuthenticationMethodFeatureConfiguration $val The value to assign to the companionAppAllowedState * @@ -59,7 +59,7 @@ public function setCompanionAppAllowedState($val) /** * Gets the displayAppInformationRequiredState - * Determines whether the user's Authenticator app will show them the client app they are signing into. + * Determines whether the user's Authenticator app shows them the client app they're signing into. * * @return AuthenticationMethodFeatureConfiguration|null The displayAppInformationRequiredState */ @@ -78,7 +78,7 @@ public function getDisplayAppInformationRequiredState() /** * Sets the displayAppInformationRequiredState - * Determines whether the user's Authenticator app will show them the client app they are signing into. + * Determines whether the user's Authenticator app shows them the client app they're signing into. * * @param AuthenticationMethodFeatureConfiguration $val The value to assign to the displayAppInformationRequiredState * @@ -92,7 +92,7 @@ public function setDisplayAppInformationRequiredState($val) /** * Gets the displayLocationInformationRequiredState - * Determines whether the user's Authenticator app will show them the geographic location of where the authentication request originated from. + * Determines whether the user's Authenticator app shows them the geographic location of where the authentication request originated from. * * @return AuthenticationMethodFeatureConfiguration|null The displayLocationInformationRequiredState */ @@ -111,7 +111,7 @@ public function getDisplayLocationInformationRequiredState() /** * Sets the displayLocationInformationRequiredState - * Determines whether the user's Authenticator app will show them the geographic location of where the authentication request originated from. + * Determines whether the user's Authenticator app shows them the geographic location of where the authentication request originated from. * * @param AuthenticationMethodFeatureConfiguration $val The value to assign to the displayLocationInformationRequiredState * diff --git a/src/Beta/Microsoft/Graph/Model/OnInteractiveAuthFlowStartExternalUsersSelfServiceSignUp.php b/src/Beta/Microsoft/Graph/Model/OnInteractiveAuthFlowStartExternalUsersSelfServiceSignUp.php index 3aa358f74d9..78717d1ff34 100644 --- a/src/Beta/Microsoft/Graph/Model/OnInteractiveAuthFlowStartExternalUsersSelfServiceSignUp.php +++ b/src/Beta/Microsoft/Graph/Model/OnInteractiveAuthFlowStartExternalUsersSelfServiceSignUp.php @@ -36,7 +36,7 @@ public function __construct($propDict = array()) /** * Gets the isSignUpAllowed - * Optional. Specifes whether the authentication flow includes an option to sign up (create account) as well as sign in. Default value is false meaning only sign in is enabled. + * Optional. Specifies whether the authentication flow includes an option to sign up (create account) and sign in. Default value is false meaning only sign in is enabled. * * @return bool|null The isSignUpAllowed */ @@ -51,7 +51,7 @@ public function getIsSignUpAllowed() /** * Sets the isSignUpAllowed - * Optional. Specifes whether the authentication flow includes an option to sign up (create account) as well as sign in. Default value is false meaning only sign in is enabled. + * Optional. Specifies whether the authentication flow includes an option to sign up (create account) and sign in. Default value is false meaning only sign in is enabled. * * @param bool $val The value of the isSignUpAllowed * diff --git a/src/Beta/Microsoft/Graph/Model/PasswordSingleSignOnField.php b/src/Beta/Microsoft/Graph/Model/PasswordSingleSignOnField.php index c939f41a610..601ba5c960d 100644 --- a/src/Beta/Microsoft/Graph/Model/PasswordSingleSignOnField.php +++ b/src/Beta/Microsoft/Graph/Model/PasswordSingleSignOnField.php @@ -81,7 +81,7 @@ public function setDefaultLabel($val) } /** * Gets the fieldId - * Id used to identity the field type. This is an internal id and possible values are param1, param2, paramuserName, parampassword. + * Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. * * @return string|null The fieldId */ @@ -96,7 +96,7 @@ public function getFieldId() /** * Sets the fieldId - * Id used to identity the field type. This is an internal id and possible values are param1, param2, paramuserName, parampassword. + * Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. * * @param string $val The value of the fieldId * diff --git a/src/Beta/Microsoft/Graph/Model/PhoneAuthenticationMethod.php b/src/Beta/Microsoft/Graph/Model/PhoneAuthenticationMethod.php index 70e01a6cd9b..7b9a8346335 100644 --- a/src/Beta/Microsoft/Graph/Model/PhoneAuthenticationMethod.php +++ b/src/Beta/Microsoft/Graph/Model/PhoneAuthenticationMethod.php @@ -26,7 +26,7 @@ class PhoneAuthenticationMethod extends AuthenticationMethod { /** * Gets the phoneNumber - * The phone number to text or call for authentication. Phone numbers use the format '+<country code> <number>x<extension>', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. + * The phone number to text or call for authentication. Phone numbers use the format '+<country code> <number>x<extension>', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they don't match the required format. * * @return string|null The phoneNumber */ @@ -41,7 +41,7 @@ public function getPhoneNumber() /** * Sets the phoneNumber - * The phone number to text or call for authentication. Phone numbers use the format '+<country code> <number>x<extension>', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. + * The phone number to text or call for authentication. Phone numbers use the format '+<country code> <number>x<extension>', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they don't match the required format. * * @param string $val The phoneNumber * diff --git a/src/Beta/Microsoft/Graph/Model/Pkcs12CertificateInformation.php b/src/Beta/Microsoft/Graph/Model/Pkcs12CertificateInformation.php index be1be9bf739..e80f0616aee 100644 --- a/src/Beta/Microsoft/Graph/Model/Pkcs12CertificateInformation.php +++ b/src/Beta/Microsoft/Graph/Model/Pkcs12CertificateInformation.php @@ -25,7 +25,7 @@ class Pkcs12CertificateInformation extends Entity { /** * Gets the isActive - * Represents whether the certificate is the active certificate to be used for calling the API connector. The active certificate is the most recently uploaded certificate which is not yet expired but whose notBefore time is in the past. + * Represents whether the certificate is the active certificate to be used for calling the API connector. The active certificate is the most recently uploaded certificate that isn't yet expired but whose notBefore time is in the past. * * @return bool|null The isActive */ @@ -40,7 +40,7 @@ public function getIsActive() /** * Sets the isActive - * Represents whether the certificate is the active certificate to be used for calling the API connector. The active certificate is the most recently uploaded certificate which is not yet expired but whose notBefore time is in the past. + * Represents whether the certificate is the active certificate to be used for calling the API connector. The active certificate is the most recently uploaded certificate that isn't yet expired but whose notBefore time is in the past. * * @param bool $val The value of the isActive * diff --git a/src/Beta/Microsoft/Graph/Model/PrintTaskTrigger.php b/src/Beta/Microsoft/Graph/Model/PrintTaskTrigger.php index acf1eea69f4..29607eeaae1 100644 --- a/src/Beta/Microsoft/Graph/Model/PrintTaskTrigger.php +++ b/src/Beta/Microsoft/Graph/Model/PrintTaskTrigger.php @@ -26,7 +26,7 @@ class PrintTaskTrigger extends Entity { /** * Gets the event - * The Universal Print event that will cause a new printTask to be triggered. Valid values are described in the following table. + * The Universal Print event that causes a new printTask to be triggered. Valid values are described in the following table. * * @return PrintEvent|null The event */ @@ -45,7 +45,7 @@ public function getEvent() /** * Sets the event - * The Universal Print event that will cause a new printTask to be triggered. Valid values are described in the following table. + * The Universal Print event that causes a new printTask to be triggered. Valid values are described in the following table. * * @param PrintEvent $val The event * @@ -59,7 +59,7 @@ public function setEvent($val) /** * Gets the definition - * An abstract definition that will be used to create a printTask when triggered by a print event. Read-only. + * An abstract definition that is used to create a printTask when triggered by a print event. Read-only. * * @return PrintTaskDefinition|null The definition */ @@ -78,7 +78,7 @@ public function getDefinition() /** * Sets the definition - * An abstract definition that will be used to create a printTask when triggered by a print event. Read-only. + * An abstract definition that is used to create a printTask when triggered by a print event. Read-only. * * @param PrintTaskDefinition $val The definition * diff --git a/src/Beta/Microsoft/Graph/Model/RiskDetection.php b/src/Beta/Microsoft/Graph/Model/RiskDetection.php index 3fe18c32192..80ce1b570ab 100644 --- a/src/Beta/Microsoft/Graph/Model/RiskDetection.php +++ b/src/Beta/Microsoft/Graph/Model/RiskDetection.php @@ -309,6 +309,33 @@ public function setLocation($val) return $this; } + /** + * Gets the mitreTechniqueId + * + * @return string|null The mitreTechniqueId + */ + public function getMitreTechniqueId() + { + if (array_key_exists("mitreTechniqueId", $this->_propDict)) { + return $this->_propDict["mitreTechniqueId"]; + } else { + return null; + } + } + + /** + * Sets the mitreTechniqueId + * + * @param string $val The mitreTechniqueId + * + * @return RiskDetection + */ + public function setMitreTechniqueId($val) + { + $this->_propDict["mitreTechniqueId"] = $val; + return $this; + } + /** * Gets the requestId * Request ID of the sign-in associated with the risk detection. This property is null if the risk detection is not associated with a sign-in. diff --git a/src/Beta/Microsoft/Graph/Model/ServicePrincipalRiskDetection.php b/src/Beta/Microsoft/Graph/Model/ServicePrincipalRiskDetection.php index c45dfad473b..438e39e2555 100644 --- a/src/Beta/Microsoft/Graph/Model/ServicePrincipalRiskDetection.php +++ b/src/Beta/Microsoft/Graph/Model/ServicePrincipalRiskDetection.php @@ -367,6 +367,33 @@ public function setLocation($val) return $this; } + /** + * Gets the mitreTechniqueId + * + * @return string|null The mitreTechniqueId + */ + public function getMitreTechniqueId() + { + if (array_key_exists("mitreTechniqueId", $this->_propDict)) { + return $this->_propDict["mitreTechniqueId"]; + } else { + return null; + } + } + + /** + * Sets the mitreTechniqueId + * + * @param string $val The mitreTechniqueId + * + * @return ServicePrincipalRiskDetection + */ + public function setMitreTechniqueId($val) + { + $this->_propDict["mitreTechniqueId"] = $val; + return $this; + } + /** * Gets the requestId * Request identifier of the sign-in activity associated with the risk detection. This property is null if the risk detection is not associated with a sign-in activity. Supports $filter (eq). diff --git a/src/Beta/Microsoft/Graph/Model/SignIn.php b/src/Beta/Microsoft/Graph/Model/SignIn.php index 3abfb341c08..b57d2f9dd2d 100644 --- a/src/Beta/Microsoft/Graph/Model/SignIn.php +++ b/src/Beta/Microsoft/Graph/Model/SignIn.php @@ -26,7 +26,7 @@ class SignIn extends Entity { /** * Gets the appDisplayName - * The application name displayed in the Azure portal. Supports $filter (eq, startsWith). + * The application name displayed in the Microsoft Entra admin center. Supports $filter (eq, startsWith). * * @return string|null The appDisplayName */ @@ -41,7 +41,7 @@ public function getAppDisplayName() /** * Sets the appDisplayName - * The application name displayed in the Azure portal. Supports $filter (eq, startsWith). + * The application name displayed in the Microsoft Entra admin center. Supports $filter (eq, startsWith). * * @param string $val The appDisplayName * diff --git a/src/Beta/Microsoft/Graph/Model/SubjectRightsRequest.php b/src/Beta/Microsoft/Graph/Model/SubjectRightsRequest.php index a252845736c..34e14d68046 100644 --- a/src/Beta/Microsoft/Graph/Model/SubjectRightsRequest.php +++ b/src/Beta/Microsoft/Graph/Model/SubjectRightsRequest.php @@ -370,7 +370,7 @@ public function setHistory($val) /** * Gets the includeAllVersions - * Include all versions of the documents. By default, the current copies of the documents will be returned. If SharePoint sites have versioning enabled, including all versions will include the historical copies of the documents. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. + * Include all versions of the documents. By default, the current copies of the documents will be returned. If SharePoint sites have versioning enabled, including all versions include the historical copies of the documents. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. * * @return bool|null The includeAllVersions */ @@ -385,7 +385,7 @@ public function getIncludeAllVersions() /** * Sets the includeAllVersions - * Include all versions of the documents. By default, the current copies of the documents will be returned. If SharePoint sites have versioning enabled, including all versions will include the historical copies of the documents. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. + * Include all versions of the documents. By default, the current copies of the documents will be returned. If SharePoint sites have versioning enabled, including all versions include the historical copies of the documents. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. * * @param bool $val The includeAllVersions * @@ -559,39 +559,41 @@ public function setLastModifiedDateTime($val) } /** - * Gets the mailboxlocations + * Gets the mailboxLocations + * The mailbox locations that should be searched. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. * - * @return SubjectRightsRequestMailboxLocation|null The mailboxlocations + * @return SubjectRightsRequestMailboxLocation|null The mailboxLocations */ - public function getMailboxlocations() + public function getMailboxLocations() { - if (array_key_exists("mailboxlocations", $this->_propDict)) { - if (is_a($this->_propDict["mailboxlocations"], "\Beta\Microsoft\Graph\Model\SubjectRightsRequestMailboxLocation") || is_null($this->_propDict["mailboxlocations"])) { - return $this->_propDict["mailboxlocations"]; + if (array_key_exists("mailboxLocations", $this->_propDict)) { + if (is_a($this->_propDict["mailboxLocations"], "\Beta\Microsoft\Graph\Model\SubjectRightsRequestMailboxLocation") || is_null($this->_propDict["mailboxLocations"])) { + return $this->_propDict["mailboxLocations"]; } else { - $this->_propDict["mailboxlocations"] = new SubjectRightsRequestMailboxLocation($this->_propDict["mailboxlocations"]); - return $this->_propDict["mailboxlocations"]; + $this->_propDict["mailboxLocations"] = new SubjectRightsRequestMailboxLocation($this->_propDict["mailboxLocations"]); + return $this->_propDict["mailboxLocations"]; } } return null; } /** - * Sets the mailboxlocations + * Sets the mailboxLocations + * The mailbox locations that should be searched. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. * - * @param SubjectRightsRequestMailboxLocation $val The mailboxlocations + * @param SubjectRightsRequestMailboxLocation $val The mailboxLocations * * @return SubjectRightsRequest */ - public function setMailboxlocations($val) + public function setMailboxLocations($val) { - $this->_propDict["mailboxlocations"] = $val; + $this->_propDict["mailboxLocations"] = $val; return $this; } /** * Gets the pauseAfterEstimate - * Pause the request after estimate has finished. By default, the data estimate will run and then pause, allowing you to preview results and then select the option to retrieve data in the UI. You can set this property to false if you want it to perform the estimate and then automatically begin with the retrieval of the content. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. + * Pause the request after estimate has finished. By default, the data estimate runs and then pauses, allowing you to preview results and then select the option to retrieve data in the UI. You can set this property to false if you want it to perform the estimate and then automatically begin with the retrieval of the content. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. * * @return bool|null The pauseAfterEstimate */ @@ -606,7 +608,7 @@ public function getPauseAfterEstimate() /** * Sets the pauseAfterEstimate - * Pause the request after estimate has finished. By default, the data estimate will run and then pause, allowing you to preview results and then select the option to retrieve data in the UI. You can set this property to false if you want it to perform the estimate and then automatically begin with the retrieval of the content. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. + * Pause the request after estimate has finished. By default, the data estimate runs and then pauses, allowing you to preview results and then select the option to retrieve data in the UI. You can set this property to false if you want it to perform the estimate and then automatically begin with the retrieval of the content. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. * * @param bool $val The pauseAfterEstimate * @@ -620,7 +622,7 @@ public function setPauseAfterEstimate($val) /** * Gets the regulations - * List of regulations that this request will fulfill. + * List of regulations that this request fulfills. * * @return array|null The regulations */ @@ -635,7 +637,7 @@ public function getRegulations() /** * Sets the regulations - * List of regulations that this request will fulfill. + * List of regulations that this request fulfills. * * @param string[] $val The regulations * @@ -648,33 +650,35 @@ public function setRegulations($val) } /** - * Gets the sitelocations + * Gets the siteLocations + * The SharePoint and OneDrive site locations that should be searched. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. * - * @return SubjectRightsRequestSiteLocation|null The sitelocations + * @return SubjectRightsRequestSiteLocation|null The siteLocations */ - public function getSitelocations() + public function getSiteLocations() { - if (array_key_exists("sitelocations", $this->_propDict)) { - if (is_a($this->_propDict["sitelocations"], "\Beta\Microsoft\Graph\Model\SubjectRightsRequestSiteLocation") || is_null($this->_propDict["sitelocations"])) { - return $this->_propDict["sitelocations"]; + if (array_key_exists("siteLocations", $this->_propDict)) { + if (is_a($this->_propDict["siteLocations"], "\Beta\Microsoft\Graph\Model\SubjectRightsRequestSiteLocation") || is_null($this->_propDict["siteLocations"])) { + return $this->_propDict["siteLocations"]; } else { - $this->_propDict["sitelocations"] = new SubjectRightsRequestSiteLocation($this->_propDict["sitelocations"]); - return $this->_propDict["sitelocations"]; + $this->_propDict["siteLocations"] = new SubjectRightsRequestSiteLocation($this->_propDict["siteLocations"]); + return $this->_propDict["siteLocations"]; } } return null; } /** - * Sets the sitelocations + * Sets the siteLocations + * The SharePoint and OneDrive site locations that should be searched. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. * - * @param SubjectRightsRequestSiteLocation $val The sitelocations + * @param SubjectRightsRequestSiteLocation $val The siteLocations * * @return SubjectRightsRequest */ - public function setSitelocations($val) + public function setSiteLocations($val) { - $this->_propDict["sitelocations"] = $val; + $this->_propDict["siteLocations"] = $val; return $this; } diff --git a/src/Beta/Microsoft/Graph/Model/SynchronizationJobRestartCriteria.php b/src/Beta/Microsoft/Graph/Model/SynchronizationJobRestartCriteria.php index 07c9d3f534f..ac0263ca804 100644 --- a/src/Beta/Microsoft/Graph/Model/SynchronizationJobRestartCriteria.php +++ b/src/Beta/Microsoft/Graph/Model/SynchronizationJobRestartCriteria.php @@ -26,7 +26,7 @@ class SynchronizationJobRestartCriteria extends Entity /** * Gets the resetScope - * Comma-separated combination of the following values: None, ConnectorDataStore, Escrows, Watermark, QuarantineState, Full, ForceDeletes. The property can also be empty. None: Starts a paused or quarantined provisioning job. DO NOT USE. Use the Start synchronizationJob API instead.ConnectorDataStore - Clears the underlying cache for all users. DO NOT USE. Contact Microsoft Support for guidance.Escrows - Provisioning failures are marked as escrows and retried. Clearing escrows will stop the service from retrying failures.Watermark - Removing the watermark causes the service to re-evaluate all the users again, rather than just processing changes.QuarantineState - Temporarily lifts the quarantine.Use Full if you want all of the options.ForceDeletes - Forces the system to delete the pending deleted users when using the accidental deletions prevention feature and the deletion threshold is exceeded. Leaving this property empty emulates the Restart provisioning option in the Azure portal. It is similar to setting the resetScope to include QuarantineState, Watermark, and Escrows. This option meets most customer needs. + * Comma-separated combination of the following values: None, ConnectorDataStore, Escrows, Watermark, QuarantineState, Full, ForceDeletes. The property can also be empty. None: Starts a paused or quarantined provisioning job. DO NOT USE. Use the Start synchronizationJob API instead.ConnectorDataStore - Clears the underlying cache for all users. DO NOT USE. Contact Microsoft Support for guidance.Escrows - Provisioning failures are marked as escrows and retried. Clearing escrows will stop the service from retrying failures.Watermark - Removing the watermark causes the service to re-evaluate all the users again, rather than just processing changes.QuarantineState - Temporarily lifts the quarantine.Use Full if you want all of the options.ForceDeletes - Forces the system to delete the pending deleted users when using the accidental deletions prevention feature and the deletion threshold is exceeded. Leaving this property empty emulates the Restart provisioning option in the Microsoft Entra admin center. It is similar to setting the resetScope to include QuarantineState, Watermark, and Escrows. This option meets most customer needs. * * @return SynchronizationJobRestartScope|null The resetScope */ @@ -45,7 +45,7 @@ public function getResetScope() /** * Sets the resetScope - * Comma-separated combination of the following values: None, ConnectorDataStore, Escrows, Watermark, QuarantineState, Full, ForceDeletes. The property can also be empty. None: Starts a paused or quarantined provisioning job. DO NOT USE. Use the Start synchronizationJob API instead.ConnectorDataStore - Clears the underlying cache for all users. DO NOT USE. Contact Microsoft Support for guidance.Escrows - Provisioning failures are marked as escrows and retried. Clearing escrows will stop the service from retrying failures.Watermark - Removing the watermark causes the service to re-evaluate all the users again, rather than just processing changes.QuarantineState - Temporarily lifts the quarantine.Use Full if you want all of the options.ForceDeletes - Forces the system to delete the pending deleted users when using the accidental deletions prevention feature and the deletion threshold is exceeded. Leaving this property empty emulates the Restart provisioning option in the Azure portal. It is similar to setting the resetScope to include QuarantineState, Watermark, and Escrows. This option meets most customer needs. + * Comma-separated combination of the following values: None, ConnectorDataStore, Escrows, Watermark, QuarantineState, Full, ForceDeletes. The property can also be empty. None: Starts a paused or quarantined provisioning job. DO NOT USE. Use the Start synchronizationJob API instead.ConnectorDataStore - Clears the underlying cache for all users. DO NOT USE. Contact Microsoft Support for guidance.Escrows - Provisioning failures are marked as escrows and retried. Clearing escrows will stop the service from retrying failures.Watermark - Removing the watermark causes the service to re-evaluate all the users again, rather than just processing changes.QuarantineState - Temporarily lifts the quarantine.Use Full if you want all of the options.ForceDeletes - Forces the system to delete the pending deleted users when using the accidental deletions prevention feature and the deletion threshold is exceeded. Leaving this property empty emulates the Restart provisioning option in the Microsoft Entra admin center. It is similar to setting the resetScope to include QuarantineState, Watermark, and Escrows. This option meets most customer needs. * * @param SynchronizationJobRestartScope $val The value to assign to the resetScope * diff --git a/src/Beta/Microsoft/Graph/Model/SynchronizationTemplate.php b/src/Beta/Microsoft/Graph/Model/SynchronizationTemplate.php index b777683a6d2..a407adc5e7d 100644 --- a/src/Beta/Microsoft/Graph/Model/SynchronizationTemplate.php +++ b/src/Beta/Microsoft/Graph/Model/SynchronizationTemplate.php @@ -172,7 +172,7 @@ public function setFactoryTag($val) /** * Gets the metadata - * Additional extension properties. Unless mentioned explicitly, metadata values should not be changed. + * Additional extension properties. Unless mentioned explicitly, metadata values shouldn't be changed. * * @return array|null The metadata */ @@ -187,7 +187,7 @@ public function getMetadata() /** * Sets the metadata - * Additional extension properties. Unless mentioned explicitly, metadata values should not be changed. + * Additional extension properties. Unless mentioned explicitly, metadata values shouldn't be changed. * * @param SynchronizationMetadataEntry[] $val The metadata * diff --git a/src/Beta/Microsoft/Graph/Model/TermColumn.php b/src/Beta/Microsoft/Graph/Model/TermColumn.php index dc04f9ba28c..4415f4420a5 100644 --- a/src/Beta/Microsoft/Graph/Model/TermColumn.php +++ b/src/Beta/Microsoft/Graph/Model/TermColumn.php @@ -25,7 +25,7 @@ class TermColumn extends Entity { /** * Gets the allowMultipleValues - * Specifies whether the column will allow more than one value + * Specifies whether the column allows more than one value * * @return bool|null The allowMultipleValues */ @@ -40,7 +40,7 @@ public function getAllowMultipleValues() /** * Sets the allowMultipleValues - * Specifies whether the column will allow more than one value + * Specifies whether the column allows more than one value * * @param bool $val The value of the allowMultipleValues * diff --git a/src/Beta/Microsoft/Graph/Model/TiIndicator.php b/src/Beta/Microsoft/Graph/Model/TiIndicator.php index ad81a0bde3d..313a18f8f83 100644 --- a/src/Beta/Microsoft/Graph/Model/TiIndicator.php +++ b/src/Beta/Microsoft/Graph/Model/TiIndicator.php @@ -88,7 +88,7 @@ public function setActivityGroupNames($val) /** * Gets the additionalInformation - * A catchall area into which extra data from the indicator not covered by the other tiIndicator properties may be placed. Data placed into additionalInformation will typically not be utilized by the targetProduct security tool. + * A catchall area for extra data from the indicator that is not specifically covered by other tiIndicator properties. The security tool specified by targetProduct typically does not utilize this data. * * @return string|null The additionalInformation */ @@ -103,7 +103,7 @@ public function getAdditionalInformation() /** * Sets the additionalInformation - * A catchall area into which extra data from the indicator not covered by the other tiIndicator properties may be placed. Data placed into additionalInformation will typically not be utilized by the targetProduct security tool. + * A catchall area for extra data from the indicator that is not specifically covered by other tiIndicator properties. The security tool specified by targetProduct typically does not utilize this data. * * @param string $val The additionalInformation * diff --git a/src/Beta/Microsoft/Graph/Model/TrustedCertificateAuthorityAsEntityBase.php b/src/Beta/Microsoft/Graph/Model/TrustedCertificateAuthorityAsEntityBase.php index f8f008dfae6..d0ec4d8774d 100644 --- a/src/Beta/Microsoft/Graph/Model/TrustedCertificateAuthorityAsEntityBase.php +++ b/src/Beta/Microsoft/Graph/Model/TrustedCertificateAuthorityAsEntityBase.php @@ -27,7 +27,6 @@ class TrustedCertificateAuthorityAsEntityBase extends DirectoryObject /** * Gets the trustedCertificateAuthorities - * Collection of trusted certificate authorities. * * @return array|null The trustedCertificateAuthorities */ @@ -42,7 +41,6 @@ public function getTrustedCertificateAuthorities() /** * Sets the trustedCertificateAuthorities - * Collection of trusted certificate authorities. * * @param CertificateAuthorityAsEntity[] $val The trustedCertificateAuthorities * diff --git a/src/Beta/Microsoft/Graph/Model/UnifiedRbacResourceNamespace.php b/src/Beta/Microsoft/Graph/Model/UnifiedRbacResourceNamespace.php index 0c421162b75..302dc508f2f 100644 --- a/src/Beta/Microsoft/Graph/Model/UnifiedRbacResourceNamespace.php +++ b/src/Beta/Microsoft/Graph/Model/UnifiedRbacResourceNamespace.php @@ -56,7 +56,7 @@ public function setName($val) /** * Gets the resourceActions - * Operations that an authorized principal are allowed to perform. + * Operations that an authorized principal is allowed to perform. * * @return array|null The resourceActions */ @@ -71,7 +71,7 @@ public function getResourceActions() /** * Sets the resourceActions - * Operations that an authorized principal are allowed to perform. + * Operations that an authorized principal is allowed to perform. * * @param UnifiedRbacResourceAction[] $val The resourceActions * diff --git a/src/Beta/Microsoft/Graph/Model/UnifiedRoleManagementAlertDefinition.php b/src/Beta/Microsoft/Graph/Model/UnifiedRoleManagementAlertDefinition.php index ef29611ed99..faa483ee334 100644 --- a/src/Beta/Microsoft/Graph/Model/UnifiedRoleManagementAlertDefinition.php +++ b/src/Beta/Microsoft/Graph/Model/UnifiedRoleManagementAlertDefinition.php @@ -55,7 +55,7 @@ public function setDescription($val) /** * Gets the displayName - * The friendly display name that renders in Privileged Identity Management (PIM) alerts in the Azure portal. + * The friendly display name that renders in Privileged Identity Management (PIM) alerts in the Microsoft Entra admin center. * * @return string|null The displayName */ @@ -70,7 +70,7 @@ public function getDisplayName() /** * Sets the displayName - * The friendly display name that renders in Privileged Identity Management (PIM) alerts in the Azure portal. + * The friendly display name that renders in Privileged Identity Management (PIM) alerts in the Microsoft Entra admin center. * * @param string $val The displayName * @@ -113,7 +113,7 @@ public function setHowToPrevent($val) /** * Gets the isConfigurable - * true if the alert configuration can be customized in the tenant, and false otherwise. For example, the number and percentage thresholds of the 'There are too many global administrators' alert can be configured by users, while the 'This organization does not have Azure AD Premium P2' cannot be configured, because the criteria is restricted. + * true if the alert configuration can be customized in the tenant, and false otherwise. For example, the number and percentage thresholds of the 'There are too many global administrators' alert can be configured by users, while the 'This organization doesn't have Azure AD Premium P2' can't be configured, because the criteria are restricted. * * @return bool|null The isConfigurable */ @@ -128,7 +128,7 @@ public function getIsConfigurable() /** * Sets the isConfigurable - * true if the alert configuration can be customized in the tenant, and false otherwise. For example, the number and percentage thresholds of the 'There are too many global administrators' alert can be configured by users, while the 'This organization does not have Azure AD Premium P2' cannot be configured, because the criteria is restricted. + * true if the alert configuration can be customized in the tenant, and false otherwise. For example, the number and percentage thresholds of the 'There are too many global administrators' alert can be configured by users, while the 'This organization doesn't have Azure AD Premium P2' can't be configured, because the criteria are restricted. * * @param bool $val The isConfigurable * diff --git a/src/Beta/Microsoft/Graph/Model/UploadSession.php b/src/Beta/Microsoft/Graph/Model/UploadSession.php index 5c04a69c0b4..851bd6e6431 100644 --- a/src/Beta/Microsoft/Graph/Model/UploadSession.php +++ b/src/Beta/Microsoft/Graph/Model/UploadSession.php @@ -58,7 +58,7 @@ public function setExpirationDateTime($val) } /** * Gets the nextExpectedRanges - * When uploading files to document libraries, this is a collection of byte ranges that the server is missing for the file. These ranges are zero-indexed and of the format, '{start}-{end}' (e.g. '0-26' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value '{start}', the location in the file where the next upload should begin. + * When uploading files to document libraries, this is a collection of byte ranges that the server is missing for the file. These ranges are zero-indexed and of the format, '{start}-{end}' (for example '0-26' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value '{start}', the location in the file where the next upload should begin. * * @return string|null The nextExpectedRanges */ @@ -73,7 +73,7 @@ public function getNextExpectedRanges() /** * Sets the nextExpectedRanges - * When uploading files to document libraries, this is a collection of byte ranges that the server is missing for the file. These ranges are zero-indexed and of the format, '{start}-{end}' (e.g. '0-26' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value '{start}', the location in the file where the next upload should begin. + * When uploading files to document libraries, this is a collection of byte ranges that the server is missing for the file. These ranges are zero-indexed and of the format, '{start}-{end}' (for example '0-26' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value '{start}', the location in the file where the next upload should begin. * * @param string $val The value of the nextExpectedRanges * diff --git a/src/Beta/Microsoft/Graph/Model/User.php b/src/Beta/Microsoft/Graph/Model/User.php index 71b11ab165a..bc005ed123a 100644 --- a/src/Beta/Microsoft/Graph/Model/User.php +++ b/src/Beta/Microsoft/Graph/Model/User.php @@ -2960,7 +2960,7 @@ public function setOwnedObjects($val) /** * Gets the registeredDevices - * Devices that are registered for the user. Read-only. Nullable. Supports $expand. + * Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. * * @return array|null The registeredDevices */ @@ -2975,7 +2975,7 @@ public function getRegisteredDevices() /** * Sets the registeredDevices - * Devices that are registered for the user. Read-only. Nullable. Supports $expand. + * Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. * * @param DirectoryObject[] $val The registeredDevices * diff --git a/src/Beta/Microsoft/Graph/Model/VirtualEventRegistration.php b/src/Beta/Microsoft/Graph/Model/VirtualEventRegistration.php index 5852b4e328a..8bdf4960b62 100644 --- a/src/Beta/Microsoft/Graph/Model/VirtualEventRegistration.php +++ b/src/Beta/Microsoft/Graph/Model/VirtualEventRegistration.php @@ -26,6 +26,7 @@ class VirtualEventRegistration extends Entity { /** * Gets the cancelationDateTime + * Date and time when the registrant cancels their registration for the virtual event. Only appears when applicable. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @return \DateTime|null The cancelationDateTime */ @@ -44,6 +45,7 @@ public function getCancelationDateTime() /** * Sets the cancelationDateTime + * Date and time when the registrant cancels their registration for the virtual event. Only appears when applicable. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @param \DateTime $val The cancelationDateTime * @@ -57,6 +59,7 @@ public function setCancelationDateTime($val) /** * Gets the email + * Email address of the registrant. * * @return string|null The email */ @@ -71,6 +74,7 @@ public function getEmail() /** * Sets the email + * Email address of the registrant. * * @param string $val The email * @@ -84,6 +88,7 @@ public function setEmail($val) /** * Gets the firstName + * First name of the registrant. * * @return string|null The firstName */ @@ -98,6 +103,7 @@ public function getFirstName() /** * Sets the firstName + * First name of the registrant. * * @param string $val The firstName * @@ -111,6 +117,7 @@ public function setFirstName($val) /** * Gets the lastName + * Last name of the registrant. * * @return string|null The lastName */ @@ -125,6 +132,7 @@ public function getLastName() /** * Sets the lastName + * Last name of the registrant. * * @param string $val The lastName * @@ -138,6 +146,7 @@ public function setLastName($val) /** * Gets the registrationDateTime + * Date and time when the registrant registers for the virtual event. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @return \DateTime|null The registrationDateTime */ @@ -156,6 +165,7 @@ public function getRegistrationDateTime() /** * Sets the registrationDateTime + * Date and time when the registrant registers for the virtual event. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @param \DateTime $val The registrationDateTime * @@ -170,6 +180,7 @@ public function setRegistrationDateTime($val) /** * Gets the registrationQuestionAnswers + * The registrant's answer to the registration questions. * * @return array|null The registrationQuestionAnswers */ @@ -184,6 +195,7 @@ public function getRegistrationQuestionAnswers() /** * Sets the registrationQuestionAnswers + * The registrant's answer to the registration questions. * * @param VirtualEventRegistrationQuestionAnswer[] $val The registrationQuestionAnswers * @@ -197,6 +209,7 @@ public function setRegistrationQuestionAnswers($val) /** * Gets the status + * Registration status of the registrant. Read-only. Possible values are: registered, canceled, waitlisted, pendingApproval, rejectedByOrganizer, unknownFutureValue. * * @return VirtualEventAttendeeRegistrationStatus|null The status */ @@ -215,6 +228,7 @@ public function getStatus() /** * Sets the status + * Registration status of the registrant. Read-only. Possible values are: registered, canceled, waitlisted, pendingApproval, rejectedByOrganizer, unknownFutureValue. * * @param VirtualEventAttendeeRegistrationStatus $val The status * @@ -228,6 +242,7 @@ public function setStatus($val) /** * Gets the userId + * The registrant's ID in Azure Active Directory (Azure AD). Only appears when the registrant is registered in Azure AD. * * @return string|null The userId */ @@ -242,6 +257,7 @@ public function getUserId() /** * Sets the userId + * The registrant's ID in Azure Active Directory (Azure AD). Only appears when the registrant is registered in Azure AD. * * @param string $val The userId * @@ -256,6 +272,7 @@ public function setUserId($val) /** * Gets the sessions + * Sessions of the webinar. * * @return array|null The sessions */ @@ -270,6 +287,7 @@ public function getSessions() /** * Sets the sessions + * Sessions of the webinar. * * @param VirtualEventSession[] $val The sessions * diff --git a/src/Beta/Microsoft/Graph/Model/VirtualEventRegistrationConfiguration.php b/src/Beta/Microsoft/Graph/Model/VirtualEventRegistrationConfiguration.php index c571ff44fd6..d3c83d452ba 100644 --- a/src/Beta/Microsoft/Graph/Model/VirtualEventRegistrationConfiguration.php +++ b/src/Beta/Microsoft/Graph/Model/VirtualEventRegistrationConfiguration.php @@ -26,6 +26,7 @@ class VirtualEventRegistrationConfiguration extends Entity { /** * Gets the capacity + * Total capacity of the virtual event. * * @return int|null The capacity */ @@ -40,6 +41,7 @@ public function getCapacity() /** * Sets the capacity + * Total capacity of the virtual event. * * @param int $val The capacity * @@ -53,6 +55,7 @@ public function setCapacity($val) /** * Gets the registrationWebUrl + * Registration URL of the virtual event. * * @return string|null The registrationWebUrl */ @@ -67,6 +70,7 @@ public function getRegistrationWebUrl() /** * Sets the registrationWebUrl + * Registration URL of the virtual event. * * @param string $val The registrationWebUrl * @@ -81,6 +85,7 @@ public function setRegistrationWebUrl($val) /** * Gets the questions + * Registration questions. * * @return array|null The questions */ @@ -95,6 +100,7 @@ public function getQuestions() /** * Sets the questions + * Registration questions. * * @param VirtualEventRegistrationQuestion[] $val The questions * diff --git a/src/Beta/Microsoft/Graph/Model/VirtualEventSession.php b/src/Beta/Microsoft/Graph/Model/VirtualEventSession.php index a92d13020ec..a644711b890 100644 --- a/src/Beta/Microsoft/Graph/Model/VirtualEventSession.php +++ b/src/Beta/Microsoft/Graph/Model/VirtualEventSession.php @@ -27,6 +27,7 @@ class VirtualEventSession extends OnlineMeeting /** * Gets the registrations + * Registration records of this virtual event session. * * @return array|null The registrations */ @@ -41,6 +42,7 @@ public function getRegistrations() /** * Sets the registrations + * Registration records of this virtual event session. * * @param VirtualEventRegistration[] $val The registrations * diff --git a/src/Beta/Microsoft/Graph/Model/VirtualEventWebinar.php b/src/Beta/Microsoft/Graph/Model/VirtualEventWebinar.php index 5c47a56ff7c..bd608742635 100644 --- a/src/Beta/Microsoft/Graph/Model/VirtualEventWebinar.php +++ b/src/Beta/Microsoft/Graph/Model/VirtualEventWebinar.php @@ -89,6 +89,7 @@ public function setCoOrganizers($val) /** * Gets the registrationConfiguration + * Registration configuration of the webinar. * * @return VirtualEventRegistrationConfiguration|null The registrationConfiguration */ @@ -107,6 +108,7 @@ public function getRegistrationConfiguration() /** * Sets the registrationConfiguration + * Registration configuration of the webinar. * * @param VirtualEventRegistrationConfiguration $val The registrationConfiguration * @@ -121,6 +123,7 @@ public function setRegistrationConfiguration($val) /** * Gets the registrations + * Registration records of the webinar. * * @return array|null The registrations */ @@ -135,6 +138,7 @@ public function getRegistrations() /** * Sets the registrations + * Registration records of the webinar. * * @param VirtualEventRegistration[] $val The registrations * diff --git a/src/Beta/Microsoft/Graph/Model/WorkbookRangeView.php b/src/Beta/Microsoft/Graph/Model/WorkbookRangeView.php index d82e397f151..039e7dec39a 100644 --- a/src/Beta/Microsoft/Graph/Model/WorkbookRangeView.php +++ b/src/Beta/Microsoft/Graph/Model/WorkbookRangeView.php @@ -256,7 +256,7 @@ public function setRowCount($val) /** * Gets the text - * Text values of the specified range. The Text value will not depend on the cell width. The # sign substitution that happens in Excel UI will not affect the text value returned by the API. Read-only. + * Text values of the specified range. The Text value won't depend on the cell width. The # sign substitution that happens in Excel UI won't affect the text value returned by the API. Read-only. * * @return string|null The text */ @@ -271,7 +271,7 @@ public function getText() /** * Sets the text - * Text values of the specified range. The Text value will not depend on the cell width. The # sign substitution that happens in Excel UI will not affect the text value returned by the API. Read-only. + * Text values of the specified range. The Text value won't depend on the cell width. The # sign substitution that happens in Excel UI won't affect the text value returned by the API. Read-only. * * @param string $val The text * @@ -285,7 +285,7 @@ public function setText($val) /** * Gets the values - * Represents the raw values of the specified range view. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string. + * Represents the raw values of the specified range view. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string. * * @return string|null The values */ @@ -300,7 +300,7 @@ public function getValues() /** * Sets the values - * Represents the raw values of the specified range view. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string. + * Represents the raw values of the specified range view. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string. * * @param string $val The values * diff --git a/src/Beta/Microsoft/Graph/Model/X509CertificateAuthenticationMethodConfiguration.php b/src/Beta/Microsoft/Graph/Model/X509CertificateAuthenticationMethodConfiguration.php index 5b3c0270751..efdda5b261e 100644 --- a/src/Beta/Microsoft/Graph/Model/X509CertificateAuthenticationMethodConfiguration.php +++ b/src/Beta/Microsoft/Graph/Model/X509CertificateAuthenticationMethodConfiguration.php @@ -87,6 +87,37 @@ public function setCertificateUserBindings($val) return $this; } + /** + * Gets the issuerHintsConfiguration + * + * @return X509CertificateIssuerHintsConfiguration|null The issuerHintsConfiguration + */ + public function getIssuerHintsConfiguration() + { + if (array_key_exists("issuerHintsConfiguration", $this->_propDict)) { + if (is_a($this->_propDict["issuerHintsConfiguration"], "\Beta\Microsoft\Graph\Model\X509CertificateIssuerHintsConfiguration") || is_null($this->_propDict["issuerHintsConfiguration"])) { + return $this->_propDict["issuerHintsConfiguration"]; + } else { + $this->_propDict["issuerHintsConfiguration"] = new X509CertificateIssuerHintsConfiguration($this->_propDict["issuerHintsConfiguration"]); + return $this->_propDict["issuerHintsConfiguration"]; + } + } + return null; + } + + /** + * Sets the issuerHintsConfiguration + * + * @param X509CertificateIssuerHintsConfiguration $val The issuerHintsConfiguration + * + * @return X509CertificateAuthenticationMethodConfiguration + */ + public function setIssuerHintsConfiguration($val) + { + $this->_propDict["issuerHintsConfiguration"] = $val; + return $this; + } + /** * Gets the includeTargets diff --git a/src/Beta/Microsoft/Graph/Model/X509CertificateIssuerHintsConfiguration.php b/src/Beta/Microsoft/Graph/Model/X509CertificateIssuerHintsConfiguration.php new file mode 100644 index 00000000000..8b0a4ee39a8 --- /dev/null +++ b/src/Beta/Microsoft/Graph/Model/X509CertificateIssuerHintsConfiguration.php @@ -0,0 +1,57 @@ +_propDict)) { + if (is_a($this->_propDict["state"], "\Beta\Microsoft\Graph\Model\X509CertificateIssuerHintsState") || is_null($this->_propDict["state"])) { + return $this->_propDict["state"]; + } else { + $this->_propDict["state"] = new X509CertificateIssuerHintsState($this->_propDict["state"]); + return $this->_propDict["state"]; + } + } + return null; + } + + /** + * Sets the state + * + * @param X509CertificateIssuerHintsState $val The value to assign to the state + * + * @return X509CertificateIssuerHintsConfiguration The X509CertificateIssuerHintsConfiguration + */ + public function setState($val) + { + $this->_propDict["state"] = $val; + return $this; + } +} diff --git a/src/Beta/Microsoft/Graph/Model/X509CertificateIssuerHintsState.php b/src/Beta/Microsoft/Graph/Model/X509CertificateIssuerHintsState.php new file mode 100644 index 00000000000..b1a5c33de6f --- /dev/null +++ b/src/Beta/Microsoft/Graph/Model/X509CertificateIssuerHintsState.php @@ -0,0 +1,35 @@ +