diff --git a/src/Generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.php b/src/Generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.php index 25b1913d9d5..6ca836a6f52 100644 --- a/src/Generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.php @@ -155,7 +155,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeviceAppManagementRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-unlock-deviceappmanagement-get?view=graph-rest-1.0 Find more info here */ public function get(?DeviceAppManagementRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -171,7 +171,7 @@ public function get(?DeviceAppManagementRequestBuilderGetRequestConfiguration $r * @param DeviceAppManagementRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-unlock-deviceappmanagement-update?view=graph-rest-1.0 Find more info here */ public function patch(DeviceAppManagement $body, ?DeviceAppManagementRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.php b/src/Generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.php index 2c2e7bb3ada..4c4a52e9331 100644 --- a/src/Generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.php @@ -53,11 +53,11 @@ public function delete(?ManagedAppPolicyItemRequestBuilderDeleteRequestConfigura } /** - * Read properties and relationships of the managedAppConfiguration object. + * Read properties and relationships of the managedAppPolicy object. * @param ManagedAppPolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-get?view=graph-rest-1.0 Find more info here */ public function get(?ManagedAppPolicyItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -100,7 +100,7 @@ public function toDeleteRequestInformation(?ManagedAppPolicyItemRequestBuilderDe } /** - * Read properties and relationships of the managedAppConfiguration object. + * Read properties and relationships of the managedAppPolicy object. * @param ManagedAppPolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilderGetQueryParameters.php index ef9bce96aef..58b0bb0c0c9 100644 --- a/src/Generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read properties and relationships of the managedAppConfiguration object. + * Read properties and relationships of the managedAppPolicy object. */ class ManagedAppPolicyItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.php b/src/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.php index a131958543c..12d8b1d3504 100644 --- a/src/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.php @@ -35,7 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param TargetAppsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0 Find more info here */ public function post(TargetAppsPostRequestBody $body, ?TargetAppsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilder.php b/src/Generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilder.php index 8f7f96bcc46..f328140e310 100644 --- a/src/Generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilder.php @@ -52,11 +52,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List properties and relationships of the managedAppProtection objects. + * List properties and relationships of the targetedManagedAppProtection objects. * @param ManagedAppPoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-list?view=graph-rest-1.0 Find more info here */ public function get(?ManagedAppPoliciesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -82,7 +82,7 @@ public function post(ManagedAppPolicy $body, ?ManagedAppPoliciesRequestBuilderPo } /** - * List properties and relationships of the managedAppProtection objects. + * List properties and relationships of the targetedManagedAppProtection objects. * @param ManagedAppPoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilderGetQueryParameters.php index 9d829b0f939..2d262d4c8b1 100644 --- a/src/Generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List properties and relationships of the managedAppProtection objects. + * List properties and relationships of the targetedManagedAppProtection objects. */ class ManagedAppPoliciesRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.php b/src/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.php index 5966cda78f9..647bf43ffba 100644 --- a/src/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.php @@ -35,7 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param TargetAppsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0 Find more info here */ public function post(TargetAppsPostRequestBody $body, ?TargetAppsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.php b/src/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.php index 9915e963bfa..9460b55a72e 100644 --- a/src/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.php @@ -35,7 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param TargetAppsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0 Find more info here */ public function post(TargetAppsPostRequestBody $body, ?TargetAppsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.php b/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.php index e6210e194fc..bf46e5a230f 100644 --- a/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.php @@ -52,11 +52,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List properties and relationships of the managedEBookAssignment objects. + * List properties and relationships of the iosVppEBookAssignment objects. * @param AssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-list?view=graph-rest-1.0 Find more info here */ public function get(?AssignmentsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -83,7 +83,7 @@ public function post(ManagedEBookAssignment $body, ?AssignmentsRequestBuilderPos } /** - * List properties and relationships of the managedEBookAssignment objects. + * List properties and relationships of the iosVppEBookAssignment objects. * @param AssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilderGetQueryParameters.php index fcec5d957a0..166b758024b 100644 --- a/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List properties and relationships of the managedEBookAssignment objects. + * List properties and relationships of the iosVppEBookAssignment objects. */ class AssignmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.php b/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.php index 4eaf1924bd2..ed9b59aeaa4 100644 --- a/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.php @@ -31,11 +31,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes a managedEBookAssignment. + * Deletes a iosVppEBookAssignment. * @param ManagedEBookAssignmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-delete?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-delete?view=graph-rest-1.0 Find more info here */ public function delete(?ManagedEBookAssignmentItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -77,7 +77,7 @@ public function patch(ManagedEBookAssignment $body, ?ManagedEBookAssignmentItemR } /** - * Deletes a managedEBookAssignment. + * Deletes a iosVppEBookAssignment. * @param ManagedEBookAssignmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileAppConfigurations/MobileAppConfigurationsRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileAppConfigurations/MobileAppConfigurationsRequestBuilder.php index feacdc9ddcd..b7f2940d11f 100644 --- a/src/Generated/DeviceAppManagement/MobileAppConfigurations/MobileAppConfigurationsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileAppConfigurations/MobileAppConfigurationsRequestBuilder.php @@ -52,11 +52,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List properties and relationships of the managedDeviceMobileAppConfiguration objects. + * List properties and relationships of the iosMobileAppConfiguration objects. * @param MobileAppConfigurationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-list?view=graph-rest-1.0 Find more info here */ public function get(?MobileAppConfigurationsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -83,7 +83,7 @@ public function post(ManagedDeviceMobileAppConfiguration $body, ?MobileAppConfig } /** - * List properties and relationships of the managedDeviceMobileAppConfiguration objects. + * List properties and relationships of the iosMobileAppConfiguration objects. * @param MobileAppConfigurationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileAppConfigurations/MobileAppConfigurationsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileAppConfigurations/MobileAppConfigurationsRequestBuilderGetQueryParameters.php index b6d9410cd6a..804ed807506 100644 --- a/src/Generated/DeviceAppManagement/MobileAppConfigurations/MobileAppConfigurationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileAppConfigurations/MobileAppConfigurationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List properties and relationships of the managedDeviceMobileAppConfiguration objects. + * List properties and relationships of the iosMobileAppConfiguration objects. */ class MobileAppConfigurationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.php index 335c0ca4379..51f50b8dfd2 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.php @@ -183,11 +183,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes a windowsWebApp. + * Deletes a macOSMicrosoftEdgeApp. * @param MobileAppItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-apps-windowswebapp-delete?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-apps-macosmicrosoftedgeapp-delete?view=graph-rest-1.0 Find more info here */ public function delete(?MobileAppItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -198,11 +198,11 @@ public function delete(?MobileAppItemRequestBuilderDeleteRequestConfiguration $r } /** - * Read properties and relationships of the windowsAppX object. + * Read properties and relationships of the iosiPadOSWebClip object. * @param MobileAppItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-apps-windowsappx-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-apps-iosipadoswebclip-get?view=graph-rest-1.0 Find more info here */ public function get(?MobileAppItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -213,12 +213,12 @@ public function get(?MobileAppItemRequestBuilderGetRequestConfiguration $request } /** - * Update the properties of a webApp object. + * Update the properties of a macOSMicrosoftEdgeApp object. * @param MobileApp $body The request body * @param MobileAppItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-apps-webapp-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-apps-macosmicrosoftedgeapp-update?view=graph-rest-1.0 Find more info here */ public function patch(MobileApp $body, ?MobileAppItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -229,7 +229,7 @@ public function patch(MobileApp $body, ?MobileAppItemRequestBuilderPatchRequestC } /** - * Deletes a windowsWebApp. + * Deletes a macOSMicrosoftEdgeApp. * @param MobileAppItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -246,7 +246,7 @@ public function toDeleteRequestInformation(?MobileAppItemRequestBuilderDeleteReq } /** - * Read properties and relationships of the windowsAppX object. + * Read properties and relationships of the iosiPadOSWebClip object. * @param MobileAppItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -267,7 +267,7 @@ public function toGetRequestInformation(?MobileAppItemRequestBuilderGetRequestCo } /** - * Update the properties of a webApp object. + * Update the properties of a macOSMicrosoftEdgeApp object. * @param MobileApp $body The request body * @param MobileAppItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilderGetQueryParameters.php index 4221055abc6..6eb218cf2eb 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read properties and relationships of the windowsAppX object. + * Read properties and relationships of the iosiPadOSWebClip object. */ class MobileAppItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.php index b690e565ffd..9f9a47a387f 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.php @@ -180,11 +180,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List properties and relationships of the iosStoreApp objects. + * List properties and relationships of the macOSOfficeSuiteApp objects. * @param MobileAppsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-apps-iosstoreapp-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-apps-macosofficesuiteapp-list?view=graph-rest-1.0 Find more info here */ public function get(?MobileAppsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -211,7 +211,7 @@ public function post(MobileApp $body, ?MobileAppsRequestBuilderPostRequestConfig } /** - * List properties and relationships of the iosStoreApp objects. + * List properties and relationships of the macOSOfficeSuiteApp objects. * @param MobileAppsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilderGetQueryParameters.php index c5c7c9550ab..2a827cca600 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List properties and relationships of the iosStoreApp objects. + * List properties and relationships of the macOSOfficeSuiteApp objects. */ class MobileAppsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.php b/src/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.php index 6fbd0836763..cdfa2e93503 100644 --- a/src/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.php +++ b/src/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.php @@ -52,11 +52,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List properties and relationships of the androidWorkProfileCompliancePolicy objects. + * List properties and relationships of the deviceCompliancePolicy objects. * @param DeviceCompliancePoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-list?view=graph-rest-1.0 Find more info here */ public function get(?DeviceCompliancePoliciesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -67,12 +67,12 @@ public function get(?DeviceCompliancePoliciesRequestBuilderGetRequestConfigurati } /** - * Create a new macOSCompliancePolicy object. + * Create a new windows10MobileCompliancePolicy object. * @param DeviceCompliancePolicy $body The request body * @param DeviceCompliancePoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-create?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10mobilecompliancepolicy-create?view=graph-rest-1.0 Find more info here */ public function post(DeviceCompliancePolicy $body, ?DeviceCompliancePoliciesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -83,7 +83,7 @@ public function post(DeviceCompliancePolicy $body, ?DeviceCompliancePoliciesRequ } /** - * List properties and relationships of the androidWorkProfileCompliancePolicy objects. + * List properties and relationships of the deviceCompliancePolicy objects. * @param DeviceCompliancePoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -104,7 +104,7 @@ public function toGetRequestInformation(?DeviceCompliancePoliciesRequestBuilderG } /** - * Create a new macOSCompliancePolicy object. + * Create a new windows10MobileCompliancePolicy object. * @param DeviceCompliancePolicy $body The request body * @param DeviceCompliancePoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilderGetQueryParameters.php b/src/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilderGetQueryParameters.php index 5eb0d824f56..14c233f9edc 100644 --- a/src/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List properties and relationships of the androidWorkProfileCompliancePolicy objects. + * List properties and relationships of the deviceCompliancePolicy objects. */ class DeviceCompliancePoliciesRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.php b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.php index 3514eb662bc..81a20d00aca 100644 --- a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.php +++ b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.php @@ -103,11 +103,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes a windows10CompliancePolicy. + * Deletes a iosCompliancePolicy. * @param DeviceCompliancePolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-delete?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscompliancepolicy-delete?view=graph-rest-1.0 Find more info here */ public function delete(?DeviceCompliancePolicyItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -118,11 +118,11 @@ public function delete(?DeviceCompliancePolicyItemRequestBuilderDeleteRequestCon } /** - * Read properties and relationships of the androidWorkProfileCompliancePolicy object. + * Read properties and relationships of the androidCompliancePolicy object. * @param DeviceCompliancePolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcompliancepolicy-get?view=graph-rest-1.0 Find more info here */ public function get(?DeviceCompliancePolicyItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -133,12 +133,12 @@ public function get(?DeviceCompliancePolicyItemRequestBuilderGetRequestConfigura } /** - * Update the properties of a androidWorkProfileCompliancePolicy object. + * Update the properties of a androidCompliancePolicy object. * @param DeviceCompliancePolicy $body The request body * @param DeviceCompliancePolicyItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcompliancepolicy-update?view=graph-rest-1.0 Find more info here */ public function patch(DeviceCompliancePolicy $body, ?DeviceCompliancePolicyItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -149,7 +149,7 @@ public function patch(DeviceCompliancePolicy $body, ?DeviceCompliancePolicyItemR } /** - * Deletes a windows10CompliancePolicy. + * Deletes a iosCompliancePolicy. * @param DeviceCompliancePolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -166,7 +166,7 @@ public function toDeleteRequestInformation(?DeviceCompliancePolicyItemRequestBui } /** - * Read properties and relationships of the androidWorkProfileCompliancePolicy object. + * Read properties and relationships of the androidCompliancePolicy object. * @param DeviceCompliancePolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -187,7 +187,7 @@ public function toGetRequestInformation(?DeviceCompliancePolicyItemRequestBuilde } /** - * Update the properties of a androidWorkProfileCompliancePolicy object. + * Update the properties of a androidCompliancePolicy object. * @param DeviceCompliancePolicy $body The request body * @param DeviceCompliancePolicyItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilderGetQueryParameters.php index b4825fdae1d..b82c2607b8a 100644 --- a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read properties and relationships of the androidWorkProfileCompliancePolicy object. + * Read properties and relationships of the androidCompliancePolicy object. */ class DeviceCompliancePolicyItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.php b/src/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.php index b64690903d3..b71dff5b80b 100644 --- a/src/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.php +++ b/src/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.php @@ -52,11 +52,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List properties and relationships of the androidWorkProfileGeneralDeviceConfiguration objects. + * List properties and relationships of the windows10GeneralConfiguration objects. * @param DeviceConfigurationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10generalconfiguration-list?view=graph-rest-1.0 Find more info here */ public function get(?DeviceConfigurationsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -67,12 +67,12 @@ public function get(?DeviceConfigurationsRequestBuilderGetRequestConfiguration $ } /** - * Create a new windowsDefenderAdvancedThreatProtectionConfiguration object. + * Create a new windows10EndpointProtectionConfiguration object. * @param DeviceConfiguration $body The request body * @param DeviceConfigurationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-create?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10endpointprotectionconfiguration-create?view=graph-rest-1.0 Find more info here */ public function post(DeviceConfiguration $body, ?DeviceConfigurationsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -83,7 +83,7 @@ public function post(DeviceConfiguration $body, ?DeviceConfigurationsRequestBuil } /** - * List properties and relationships of the androidWorkProfileGeneralDeviceConfiguration objects. + * List properties and relationships of the windows10GeneralConfiguration objects. * @param DeviceConfigurationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -104,7 +104,7 @@ public function toGetRequestInformation(?DeviceConfigurationsRequestBuilderGetRe } /** - * Create a new windowsDefenderAdvancedThreatProtectionConfiguration object. + * Create a new windows10EndpointProtectionConfiguration object. * @param DeviceConfiguration $body The request body * @param DeviceConfigurationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilderGetQueryParameters.php index 68426f016a8..13b20c41243 100644 --- a/src/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List properties and relationships of the androidWorkProfileGeneralDeviceConfiguration objects. + * List properties and relationships of the windows10GeneralConfiguration objects. */ class DeviceConfigurationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.php b/src/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.php index 5bfb1163980..e2845cf26d7 100644 --- a/src/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.php +++ b/src/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.php @@ -88,11 +88,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes a macOSGeneralDeviceConfiguration. + * Deletes a windows10CustomConfiguration. * @param DeviceConfigurationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-macosgeneraldeviceconfiguration-delete?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10customconfiguration-delete?view=graph-rest-1.0 Find more info here */ public function delete(?DeviceConfigurationItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -103,11 +103,11 @@ public function delete(?DeviceConfigurationItemRequestBuilderDeleteRequestConfig } /** - * Read properties and relationships of the windowsUpdateForBusinessConfiguration object. + * Read properties and relationships of the windows10CustomConfiguration object. * @param DeviceConfigurationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10customconfiguration-get?view=graph-rest-1.0 Find more info here */ public function get(?DeviceConfigurationItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -127,12 +127,12 @@ public function getOmaSettingPlainTextValueWithSecretReferenceValueId(string $se } /** - * Update the properties of a windows10SecureAssessmentConfiguration object. + * Update the properties of a editionUpgradeConfiguration object. * @param DeviceConfiguration $body The request body * @param DeviceConfigurationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10secureassessmentconfiguration-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-editionupgradeconfiguration-update?view=graph-rest-1.0 Find more info here */ public function patch(DeviceConfiguration $body, ?DeviceConfigurationItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -143,7 +143,7 @@ public function patch(DeviceConfiguration $body, ?DeviceConfigurationItemRequest } /** - * Deletes a macOSGeneralDeviceConfiguration. + * Deletes a windows10CustomConfiguration. * @param DeviceConfigurationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -160,7 +160,7 @@ public function toDeleteRequestInformation(?DeviceConfigurationItemRequestBuilde } /** - * Read properties and relationships of the windowsUpdateForBusinessConfiguration object. + * Read properties and relationships of the windows10CustomConfiguration object. * @param DeviceConfigurationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -181,7 +181,7 @@ public function toGetRequestInformation(?DeviceConfigurationItemRequestBuilderGe } /** - * Update the properties of a windows10SecureAssessmentConfiguration object. + * Update the properties of a editionUpgradeConfiguration object. * @param DeviceConfiguration $body The request body * @param DeviceConfigurationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilderGetQueryParameters.php index 18dac0f0170..22f6dd911d6 100644 --- a/src/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read properties and relationships of the windowsUpdateForBusinessConfiguration object. + * Read properties and relationships of the windows10CustomConfiguration object. */ class DeviceConfigurationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.php b/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.php index be7cad6a152..b726f577dbe 100644 --- a/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.php +++ b/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.php @@ -52,11 +52,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List properties and relationships of the deviceEnrollmentLimitConfiguration objects. + * List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects. * @param DeviceEnrollmentConfigurationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-list?view=graph-rest-1.0 Find more info here */ public function get(?DeviceEnrollmentConfigurationsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -67,12 +67,12 @@ public function get(?DeviceEnrollmentConfigurationsRequestBuilderGetRequestConfi } /** - * Create a new deviceEnrollmentPlatformRestrictionsConfiguration object. + * Create a new deviceEnrollmentLimitConfiguration object. * @param DeviceEnrollmentConfiguration $body The request body * @param DeviceEnrollmentConfigurationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-create?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-create?view=graph-rest-1.0 Find more info here */ public function post(DeviceEnrollmentConfiguration $body, ?DeviceEnrollmentConfigurationsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -83,7 +83,7 @@ public function post(DeviceEnrollmentConfiguration $body, ?DeviceEnrollmentConfi } /** - * List properties and relationships of the deviceEnrollmentLimitConfiguration objects. + * List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects. * @param DeviceEnrollmentConfigurationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -104,7 +104,7 @@ public function toGetRequestInformation(?DeviceEnrollmentConfigurationsRequestBu } /** - * Create a new deviceEnrollmentPlatformRestrictionsConfiguration object. + * Create a new deviceEnrollmentLimitConfiguration object. * @param DeviceEnrollmentConfiguration $body The request body * @param DeviceEnrollmentConfigurationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters.php index 149a2f7a829..548f8e3b8a8 100644 --- a/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List properties and relationships of the deviceEnrollmentLimitConfiguration objects. + * List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects. */ class DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.php b/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.php index 51dfd6f1877..ed35b7f73c4 100644 --- a/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.php +++ b/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.php @@ -55,11 +55,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes a deviceEnrollmentPlatformRestrictionsConfiguration. + * Deletes a deviceEnrollmentLimitConfiguration. * @param DeviceEnrollmentConfigurationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-delete?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-delete?view=graph-rest-1.0 Find more info here */ public function delete(?DeviceEnrollmentConfigurationItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -101,7 +101,7 @@ public function patch(DeviceEnrollmentConfiguration $body, ?DeviceEnrollmentConf } /** - * Deletes a deviceEnrollmentPlatformRestrictionsConfiguration. + * Deletes a deviceEnrollmentLimitConfiguration. * @param DeviceEnrollmentConfigurationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceManagement/DeviceManagementRequestBuilder.php b/src/Generated/DeviceManagement/DeviceManagementRequestBuilder.php index da1caf708b3..3d474d0e3e3 100644 --- a/src/Generated/DeviceManagement/DeviceManagementRequestBuilder.php +++ b/src/Generated/DeviceManagement/DeviceManagementRequestBuilder.php @@ -509,7 +509,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeviceManagementRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-reporting-devicemanagement-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-enrollment-devicemanagement-get?view=graph-rest-1.0 Find more info here */ public function get(?DeviceManagementRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -534,7 +534,7 @@ public function getEffectivePermissionsWithScope(string $scope): GetEffectivePer * @param DeviceManagementRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-policyset-devicemanagement-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-remoteassistance-devicemanagement-update?view=graph-rest-1.0 Find more info here */ public function patch(DeviceManagement $body, ?DeviceManagementRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Copy/CopyRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Copy/CopyRequestBuilder.php index 7f0b5e7fc1f..6894872f532 100644 --- a/src/Generated/Drives/Item/Items/Item/Copy/CopyRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Copy/CopyRequestBuilder.php @@ -31,12 +31,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Asynchronously creates a copy of an driveItem (including any children), under a new parent item or with a new name. + * Invoke action copy * @param CopyPostRequestBody $body The request body * @param CopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0 Find more info here */ public function post(CopyPostRequestBody $body, ?CopyRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -47,7 +46,7 @@ public function post(CopyPostRequestBody $body, ?CopyRequestBuilderPostRequestCo } /** - * Asynchronously creates a copy of an driveItem (including any children), under a new parent item or with a new name. + * Invoke action copy * @param CopyPostRequestBody $body The request body * @param CopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Drives/Item/Items/Item/RetentionLabel/RetentionLabelRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/RetentionLabel/RetentionLabelRequestBuilder.php index 756b8866590..a01ea1fa1c5 100644 --- a/src/Generated/Drives/Item/Items/Item/RetentionLabel/RetentionLabelRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/RetentionLabel/RetentionLabelRequestBuilder.php @@ -60,12 +60,12 @@ public function get(?RetentionLabelRequestBuilderGetRequestConfiguration $reques } /** - * Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive. + * Apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. * @param ItemRetentionLabel $body The request body * @param RetentionLabelRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/driveitem-setretentionlabel?view=graph-rest-1.0 Find more info here */ public function patch(ItemRetentionLabel $body, ?RetentionLabelRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -114,7 +114,7 @@ public function toGetRequestInformation(?RetentionLabelRequestBuilderGetRequestC } /** - * Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive. + * Apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. * @param ItemRetentionLabel $body The request body * @param RetentionLabelRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Names/Item/Range/RangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Names/Item/Range/RangeRequestBuilder.php index 4dafeecbb5c..d7734badcaf 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Names/Item/Range/RangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Names/Item/Range/RangeRequestBuilder.php @@ -241,11 +241,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties and relationships of range object. + * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. * @param RangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/range-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/nameditem-range?view=graph-rest-1.0 Find more info here */ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -312,7 +312,7 @@ public function rowWithRow(int $row): RowWithRowRequestBuilder { } /** - * Retrieve the properties and relationships of range object. + * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. * @param RangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddRequestBuilder.php index 12be304bc7c..02cf8f938d1 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddRequestBuilder.php @@ -31,12 +31,12 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated. + * Use this API to create a new Table. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/tablecollection-add?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-1.0 Find more info here */ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -47,7 +47,7 @@ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConf } /** - * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated. + * Use this API to create a new Table. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/Range/RangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/Range/RangeRequestBuilder.php index ba3fdf2c10f..cbc3fbbce5d 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/Range/RangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/Range/RangeRequestBuilder.php @@ -241,11 +241,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties and relationships of range object. + * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. * @param RangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/range-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/nameditem-range?view=graph-rest-1.0 Find more info here */ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -312,7 +312,7 @@ public function rowWithRow(int $row): RowWithRowRequestBuilder { } /** - * Retrieve the properties and relationships of range object. + * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. * @param RangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddRequestBuilder.php index 817867f8755..cc31d651f51 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddRequestBuilder.php @@ -31,12 +31,12 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated. + * Use this API to create a new Table. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/tablecollection-add?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-1.0 Find more info here */ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -47,7 +47,7 @@ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConf } /** - * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated. + * Use this API to create a new Table. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Classes/Item/Assignments/AssignmentsRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/AssignmentsRequestBuilder.php index 3333c6d7929..4816b790718 100644 --- a/src/Generated/Education/Classes/Item/Assignments/AssignmentsRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/AssignmentsRequestBuilder.php @@ -80,7 +80,7 @@ public function get(?AssignmentsRequestBuilderGetRequestConfiguration $requestCo * @param AssignmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/educationclass-post-assignment?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/educationclass-post-assignments?view=graph-rest-1.0 Find more info here */ public function post(EducationAssignment $body, ?AssignmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Resources/ResourcesRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/Resources/ResourcesRequestBuilder.php index 0dbce57c0c4..31ffc59bfd8 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Resources/ResourcesRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Resources/ResourcesRequestBuilder.php @@ -72,7 +72,7 @@ public function get(?ResourcesRequestBuilderGetRequestConfiguration $requestConf * @param ResourcesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/educationassignment-post-resource?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/educationassignment-post-resources?view=graph-rest-1.0 Find more info here */ public function post(EducationAssignmentResource $body, ?ResourcesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Schedule/TimeCards/ClockIn/ClockInPostRequestBody.php b/src/Generated/Groups/Item/Team/Schedule/TimeCards/ClockIn/ClockInPostRequestBody.php index 1e14a118c3f..b6c2563c94e 100644 --- a/src/Generated/Groups/Item/Team/Schedule/TimeCards/ClockIn/ClockInPostRequestBody.php +++ b/src/Generated/Groups/Item/Team/Schedule/TimeCards/ClockIn/ClockInPostRequestBody.php @@ -65,6 +65,7 @@ public function getFieldDeserializers(): array { return [ 'isAtApprovedLocation' => fn(ParseNode $n) => $o->setIsAtApprovedLocation($n->getBooleanValue()), 'notes' => fn(ParseNode $n) => $o->setNotes($n->getObjectValue([ItemBody::class, 'createFromDiscriminatorValue'])), + 'onBehalfOfUserId' => fn(ParseNode $n) => $o->setOnBehalfOfUserId($n->getStringValue()), ]; } @@ -92,6 +93,18 @@ public function getNotes(): ?ItemBody { throw new \UnexpectedValueException("Invalid type found in backing store for 'notes'"); } + /** + * Gets the onBehalfOfUserId property value. The onBehalfOfUserId property + * @return string|null + */ + public function getOnBehalfOfUserId(): ?string { + $val = $this->getBackingStore()->get('onBehalfOfUserId'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'onBehalfOfUserId'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model @@ -99,6 +112,7 @@ public function getNotes(): ?ItemBody { public function serialize(SerializationWriter $writer): void { $writer->writeBooleanValue('isAtApprovedLocation', $this->getIsAtApprovedLocation()); $writer->writeObjectValue('notes', $this->getNotes()); + $writer->writeStringValue('onBehalfOfUserId', $this->getOnBehalfOfUserId()); $writer->writeAdditionalData($this->getAdditionalData()); } @@ -134,4 +148,12 @@ public function setNotes(?ItemBody $value): void { $this->getBackingStore()->set('notes', $value); } + /** + * Sets the onBehalfOfUserId property value. The onBehalfOfUserId property + * @param string|null $value Value to set for the onBehalfOfUserId property. + */ + public function setOnBehalfOfUserId(?string $value): void { + $this->getBackingStore()->set('onBehalfOfUserId', $value); + } + } diff --git a/src/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.php b/src/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.php index 159ac596710..7e90c352042 100644 --- a/src/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.php @@ -51,7 +51,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ConversationThreadItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-1.0 Find more info here */ public function delete(?ConversationThreadItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); diff --git a/src/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.php b/src/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.php index f297297ce2a..fc16d54c99a 100644 --- a/src/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.php +++ b/src/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.php @@ -31,11 +31,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a countryNamedLocation object. + * Delete a namedLocation object. * @param NamedLocationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/countrynamedlocation-delete?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/namedlocation-delete?view=graph-rest-1.0 Find more info here */ public function delete(?NamedLocationItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -61,12 +61,12 @@ public function get(?NamedLocationItemRequestBuilderGetRequestConfiguration $req } /** - * Update the properties of an ipNamedLocation object. + * Update the properties of a countryNamedLocation object. * @param NamedLocation $body The request body * @param NamedLocationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-1.0 Find more info here */ public function patch(NamedLocation $body, ?NamedLocationItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -77,7 +77,7 @@ public function patch(NamedLocation $body, ?NamedLocationItemRequestBuilderPatch } /** - * Delete a countryNamedLocation object. + * Delete a namedLocation object. * @param NamedLocationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toGetRequestInformation(?NamedLocationItemRequestBuilderGetReque } /** - * Update the properties of an ipNamedLocation object. + * Update the properties of a countryNamedLocation object. * @param NamedLocation $body The request body * @param NamedLocationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.php index 4e50222f4e8..76893466417 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.php @@ -46,11 +46,11 @@ public function delete(?CustomCalloutExtensionItemRequestBuilderDeleteRequestCon } /** - * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. + * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. * @param CustomCalloutExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0 Find more info here */ public function get(?CustomCalloutExtensionItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -61,12 +61,12 @@ public function get(?CustomCalloutExtensionItemRequestBuilderGetRequestConfigura } /** - * Update the properties of an accessPackageAssignmentRequestWorkflowExtension object. + * Update the properties of an accessPackageAssignmentWorkflowExtension object. * @param CustomCalloutExtension $body The request body * @param CustomCalloutExtensionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-update?view=graph-rest-1.0 Find more info here */ public function patch(CustomCalloutExtension $body, ?CustomCalloutExtensionItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -94,7 +94,7 @@ public function toDeleteRequestInformation(?CustomCalloutExtensionItemRequestBui } /** - * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. + * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. * @param CustomCalloutExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toGetRequestInformation(?CustomCalloutExtensionItemRequestBuilde } /** - * Update the properties of an accessPackageAssignmentRequestWorkflowExtension object. + * Update the properties of an accessPackageAssignmentWorkflowExtension object. * @param CustomCalloutExtension $body The request body * @param CustomCalloutExtensionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilderGetQueryParameters.php index dae8c9ba9e5..e76ab2b8876 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. + * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. */ class CustomCalloutExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityProtection/RiskyUsers/ConfirmSafe/ConfirmSafePostRequestBody.php b/src/Generated/IdentityProtection/RiskyUsers/ConfirmSafe/ConfirmSafePostRequestBody.php new file mode 100644 index 00000000000..8c23b7846fc --- /dev/null +++ b/src/Generated/IdentityProtection/RiskyUsers/ConfirmSafe/ConfirmSafePostRequestBody.php @@ -0,0 +1,124 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return ConfirmSafePostRequestBody + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): ConfirmSafePostRequestBody { + return new ConfirmSafePostRequestBody(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + 'userIds' => function (ParseNode $n) { + $val = $n->getCollectionOfPrimitiveValues(); + if (is_array($val)) { + TypeUtils::validateCollectionValues($val, 'string'); + } + /** @var array|null $val */ + $this->setUserIds($val); + }, + ]; + } + + /** + * Gets the userIds property value. The userIds property + * @return array|null + */ + public function getUserIds(): ?array { + $val = $this->getBackingStore()->get('userIds'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, 'string'); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'userIds'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeCollectionOfPrimitiveValues('userIds', $this->getUserIds()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the userIds property value. The userIds property + * @param array|null $value Value to set for the userIds property. + */ + public function setUserIds(?array $value): void { + $this->getBackingStore()->set('userIds', $value); + } + +} diff --git a/src/Generated/IdentityProtection/RiskyUsers/ConfirmSafe/ConfirmSafeRequestBuilder.php b/src/Generated/IdentityProtection/RiskyUsers/ConfirmSafe/ConfirmSafeRequestBuilder.php new file mode 100644 index 00000000000..8a8857354bd --- /dev/null +++ b/src/Generated/IdentityProtection/RiskyUsers/ConfirmSafe/ConfirmSafeRequestBuilder.php @@ -0,0 +1,76 @@ +|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. + * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. + */ + public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { + parent::__construct($requestAdapter, [], '{+baseurl}/identityProtection/riskyUsers/confirmSafe'); + if (is_array($pathParametersOrRawUrl)) { + $this->pathParameters = $pathParametersOrRawUrl; + } else { + $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; + } + } + + /** + * Confirm one or more riskyUser objects as safe. This action sets the targeted user's risk level to none. + * @param ConfirmSafePostRequestBody $body The request body + * @param ConfirmSafeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return Promise + * @throws Exception + * @link https://learn.microsoft.com/graph/api/riskyuser-confirmsafe?view=graph-rest-1.0 Find more info here + */ + public function post(ConfirmSafePostRequestBody $body, ?ConfirmSafeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { + $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); + $errorMappings = [ + 'XXX' => [ODataError::class, 'createFromDiscriminatorValue'], + ]; + return $this->requestAdapter->sendNoContentAsync($requestInfo, $errorMappings); + } + + /** + * Confirm one or more riskyUser objects as safe. This action sets the targeted user's risk level to none. + * @param ConfirmSafePostRequestBody $body The request body + * @param ConfirmSafeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @return RequestInformation + */ + public function toPostRequestInformation(ConfirmSafePostRequestBody $body, ?ConfirmSafeRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { + $requestInfo = new RequestInformation(); + $requestInfo->urlTemplate = $this->urlTemplate; + $requestInfo->pathParameters = $this->pathParameters; + $requestInfo->httpMethod = HttpMethod::POST; + if ($requestConfiguration !== null) { + $requestInfo->addHeaders($requestConfiguration->headers); + $requestInfo->addRequestOptions(...$requestConfiguration->options); + } + $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); + return $requestInfo; + } + + /** + * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + * @param string $rawUrl The raw URL to use for the request builder. + * @return ConfirmSafeRequestBuilder + */ + public function withUrl(string $rawUrl): ConfirmSafeRequestBuilder { + return new ConfirmSafeRequestBuilder($rawUrl, $this->requestAdapter); + } + +} diff --git a/src/Generated/IdentityProtection/RiskyUsers/ConfirmSafe/ConfirmSafeRequestBuilderPostRequestConfiguration.php b/src/Generated/IdentityProtection/RiskyUsers/ConfirmSafe/ConfirmSafeRequestBuilderPostRequestConfiguration.php new file mode 100644 index 00000000000..180e6cbe22b --- /dev/null +++ b/src/Generated/IdentityProtection/RiskyUsers/ConfirmSafe/ConfirmSafeRequestBuilderPostRequestConfiguration.php @@ -0,0 +1,22 @@ +|string>|null $headers Request headers + * @param array|null $options Request options + */ + public function __construct(?array $headers = null, ?array $options = null) { + parent::__construct($headers ?? [], $options ?? []); + } + +} diff --git a/src/Generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilder.php b/src/Generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilder.php index 0701d94de6c..3b6149e19ad 100644 --- a/src/Generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilder.php +++ b/src/Generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilder.php @@ -5,6 +5,7 @@ use Exception; use Http\Promise\Promise; use Microsoft\Graph\Generated\IdentityProtection\RiskyUsers\ConfirmCompromised\ConfirmCompromisedRequestBuilder; +use Microsoft\Graph\Generated\IdentityProtection\RiskyUsers\ConfirmSafe\ConfirmSafeRequestBuilder; use Microsoft\Graph\Generated\IdentityProtection\RiskyUsers\Count\CountRequestBuilder; use Microsoft\Graph\Generated\IdentityProtection\RiskyUsers\Dismiss\DismissRequestBuilder; use Microsoft\Graph\Generated\IdentityProtection\RiskyUsers\Item\RiskyUserItemRequestBuilder; @@ -28,6 +29,13 @@ public function confirmCompromised(): ConfirmCompromisedRequestBuilder { return new ConfirmCompromisedRequestBuilder($this->pathParameters, $this->requestAdapter); } + /** + * Provides operations to call the confirmSafe method. + */ + public function confirmSafe(): ConfirmSafeRequestBuilder { + return new ConfirmSafeRequestBuilder($this->pathParameters, $this->requestAdapter); + } + /** * Provides operations to count the resources in the collection. */ diff --git a/src/Generated/Models/AiInteraction.php b/src/Generated/Models/AiInteraction.php index 447a3140bc8..87f5eddaeea 100644 --- a/src/Generated/Models/AiInteraction.php +++ b/src/Generated/Models/AiInteraction.php @@ -27,7 +27,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AiInt } /** - * Gets the appClass property value. The appClass property + * Gets the appClass property value. The data source for Copilot data. For example, IPM.SkypeTeams.Message.Copilot.Excel or IPM.SkypeTeams.Message.Copilot.Loop. * @return string|null */ public function getAppClass(): ?string { @@ -39,7 +39,7 @@ public function getAppClass(): ?string { } /** - * Gets the attachments property value. The attachments property + * Gets the attachments property value. The collection of documents attached to the interaction, such as cards and images. * @return array|null */ public function getAttachments(): ?array { @@ -53,7 +53,7 @@ public function getAttachments(): ?array { } /** - * Gets the body property value. The body property + * Gets the body property value. The body of the message, including the text of the body and its body type. * @return ItemBody|null */ public function getBody(): ?ItemBody { @@ -65,7 +65,7 @@ public function getBody(): ?ItemBody { } /** - * Gets the contexts property value. The contexts property + * Gets the contexts property value. The identifer that maps to all contexts associated with an interaction. * @return array|null */ public function getContexts(): ?array { @@ -79,7 +79,7 @@ public function getContexts(): ?array { } /** - * Gets the conversationType property value. The conversationType property + * Gets the conversationType property value. The type of the conversation. For example, appchat or bizchat. * @return string|null */ public function getConversationType(): ?string { @@ -91,7 +91,7 @@ public function getConversationType(): ?string { } /** - * Gets the createdDateTime property value. The createdDateTime property + * Gets the createdDateTime property value. The time when the interaction was created. * @return DateTime|null */ public function getCreatedDateTime(): ?DateTime { @@ -103,7 +103,7 @@ public function getCreatedDateTime(): ?DateTime { } /** - * Gets the etag property value. The etag property + * Gets the etag property value. The timestamp of when the interaction was last modified. * @return string|null */ public function getEtag(): ?string { @@ -163,7 +163,7 @@ public function getInteractionType(): ?AiInteractionType { } /** - * Gets the links property value. The links property + * Gets the links property value. The collection of links that appear in the interaction. * @return array|null */ public function getLinks(): ?array { @@ -177,7 +177,7 @@ public function getLinks(): ?array { } /** - * Gets the locale property value. The locale property + * Gets the locale property value. The locale of the sender. * @return string|null */ public function getLocale(): ?string { @@ -189,7 +189,7 @@ public function getLocale(): ?string { } /** - * Gets the mentions property value. The mentions property + * Gets the mentions property value. The collection of the entities that were mentioned in the interaction, including users, bots, and so on. * @return array|null */ public function getMentions(): ?array { @@ -203,7 +203,7 @@ public function getMentions(): ?array { } /** - * Gets the requestId property value. The requestId property + * Gets the requestId property value. The identifier that groups a user prompt with its Copilot response. * @return string|null */ public function getRequestId(): ?string { @@ -215,7 +215,7 @@ public function getRequestId(): ?string { } /** - * Gets the sessionId property value. The sessionId property + * Gets the sessionId property value. The thread ID or conversation identifier that maps to all Copilot sessions for the user. * @return string|null */ public function getSessionId(): ?string { @@ -249,7 +249,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the appClass property value. The appClass property + * Sets the appClass property value. The data source for Copilot data. For example, IPM.SkypeTeams.Message.Copilot.Excel or IPM.SkypeTeams.Message.Copilot.Loop. * @param string|null $value Value to set for the appClass property. */ public function setAppClass(?string $value): void { @@ -257,7 +257,7 @@ public function setAppClass(?string $value): void { } /** - * Sets the attachments property value. The attachments property + * Sets the attachments property value. The collection of documents attached to the interaction, such as cards and images. * @param array|null $value Value to set for the attachments property. */ public function setAttachments(?array $value): void { @@ -265,7 +265,7 @@ public function setAttachments(?array $value): void { } /** - * Sets the body property value. The body property + * Sets the body property value. The body of the message, including the text of the body and its body type. * @param ItemBody|null $value Value to set for the body property. */ public function setBody(?ItemBody $value): void { @@ -273,7 +273,7 @@ public function setBody(?ItemBody $value): void { } /** - * Sets the contexts property value. The contexts property + * Sets the contexts property value. The identifer that maps to all contexts associated with an interaction. * @param array|null $value Value to set for the contexts property. */ public function setContexts(?array $value): void { @@ -281,7 +281,7 @@ public function setContexts(?array $value): void { } /** - * Sets the conversationType property value. The conversationType property + * Sets the conversationType property value. The type of the conversation. For example, appchat or bizchat. * @param string|null $value Value to set for the conversationType property. */ public function setConversationType(?string $value): void { @@ -289,7 +289,7 @@ public function setConversationType(?string $value): void { } /** - * Sets the createdDateTime property value. The createdDateTime property + * Sets the createdDateTime property value. The time when the interaction was created. * @param DateTime|null $value Value to set for the createdDateTime property. */ public function setCreatedDateTime(?DateTime $value): void { @@ -297,7 +297,7 @@ public function setCreatedDateTime(?DateTime $value): void { } /** - * Sets the etag property value. The etag property + * Sets the etag property value. The timestamp of when the interaction was last modified. * @param string|null $value Value to set for the etag property. */ public function setEtag(?string $value): void { @@ -321,7 +321,7 @@ public function setInteractionType(?AiInteractionType $value): void { } /** - * Sets the links property value. The links property + * Sets the links property value. The collection of links that appear in the interaction. * @param array|null $value Value to set for the links property. */ public function setLinks(?array $value): void { @@ -329,7 +329,7 @@ public function setLinks(?array $value): void { } /** - * Sets the locale property value. The locale property + * Sets the locale property value. The locale of the sender. * @param string|null $value Value to set for the locale property. */ public function setLocale(?string $value): void { @@ -337,7 +337,7 @@ public function setLocale(?string $value): void { } /** - * Sets the mentions property value. The mentions property + * Sets the mentions property value. The collection of the entities that were mentioned in the interaction, including users, bots, and so on. * @param array|null $value Value to set for the mentions property. */ public function setMentions(?array $value): void { @@ -345,7 +345,7 @@ public function setMentions(?array $value): void { } /** - * Sets the requestId property value. The requestId property + * Sets the requestId property value. The identifier that groups a user prompt with its Copilot response. * @param string|null $value Value to set for the requestId property. */ public function setRequestId(?string $value): void { @@ -353,7 +353,7 @@ public function setRequestId(?string $value): void { } /** - * Sets the sessionId property value. The sessionId property + * Sets the sessionId property value. The thread ID or conversation identifier that maps to all Copilot sessions for the user. * @param string|null $value Value to set for the sessionId property. */ public function setSessionId(?string $value): void { diff --git a/src/Generated/Models/AiInteractionAttachment.php b/src/Generated/Models/AiInteractionAttachment.php index 6f8ff871799..58a3183d119 100644 --- a/src/Generated/Models/AiInteractionAttachment.php +++ b/src/Generated/Models/AiInteractionAttachment.php @@ -2,27 +2,17 @@ namespace Microsoft\Graph\Generated\Models; -use Microsoft\Kiota\Abstractions\Serialization\AdditionalDataHolder; use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; -use Microsoft\Kiota\Abstractions\Store\BackedModel; -use Microsoft\Kiota\Abstractions\Store\BackingStore; -use Microsoft\Kiota\Abstractions\Store\BackingStoreFactorySingleton; -class AiInteractionAttachment implements AdditionalDataHolder, BackedModel, Parsable +class AiInteractionAttachment extends Entity implements Parsable { - /** - * @var BackingStore $backingStore Stores model information. - */ - private BackingStore $backingStore; - /** * Instantiates a new AiInteractionAttachment and sets the default values. */ public function __construct() { - $this->backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); - $this->setAdditionalData([]); + parent::__construct(); } /** @@ -35,20 +25,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AiInt } /** - * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - * @return array|null - */ - public function getAdditionalData(): ?array { - $val = $this->getBackingStore()->get('additionalData'); - if (is_null($val) || is_array($val)) { - /** @var array|null $val */ - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); - } - - /** - * Gets the attachmentId property value. The attachmentId property + * Gets the attachmentId property value. The identifier for the attachment. This identifier is only unique within the message scope. * @return string|null */ public function getAttachmentId(): ?string { @@ -60,15 +37,7 @@ public function getAttachmentId(): ?string { } /** - * Gets the BackingStore property value. Stores model information. - * @return BackingStore - */ - public function getBackingStore(): BackingStore { - return $this->backingStore; - } - - /** - * Gets the content property value. The content property + * Gets the content property value. The content of the attachment. * @return string|null */ public function getContent(): ?string { @@ -80,7 +49,7 @@ public function getContent(): ?string { } /** - * Gets the contentType property value. The contentType property + * Gets the contentType property value. The type of the content. For example, reference, file, and image/imageType. * @return string|null */ public function getContentType(): ?string { @@ -92,7 +61,7 @@ public function getContentType(): ?string { } /** - * Gets the contentUrl property value. The contentUrl property + * Gets the contentUrl property value. The URL of the content. * @return string|null */ public function getContentUrl(): ?string { @@ -109,18 +78,17 @@ public function getContentUrl(): ?string { */ public function getFieldDeserializers(): array { $o = $this; - return [ + return array_merge(parent::getFieldDeserializers(), [ 'attachmentId' => fn(ParseNode $n) => $o->setAttachmentId($n->getStringValue()), 'content' => fn(ParseNode $n) => $o->setContent($n->getStringValue()), 'contentType' => fn(ParseNode $n) => $o->setContentType($n->getStringValue()), 'contentUrl' => fn(ParseNode $n) => $o->setContentUrl($n->getStringValue()), 'name' => fn(ParseNode $n) => $o->setName($n->getStringValue()), - '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), - ]; + ]); } /** - * Gets the name property value. The name property + * Gets the name property value. The name of the attachment. * @return string|null */ public function getName(): ?string { @@ -131,42 +99,21 @@ public function getName(): ?string { throw new \UnexpectedValueException("Invalid type found in backing store for 'name'"); } - /** - * Gets the @odata.type property value. The OdataType property - * @return string|null - */ - public function getOdataType(): ?string { - $val = $this->getBackingStore()->get('odataType'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); - } - /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { + parent::serialize($writer); $writer->writeStringValue('attachmentId', $this->getAttachmentId()); $writer->writeStringValue('content', $this->getContent()); $writer->writeStringValue('contentType', $this->getContentType()); $writer->writeStringValue('contentUrl', $this->getContentUrl()); $writer->writeStringValue('name', $this->getName()); - $writer->writeStringValue('@odata.type', $this->getOdataType()); - $writer->writeAdditionalData($this->getAdditionalData()); - } - - /** - * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - * @param array $value Value to set for the AdditionalData property. - */ - public function setAdditionalData(?array $value): void { - $this->getBackingStore()->set('additionalData', $value); } /** - * Sets the attachmentId property value. The attachmentId property + * Sets the attachmentId property value. The identifier for the attachment. This identifier is only unique within the message scope. * @param string|null $value Value to set for the attachmentId property. */ public function setAttachmentId(?string $value): void { @@ -174,15 +121,7 @@ public function setAttachmentId(?string $value): void { } /** - * Sets the BackingStore property value. Stores model information. - * @param BackingStore $value Value to set for the BackingStore property. - */ - public function setBackingStore(BackingStore $value): void { - $this->backingStore = $value; - } - - /** - * Sets the content property value. The content property + * Sets the content property value. The content of the attachment. * @param string|null $value Value to set for the content property. */ public function setContent(?string $value): void { @@ -190,7 +129,7 @@ public function setContent(?string $value): void { } /** - * Sets the contentType property value. The contentType property + * Sets the contentType property value. The type of the content. For example, reference, file, and image/imageType. * @param string|null $value Value to set for the contentType property. */ public function setContentType(?string $value): void { @@ -198,7 +137,7 @@ public function setContentType(?string $value): void { } /** - * Sets the contentUrl property value. The contentUrl property + * Sets the contentUrl property value. The URL of the content. * @param string|null $value Value to set for the contentUrl property. */ public function setContentUrl(?string $value): void { @@ -206,19 +145,11 @@ public function setContentUrl(?string $value): void { } /** - * Sets the name property value. The name property + * Sets the name property value. The name of the attachment. * @param string|null $value Value to set for the name property. */ public function setName(?string $value): void { $this->getBackingStore()->set('name', $value); } - /** - * Sets the @odata.type property value. The OdataType property - * @param string|null $value Value to set for the @odata.type property. - */ - public function setOdataType(?string $value): void { - $this->getBackingStore()->set('odataType', $value); - } - } diff --git a/src/Generated/Models/AiInteractionContext.php b/src/Generated/Models/AiInteractionContext.php index fd86a81db74..9e4407d8feb 100644 --- a/src/Generated/Models/AiInteractionContext.php +++ b/src/Generated/Models/AiInteractionContext.php @@ -2,27 +2,17 @@ namespace Microsoft\Graph\Generated\Models; -use Microsoft\Kiota\Abstractions\Serialization\AdditionalDataHolder; use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; -use Microsoft\Kiota\Abstractions\Store\BackedModel; -use Microsoft\Kiota\Abstractions\Store\BackingStore; -use Microsoft\Kiota\Abstractions\Store\BackingStoreFactorySingleton; -class AiInteractionContext implements AdditionalDataHolder, BackedModel, Parsable +class AiInteractionContext extends Entity implements Parsable { - /** - * @var BackingStore $backingStore Stores model information. - */ - private BackingStore $backingStore; - /** * Instantiates a new AiInteractionContext and sets the default values. */ public function __construct() { - $this->backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); - $this->setAdditionalData([]); + parent::__construct(); } /** @@ -35,28 +25,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AiInt } /** - * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - * @return array|null - */ - public function getAdditionalData(): ?array { - $val = $this->getBackingStore()->get('additionalData'); - if (is_null($val) || is_array($val)) { - /** @var array|null $val */ - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); - } - - /** - * Gets the BackingStore property value. Stores model information. - * @return BackingStore - */ - public function getBackingStore(): BackingStore { - return $this->backingStore; - } - - /** - * Gets the contextReference property value. The contextReference property + * Gets the contextReference property value. The full file URL where the interaction happened. * @return string|null */ public function getContextReference(): ?string { @@ -68,7 +37,7 @@ public function getContextReference(): ?string { } /** - * Gets the contextType property value. The contextType property + * Gets the contextType property value. The type of the file. * @return string|null */ public function getContextType(): ?string { @@ -80,7 +49,7 @@ public function getContextType(): ?string { } /** - * Gets the displayName property value. The displayName property + * Gets the displayName property value. The name of the file. * @return string|null */ public function getDisplayName(): ?string { @@ -97,24 +66,11 @@ public function getDisplayName(): ?string { */ public function getFieldDeserializers(): array { $o = $this; - return [ + return array_merge(parent::getFieldDeserializers(), [ 'contextReference' => fn(ParseNode $n) => $o->setContextReference($n->getStringValue()), 'contextType' => fn(ParseNode $n) => $o->setContextType($n->getStringValue()), 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), - '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), - ]; - } - - /** - * Gets the @odata.type property value. The OdataType property - * @return string|null - */ - public function getOdataType(): ?string { - $val = $this->getBackingStore()->get('odataType'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + ]); } /** @@ -122,31 +78,14 @@ public function getOdataType(): ?string { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { + parent::serialize($writer); $writer->writeStringValue('contextReference', $this->getContextReference()); $writer->writeStringValue('contextType', $this->getContextType()); $writer->writeStringValue('displayName', $this->getDisplayName()); - $writer->writeStringValue('@odata.type', $this->getOdataType()); - $writer->writeAdditionalData($this->getAdditionalData()); - } - - /** - * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - * @param array $value Value to set for the AdditionalData property. - */ - public function setAdditionalData(?array $value): void { - $this->getBackingStore()->set('additionalData', $value); } /** - * Sets the BackingStore property value. Stores model information. - * @param BackingStore $value Value to set for the BackingStore property. - */ - public function setBackingStore(BackingStore $value): void { - $this->backingStore = $value; - } - - /** - * Sets the contextReference property value. The contextReference property + * Sets the contextReference property value. The full file URL where the interaction happened. * @param string|null $value Value to set for the contextReference property. */ public function setContextReference(?string $value): void { @@ -154,7 +93,7 @@ public function setContextReference(?string $value): void { } /** - * Sets the contextType property value. The contextType property + * Sets the contextType property value. The type of the file. * @param string|null $value Value to set for the contextType property. */ public function setContextType(?string $value): void { @@ -162,19 +101,11 @@ public function setContextType(?string $value): void { } /** - * Sets the displayName property value. The displayName property + * Sets the displayName property value. The name of the file. * @param string|null $value Value to set for the displayName property. */ public function setDisplayName(?string $value): void { $this->getBackingStore()->set('displayName', $value); } - /** - * Sets the @odata.type property value. The OdataType property - * @param string|null $value Value to set for the @odata.type property. - */ - public function setOdataType(?string $value): void { - $this->getBackingStore()->set('odataType', $value); - } - } diff --git a/src/Generated/Models/AiInteractionLink.php b/src/Generated/Models/AiInteractionLink.php index c6da9125799..a73163c1bce 100644 --- a/src/Generated/Models/AiInteractionLink.php +++ b/src/Generated/Models/AiInteractionLink.php @@ -2,27 +2,17 @@ namespace Microsoft\Graph\Generated\Models; -use Microsoft\Kiota\Abstractions\Serialization\AdditionalDataHolder; use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; -use Microsoft\Kiota\Abstractions\Store\BackedModel; -use Microsoft\Kiota\Abstractions\Store\BackingStore; -use Microsoft\Kiota\Abstractions\Store\BackingStoreFactorySingleton; -class AiInteractionLink implements AdditionalDataHolder, BackedModel, Parsable +class AiInteractionLink extends Entity implements Parsable { - /** - * @var BackingStore $backingStore Stores model information. - */ - private BackingStore $backingStore; - /** * Instantiates a new AiInteractionLink and sets the default values. */ public function __construct() { - $this->backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); - $this->setAdditionalData([]); + parent::__construct(); } /** @@ -35,28 +25,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AiInt } /** - * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - * @return array|null - */ - public function getAdditionalData(): ?array { - $val = $this->getBackingStore()->get('additionalData'); - if (is_null($val) || is_array($val)) { - /** @var array|null $val */ - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); - } - - /** - * Gets the BackingStore property value. Stores model information. - * @return BackingStore - */ - public function getBackingStore(): BackingStore { - return $this->backingStore; - } - - /** - * Gets the displayName property value. The displayName property + * Gets the displayName property value. The name of the link. * @return string|null */ public function getDisplayName(): ?string { @@ -73,16 +42,15 @@ public function getDisplayName(): ?string { */ public function getFieldDeserializers(): array { $o = $this; - return [ + return array_merge(parent::getFieldDeserializers(), [ 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), 'linkType' => fn(ParseNode $n) => $o->setLinkType($n->getStringValue()), 'linkUrl' => fn(ParseNode $n) => $o->setLinkUrl($n->getStringValue()), - '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), - ]; + ]); } /** - * Gets the linkType property value. The linkType property + * Gets the linkType property value. Information about a link in an app chat or Business Chat (BizChat) interaction. * @return string|null */ public function getLinkType(): ?string { @@ -94,7 +62,7 @@ public function getLinkType(): ?string { } /** - * Gets the linkUrl property value. The linkUrl property + * Gets the linkUrl property value. The URL of the link. * @return string|null */ public function getLinkUrl(): ?string { @@ -105,48 +73,19 @@ public function getLinkUrl(): ?string { throw new \UnexpectedValueException("Invalid type found in backing store for 'linkUrl'"); } - /** - * Gets the @odata.type property value. The OdataType property - * @return string|null - */ - public function getOdataType(): ?string { - $val = $this->getBackingStore()->get('odataType'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); - } - /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { + parent::serialize($writer); $writer->writeStringValue('displayName', $this->getDisplayName()); $writer->writeStringValue('linkType', $this->getLinkType()); $writer->writeStringValue('linkUrl', $this->getLinkUrl()); - $writer->writeStringValue('@odata.type', $this->getOdataType()); - $writer->writeAdditionalData($this->getAdditionalData()); - } - - /** - * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - * @param array $value Value to set for the AdditionalData property. - */ - public function setAdditionalData(?array $value): void { - $this->getBackingStore()->set('additionalData', $value); } /** - * Sets the BackingStore property value. Stores model information. - * @param BackingStore $value Value to set for the BackingStore property. - */ - public function setBackingStore(BackingStore $value): void { - $this->backingStore = $value; - } - - /** - * Sets the displayName property value. The displayName property + * Sets the displayName property value. The name of the link. * @param string|null $value Value to set for the displayName property. */ public function setDisplayName(?string $value): void { @@ -154,7 +93,7 @@ public function setDisplayName(?string $value): void { } /** - * Sets the linkType property value. The linkType property + * Sets the linkType property value. Information about a link in an app chat or Business Chat (BizChat) interaction. * @param string|null $value Value to set for the linkType property. */ public function setLinkType(?string $value): void { @@ -162,19 +101,11 @@ public function setLinkType(?string $value): void { } /** - * Sets the linkUrl property value. The linkUrl property + * Sets the linkUrl property value. The URL of the link. * @param string|null $value Value to set for the linkUrl property. */ public function setLinkUrl(?string $value): void { $this->getBackingStore()->set('linkUrl', $value); } - /** - * Sets the @odata.type property value. The OdataType property - * @param string|null $value Value to set for the @odata.type property. - */ - public function setOdataType(?string $value): void { - $this->getBackingStore()->set('odataType', $value); - } - } diff --git a/src/Generated/Models/AiInteractionMention.php b/src/Generated/Models/AiInteractionMention.php index f22d863e29c..f65f8a1d687 100644 --- a/src/Generated/Models/AiInteractionMention.php +++ b/src/Generated/Models/AiInteractionMention.php @@ -2,27 +2,17 @@ namespace Microsoft\Graph\Generated\Models; -use Microsoft\Kiota\Abstractions\Serialization\AdditionalDataHolder; use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; -use Microsoft\Kiota\Abstractions\Store\BackedModel; -use Microsoft\Kiota\Abstractions\Store\BackingStore; -use Microsoft\Kiota\Abstractions\Store\BackingStoreFactorySingleton; -class AiInteractionMention implements AdditionalDataHolder, BackedModel, Parsable +class AiInteractionMention extends Entity implements Parsable { - /** - * @var BackingStore $backingStore Stores model information. - */ - private BackingStore $backingStore; - /** * Instantiates a new AiInteractionMention and sets the default values. */ public function __construct() { - $this->backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); - $this->setAdditionalData([]); + parent::__construct(); } /** @@ -34,43 +24,21 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AiInt return new AiInteractionMention(); } - /** - * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - * @return array|null - */ - public function getAdditionalData(): ?array { - $val = $this->getBackingStore()->get('additionalData'); - if (is_null($val) || is_array($val)) { - /** @var array|null $val */ - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); - } - - /** - * Gets the BackingStore property value. Stores model information. - * @return BackingStore - */ - public function getBackingStore(): BackingStore { - return $this->backingStore; - } - /** * The deserialization information for the current model * @return array */ public function getFieldDeserializers(): array { $o = $this; - return [ + return array_merge(parent::getFieldDeserializers(), [ 'mentioned' => fn(ParseNode $n) => $o->setMentioned($n->getObjectValue([AiInteractionMentionedIdentitySet::class, 'createFromDiscriminatorValue'])), 'mentionId' => fn(ParseNode $n) => $o->setMentionId($n->getIntegerValue()), 'mentionText' => fn(ParseNode $n) => $o->setMentionText($n->getStringValue()), - '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), - ]; + ]); } /** - * Gets the mentioned property value. The mentioned property + * Gets the mentioned property value. The entity mentioned in the message. * @return AiInteractionMentionedIdentitySet|null */ public function getMentioned(): ?AiInteractionMentionedIdentitySet { @@ -82,7 +50,7 @@ public function getMentioned(): ?AiInteractionMentionedIdentitySet { } /** - * Gets the mentionId property value. The mentionId property + * Gets the mentionId property value. The identifier for the mention. * @return int|null */ public function getMentionId(): ?int { @@ -94,7 +62,7 @@ public function getMentionId(): ?int { } /** - * Gets the mentionText property value. The mentionText property + * Gets the mentionText property value. The text mentioned in the message. * @return string|null */ public function getMentionText(): ?string { @@ -105,48 +73,19 @@ public function getMentionText(): ?string { throw new \UnexpectedValueException("Invalid type found in backing store for 'mentionText'"); } - /** - * Gets the @odata.type property value. The OdataType property - * @return string|null - */ - public function getOdataType(): ?string { - $val = $this->getBackingStore()->get('odataType'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); - } - /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { + parent::serialize($writer); $writer->writeObjectValue('mentioned', $this->getMentioned()); $writer->writeIntegerValue('mentionId', $this->getMentionId()); $writer->writeStringValue('mentionText', $this->getMentionText()); - $writer->writeStringValue('@odata.type', $this->getOdataType()); - $writer->writeAdditionalData($this->getAdditionalData()); - } - - /** - * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - * @param array $value Value to set for the AdditionalData property. - */ - public function setAdditionalData(?array $value): void { - $this->getBackingStore()->set('additionalData', $value); } /** - * Sets the BackingStore property value. Stores model information. - * @param BackingStore $value Value to set for the BackingStore property. - */ - public function setBackingStore(BackingStore $value): void { - $this->backingStore = $value; - } - - /** - * Sets the mentioned property value. The mentioned property + * Sets the mentioned property value. The entity mentioned in the message. * @param AiInteractionMentionedIdentitySet|null $value Value to set for the mentioned property. */ public function setMentioned(?AiInteractionMentionedIdentitySet $value): void { @@ -154,7 +93,7 @@ public function setMentioned(?AiInteractionMentionedIdentitySet $value): void { } /** - * Sets the mentionId property value. The mentionId property + * Sets the mentionId property value. The identifier for the mention. * @param int|null $value Value to set for the mentionId property. */ public function setMentionId(?int $value): void { @@ -162,19 +101,11 @@ public function setMentionId(?int $value): void { } /** - * Sets the mentionText property value. The mentionText property + * Sets the mentionText property value. The text mentioned in the message. * @param string|null $value Value to set for the mentionText property. */ public function setMentionText(?string $value): void { $this->getBackingStore()->set('mentionText', $value); } - /** - * Sets the @odata.type property value. The OdataType property - * @param string|null $value Value to set for the @odata.type property. - */ - public function setOdataType(?string $value): void { - $this->getBackingStore()->set('odataType', $value); - } - } diff --git a/src/Generated/Models/AiInteractionMentionedIdentitySet.php b/src/Generated/Models/AiInteractionMentionedIdentitySet.php index 7fdfff7d0ba..2639b6cbae9 100644 --- a/src/Generated/Models/AiInteractionMentionedIdentitySet.php +++ b/src/Generated/Models/AiInteractionMentionedIdentitySet.php @@ -50,7 +50,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the tag property value. The tag property + * Gets the tag property value. The tag details. * @return TeamworkTagIdentity|null */ public function getTag(): ?TeamworkTagIdentity { @@ -80,7 +80,7 @@ public function setConversation(?TeamworkConversationIdentity $value): void { } /** - * Sets the tag property value. The tag property + * Sets the tag property value. The tag details. * @param TeamworkTagIdentity|null $value Value to set for the tag property. */ public function setTag(?TeamworkTagIdentity $value): void { diff --git a/src/Generated/Models/AiUser.php b/src/Generated/Models/AiUser.php index c65078c7323..8d156fa414e 100644 --- a/src/Generated/Models/AiUser.php +++ b/src/Generated/Models/AiUser.php @@ -36,7 +36,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the interactionHistory property value. The interactionHistory property + * Gets the interactionHistory property value. The history of interactions between AI agents and users. * @return AiInteractionHistory|null */ public function getInteractionHistory(): ?AiInteractionHistory { @@ -57,7 +57,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the interactionHistory property value. The interactionHistory property + * Sets the interactionHistory property value. The history of interactions between AI agents and users. * @param AiInteractionHistory|null $value Value to set for the interactionHistory property. */ public function setInteractionHistory(?AiInteractionHistory $value): void { diff --git a/src/Generated/Models/AppScope.php b/src/Generated/Models/AppScope.php index 4754d00ca3b..a437abc8556 100644 --- a/src/Generated/Models/AppScope.php +++ b/src/Generated/Models/AppScope.php @@ -25,7 +25,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AppSc } /** - * Gets the displayName property value. Provides the display name of the app-specific resource represented by the app scope. Provided for display purposes since appScopeId is often an immutable, non-human-readable id. Read-only. + * Gets the displayName property value. Provides the display name of the app-specific resource represented by the app scope. Read only. * @return string|null */ public function getDisplayName(): ?string { @@ -49,7 +49,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the type property value. 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. + * Gets the type property value. Describes the type of app-specific resource represented by the app scope. Read-only. * @return string|null */ public function getType(): ?string { @@ -71,7 +71,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the displayName property value. Provides the display name of the app-specific resource represented by the app scope. Provided for display purposes since appScopeId is often an immutable, non-human-readable id. Read-only. + * Sets the displayName property value. Provides the display name of the app-specific resource represented by the app scope. Read only. * @param string|null $value Value to set for the displayName property. */ public function setDisplayName(?string $value): void { @@ -79,7 +79,7 @@ public function setDisplayName(?string $value): void { } /** - * Sets the type property value. 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. + * Sets the type property value. Describes the type of app-specific resource represented by the app scope. Read-only. * @param string|null $value Value to set for the type property. */ public function setType(?string $value): void { diff --git a/src/Generated/Models/Application.php b/src/Generated/Models/Application.php index d1f8ea8fcc1..6cee10e7881 100644 --- a/src/Generated/Models/Application.php +++ b/src/Generated/Models/Application.php @@ -329,7 +329,7 @@ public function getHomeRealmDiscoveryPolicies(): ?array { } /** - * Gets the identifierUris property value. Also known as App ID URI, this value is set when an application is used as a resource app. The identifierUris acts as the prefix for the scopes you reference in your API's code, and it must be globally unique. For more information on valid identifierUris patterns and best practices, see Microsoft Entra application registration security best practices. Not nullable. Supports $filter (eq, ne, ge, le, startsWith). + * Gets the identifierUris property value. Also known as App ID URI, this value is set when an application is used as a resource app. The identifierUris acts as the prefix for the scopes you reference in your API's code, and it must be globally unique across Microsoft Entra ID. For more information on valid identifierUris patterns and best practices, see Microsoft Entra application registration security best practices. Not nullable. Supports $filter (eq, ne, ge, le, startsWith). * @return array|null */ public function getIdentifierUris(): ?array { @@ -905,7 +905,7 @@ public function setHomeRealmDiscoveryPolicies(?array $value): void { } /** - * Sets the identifierUris property value. Also known as App ID URI, this value is set when an application is used as a resource app. The identifierUris acts as the prefix for the scopes you reference in your API's code, and it must be globally unique. For more information on valid identifierUris patterns and best practices, see Microsoft Entra application registration security best practices. Not nullable. Supports $filter (eq, ne, ge, le, startsWith). + * Sets the identifierUris property value. Also known as App ID URI, this value is set when an application is used as a resource app. The identifierUris acts as the prefix for the scopes you reference in your API's code, and it must be globally unique across Microsoft Entra ID. For more information on valid identifierUris patterns and best practices, see Microsoft Entra application registration security best practices. Not nullable. Supports $filter (eq, ne, ge, le, startsWith). * @param array|null $value Value to set for the identifierUris property. */ public function setIdentifierUris(?array $value): void { diff --git a/src/Generated/Models/AuditActivityInitiator.php b/src/Generated/Models/AuditActivityInitiator.php index 0d6924ce63f..a895e60d36c 100644 --- a/src/Generated/Models/AuditActivityInitiator.php +++ b/src/Generated/Models/AuditActivityInitiator.php @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the app property value. If the resource initiating the activity is an app, this property indicates all the app related information like appId, Name, servicePrincipalId, Name. + * Gets the app property value. If the resource initiating the activity is an app, this property indicates all the app related information like appId and name. * @return AppIdentity|null */ public function getApp(): ?AppIdentity { @@ -93,7 +93,7 @@ public function getOdataType(): ?string { } /** - * Gets the user property value. If the resource initiating the activity is a user, this property Indicates all the user related information like userId, Name, UserPrinicpalName. + * Gets the user property value. If the resource initiating the activity is a user, this property Indicates all the user related information like user ID and userPrincipalName. * @return UserIdentity|null */ public function getUser(): ?UserIdentity { @@ -124,7 +124,7 @@ public function setAdditionalData(?array $value): void { } /** - * Sets the app property value. If the resource initiating the activity is an app, this property indicates all the app related information like appId, Name, servicePrincipalId, Name. + * Sets the app property value. If the resource initiating the activity is an app, this property indicates all the app related information like appId and name. * @param AppIdentity|null $value Value to set for the app property. */ public function setApp(?AppIdentity $value): void { @@ -148,7 +148,7 @@ public function setOdataType(?string $value): void { } /** - * Sets the user property value. If the resource initiating the activity is a user, this property Indicates all the user related information like userId, Name, UserPrinicpalName. + * Sets the user property value. If the resource initiating the activity is a user, this property Indicates all the user related information like user ID and userPrincipalName. * @param UserIdentity|null $value Value to set for the user property. */ public function setUser(?UserIdentity $value): void { diff --git a/src/Generated/Models/DriveProtectionUnitsBulkAdditionJob.php b/src/Generated/Models/DriveProtectionUnitsBulkAdditionJob.php index 5ce642ba300..140366c9aa2 100644 --- a/src/Generated/Models/DriveProtectionUnitsBulkAdditionJob.php +++ b/src/Generated/Models/DriveProtectionUnitsBulkAdditionJob.php @@ -27,7 +27,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Drive } /** - * Gets the directoryObjectIds property value. The directoryObjectIds property + * Gets the directoryObjectIds property value. The list of OneDrive directoryObjectIds to add to the OneDrive protection policy. * @return array|null */ public function getDirectoryObjectIds(): ?array { @@ -41,7 +41,7 @@ public function getDirectoryObjectIds(): ?array { } /** - * Gets the drives property value. The drives property + * Gets the drives property value. The list of email addresses to add to the OneDrive protection policy. * @return array|null */ public function getDrives(): ?array { @@ -91,7 +91,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the directoryObjectIds property value. The directoryObjectIds property + * Sets the directoryObjectIds property value. The list of OneDrive directoryObjectIds to add to the OneDrive protection policy. * @param array|null $value Value to set for the directoryObjectIds property. */ public function setDirectoryObjectIds(?array $value): void { @@ -99,7 +99,7 @@ public function setDirectoryObjectIds(?array $value): void { } /** - * Sets the drives property value. The drives property + * Sets the drives property value. The list of email addresses to add to the OneDrive protection policy. * @param array|null $value Value to set for the drives property. */ public function setDrives(?array $value): void { diff --git a/src/Generated/Models/DriveRestoreArtifactsBulkAdditionRequest.php b/src/Generated/Models/DriveRestoreArtifactsBulkAdditionRequest.php index 17cb8d877b4..016cff8bd42 100644 --- a/src/Generated/Models/DriveRestoreArtifactsBulkAdditionRequest.php +++ b/src/Generated/Models/DriveRestoreArtifactsBulkAdditionRequest.php @@ -26,7 +26,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Drive } /** - * Gets the directoryObjectIds property value. The directoryObjectIds property + * Gets the directoryObjectIds property value. The list of directory object IDs that are added to the corresponding OneDrive for work or school restore session in a bulk operation. * @return array|null */ public function getDirectoryObjectIds(): ?array { @@ -40,7 +40,7 @@ public function getDirectoryObjectIds(): ?array { } /** - * Gets the drives property value. The drives property + * Gets the drives property value. The list of email addresses that are added to the corresponding OneDrive for work or school restore session in a bulk operation. * @return array|null */ public function getDrives(): ?array { @@ -90,7 +90,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the directoryObjectIds property value. The directoryObjectIds property + * Sets the directoryObjectIds property value. The list of directory object IDs that are added to the corresponding OneDrive for work or school restore session in a bulk operation. * @param array|null $value Value to set for the directoryObjectIds property. */ public function setDirectoryObjectIds(?array $value): void { @@ -98,7 +98,7 @@ public function setDirectoryObjectIds(?array $value): void { } /** - * Sets the drives property value. The drives property + * Sets the drives property value. The list of email addresses that are added to the corresponding OneDrive for work or school restore session in a bulk operation. * @param array|null $value Value to set for the drives property. */ public function setDrives(?array $value): void { diff --git a/src/Generated/Models/ExchangeRestoreSession.php b/src/Generated/Models/ExchangeRestoreSession.php index f65cd88d6ba..0c152d3dfef 100644 --- a/src/Generated/Models/ExchangeRestoreSession.php +++ b/src/Generated/Models/ExchangeRestoreSession.php @@ -68,7 +68,7 @@ public function getMailboxRestoreArtifacts(): ?array { } /** - * Gets the mailboxRestoreArtifactsBulkAdditionRequests property value. The mailboxRestoreArtifactsBulkAdditionRequests property + * Gets the mailboxRestoreArtifactsBulkAdditionRequests property value. A collection of user mailboxes and destination details that can be used to restore Exchange mailboxes. * @return array|null */ public function getMailboxRestoreArtifactsBulkAdditionRequests(): ?array { @@ -109,7 +109,7 @@ public function setMailboxRestoreArtifacts(?array $value): void { } /** - * Sets the mailboxRestoreArtifactsBulkAdditionRequests property value. The mailboxRestoreArtifactsBulkAdditionRequests property + * Sets the mailboxRestoreArtifactsBulkAdditionRequests property value. A collection of user mailboxes and destination details that can be used to restore Exchange mailboxes. * @param array|null $value Value to set for the mailboxRestoreArtifactsBulkAdditionRequests property. */ public function setMailboxRestoreArtifactsBulkAdditionRequests(?array $value): void { diff --git a/src/Generated/Models/MailboxProtectionUnitsBulkAdditionJob.php b/src/Generated/Models/MailboxProtectionUnitsBulkAdditionJob.php index 9de341b0e59..25445c74deb 100644 --- a/src/Generated/Models/MailboxProtectionUnitsBulkAdditionJob.php +++ b/src/Generated/Models/MailboxProtectionUnitsBulkAdditionJob.php @@ -27,7 +27,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Mailb } /** - * Gets the directoryObjectIds property value. The directoryObjectIds property + * Gets the directoryObjectIds property value. The list of Exchange directoryObjectIds to add to the Exchange protection policy. * @return array|null */ public function getDirectoryObjectIds(): ?array { @@ -67,7 +67,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the mailboxes property value. The mailboxes property + * Gets the mailboxes property value. The list of Exchange email addresses to add to the Exchange protection policy. * @return array|null */ public function getMailboxes(): ?array { @@ -91,7 +91,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the directoryObjectIds property value. The directoryObjectIds property + * Sets the directoryObjectIds property value. The list of Exchange directoryObjectIds to add to the Exchange protection policy. * @param array|null $value Value to set for the directoryObjectIds property. */ public function setDirectoryObjectIds(?array $value): void { @@ -99,7 +99,7 @@ public function setDirectoryObjectIds(?array $value): void { } /** - * Sets the mailboxes property value. The mailboxes property + * Sets the mailboxes property value. The list of Exchange email addresses to add to the Exchange protection policy. * @param array|null $value Value to set for the mailboxes property. */ public function setMailboxes(?array $value): void { diff --git a/src/Generated/Models/MailboxRestoreArtifactsBulkAdditionRequest.php b/src/Generated/Models/MailboxRestoreArtifactsBulkAdditionRequest.php index 6307c49ad86..1c0cd02eea4 100644 --- a/src/Generated/Models/MailboxRestoreArtifactsBulkAdditionRequest.php +++ b/src/Generated/Models/MailboxRestoreArtifactsBulkAdditionRequest.php @@ -26,7 +26,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Mailb } /** - * Gets the directoryObjectIds property value. The directoryObjectIds property + * Gets the directoryObjectIds property value. The list of directory object IDs that are added to the corresponding Exchange restore session in a bulk operation. * @return array|null */ public function getDirectoryObjectIds(): ?array { @@ -66,7 +66,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the mailboxes property value. The mailboxes property + * Gets the mailboxes property value. The list of email addresses that are added to the corresponding Exchange restore session in a bulk operation. * @return array|null */ public function getMailboxes(): ?array { @@ -90,7 +90,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the directoryObjectIds property value. The directoryObjectIds property + * Sets the directoryObjectIds property value. The list of directory object IDs that are added to the corresponding Exchange restore session in a bulk operation. * @param array|null $value Value to set for the directoryObjectIds property. */ public function setDirectoryObjectIds(?array $value): void { @@ -98,7 +98,7 @@ public function setDirectoryObjectIds(?array $value): void { } /** - * Sets the mailboxes property value. The mailboxes property + * Sets the mailboxes property value. The list of email addresses that are added to the corresponding Exchange restore session in a bulk operation. * @param array|null $value Value to set for the mailboxes property. */ public function setMailboxes(?array $value): void { diff --git a/src/Generated/Models/OfferShiftRequest.php b/src/Generated/Models/OfferShiftRequest.php index ece03ef5da4..fed2b0ef9f5 100644 --- a/src/Generated/Models/OfferShiftRequest.php +++ b/src/Generated/Models/OfferShiftRequest.php @@ -48,7 +48,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the recipientActionDateTime property value. 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 + * Gets the recipientActionDateTime property value. The date and time when the recipient approved or declined the request. * @return DateTime|null */ public function getRecipientActionDateTime(): ?DateTime { @@ -60,7 +60,7 @@ public function getRecipientActionDateTime(): ?DateTime { } /** - * Gets the recipientActionMessage property value. Custom message sent by recipient of the offer shift request. + * Gets the recipientActionMessage property value. The message sent by the recipient regarding the request. * @return string|null */ public function getRecipientActionMessage(): ?string { @@ -72,7 +72,7 @@ public function getRecipientActionMessage(): ?string { } /** - * Gets the recipientUserId property value. User ID of the recipient of the offer shift request. + * Gets the recipientUserId property value. The recipient's user ID. * @return string|null */ public function getRecipientUserId(): ?string { @@ -84,7 +84,7 @@ public function getRecipientUserId(): ?string { } /** - * Gets the senderShiftId property value. User ID of the sender of the offer shift request. + * Gets the senderShiftId property value. The sender's shift ID. * @return string|null */ public function getSenderShiftId(): ?string { @@ -107,7 +107,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the recipientActionDateTime property value. 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 + * Sets the recipientActionDateTime property value. The date and time when the recipient approved or declined the request. * @param DateTime|null $value Value to set for the recipientActionDateTime property. */ public function setRecipientActionDateTime(?DateTime $value): void { @@ -115,7 +115,7 @@ public function setRecipientActionDateTime(?DateTime $value): void { } /** - * Sets the recipientActionMessage property value. Custom message sent by recipient of the offer shift request. + * Sets the recipientActionMessage property value. The message sent by the recipient regarding the request. * @param string|null $value Value to set for the recipientActionMessage property. */ public function setRecipientActionMessage(?string $value): void { @@ -123,7 +123,7 @@ public function setRecipientActionMessage(?string $value): void { } /** - * Sets the recipientUserId property value. User ID of the recipient of the offer shift request. + * Sets the recipientUserId property value. The recipient's user ID. * @param string|null $value Value to set for the recipientUserId property. */ public function setRecipientUserId(?string $value): void { @@ -131,7 +131,7 @@ public function setRecipientUserId(?string $value): void { } /** - * Sets the senderShiftId property value. User ID of the sender of the offer shift request. + * Sets the senderShiftId property value. The sender's shift ID. * @param string|null $value Value to set for the senderShiftId property. */ public function setSenderShiftId(?string $value): void { diff --git a/src/Generated/Models/OneDriveForBusinessRestoreSession.php b/src/Generated/Models/OneDriveForBusinessRestoreSession.php index d51e33b330d..92d5585199a 100644 --- a/src/Generated/Models/OneDriveForBusinessRestoreSession.php +++ b/src/Generated/Models/OneDriveForBusinessRestoreSession.php @@ -27,7 +27,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): OneDr } /** - * Gets the driveRestoreArtifacts property value. A collection of restore points and destination details that can be used to restore a OneDrive for Business drive. + * Gets the driveRestoreArtifacts property value. A collection of restore points and destination details that can be used to restore a OneDrive for work or school drive. * @return array|null */ public function getDriveRestoreArtifacts(): ?array { @@ -41,7 +41,7 @@ public function getDriveRestoreArtifacts(): ?array { } /** - * Gets the driveRestoreArtifactsBulkAdditionRequests property value. The driveRestoreArtifactsBulkAdditionRequests property + * Gets the driveRestoreArtifactsBulkAdditionRequests property value. A collection of user mailboxes and destination details that can be used to restore a OneDrive for work or school drive. * @return array|null */ public function getDriveRestoreArtifactsBulkAdditionRequests(): ?array { @@ -77,7 +77,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the driveRestoreArtifacts property value. A collection of restore points and destination details that can be used to restore a OneDrive for Business drive. + * Sets the driveRestoreArtifacts property value. A collection of restore points and destination details that can be used to restore a OneDrive for work or school drive. * @param array|null $value Value to set for the driveRestoreArtifacts property. */ public function setDriveRestoreArtifacts(?array $value): void { @@ -85,7 +85,7 @@ public function setDriveRestoreArtifacts(?array $value): void { } /** - * Sets the driveRestoreArtifactsBulkAdditionRequests property value. The driveRestoreArtifactsBulkAdditionRequests property + * Sets the driveRestoreArtifactsBulkAdditionRequests property value. A collection of user mailboxes and destination details that can be used to restore a OneDrive for work or school drive. * @param array|null $value Value to set for the driveRestoreArtifactsBulkAdditionRequests property. */ public function setDriveRestoreArtifactsBulkAdditionRequests(?array $value): void { diff --git a/src/Generated/Models/ProtectionRuleBase.php b/src/Generated/Models/ProtectionRuleBase.php index 1cedf5e20eb..002d5d5dfbb 100644 --- a/src/Generated/Models/ProtectionRuleBase.php +++ b/src/Generated/Models/ProtectionRuleBase.php @@ -88,7 +88,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the isAutoApplyEnabled property value. true indicates that the protection rule is dynamic; false that it's static. Currently, only static rules are supported. + * Gets the isAutoApplyEnabled property value. The isAutoApplyEnabled property * @return bool|null */ public function getIsAutoApplyEnabled(): ?bool { @@ -175,7 +175,7 @@ public function setError(?PublicError $value): void { } /** - * Sets the isAutoApplyEnabled property value. true indicates that the protection rule is dynamic; false that it's static. Currently, only static rules are supported. + * Sets the isAutoApplyEnabled property value. The isAutoApplyEnabled property * @param bool|null $value Value to set for the isAutoApplyEnabled property. */ public function setIsAutoApplyEnabled(?bool $value): void { diff --git a/src/Generated/Models/ProtectionUnitsBulkJobBase.php b/src/Generated/Models/ProtectionUnitsBulkJobBase.php index bfad857f60e..1ea4e6e1d09 100644 --- a/src/Generated/Models/ProtectionUnitsBulkJobBase.php +++ b/src/Generated/Models/ProtectionUnitsBulkJobBase.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Prote } /** - * Gets the createdBy property value. The createdBy property + * Gets the createdBy property value. The identity of person who created the job. * @return IdentitySet|null */ public function getCreatedBy(): ?IdentitySet { @@ -47,7 +47,7 @@ public function getCreatedBy(): ?IdentitySet { } /** - * Gets the createdDateTime property value. The createdDateTime property + * Gets the createdDateTime property value. The time of creation of the job. * @return DateTime|null */ public function getCreatedDateTime(): ?DateTime { @@ -59,7 +59,7 @@ public function getCreatedDateTime(): ?DateTime { } /** - * Gets the displayName property value. The displayName property + * Gets the displayName property value. The name of the protection units bulk addition job. * @return string|null */ public function getDisplayName(): ?string { @@ -71,7 +71,7 @@ public function getDisplayName(): ?string { } /** - * Gets the error property value. The error property + * Gets the error property value. Error details containing resource resolution failures, if any. * @return PublicError|null */ public function getError(): ?PublicError { @@ -100,7 +100,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the lastModifiedBy property value. The lastModifiedBy property + * Gets the lastModifiedBy property value. The identity of the person who last modified the job. * @return IdentitySet|null */ public function getLastModifiedBy(): ?IdentitySet { @@ -112,7 +112,7 @@ public function getLastModifiedBy(): ?IdentitySet { } /** - * Gets the lastModifiedDateTime property value. The lastModifiedDateTime property + * Gets the lastModifiedDateTime property value. Timestamp of the last modification made to the job. * @return DateTime|null */ public function getLastModifiedDateTime(): ?DateTime { @@ -151,7 +151,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the createdBy property value. The createdBy property + * Sets the createdBy property value. The identity of person who created the job. * @param IdentitySet|null $value Value to set for the createdBy property. */ public function setCreatedBy(?IdentitySet $value): void { @@ -159,7 +159,7 @@ public function setCreatedBy(?IdentitySet $value): void { } /** - * Sets the createdDateTime property value. The createdDateTime property + * Sets the createdDateTime property value. The time of creation of the job. * @param DateTime|null $value Value to set for the createdDateTime property. */ public function setCreatedDateTime(?DateTime $value): void { @@ -167,7 +167,7 @@ public function setCreatedDateTime(?DateTime $value): void { } /** - * Sets the displayName property value. The displayName property + * Sets the displayName property value. The name of the protection units bulk addition job. * @param string|null $value Value to set for the displayName property. */ public function setDisplayName(?string $value): void { @@ -175,7 +175,7 @@ public function setDisplayName(?string $value): void { } /** - * Sets the error property value. The error property + * Sets the error property value. Error details containing resource resolution failures, if any. * @param PublicError|null $value Value to set for the error property. */ public function setError(?PublicError $value): void { @@ -183,7 +183,7 @@ public function setError(?PublicError $value): void { } /** - * Sets the lastModifiedBy property value. The lastModifiedBy property + * Sets the lastModifiedBy property value. The identity of the person who last modified the job. * @param IdentitySet|null $value Value to set for the lastModifiedBy property. */ public function setLastModifiedBy(?IdentitySet $value): void { @@ -191,7 +191,7 @@ public function setLastModifiedBy(?IdentitySet $value): void { } /** - * Sets the lastModifiedDateTime property value. The lastModifiedDateTime property + * Sets the lastModifiedDateTime property value. Timestamp of the last modification made to the job. * @param DateTime|null $value Value to set for the lastModifiedDateTime property. */ public function setLastModifiedDateTime(?DateTime $value): void { diff --git a/src/Generated/Models/RestoreArtifactsBulkRequestBase.php b/src/Generated/Models/RestoreArtifactsBulkRequestBase.php index 80e7f287375..883ee5f301f 100644 --- a/src/Generated/Models/RestoreArtifactsBulkRequestBase.php +++ b/src/Generated/Models/RestoreArtifactsBulkRequestBase.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Resto } /** - * Gets the createdBy property value. The createdBy property + * Gets the createdBy property value. The identity of the person who created the bulk request. * @return IdentitySet|null */ public function getCreatedBy(): ?IdentitySet { @@ -48,7 +48,7 @@ public function getCreatedBy(): ?IdentitySet { } /** - * Gets the createdDateTime property value. The createdDateTime property + * Gets the createdDateTime property value. The time when the bulk request was created. * @return DateTime|null */ public function getCreatedDateTime(): ?DateTime { @@ -60,7 +60,7 @@ public function getCreatedDateTime(): ?DateTime { } /** - * Gets the destinationType property value. The destinationType property + * Gets the destinationType property value. Indicates the restoration destination. The possible values are: new, inPlace, unknownFutureValue. * @return DestinationType|null */ public function getDestinationType(): ?DestinationType { @@ -72,7 +72,7 @@ public function getDestinationType(): ?DestinationType { } /** - * Gets the displayName property value. The displayName property + * Gets the displayName property value. Name of the addition request. * @return string|null */ public function getDisplayName(): ?string { @@ -84,7 +84,7 @@ public function getDisplayName(): ?string { } /** - * Gets the error property value. The error property + * Gets the error property value. Error details are populated for resource resolution failures. * @return PublicError|null */ public function getError(): ?PublicError { @@ -125,7 +125,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the lastModifiedBy property value. The lastModifiedBy property + * Gets the lastModifiedBy property value. Identity of the person who last modified this entity. * @return IdentitySet|null */ public function getLastModifiedBy(): ?IdentitySet { @@ -137,7 +137,7 @@ public function getLastModifiedBy(): ?IdentitySet { } /** - * Gets the lastModifiedDateTime property value. The lastModifiedDateTime property + * Gets the lastModifiedDateTime property value. Timestamp when this entity was last modified. * @return DateTime|null */ public function getLastModifiedDateTime(): ?DateTime { @@ -149,7 +149,7 @@ public function getLastModifiedDateTime(): ?DateTime { } /** - * Gets the protectionTimePeriod property value. The protectionTimePeriod property + * Gets the protectionTimePeriod property value. The start and end date and time of the protection period. * @return TimePeriod|null */ public function getProtectionTimePeriod(): ?TimePeriod { @@ -161,7 +161,7 @@ public function getProtectionTimePeriod(): ?TimePeriod { } /** - * Gets the protectionUnitIds property value. The protectionUnitIds property + * Gets the protectionUnitIds property value. Indicates which protection units to restore. This property isn't implemented yet. Future value; don't use. * @return array|null */ public function getProtectionUnitIds(): ?array { @@ -175,7 +175,7 @@ public function getProtectionUnitIds(): ?array { } /** - * Gets the restorePointPreference property value. The restorePointPreference property + * Gets the restorePointPreference property value. Indicates which restore point to return. The possible values are: oldest, latest, unknownFutureValue. * @return RestorePointPreference|null */ public function getRestorePointPreference(): ?RestorePointPreference { @@ -199,7 +199,7 @@ public function getStatus(): ?RestoreArtifactsBulkRequestStatus { } /** - * Gets the tags property value. The tags property + * Gets the tags property value. The type of the restore point. The possible values are: none, fastRestore, unknownFutureValue. * @return RestorePointTags|null */ public function getTags(): ?RestorePointTags { @@ -231,7 +231,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the createdBy property value. The createdBy property + * Sets the createdBy property value. The identity of the person who created the bulk request. * @param IdentitySet|null $value Value to set for the createdBy property. */ public function setCreatedBy(?IdentitySet $value): void { @@ -239,7 +239,7 @@ public function setCreatedBy(?IdentitySet $value): void { } /** - * Sets the createdDateTime property value. The createdDateTime property + * Sets the createdDateTime property value. The time when the bulk request was created. * @param DateTime|null $value Value to set for the createdDateTime property. */ public function setCreatedDateTime(?DateTime $value): void { @@ -247,7 +247,7 @@ public function setCreatedDateTime(?DateTime $value): void { } /** - * Sets the destinationType property value. The destinationType property + * Sets the destinationType property value. Indicates the restoration destination. The possible values are: new, inPlace, unknownFutureValue. * @param DestinationType|null $value Value to set for the destinationType property. */ public function setDestinationType(?DestinationType $value): void { @@ -255,7 +255,7 @@ public function setDestinationType(?DestinationType $value): void { } /** - * Sets the displayName property value. The displayName property + * Sets the displayName property value. Name of the addition request. * @param string|null $value Value to set for the displayName property. */ public function setDisplayName(?string $value): void { @@ -263,7 +263,7 @@ public function setDisplayName(?string $value): void { } /** - * Sets the error property value. The error property + * Sets the error property value. Error details are populated for resource resolution failures. * @param PublicError|null $value Value to set for the error property. */ public function setError(?PublicError $value): void { @@ -271,7 +271,7 @@ public function setError(?PublicError $value): void { } /** - * Sets the lastModifiedBy property value. The lastModifiedBy property + * Sets the lastModifiedBy property value. Identity of the person who last modified this entity. * @param IdentitySet|null $value Value to set for the lastModifiedBy property. */ public function setLastModifiedBy(?IdentitySet $value): void { @@ -279,7 +279,7 @@ public function setLastModifiedBy(?IdentitySet $value): void { } /** - * Sets the lastModifiedDateTime property value. The lastModifiedDateTime property + * Sets the lastModifiedDateTime property value. Timestamp when this entity was last modified. * @param DateTime|null $value Value to set for the lastModifiedDateTime property. */ public function setLastModifiedDateTime(?DateTime $value): void { @@ -287,7 +287,7 @@ public function setLastModifiedDateTime(?DateTime $value): void { } /** - * Sets the protectionTimePeriod property value. The protectionTimePeriod property + * Sets the protectionTimePeriod property value. The start and end date and time of the protection period. * @param TimePeriod|null $value Value to set for the protectionTimePeriod property. */ public function setProtectionTimePeriod(?TimePeriod $value): void { @@ -295,7 +295,7 @@ public function setProtectionTimePeriod(?TimePeriod $value): void { } /** - * Sets the protectionUnitIds property value. The protectionUnitIds property + * Sets the protectionUnitIds property value. Indicates which protection units to restore. This property isn't implemented yet. Future value; don't use. * @param array|null $value Value to set for the protectionUnitIds property. */ public function setProtectionUnitIds(?array $value): void { @@ -303,7 +303,7 @@ public function setProtectionUnitIds(?array $value): void { } /** - * Sets the restorePointPreference property value. The restorePointPreference property + * Sets the restorePointPreference property value. Indicates which restore point to return. The possible values are: oldest, latest, unknownFutureValue. * @param RestorePointPreference|null $value Value to set for the restorePointPreference property. */ public function setRestorePointPreference(?RestorePointPreference $value): void { @@ -319,7 +319,7 @@ public function setStatus(?RestoreArtifactsBulkRequestStatus $value): void { } /** - * Sets the tags property value. The tags property + * Sets the tags property value. The type of the restore point. The possible values are: none, fastRestore, unknownFutureValue. * @param RestorePointTags|null $value Value to set for the tags property. */ public function setTags(?RestorePointTags $value): void { diff --git a/src/Generated/Models/ScheduleChangeRequest.php b/src/Generated/Models/ScheduleChangeRequest.php index b6135adc69e..d36ab400623 100644 --- a/src/Generated/Models/ScheduleChangeRequest.php +++ b/src/Generated/Models/ScheduleChangeRequest.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Sched } /** - * Gets the assignedTo property value. The assignedTo property + * Gets the assignedTo property value. Indicates who the request is assigned to. Possible values are: sender, recipient, manager, system, unknownFutureValue. * @return ScheduleChangeRequestActor|null */ public function getAssignedTo(): ?ScheduleChangeRequestActor { @@ -67,7 +67,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the managerActionDateTime property value. The managerActionDateTime property + * Gets the managerActionDateTime property value. The date and time when the manager approved or declined the scheduleChangeRequest. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * @return DateTime|null */ public function getManagerActionDateTime(): ?DateTime { @@ -79,7 +79,7 @@ public function getManagerActionDateTime(): ?DateTime { } /** - * Gets the managerActionMessage property value. The managerActionMessage property + * Gets the managerActionMessage property value. The message sent by the manager regarding the scheduleChangeRequest. Optional. * @return string|null */ public function getManagerActionMessage(): ?string { @@ -91,7 +91,7 @@ public function getManagerActionMessage(): ?string { } /** - * Gets the managerUserId property value. The managerUserId property + * Gets the managerUserId property value. The user ID of the manager who approved or declined the scheduleChangeRequest. * @return string|null */ public function getManagerUserId(): ?string { @@ -103,7 +103,7 @@ public function getManagerUserId(): ?string { } /** - * Gets the senderDateTime property value. The senderDateTime property + * Gets the senderDateTime property value. The date and time when the sender sent the scheduleChangeRequest. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * @return DateTime|null */ public function getSenderDateTime(): ?DateTime { @@ -115,7 +115,7 @@ public function getSenderDateTime(): ?DateTime { } /** - * Gets the senderMessage property value. The senderMessage property + * Gets the senderMessage property value. The message sent by the sender of the scheduleChangeRequest. Optional. * @return string|null */ public function getSenderMessage(): ?string { @@ -127,7 +127,7 @@ public function getSenderMessage(): ?string { } /** - * Gets the senderUserId property value. The senderUserId property + * Gets the senderUserId property value. The user ID of the sender of the scheduleChangeRequest. * @return string|null */ public function getSenderUserId(): ?string { @@ -139,7 +139,7 @@ public function getSenderUserId(): ?string { } /** - * Gets the state property value. The state property + * Gets the state property value. The state of the scheduleChangeRequest. Possible values are: pending, approved, declined, unknownFutureValue. * @return ScheduleChangeState|null */ public function getState(): ?ScheduleChangeState { @@ -163,7 +163,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the assignedTo property value. The assignedTo property + * Sets the assignedTo property value. Indicates who the request is assigned to. Possible values are: sender, recipient, manager, system, unknownFutureValue. * @param ScheduleChangeRequestActor|null $value Value to set for the assignedTo property. */ public function setAssignedTo(?ScheduleChangeRequestActor $value): void { @@ -171,7 +171,7 @@ public function setAssignedTo(?ScheduleChangeRequestActor $value): void { } /** - * Sets the managerActionDateTime property value. The managerActionDateTime property + * Sets the managerActionDateTime property value. The date and time when the manager approved or declined the scheduleChangeRequest. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * @param DateTime|null $value Value to set for the managerActionDateTime property. */ public function setManagerActionDateTime(?DateTime $value): void { @@ -179,7 +179,7 @@ public function setManagerActionDateTime(?DateTime $value): void { } /** - * Sets the managerActionMessage property value. The managerActionMessage property + * Sets the managerActionMessage property value. The message sent by the manager regarding the scheduleChangeRequest. Optional. * @param string|null $value Value to set for the managerActionMessage property. */ public function setManagerActionMessage(?string $value): void { @@ -187,7 +187,7 @@ public function setManagerActionMessage(?string $value): void { } /** - * Sets the managerUserId property value. The managerUserId property + * Sets the managerUserId property value. The user ID of the manager who approved or declined the scheduleChangeRequest. * @param string|null $value Value to set for the managerUserId property. */ public function setManagerUserId(?string $value): void { @@ -195,7 +195,7 @@ public function setManagerUserId(?string $value): void { } /** - * Sets the senderDateTime property value. The senderDateTime property + * Sets the senderDateTime property value. The date and time when the sender sent the scheduleChangeRequest. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * @param DateTime|null $value Value to set for the senderDateTime property. */ public function setSenderDateTime(?DateTime $value): void { @@ -203,7 +203,7 @@ public function setSenderDateTime(?DateTime $value): void { } /** - * Sets the senderMessage property value. The senderMessage property + * Sets the senderMessage property value. The message sent by the sender of the scheduleChangeRequest. Optional. * @param string|null $value Value to set for the senderMessage property. */ public function setSenderMessage(?string $value): void { @@ -211,7 +211,7 @@ public function setSenderMessage(?string $value): void { } /** - * Sets the senderUserId property value. The senderUserId property + * Sets the senderUserId property value. The user ID of the sender of the scheduleChangeRequest. * @param string|null $value Value to set for the senderUserId property. */ public function setSenderUserId(?string $value): void { @@ -219,7 +219,7 @@ public function setSenderUserId(?string $value): void { } /** - * Sets the state property value. The state property + * Sets the state property value. The state of the scheduleChangeRequest. Possible values are: pending, approved, declined, unknownFutureValue. * @param ScheduleChangeState|null $value Value to set for the state property. */ public function setState(?ScheduleChangeState $value): void { diff --git a/src/Generated/Models/SearchRequest.php b/src/Generated/Models/SearchRequest.php index f34a4242611..6206bd745d3 100644 --- a/src/Generated/Models/SearchRequest.php +++ b/src/Generated/Models/SearchRequest.php @@ -186,7 +186,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the fields property value. Contains the fields to be returned for each resource object specified in entityTypes, allowing customization of the fields returned by default; otherwise, including additional fields such as custom managed properties from SharePoint and OneDrive, or custom fields in externalItem from the content that Microsoft Graph connectors bring in. The fields property can use the semantic labels applied to properties. For example, if a property is labeled as title, you can retrieve it using the following syntax: label_title. Optional. + * Gets the fields property value. Contains the fields to be returned for each resource object specified in entityTypes, allowing customization of the fields returned by default; otherwise, including additional fields such as custom managed properties from SharePoint and OneDrive, or custom fields in externalItem from the content that Microsoft 365 Copilot connectors bring in. The fields property can use the semantic labels applied to properties. For example, if a property is labeled as title, you can retrieve it using the following syntax: label_title. Optional. * @return array|null */ public function getFields(): ?array { @@ -398,7 +398,7 @@ public function setEntityTypes(?array $value): void { } /** - * Sets the fields property value. Contains the fields to be returned for each resource object specified in entityTypes, allowing customization of the fields returned by default; otherwise, including additional fields such as custom managed properties from SharePoint and OneDrive, or custom fields in externalItem from the content that Microsoft Graph connectors bring in. The fields property can use the semantic labels applied to properties. For example, if a property is labeled as title, you can retrieve it using the following syntax: label_title. Optional. + * Sets the fields property value. Contains the fields to be returned for each resource object specified in entityTypes, allowing customization of the fields returned by default; otherwise, including additional fields such as custom managed properties from SharePoint and OneDrive, or custom fields in externalItem from the content that Microsoft 365 Copilot connectors bring in. The fields property can use the semantic labels applied to properties. For example, if a property is labeled as title, you can retrieve it using the following syntax: label_title. Optional. * @param array|null $value Value to set for the fields property. */ public function setFields(?array $value): void { diff --git a/src/Generated/Models/Security/Alert.php b/src/Generated/Models/Security/Alert.php index 06ca04fc29f..da7a082b837 100644 --- a/src/Generated/Models/Security/Alert.php +++ b/src/Generated/Models/Security/Alert.php @@ -138,7 +138,7 @@ public function getCreatedDateTime(): ?DateTime { } /** - * Gets the customDetails property value. The customDetails property + * Gets the customDetails property value. User defined custom fields with string values. * @return Dictionary|null */ public function getCustomDetails(): ?Dictionary { @@ -162,7 +162,7 @@ public function getDescription(): ?string { } /** - * Gets the detectionSource property value. Detection technology or sensor that identified the notable component or activity. Possible values are: unknown, microsoftDefenderForEndpoint, antivirus, smartScreen, customTi, microsoftDefenderForOffice365, automatedInvestigation, microsoftThreatExperts, customDetection, microsoftDefenderForIdentity, cloudAppSecurity, microsoft365Defender, azureAdIdentityProtection, manual, microsoftDataLossPrevention, appGovernancePolicy, appGovernanceDetection, unknownFutureValue, microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl. + * Gets the detectionSource property value. Detection technology or sensor that identified the notable component or activity. Possible values are: unknown, microsoftDefenderForEndpoint, antivirus, smartScreen, customTi, microsoftDefenderForOffice365, automatedInvestigation, microsoftThreatExperts, customDetection, microsoftDefenderForIdentity, cloudAppSecurity, microsoft365Defender, azureAdIdentityProtection, manual, microsoftDataLossPrevention, appGovernancePolicy, appGovernanceDetection, unknownFutureValue, microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence. * @return DetectionSource|null */ public function getDetectionSource(): ?DetectionSource { @@ -602,7 +602,7 @@ public function setCreatedDateTime(?DateTime $value): void { } /** - * Sets the customDetails property value. The customDetails property + * Sets the customDetails property value. User defined custom fields with string values. * @param Dictionary|null $value Value to set for the customDetails property. */ public function setCustomDetails(?Dictionary $value): void { @@ -618,7 +618,7 @@ public function setDescription(?string $value): void { } /** - * Sets the detectionSource property value. Detection technology or sensor that identified the notable component or activity. Possible values are: unknown, microsoftDefenderForEndpoint, antivirus, smartScreen, customTi, microsoftDefenderForOffice365, automatedInvestigation, microsoftThreatExperts, customDetection, microsoftDefenderForIdentity, cloudAppSecurity, microsoft365Defender, azureAdIdentityProtection, manual, microsoftDataLossPrevention, appGovernancePolicy, appGovernanceDetection, unknownFutureValue, microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl. + * Sets the detectionSource property value. Detection technology or sensor that identified the notable component or activity. Possible values are: unknown, microsoftDefenderForEndpoint, antivirus, smartScreen, customTi, microsoftDefenderForOffice365, automatedInvestigation, microsoftThreatExperts, customDetection, microsoftDefenderForIdentity, cloudAppSecurity, microsoft365Defender, azureAdIdentityProtection, manual, microsoftDataLossPrevention, appGovernancePolicy, appGovernanceDetection, unknownFutureValue, microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence. * @param DetectionSource|null $value Value to set for the detectionSource property. */ public function setDetectionSource(?DetectionSource $value): void { diff --git a/src/Generated/Models/SharePointRestoreSession.php b/src/Generated/Models/SharePointRestoreSession.php index 87439bfb02b..76d18b97bcb 100644 --- a/src/Generated/Models/SharePointRestoreSession.php +++ b/src/Generated/Models/SharePointRestoreSession.php @@ -53,7 +53,7 @@ public function getSiteRestoreArtifacts(): ?array { } /** - * Gets the siteRestoreArtifactsBulkAdditionRequests property value. The siteRestoreArtifactsBulkAdditionRequests property + * Gets the siteRestoreArtifactsBulkAdditionRequests property value. A collection of SharePoint site URLs and destination details that can be used to restore SharePoint sites. * @return array|null */ public function getSiteRestoreArtifactsBulkAdditionRequests(): ?array { @@ -85,7 +85,7 @@ public function setSiteRestoreArtifacts(?array $value): void { } /** - * Sets the siteRestoreArtifactsBulkAdditionRequests property value. The siteRestoreArtifactsBulkAdditionRequests property + * Sets the siteRestoreArtifactsBulkAdditionRequests property value. A collection of SharePoint site URLs and destination details that can be used to restore SharePoint sites. * @param array|null $value Value to set for the siteRestoreArtifactsBulkAdditionRequests property. */ public function setSiteRestoreArtifactsBulkAdditionRequests(?array $value): void { diff --git a/src/Generated/Models/SiteProtectionUnitsBulkAdditionJob.php b/src/Generated/Models/SiteProtectionUnitsBulkAdditionJob.php index 667fe060d44..71af572620d 100644 --- a/src/Generated/Models/SiteProtectionUnitsBulkAdditionJob.php +++ b/src/Generated/Models/SiteProtectionUnitsBulkAdditionJob.php @@ -53,7 +53,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the siteIds property value. The siteIds property + * Gets the siteIds property value. The list of SharePoint site IDs to add to the SharePoint protection policy. * @return array|null */ public function getSiteIds(): ?array { @@ -67,7 +67,7 @@ public function getSiteIds(): ?array { } /** - * Gets the siteWebUrls property value. The siteWebUrls property + * Gets the siteWebUrls property value. The list of SharePoint site URLs to add to the SharePoint protection policy. * @return array|null */ public function getSiteWebUrls(): ?array { @@ -91,7 +91,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the siteIds property value. The siteIds property + * Sets the siteIds property value. The list of SharePoint site IDs to add to the SharePoint protection policy. * @param array|null $value Value to set for the siteIds property. */ public function setSiteIds(?array $value): void { @@ -99,7 +99,7 @@ public function setSiteIds(?array $value): void { } /** - * Sets the siteWebUrls property value. The siteWebUrls property + * Sets the siteWebUrls property value. The list of SharePoint site URLs to add to the SharePoint protection policy. * @param array|null $value Value to set for the siteWebUrls property. */ public function setSiteWebUrls(?array $value): void { diff --git a/src/Generated/Models/SiteRestoreArtifactsBulkAdditionRequest.php b/src/Generated/Models/SiteRestoreArtifactsBulkAdditionRequest.php index 287c35f4bd2..3860ece08b7 100644 --- a/src/Generated/Models/SiteRestoreArtifactsBulkAdditionRequest.php +++ b/src/Generated/Models/SiteRestoreArtifactsBulkAdditionRequest.php @@ -52,7 +52,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the siteIds property value. The siteIds property + * Gets the siteIds property value. The list of SharePoint site IDs that are added to the corresponding SharePoint restore session in a bulk operation. * @return array|null */ public function getSiteIds(): ?array { @@ -66,7 +66,7 @@ public function getSiteIds(): ?array { } /** - * Gets the siteWebUrls property value. The siteWebUrls property + * Gets the siteWebUrls property value. The list of SharePoint site URLs that are added to the corresponding SharePoint restore session in a bulk operation. * @return array|null */ public function getSiteWebUrls(): ?array { @@ -90,7 +90,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the siteIds property value. The siteIds property + * Sets the siteIds property value. The list of SharePoint site IDs that are added to the corresponding SharePoint restore session in a bulk operation. * @param array|null $value Value to set for the siteIds property. */ public function setSiteIds(?array $value): void { @@ -98,7 +98,7 @@ public function setSiteIds(?array $value): void { } /** - * Sets the siteWebUrls property value. The siteWebUrls property + * Sets the siteWebUrls property value. The list of SharePoint site URLs that are added to the corresponding SharePoint restore session in a bulk operation. * @param array|null $value Value to set for the siteWebUrls property. */ public function setSiteWebUrls(?array $value): void { diff --git a/src/Generated/Models/SwapShiftsChangeRequest.php b/src/Generated/Models/SwapShiftsChangeRequest.php index 44e99ebfdfe..5ab1c5327f0 100644 --- a/src/Generated/Models/SwapShiftsChangeRequest.php +++ b/src/Generated/Models/SwapShiftsChangeRequest.php @@ -37,7 +37,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the recipientShiftId property value. ShiftId for the recipient user with whom the request is to swap. + * Gets the recipientShiftId property value. The recipient's Shift ID * @return string|null */ public function getRecipientShiftId(): ?string { @@ -58,7 +58,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the recipientShiftId property value. ShiftId for the recipient user with whom the request is to swap. + * Sets the recipientShiftId property value. The recipient's Shift ID * @param string|null $value Value to set for the recipientShiftId property. */ public function setRecipientShiftId(?string $value): void { diff --git a/src/Generated/Models/TimeOffRequest.php b/src/Generated/Models/TimeOffRequest.php index f95ec0f3b9e..e62157d3fdf 100644 --- a/src/Generated/Models/TimeOffRequest.php +++ b/src/Generated/Models/TimeOffRequest.php @@ -27,7 +27,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): TimeO } /** - * Gets the endDateTime property value. 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 + * Gets the endDateTime property value. The date and time the time off ends in ISO 8601 format and in UTC time. * @return DateTime|null */ public function getEndDateTime(): ?DateTime { @@ -52,7 +52,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the startDateTime property value. 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 + * Gets the startDateTime property value. The date and time the time off starts in ISO 8601 format and in UTC time. * @return DateTime|null */ public function getStartDateTime(): ?DateTime { @@ -87,7 +87,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the endDateTime property value. 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 + * Sets the endDateTime property value. The date and time the time off ends in ISO 8601 format and in UTC time. * @param DateTime|null $value Value to set for the endDateTime property. */ public function setEndDateTime(?DateTime $value): void { @@ -95,7 +95,7 @@ public function setEndDateTime(?DateTime $value): void { } /** - * Sets the startDateTime property value. 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 + * Sets the startDateTime property value. The date and time the time off starts in ISO 8601 format and in UTC time. * @param DateTime|null $value Value to set for the startDateTime property. */ public function setStartDateTime(?DateTime $value): void { diff --git a/src/Generated/Organization/Item/OrganizationItemRequestBuilder.php b/src/Generated/Organization/Item/OrganizationItemRequestBuilder.php index 09d6c7f1826..0698c27f10a 100644 --- a/src/Generated/Organization/Item/OrganizationItemRequestBuilder.php +++ b/src/Generated/Organization/Item/OrganizationItemRequestBuilder.php @@ -117,11 +117,11 @@ public function delete(?OrganizationItemRequestBuilderDeleteRequestConfiguration } /** - * Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. + * Read properties and relationships of the organization object. * @param OrganizationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-onboarding-organization-get?view=graph-rest-1.0 Find more info here */ public function get(?OrganizationItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -165,7 +165,7 @@ public function toDeleteRequestInformation(?OrganizationItemRequestBuilderDelete } /** - * Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. + * Read properties and relationships of the organization object. * @param OrganizationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Organization/Item/OrganizationItemRequestBuilderGetQueryParameters.php b/src/Generated/Organization/Item/OrganizationItemRequestBuilderGetQueryParameters.php index 4f144e8136a..8c22067b457 100644 --- a/src/Generated/Organization/Item/OrganizationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Organization/Item/OrganizationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. + * Read properties and relationships of the organization object. */ class OrganizationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Organization/OrganizationRequestBuilder.php b/src/Generated/Organization/OrganizationRequestBuilder.php index 219b772dec8..ac128723db2 100644 --- a/src/Generated/Organization/OrganizationRequestBuilder.php +++ b/src/Generated/Organization/OrganizationRequestBuilder.php @@ -84,11 +84,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List properties and relationships of the organization objects. + * Retrieve a list of organization objects. There's only one organization object in the collection. * @param OrganizationRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/intune-onboarding-organization-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-1.0 Find more info here */ public function get(?OrganizationRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -114,7 +114,7 @@ public function post(Organization $body, ?OrganizationRequestBuilderPostRequestC } /** - * List properties and relationships of the organization objects. + * Retrieve a list of organization objects. There's only one organization object in the collection. * @param OrganizationRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Organization/OrganizationRequestBuilderGetQueryParameters.php b/src/Generated/Organization/OrganizationRequestBuilderGetQueryParameters.php index dbe1dd5d054..10597c442ed 100644 --- a/src/Generated/Organization/OrganizationRequestBuilderGetQueryParameters.php +++ b/src/Generated/Organization/OrganizationRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List properties and relationships of the organization objects. + * Retrieve a list of organization objects. There's only one organization object in the collection. */ class OrganizationRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/IdentitySynchronization/IdentitySynchronizationRequestBuilder.php b/src/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/IdentitySynchronization/IdentitySynchronizationRequestBuilder.php index b23efc3fa12..3162c554f48 100644 --- a/src/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/IdentitySynchronization/IdentitySynchronizationRequestBuilder.php +++ b/src/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/IdentitySynchronization/IdentitySynchronizationRequestBuilder.php @@ -61,12 +61,12 @@ public function get(?IdentitySynchronizationRequestBuilderGetRequestConfiguratio } /** - * Create a cross-tenant user synchronization policy for a partner-specific configuration. + * Update the user synchronization policy of a partner-specific configuration. * @param CrossTenantIdentitySyncPolicyPartner $body The request body * @param IdentitySynchronizationRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-put-identitysynchronization?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-1.0 Find more info here */ public function put(CrossTenantIdentitySyncPolicyPartner $body, ?IdentitySynchronizationRequestBuilderPutRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPutRequestInformation($body, $requestConfiguration); @@ -115,7 +115,7 @@ public function toGetRequestInformation(?IdentitySynchronizationRequestBuilderGe } /** - * Create a cross-tenant user synchronization policy for a partner-specific configuration. + * Update the user synchronization policy of a partner-specific configuration. * @param CrossTenantIdentitySyncPolicyPartner $body The request body * @param IdentitySynchronizationRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Lists/Item/ListItemRequestBuilder.php b/src/Generated/Sites/Item/Lists/Item/ListItemRequestBuilder.php index 1ffbc639693..c213c0a718a 100644 --- a/src/Generated/Sites/Item/Lists/Item/ListItemRequestBuilder.php +++ b/src/Generated/Sites/Item/Lists/Item/ListItemRequestBuilder.php @@ -109,11 +109,11 @@ public function delete(?ListItemRequestBuilderDeleteRequestConfiguration $reques } /** - * Returns the metadata for a list. + * Get a list of rich long-running operations associated with a list. * @param ListItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/list-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0 Find more info here */ public function get(?ListItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -156,7 +156,7 @@ public function toDeleteRequestInformation(?ListItemRequestBuilderDeleteRequestC } /** - * Returns the metadata for a list. + * Get a list of rich long-running operations associated with a list. * @param ListItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Lists/Item/ListItemRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Lists/Item/ListItemRequestBuilderGetQueryParameters.php index aed7732a9cd..779041bf847 100644 --- a/src/Generated/Sites/Item/Lists/Item/ListItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Lists/Item/ListItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Returns the metadata for a list. + * Get a list of rich long-running operations associated with a list. */ class ListItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/SitesRequestBuilder.php b/src/Generated/Sites/SitesRequestBuilder.php index 5762865a54b..3d7f8acc4b4 100644 --- a/src/Generated/Sites/SitesRequestBuilder.php +++ b/src/Generated/Sites/SitesRequestBuilder.php @@ -83,11 +83,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results. + * List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale. * @param SitesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/site-search?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/site-list?view=graph-rest-1.0 Find more info here */ public function get(?SitesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -98,7 +98,7 @@ public function get(?SitesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results. + * List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale. * @param SitesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/SitesRequestBuilderGetQueryParameters.php b/src/Generated/Sites/SitesRequestBuilderGetQueryParameters.php index 8e8b1c7a645..66d728ca0a9 100644 --- a/src/Generated/Sites/SitesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/SitesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results. + * List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale. */ class SitesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnitsBulkAdditionJobs/Item/MailboxProtectionUnitsBulkAdditionJobItemRequestBuilder.php b/src/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnitsBulkAdditionJobs/Item/MailboxProtectionUnitsBulkAdditionJobItemRequestBuilder.php index 870e560df75..d75ce350dd3 100644 --- a/src/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnitsBulkAdditionJobs/Item/MailboxProtectionUnitsBulkAdditionJobItemRequestBuilder.php +++ b/src/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnitsBulkAdditionJobs/Item/MailboxProtectionUnitsBulkAdditionJobItemRequestBuilder.php @@ -31,10 +31,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get mailboxProtectionUnitsBulkAdditionJobs from solutions + * Get a mailboxProtectionUnitsBulkAdditionJob object by the ID associated with an exchangeProtectionPolicy. * @param MailboxProtectionUnitsBulkAdditionJobItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/mailboxprotectionunitsbulkadditionjobs-get?view=graph-rest-1.0 Find more info here */ public function get(?MailboxProtectionUnitsBulkAdditionJobItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -45,7 +46,7 @@ public function get(?MailboxProtectionUnitsBulkAdditionJobItemRequestBuilderGetR } /** - * Get mailboxProtectionUnitsBulkAdditionJobs from solutions + * Get a mailboxProtectionUnitsBulkAdditionJob object by the ID associated with an exchangeProtectionPolicy. * @param MailboxProtectionUnitsBulkAdditionJobItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnitsBulkAdditionJobs/Item/MailboxProtectionUnitsBulkAdditionJobItemRequestBuilderGetQueryParameters.php b/src/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnitsBulkAdditionJobs/Item/MailboxProtectionUnitsBulkAdditionJobItemRequestBuilderGetQueryParameters.php index ac9a4eeeea7..ba32837894f 100644 --- a/src/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnitsBulkAdditionJobs/Item/MailboxProtectionUnitsBulkAdditionJobItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnitsBulkAdditionJobs/Item/MailboxProtectionUnitsBulkAdditionJobItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get mailboxProtectionUnitsBulkAdditionJobs from solutions + * Get a mailboxProtectionUnitsBulkAdditionJob object by the ID associated with an exchangeProtectionPolicy. */ class MailboxProtectionUnitsBulkAdditionJobItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnitsBulkAdditionJobs/MailboxProtectionUnitsBulkAdditionJobsRequestBuilder.php b/src/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnitsBulkAdditionJobs/MailboxProtectionUnitsBulkAdditionJobsRequestBuilder.php index 61943d10046..461fe5bb90c 100644 --- a/src/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnitsBulkAdditionJobs/MailboxProtectionUnitsBulkAdditionJobsRequestBuilder.php +++ b/src/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnitsBulkAdditionJobs/MailboxProtectionUnitsBulkAdditionJobsRequestBuilder.php @@ -51,10 +51,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get mailboxProtectionUnitsBulkAdditionJobs from solutions + * Get a list of mailboxProtectionUnitsBulkAdditionJobs objects associated with an exchangeProtectionPolicy. * @param MailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxprotectionunitsbulkadditionjobs?view=graph-rest-1.0 Find more info here */ public function get(?MailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -65,7 +66,7 @@ public function get(?MailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetRequ } /** - * Get mailboxProtectionUnitsBulkAdditionJobs from solutions + * Get a list of mailboxProtectionUnitsBulkAdditionJobs objects associated with an exchangeProtectionPolicy. * @param MailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnitsBulkAdditionJobs/MailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters.php b/src/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnitsBulkAdditionJobs/MailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters.php index e0699987bc3..3f56997c88f 100644 --- a/src/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnitsBulkAdditionJobs/MailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Solutions/BackupRestore/ExchangeProtectionPolicies/Item/MailboxProtectionUnitsBulkAdditionJobs/MailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get mailboxProtectionUnitsBulkAdditionJobs from solutions + * Get a list of mailboxProtectionUnitsBulkAdditionJobs objects associated with an exchangeProtectionPolicy. */ class MailboxProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifactsBulkAdditionRequests/Item/MailboxRestoreArtifactsBulkAdditionRequestItemRequestBuilder.php b/src/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifactsBulkAdditionRequests/Item/MailboxRestoreArtifactsBulkAdditionRequestItemRequestBuilder.php index fa7bb6fd976..260d46e647a 100644 --- a/src/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifactsBulkAdditionRequests/Item/MailboxRestoreArtifactsBulkAdditionRequestItemRequestBuilder.php +++ b/src/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifactsBulkAdditionRequests/Item/MailboxRestoreArtifactsBulkAdditionRequestItemRequestBuilder.php @@ -31,10 +31,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete navigation property mailboxRestoreArtifactsBulkAdditionRequests for solutions + * Delete a mailboxRestoreArtifactsBulkAdditionRequest object associated with an exchangeRestoreSession. * @param MailboxRestoreArtifactsBulkAdditionRequestItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/mailboxrestoreartifactsbulkadditionrequest-delete?view=graph-rest-1.0 Find more info here */ public function delete(?MailboxRestoreArtifactsBulkAdditionRequestItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -45,10 +46,11 @@ public function delete(?MailboxRestoreArtifactsBulkAdditionRequestItemRequestBui } /** - * Get mailboxRestoreArtifactsBulkAdditionRequests from solutions + * Get a mailboxRestoreArtifactsBulkAdditionRequest object by its id, associated with an exchangeRestoreSession. * @param MailboxRestoreArtifactsBulkAdditionRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/mailboxrestoreartifactsbulkadditionrequest-get?view=graph-rest-1.0 Find more info here */ public function get(?MailboxRestoreArtifactsBulkAdditionRequestItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -74,7 +76,7 @@ public function patch(MailboxRestoreArtifactsBulkAdditionRequest $body, ?Mailbox } /** - * Delete navigation property mailboxRestoreArtifactsBulkAdditionRequests for solutions + * Delete a mailboxRestoreArtifactsBulkAdditionRequest object associated with an exchangeRestoreSession. * @param MailboxRestoreArtifactsBulkAdditionRequestItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -91,7 +93,7 @@ public function toDeleteRequestInformation(?MailboxRestoreArtifactsBulkAdditionR } /** - * Get mailboxRestoreArtifactsBulkAdditionRequests from solutions + * Get a mailboxRestoreArtifactsBulkAdditionRequest object by its id, associated with an exchangeRestoreSession. * @param MailboxRestoreArtifactsBulkAdditionRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifactsBulkAdditionRequests/Item/MailboxRestoreArtifactsBulkAdditionRequestItemRequestBuilderGetQueryParameters.php b/src/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifactsBulkAdditionRequests/Item/MailboxRestoreArtifactsBulkAdditionRequestItemRequestBuilderGetQueryParameters.php index 9c88cf033ed..a4b03adda56 100644 --- a/src/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifactsBulkAdditionRequests/Item/MailboxRestoreArtifactsBulkAdditionRequestItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifactsBulkAdditionRequests/Item/MailboxRestoreArtifactsBulkAdditionRequestItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get mailboxRestoreArtifactsBulkAdditionRequests from solutions + * Get a mailboxRestoreArtifactsBulkAdditionRequest object by its id, associated with an exchangeRestoreSession. */ class MailboxRestoreArtifactsBulkAdditionRequestItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifactsBulkAdditionRequests/MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilder.php b/src/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifactsBulkAdditionRequests/MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilder.php index 632ef18c246..b5f6b84f86f 100644 --- a/src/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifactsBulkAdditionRequests/MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilder.php +++ b/src/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifactsBulkAdditionRequests/MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilder.php @@ -52,10 +52,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get mailboxRestoreArtifactsBulkAdditionRequests from solutions + * Get a list of the maiboxRestoreArtifactsBulkAdditionRequest objects associated with an exchangeRestoreSession. The mailboxes property is deliberately omitted from the response body in order to limit the response size. * @param MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/exchangerestoresession-list-mailboxrestoreartifactsbulkadditionrequests?view=graph-rest-1.0 Find more info here */ public function get(?MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -66,11 +67,12 @@ public function get(?MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilderGe } /** - * Create new navigation property to mailboxRestoreArtifactsBulkAdditionRequests for solutions + * Create a new mailboxRestoreArtifactsBulkAdditionRequest object associated with an exchangeRestoreSession. The following steps describe how to create and manage an exchangeRestoreSession with bulk artifact additions: * @param MailboxRestoreArtifactsBulkAdditionRequest $body The request body * @param MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/exchangerestoresession-post-mailboxrestoreartifactsbulkadditionrequests?view=graph-rest-1.0 Find more info here */ public function post(MailboxRestoreArtifactsBulkAdditionRequest $body, ?MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -81,7 +83,7 @@ public function post(MailboxRestoreArtifactsBulkAdditionRequest $body, ?MailboxR } /** - * Get mailboxRestoreArtifactsBulkAdditionRequests from solutions + * Get a list of the maiboxRestoreArtifactsBulkAdditionRequest objects associated with an exchangeRestoreSession. The mailboxes property is deliberately omitted from the response body in order to limit the response size. * @param MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -102,7 +104,7 @@ public function toGetRequestInformation(?MailboxRestoreArtifactsBulkAdditionRequ } /** - * Create new navigation property to mailboxRestoreArtifactsBulkAdditionRequests for solutions + * Create a new mailboxRestoreArtifactsBulkAdditionRequest object associated with an exchangeRestoreSession. The following steps describe how to create and manage an exchangeRestoreSession with bulk artifact additions: * @param MailboxRestoreArtifactsBulkAdditionRequest $body The request body * @param MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifactsBulkAdditionRequests/MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters.php b/src/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifactsBulkAdditionRequests/MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters.php index 2f7104b2c77..d7c01b239f2 100644 --- a/src/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifactsBulkAdditionRequests/MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Solutions/BackupRestore/ExchangeRestoreSessions/Item/MailboxRestoreArtifactsBulkAdditionRequests/MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get mailboxRestoreArtifactsBulkAdditionRequests from solutions + * Get a list of the maiboxRestoreArtifactsBulkAdditionRequest objects associated with an exchangeRestoreSession. The mailboxes property is deliberately omitted from the response body in order to limit the response size. */ class MailboxRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnitsBulkAdditionJobs/DriveProtectionUnitsBulkAdditionJobsRequestBuilder.php b/src/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnitsBulkAdditionJobs/DriveProtectionUnitsBulkAdditionJobsRequestBuilder.php index 3ccd4e0c439..3cdeb476f61 100644 --- a/src/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnitsBulkAdditionJobs/DriveProtectionUnitsBulkAdditionJobsRequestBuilder.php +++ b/src/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnitsBulkAdditionJobs/DriveProtectionUnitsBulkAdditionJobsRequestBuilder.php @@ -51,10 +51,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get driveProtectionUnitsBulkAdditionJobs from solutions + * Get a list of driveProtectionUnitsBulkAdditionJobs objects associated with a oneDriveForBusinessProtectionPolicy. * @param DriveProtectionUnitsBulkAdditionJobsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveprotectionunitsbulkadditionjobs?view=graph-rest-1.0 Find more info here */ public function get(?DriveProtectionUnitsBulkAdditionJobsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -65,7 +66,7 @@ public function get(?DriveProtectionUnitsBulkAdditionJobsRequestBuilderGetReques } /** - * Get driveProtectionUnitsBulkAdditionJobs from solutions + * Get a list of driveProtectionUnitsBulkAdditionJobs objects associated with a oneDriveForBusinessProtectionPolicy. * @param DriveProtectionUnitsBulkAdditionJobsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnitsBulkAdditionJobs/DriveProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters.php b/src/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnitsBulkAdditionJobs/DriveProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters.php index c9f64c16177..63fe2e78127 100644 --- a/src/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnitsBulkAdditionJobs/DriveProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnitsBulkAdditionJobs/DriveProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get driveProtectionUnitsBulkAdditionJobs from solutions + * Get a list of driveProtectionUnitsBulkAdditionJobs objects associated with a oneDriveForBusinessProtectionPolicy. */ class DriveProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnitsBulkAdditionJobs/Item/DriveProtectionUnitsBulkAdditionJobItemRequestBuilder.php b/src/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnitsBulkAdditionJobs/Item/DriveProtectionUnitsBulkAdditionJobItemRequestBuilder.php index 559a915335d..870d4605855 100644 --- a/src/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnitsBulkAdditionJobs/Item/DriveProtectionUnitsBulkAdditionJobItemRequestBuilder.php +++ b/src/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnitsBulkAdditionJobs/Item/DriveProtectionUnitsBulkAdditionJobItemRequestBuilder.php @@ -31,10 +31,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get driveProtectionUnitsBulkAdditionJobs from solutions + * Get a driveProtectionUnitsBulkAdditionJob object by the ID associated with a oneDriveForBusinessProtectionPolicy. * @param DriveProtectionUnitsBulkAdditionJobItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/driveprotectionunitsbulkadditionjobs-get?view=graph-rest-1.0 Find more info here */ public function get(?DriveProtectionUnitsBulkAdditionJobItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -45,7 +46,7 @@ public function get(?DriveProtectionUnitsBulkAdditionJobItemRequestBuilderGetReq } /** - * Get driveProtectionUnitsBulkAdditionJobs from solutions + * Get a driveProtectionUnitsBulkAdditionJob object by the ID associated with a oneDriveForBusinessProtectionPolicy. * @param DriveProtectionUnitsBulkAdditionJobItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnitsBulkAdditionJobs/Item/DriveProtectionUnitsBulkAdditionJobItemRequestBuilderGetQueryParameters.php b/src/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnitsBulkAdditionJobs/Item/DriveProtectionUnitsBulkAdditionJobItemRequestBuilderGetQueryParameters.php index e83f8ba7730..a614d9f14b1 100644 --- a/src/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnitsBulkAdditionJobs/Item/DriveProtectionUnitsBulkAdditionJobItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Solutions/BackupRestore/OneDriveForBusinessProtectionPolicies/Item/DriveProtectionUnitsBulkAdditionJobs/Item/DriveProtectionUnitsBulkAdditionJobItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get driveProtectionUnitsBulkAdditionJobs from solutions + * Get a driveProtectionUnitsBulkAdditionJob object by the ID associated with a oneDriveForBusinessProtectionPolicy. */ class DriveProtectionUnitsBulkAdditionJobItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifacts/Item/DriveRestoreArtifactItemRequestBuilder.php b/src/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifacts/Item/DriveRestoreArtifactItemRequestBuilder.php index a5152422074..bb44b1eaca6 100644 --- a/src/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifacts/Item/DriveRestoreArtifactItemRequestBuilder.php +++ b/src/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifacts/Item/DriveRestoreArtifactItemRequestBuilder.php @@ -53,7 +53,7 @@ public function delete(?DriveRestoreArtifactItemRequestBuilderDeleteRequestConfi } /** - * A collection of restore points and destination details that can be used to restore a OneDrive for Business drive. + * A collection of restore points and destination details that can be used to restore a OneDrive for work or school drive. * @param DriveRestoreArtifactItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -99,7 +99,7 @@ public function toDeleteRequestInformation(?DriveRestoreArtifactItemRequestBuild } /** - * A collection of restore points and destination details that can be used to restore a OneDrive for Business drive. + * A collection of restore points and destination details that can be used to restore a OneDrive for work or school drive. * @param DriveRestoreArtifactItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifacts/Item/DriveRestoreArtifactItemRequestBuilderGetQueryParameters.php b/src/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifacts/Item/DriveRestoreArtifactItemRequestBuilderGetQueryParameters.php index bc92611c6e6..d0e8d285f58 100644 --- a/src/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifacts/Item/DriveRestoreArtifactItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifacts/Item/DriveRestoreArtifactItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * A collection of restore points and destination details that can be used to restore a OneDrive for Business drive. + * A collection of restore points and destination details that can be used to restore a OneDrive for work or school drive. */ class DriveRestoreArtifactItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifactsBulkAdditionRequests/DriveRestoreArtifactsBulkAdditionRequestsRequestBuilder.php b/src/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifactsBulkAdditionRequests/DriveRestoreArtifactsBulkAdditionRequestsRequestBuilder.php index e43b90895fa..d85efbae9aa 100644 --- a/src/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifactsBulkAdditionRequests/DriveRestoreArtifactsBulkAdditionRequestsRequestBuilder.php +++ b/src/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifactsBulkAdditionRequests/DriveRestoreArtifactsBulkAdditionRequestsRequestBuilder.php @@ -52,10 +52,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get driveRestoreArtifactsBulkAdditionRequests from solutions + * Get a list of the driveRestoreArtifactsBulkAdditionRequest objects associated with a oneDriveForBusinessRestoreSession. The drives property is deliberately omitted from the response body in order to limit the response size. * @param DriveRestoreArtifactsBulkAdditionRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifactsbulkadditionrequests?view=graph-rest-1.0 Find more info here */ public function get(?DriveRestoreArtifactsBulkAdditionRequestsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -66,11 +67,12 @@ public function get(?DriveRestoreArtifactsBulkAdditionRequestsRequestBuilderGetR } /** - * Create new navigation property to driveRestoreArtifactsBulkAdditionRequests for solutions + * Create a driveRestoreArtifactsBulkAdditionRequest object associated with a oneDriveForBusinessRestoreSession. The following steps describe how to create and manage a oneDriveForBusinessRestoreSession with bulk artifact additions. * @param DriveRestoreArtifactsBulkAdditionRequest $body The request body * @param DriveRestoreArtifactsBulkAdditionRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-post-driverestoreartifactsbulkadditionrequests?view=graph-rest-1.0 Find more info here */ public function post(DriveRestoreArtifactsBulkAdditionRequest $body, ?DriveRestoreArtifactsBulkAdditionRequestsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -81,7 +83,7 @@ public function post(DriveRestoreArtifactsBulkAdditionRequest $body, ?DriveResto } /** - * Get driveRestoreArtifactsBulkAdditionRequests from solutions + * Get a list of the driveRestoreArtifactsBulkAdditionRequest objects associated with a oneDriveForBusinessRestoreSession. The drives property is deliberately omitted from the response body in order to limit the response size. * @param DriveRestoreArtifactsBulkAdditionRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -102,7 +104,7 @@ public function toGetRequestInformation(?DriveRestoreArtifactsBulkAdditionReques } /** - * Create new navigation property to driveRestoreArtifactsBulkAdditionRequests for solutions + * Create a driveRestoreArtifactsBulkAdditionRequest object associated with a oneDriveForBusinessRestoreSession. The following steps describe how to create and manage a oneDriveForBusinessRestoreSession with bulk artifact additions. * @param DriveRestoreArtifactsBulkAdditionRequest $body The request body * @param DriveRestoreArtifactsBulkAdditionRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifactsBulkAdditionRequests/DriveRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters.php b/src/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifactsBulkAdditionRequests/DriveRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters.php index 70828df6dd2..255a4c179dc 100644 --- a/src/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifactsBulkAdditionRequests/DriveRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifactsBulkAdditionRequests/DriveRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get driveRestoreArtifactsBulkAdditionRequests from solutions + * Get a list of the driveRestoreArtifactsBulkAdditionRequest objects associated with a oneDriveForBusinessRestoreSession. The drives property is deliberately omitted from the response body in order to limit the response size. */ class DriveRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifactsBulkAdditionRequests/Item/DriveRestoreArtifactsBulkAdditionRequestItemRequestBuilder.php b/src/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifactsBulkAdditionRequests/Item/DriveRestoreArtifactsBulkAdditionRequestItemRequestBuilder.php index 2c1c1eb71f7..5bbc2ff9e69 100644 --- a/src/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifactsBulkAdditionRequests/Item/DriveRestoreArtifactsBulkAdditionRequestItemRequestBuilder.php +++ b/src/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifactsBulkAdditionRequests/Item/DriveRestoreArtifactsBulkAdditionRequestItemRequestBuilder.php @@ -31,10 +31,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete navigation property driveRestoreArtifactsBulkAdditionRequests for solutions + * Delete a driveRestoreArtifactsBulkAdditionRequest object associated with a oneDriveForBusinessRestoreSession. * @param DriveRestoreArtifactsBulkAdditionRequestItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/driverestoreartifactsbulkadditionrequest-delete?view=graph-rest-1.0 Find more info here */ public function delete(?DriveRestoreArtifactsBulkAdditionRequestItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -45,10 +46,11 @@ public function delete(?DriveRestoreArtifactsBulkAdditionRequestItemRequestBuild } /** - * Get driveRestoreArtifactsBulkAdditionRequests from solutions + * Get a driveRestoreArtifactsBulkAdditionRequest object by its id, associated with a oneDriveForBusinessRestoreSession. * @param DriveRestoreArtifactsBulkAdditionRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/driverestoreartifactsbulkadditionrequest-get?view=graph-rest-1.0 Find more info here */ public function get(?DriveRestoreArtifactsBulkAdditionRequestItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -74,7 +76,7 @@ public function patch(DriveRestoreArtifactsBulkAdditionRequest $body, ?DriveRest } /** - * Delete navigation property driveRestoreArtifactsBulkAdditionRequests for solutions + * Delete a driveRestoreArtifactsBulkAdditionRequest object associated with a oneDriveForBusinessRestoreSession. * @param DriveRestoreArtifactsBulkAdditionRequestItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -91,7 +93,7 @@ public function toDeleteRequestInformation(?DriveRestoreArtifactsBulkAdditionReq } /** - * Get driveRestoreArtifactsBulkAdditionRequests from solutions + * Get a driveRestoreArtifactsBulkAdditionRequest object by its id, associated with a oneDriveForBusinessRestoreSession. * @param DriveRestoreArtifactsBulkAdditionRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifactsBulkAdditionRequests/Item/DriveRestoreArtifactsBulkAdditionRequestItemRequestBuilderGetQueryParameters.php b/src/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifactsBulkAdditionRequests/Item/DriveRestoreArtifactsBulkAdditionRequestItemRequestBuilderGetQueryParameters.php index b6905c9bb86..50115aef811 100644 --- a/src/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifactsBulkAdditionRequests/Item/DriveRestoreArtifactsBulkAdditionRequestItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Solutions/BackupRestore/OneDriveForBusinessRestoreSessions/Item/DriveRestoreArtifactsBulkAdditionRequests/Item/DriveRestoreArtifactsBulkAdditionRequestItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get driveRestoreArtifactsBulkAdditionRequests from solutions + * Get a driveRestoreArtifactsBulkAdditionRequest object by its id, associated with a oneDriveForBusinessRestoreSession. */ class DriveRestoreArtifactsBulkAdditionRequestItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnitsBulkAdditionJobs/Item/SiteProtectionUnitsBulkAdditionJobItemRequestBuilder.php b/src/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnitsBulkAdditionJobs/Item/SiteProtectionUnitsBulkAdditionJobItemRequestBuilder.php index a87e653cba9..7ee6c988559 100644 --- a/src/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnitsBulkAdditionJobs/Item/SiteProtectionUnitsBulkAdditionJobItemRequestBuilder.php +++ b/src/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnitsBulkAdditionJobs/Item/SiteProtectionUnitsBulkAdditionJobItemRequestBuilder.php @@ -31,10 +31,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get siteProtectionUnitsBulkAdditionJobs from solutions + * Get a siteProtectionUnitsBulkAdditionJob object by the ID associated with a sharePointProtectionPolicy. * @param SiteProtectionUnitsBulkAdditionJobItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/siteprotectionunitsbulkadditionjobs-get?view=graph-rest-1.0 Find more info here */ public function get(?SiteProtectionUnitsBulkAdditionJobItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -45,7 +46,7 @@ public function get(?SiteProtectionUnitsBulkAdditionJobItemRequestBuilderGetRequ } /** - * Get siteProtectionUnitsBulkAdditionJobs from solutions + * Get a siteProtectionUnitsBulkAdditionJob object by the ID associated with a sharePointProtectionPolicy. * @param SiteProtectionUnitsBulkAdditionJobItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnitsBulkAdditionJobs/Item/SiteProtectionUnitsBulkAdditionJobItemRequestBuilderGetQueryParameters.php b/src/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnitsBulkAdditionJobs/Item/SiteProtectionUnitsBulkAdditionJobItemRequestBuilderGetQueryParameters.php index b3868519ef8..1359edb46ed 100644 --- a/src/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnitsBulkAdditionJobs/Item/SiteProtectionUnitsBulkAdditionJobItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnitsBulkAdditionJobs/Item/SiteProtectionUnitsBulkAdditionJobItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get siteProtectionUnitsBulkAdditionJobs from solutions + * Get a siteProtectionUnitsBulkAdditionJob object by the ID associated with a sharePointProtectionPolicy. */ class SiteProtectionUnitsBulkAdditionJobItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnitsBulkAdditionJobs/SiteProtectionUnitsBulkAdditionJobsRequestBuilder.php b/src/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnitsBulkAdditionJobs/SiteProtectionUnitsBulkAdditionJobsRequestBuilder.php index 6f3b3f866bc..7ae1f102e31 100644 --- a/src/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnitsBulkAdditionJobs/SiteProtectionUnitsBulkAdditionJobsRequestBuilder.php +++ b/src/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnitsBulkAdditionJobs/SiteProtectionUnitsBulkAdditionJobsRequestBuilder.php @@ -51,10 +51,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get siteProtectionUnitsBulkAdditionJobs from solutions + * Get a list of siteProtectionUnitsBulkAdditionJobs objects associated with a sharePointProtectionPolicy. * @param SiteProtectionUnitsBulkAdditionJobsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteprotectionunitsbulkadditionjobs?view=graph-rest-1.0 Find more info here */ public function get(?SiteProtectionUnitsBulkAdditionJobsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -65,7 +66,7 @@ public function get(?SiteProtectionUnitsBulkAdditionJobsRequestBuilderGetRequest } /** - * Get siteProtectionUnitsBulkAdditionJobs from solutions + * Get a list of siteProtectionUnitsBulkAdditionJobs objects associated with a sharePointProtectionPolicy. * @param SiteProtectionUnitsBulkAdditionJobsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnitsBulkAdditionJobs/SiteProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters.php b/src/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnitsBulkAdditionJobs/SiteProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters.php index f90b50b2a93..257bfc32a67 100644 --- a/src/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnitsBulkAdditionJobs/SiteProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Solutions/BackupRestore/SharePointProtectionPolicies/Item/SiteProtectionUnitsBulkAdditionJobs/SiteProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get siteProtectionUnitsBulkAdditionJobs from solutions + * Get a list of siteProtectionUnitsBulkAdditionJobs objects associated with a sharePointProtectionPolicy. */ class SiteProtectionUnitsBulkAdditionJobsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifactsBulkAdditionRequests/Item/SiteRestoreArtifactsBulkAdditionRequestItemRequestBuilder.php b/src/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifactsBulkAdditionRequests/Item/SiteRestoreArtifactsBulkAdditionRequestItemRequestBuilder.php index 61bca71a1f5..720ccbb7cac 100644 --- a/src/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifactsBulkAdditionRequests/Item/SiteRestoreArtifactsBulkAdditionRequestItemRequestBuilder.php +++ b/src/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifactsBulkAdditionRequests/Item/SiteRestoreArtifactsBulkAdditionRequestItemRequestBuilder.php @@ -31,10 +31,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete navigation property siteRestoreArtifactsBulkAdditionRequests for solutions + * Delete a siteRestoreArtifactsBulkAdditionRequest object associated with a sharepointRestoreSession. * @param SiteRestoreArtifactsBulkAdditionRequestItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/siterestoreartifactsbulkadditionrequest-delete?view=graph-rest-1.0 Find more info here */ public function delete(?SiteRestoreArtifactsBulkAdditionRequestItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -45,10 +46,11 @@ public function delete(?SiteRestoreArtifactsBulkAdditionRequestItemRequestBuilde } /** - * Get siteRestoreArtifactsBulkAdditionRequests from solutions + * Get a siteRestoreArtifactsBulkAdditionRequest object by its id, associated with a sharePointRestoreSession. * @param SiteRestoreArtifactsBulkAdditionRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/siterestoreartifactsbulkadditionrequest-get?view=graph-rest-1.0 Find more info here */ public function get(?SiteRestoreArtifactsBulkAdditionRequestItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -74,7 +76,7 @@ public function patch(SiteRestoreArtifactsBulkAdditionRequest $body, ?SiteRestor } /** - * Delete navigation property siteRestoreArtifactsBulkAdditionRequests for solutions + * Delete a siteRestoreArtifactsBulkAdditionRequest object associated with a sharepointRestoreSession. * @param SiteRestoreArtifactsBulkAdditionRequestItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -91,7 +93,7 @@ public function toDeleteRequestInformation(?SiteRestoreArtifactsBulkAdditionRequ } /** - * Get siteRestoreArtifactsBulkAdditionRequests from solutions + * Get a siteRestoreArtifactsBulkAdditionRequest object by its id, associated with a sharePointRestoreSession. * @param SiteRestoreArtifactsBulkAdditionRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifactsBulkAdditionRequests/Item/SiteRestoreArtifactsBulkAdditionRequestItemRequestBuilderGetQueryParameters.php b/src/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifactsBulkAdditionRequests/Item/SiteRestoreArtifactsBulkAdditionRequestItemRequestBuilderGetQueryParameters.php index 4e544c90061..9ec5d73990e 100644 --- a/src/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifactsBulkAdditionRequests/Item/SiteRestoreArtifactsBulkAdditionRequestItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifactsBulkAdditionRequests/Item/SiteRestoreArtifactsBulkAdditionRequestItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get siteRestoreArtifactsBulkAdditionRequests from solutions + * Get a siteRestoreArtifactsBulkAdditionRequest object by its id, associated with a sharePointRestoreSession. */ class SiteRestoreArtifactsBulkAdditionRequestItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifactsBulkAdditionRequests/SiteRestoreArtifactsBulkAdditionRequestsRequestBuilder.php b/src/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifactsBulkAdditionRequests/SiteRestoreArtifactsBulkAdditionRequestsRequestBuilder.php index 593fcb80e84..f74e4dda5c9 100644 --- a/src/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifactsBulkAdditionRequests/SiteRestoreArtifactsBulkAdditionRequestsRequestBuilder.php +++ b/src/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifactsBulkAdditionRequests/SiteRestoreArtifactsBulkAdditionRequestsRequestBuilder.php @@ -52,10 +52,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get siteRestoreArtifactsBulkAdditionRequests from solutions + * Get a list of the siteRestoreArtifactsBulkAdditionRequest objects associated with a sharePointRestoreSession. The siteWebUrls property is deliberately omitted from the response body in order to limit the response size. * @param SiteRestoreArtifactsBulkAdditionRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifactsbulkadditionrequests?view=graph-rest-1.0 Find more info here */ public function get(?SiteRestoreArtifactsBulkAdditionRequestsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -66,11 +67,12 @@ public function get(?SiteRestoreArtifactsBulkAdditionRequestsRequestBuilderGetRe } /** - * Create new navigation property to siteRestoreArtifactsBulkAdditionRequests for solutions + * Create a new siteRestoreArtifactsBulkAdditionRequest object associated with a sharePointRestoreSession. The following steps describe how to create and manage a sharePointRestoreSession with bulk artifact additions: * @param SiteRestoreArtifactsBulkAdditionRequest $body The request body * @param SiteRestoreArtifactsBulkAdditionRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/sharepointrestoresession-post-siterestoreartifactsbulkadditionrequests?view=graph-rest-1.0 Find more info here */ public function post(SiteRestoreArtifactsBulkAdditionRequest $body, ?SiteRestoreArtifactsBulkAdditionRequestsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -81,7 +83,7 @@ public function post(SiteRestoreArtifactsBulkAdditionRequest $body, ?SiteRestore } /** - * Get siteRestoreArtifactsBulkAdditionRequests from solutions + * Get a list of the siteRestoreArtifactsBulkAdditionRequest objects associated with a sharePointRestoreSession. The siteWebUrls property is deliberately omitted from the response body in order to limit the response size. * @param SiteRestoreArtifactsBulkAdditionRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -102,7 +104,7 @@ public function toGetRequestInformation(?SiteRestoreArtifactsBulkAdditionRequest } /** - * Create new navigation property to siteRestoreArtifactsBulkAdditionRequests for solutions + * Create a new siteRestoreArtifactsBulkAdditionRequest object associated with a sharePointRestoreSession. The following steps describe how to create and manage a sharePointRestoreSession with bulk artifact additions: * @param SiteRestoreArtifactsBulkAdditionRequest $body The request body * @param SiteRestoreArtifactsBulkAdditionRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifactsBulkAdditionRequests/SiteRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters.php b/src/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifactsBulkAdditionRequests/SiteRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters.php index 61fa48d01c7..acbcd9c6fdc 100644 --- a/src/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifactsBulkAdditionRequests/SiteRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Solutions/BackupRestore/SharePointRestoreSessions/Item/SiteRestoreArtifactsBulkAdditionRequests/SiteRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get siteRestoreArtifactsBulkAdditionRequests from solutions + * Get a list of the siteRestoreArtifactsBulkAdditionRequest objects associated with a sharePointRestoreSession. The siteWebUrls property is deliberately omitted from the response body in order to limit the response size. */ class SiteRestoreArtifactsBulkAdditionRequestsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.php b/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.php index a9a419c07bb..ba88609dded 100644 --- a/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.php @@ -75,12 +75,12 @@ public function get(?RepliesRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create a new reply to a chatMessage in a specified channel. + * Send a new reply to a chatMessage in a specified channel. * @param ChatMessage $body The request body * @param RepliesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0 Find more info here */ public function post(ChatMessage $body, ?RepliesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -112,7 +112,7 @@ public function toGetRequestInformation(?RepliesRequestBuilderGetRequestConfigur } /** - * Create a new reply to a chatMessage in a specified channel. + * Send a new reply to a chatMessage in a specified channel. * @param ChatMessage $body The request body * @param RepliesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/Schedule/TimeCards/ClockIn/ClockInPostRequestBody.php b/src/Generated/Teams/Item/Schedule/TimeCards/ClockIn/ClockInPostRequestBody.php index 6af2c00abf9..5bd912c4700 100644 --- a/src/Generated/Teams/Item/Schedule/TimeCards/ClockIn/ClockInPostRequestBody.php +++ b/src/Generated/Teams/Item/Schedule/TimeCards/ClockIn/ClockInPostRequestBody.php @@ -65,6 +65,7 @@ public function getFieldDeserializers(): array { return [ 'isAtApprovedLocation' => fn(ParseNode $n) => $o->setIsAtApprovedLocation($n->getBooleanValue()), 'notes' => fn(ParseNode $n) => $o->setNotes($n->getObjectValue([ItemBody::class, 'createFromDiscriminatorValue'])), + 'onBehalfOfUserId' => fn(ParseNode $n) => $o->setOnBehalfOfUserId($n->getStringValue()), ]; } @@ -92,6 +93,18 @@ public function getNotes(): ?ItemBody { throw new \UnexpectedValueException("Invalid type found in backing store for 'notes'"); } + /** + * Gets the onBehalfOfUserId property value. The onBehalfOfUserId property + * @return string|null + */ + public function getOnBehalfOfUserId(): ?string { + $val = $this->getBackingStore()->get('onBehalfOfUserId'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'onBehalfOfUserId'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model @@ -99,6 +112,7 @@ public function getNotes(): ?ItemBody { public function serialize(SerializationWriter $writer): void { $writer->writeBooleanValue('isAtApprovedLocation', $this->getIsAtApprovedLocation()); $writer->writeObjectValue('notes', $this->getNotes()); + $writer->writeStringValue('onBehalfOfUserId', $this->getOnBehalfOfUserId()); $writer->writeAdditionalData($this->getAdditionalData()); } @@ -134,4 +148,12 @@ public function setNotes(?ItemBody $value): void { $this->getBackingStore()->set('notes', $value); } + /** + * Sets the onBehalfOfUserId property value. The onBehalfOfUserId property + * @param string|null $value Value to set for the onBehalfOfUserId property. + */ + public function setOnBehalfOfUserId(?string $value): void { + $this->getBackingStore()->set('onBehalfOfUserId', $value); + } + } diff --git a/src/Generated/Teams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.php b/src/Generated/Teams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.php index 6514e9de1d6..adce89d085b 100644 --- a/src/Generated/Teams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.php +++ b/src/Generated/Teams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.php @@ -67,11 +67,12 @@ public function get(?TimeOffRequestsRequestBuilderGetRequestConfiguration $reque } /** - * Create new navigation property to timeOffRequests for teams + * Create instance of a timeoffrequest object. * @param TimeOffRequest $body The request body * @param TimeOffRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/timeoffrequest-post?view=graph-rest-1.0 Find more info here */ public function post(TimeOffRequest $body, ?TimeOffRequestsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -103,7 +104,7 @@ public function toGetRequestInformation(?TimeOffRequestsRequestBuilderGetRequest } /** - * Create new navigation property to timeOffRequests for teams + * Create instance of a timeoffrequest object. * @param TimeOffRequest $body The request body * @param TimeOffRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/TenantRelationships/MultiTenantOrganization/MultiTenantOrganizationRequestBuilder.php b/src/Generated/TenantRelationships/MultiTenantOrganization/MultiTenantOrganizationRequestBuilder.php index 2abc4972dc7..ea912f9dee8 100644 --- a/src/Generated/TenantRelationships/MultiTenantOrganization/MultiTenantOrganizationRequestBuilder.php +++ b/src/Generated/TenantRelationships/MultiTenantOrganization/MultiTenantOrganizationRequestBuilder.php @@ -62,12 +62,12 @@ public function get(?MultiTenantOrganizationRequestBuilderGetRequestConfiguratio } /** - * Update the properties of a multitenant organization. + * Create a new multitenant organization. By default, the creator tenant becomes an owner tenant upon successful creation. Only owner tenants can manage a multitenant organization. * @param MultiTenantOrganization $body The request body * @param MultiTenantOrganizationRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/tenantrelationship-put-multitenantorganization?view=graph-rest-1.0 Find more info here */ public function patch(MultiTenantOrganization $body, ?MultiTenantOrganizationRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -99,7 +99,7 @@ public function toGetRequestInformation(?MultiTenantOrganizationRequestBuilderGe } /** - * Update the properties of a multitenant organization. + * Create a new multitenant organization. By default, the creator tenant becomes an owner tenant upon successful creation. Only owner tenants can manage a multitenant organization. * @param MultiTenantOrganization $body The request body * @param MultiTenantOrganizationRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeCards/ClockIn/ClockInPostRequestBody.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeCards/ClockIn/ClockInPostRequestBody.php index 7ddda2affa6..5d847f59130 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeCards/ClockIn/ClockInPostRequestBody.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeCards/ClockIn/ClockInPostRequestBody.php @@ -65,6 +65,7 @@ public function getFieldDeserializers(): array { return [ 'isAtApprovedLocation' => fn(ParseNode $n) => $o->setIsAtApprovedLocation($n->getBooleanValue()), 'notes' => fn(ParseNode $n) => $o->setNotes($n->getObjectValue([ItemBody::class, 'createFromDiscriminatorValue'])), + 'onBehalfOfUserId' => fn(ParseNode $n) => $o->setOnBehalfOfUserId($n->getStringValue()), ]; } @@ -92,6 +93,18 @@ public function getNotes(): ?ItemBody { throw new \UnexpectedValueException("Invalid type found in backing store for 'notes'"); } + /** + * Gets the onBehalfOfUserId property value. The onBehalfOfUserId property + * @return string|null + */ + public function getOnBehalfOfUserId(): ?string { + $val = $this->getBackingStore()->get('onBehalfOfUserId'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'onBehalfOfUserId'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model @@ -99,6 +112,7 @@ public function getNotes(): ?ItemBody { public function serialize(SerializationWriter $writer): void { $writer->writeBooleanValue('isAtApprovedLocation', $this->getIsAtApprovedLocation()); $writer->writeObjectValue('notes', $this->getNotes()); + $writer->writeStringValue('onBehalfOfUserId', $this->getOnBehalfOfUserId()); $writer->writeAdditionalData($this->getAdditionalData()); } @@ -134,4 +148,12 @@ public function setNotes(?ItemBody $value): void { $this->getBackingStore()->set('notes', $value); } + /** + * Sets the onBehalfOfUserId property value. The onBehalfOfUserId property + * @param string|null $value Value to set for the onBehalfOfUserId property. + */ + public function setOnBehalfOfUserId(?string $value): void { + $this->getBackingStore()->set('onBehalfOfUserId', $value); + } + } diff --git a/src/Generated/Users/Item/Presence/PresenceRequestBuilder.php b/src/Generated/Users/Item/Presence/PresenceRequestBuilder.php index 93c6868c74c..b431f223449 100644 --- a/src/Generated/Users/Item/Presence/PresenceRequestBuilder.php +++ b/src/Generated/Users/Item/Presence/PresenceRequestBuilder.php @@ -85,11 +85,11 @@ public function delete(?PresenceRequestBuilderDeleteRequestConfiguration $reques } /** - * Get a user's presence information. + * Set a presence status message for a user. An optional expiration date and time can be supplied. * @param PresenceRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0 Find more info here */ public function get(?PresenceRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -132,7 +132,7 @@ public function toDeleteRequestInformation(?PresenceRequestBuilderDeleteRequestC } /** - * Get a user's presence information. + * Set a presence status message for a user. An optional expiration date and time can be supplied. * @param PresenceRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Presence/PresenceRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Presence/PresenceRequestBuilderGetQueryParameters.php index 3794e0b7d32..7aecc5f7422 100644 --- a/src/Generated/Users/Item/Presence/PresenceRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Presence/PresenceRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a user's presence information. + * Set a presence status message for a user. An optional expiration date and time can be supplied. */ class PresenceRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/UserItemRequestBuilder.php b/src/Generated/Users/Item/UserItemRequestBuilder.php index 648c40025cb..599fa7136f2 100644 --- a/src/Generated/Users/Item/UserItemRequestBuilder.php +++ b/src/Generated/Users/Item/UserItemRequestBuilder.php @@ -625,11 +625,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a user object. When deleted, user resources, including their mailbox and license assignments, are moved to a temporary container and if the user is restored within 30 days, these objects are restored to them. The user is also restored to any groups they were a member of. After 30 days and if not restored, the user object is permanently deleted and their assigned resources freed. To manage the deleted user object, see deletedItems. + * Deletes a user. * @param UserItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-onboarding-user-delete?view=graph-rest-1.0 Find more info here */ public function delete(?UserItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -691,7 +691,7 @@ public function reminderViewWithStartDateTimeWithEndDateTime(string $endDateTime } /** - * Delete a user object. When deleted, user resources, including their mailbox and license assignments, are moved to a temporary container and if the user is restored within 30 days, these objects are restored to them. The user is also restored to any groups they were a member of. After 30 days and if not restored, the user object is permanently deleted and their assigned resources freed. To manage the deleted user object, see deletedItems. + * Deletes a user. * @param UserItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/UsersWithUserPrincipalName/UsersWithUserPrincipalNameRequestBuilder.php b/src/Generated/UsersWithUserPrincipalName/UsersWithUserPrincipalNameRequestBuilder.php index ebb29edc648..b228e4a9b5b 100644 --- a/src/Generated/UsersWithUserPrincipalName/UsersWithUserPrincipalNameRequestBuilder.php +++ b/src/Generated/UsersWithUserPrincipalName/UsersWithUserPrincipalNameRequestBuilder.php @@ -34,11 +34,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a user object. When deleted, user resources, including their mailbox and license assignments, are moved to a temporary container and if the user is restored within 30 days, these objects are restored to them. The user is also restored to any groups they were a member of. After 30 days and if not restored, the user object is permanently deleted and their assigned resources freed. To manage the deleted user object, see deletedItems. + * Deletes a user. * @param UsersWithUserPrincipalNameRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-onboarding-user-delete?view=graph-rest-1.0 Find more info here */ public function delete(?UsersWithUserPrincipalNameRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -80,7 +80,7 @@ public function patch(User $body, ?UsersWithUserPrincipalNameRequestBuilderPatch } /** - * Delete a user object. When deleted, user resources, including their mailbox and license assignments, are moved to a temporary container and if the user is restored within 30 days, these objects are restored to them. The user is also restored to any groups they were a member of. After 30 days and if not restored, the user object is permanently deleted and their assigned resources freed. To manage the deleted user object, see deletedItems. + * Deletes a user. * @param UsersWithUserPrincipalNameRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/kiota-dom-export.txt b/src/Generated/kiota-dom-export.txt index 29a19eda5b8..d5ce5f275b0 100644 --- a/src/Generated/kiota-dom-export.txt +++ b/src/Generated/kiota-dom-export.txt @@ -95569,11 +95569,13 @@ Microsoft\Graph\Generated.groups.item.team.schedule.timeCards.clockIn.clockInPos Microsoft\Graph\Generated.groups.item.team.schedule.timeCards.clockIn.clockInPostRequestBody::|public|GetFieldDeserializers():array Microsoft\Graph\Generated.groups.item.team.schedule.timeCards.clockIn.clockInPostRequestBody::|public|getIsAtApprovedLocation():bool Microsoft\Graph\Generated.groups.item.team.schedule.timeCards.clockIn.clockInPostRequestBody::|public|getNotes():ItemBody +Microsoft\Graph\Generated.groups.item.team.schedule.timeCards.clockIn.clockInPostRequestBody::|public|getOnBehalfOfUserId():string Microsoft\Graph\Generated.groups.item.team.schedule.timeCards.clockIn.clockInPostRequestBody::|public|Serialize(writer:ISerializationWriter):void Microsoft\Graph\Generated.groups.item.team.schedule.timeCards.clockIn.clockInPostRequestBody::|public|setAdditionalData(value?:array):void Microsoft\Graph\Generated.groups.item.team.schedule.timeCards.clockIn.clockInPostRequestBody::|public|setBackingStore(value:BackingStore):void Microsoft\Graph\Generated.groups.item.team.schedule.timeCards.clockIn.clockInPostRequestBody::|public|setIsAtApprovedLocation(value?:bool):void Microsoft\Graph\Generated.groups.item.team.schedule.timeCards.clockIn.clockInPostRequestBody::|public|setNotes(value?:ItemBody):void +Microsoft\Graph\Generated.groups.item.team.schedule.timeCards.clockIn.clockInPostRequestBody::|public|setOnBehalfOfUserId(value?:string):void Microsoft\Graph\Generated.groups.item.team.schedule.timeCards.clockIn.clockInPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:ParseNode):ClockInPostRequestBody Microsoft\Graph\Generated.groups.item.team.schedule.timeCards.clockIn.clockInPostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable Microsoft\Graph\Generated.groups.item.team.schedule.timeCards.clockIn.ClockInRequestBuilder-->BaseRequestBuilder @@ -116038,6 +116040,27 @@ Microsoft\Graph\Generated.identityProtection.riskyUsers.confirmCompromised.Confi Microsoft\Graph\Generated.identityProtection.riskyUsers.confirmCompromised.ConfirmCompromisedRequestBuilder::|public|WithUrl(rawUrl:string):ConfirmCompromisedRequestBuilder Microsoft\Graph\Generated.identityProtection.riskyUsers.confirmCompromised.confirmCompromisedRequestBuilderPostRequestConfiguration-->BaseRequestConfiguration Microsoft\Graph\Generated.identityProtection.riskyUsers.confirmCompromised.confirmCompromisedRequestBuilderPostRequestConfiguration::|public|constructor(headers?:array; options?:array):void +Microsoft\Graph\Generated.identityProtection.riskyUsers.confirmSafe.confirmSafePostRequestBody::|public|constructor():void +Microsoft\Graph\Generated.identityProtection.riskyUsers.confirmSafe.confirmSafePostRequestBody::|public|getAdditionalData():array +Microsoft\Graph\Generated.identityProtection.riskyUsers.confirmSafe.confirmSafePostRequestBody::|public|getBackingStore():BackingStore +Microsoft\Graph\Generated.identityProtection.riskyUsers.confirmSafe.confirmSafePostRequestBody::|public|GetFieldDeserializers():array +Microsoft\Graph\Generated.identityProtection.riskyUsers.confirmSafe.confirmSafePostRequestBody::|public|getUserIds():array +Microsoft\Graph\Generated.identityProtection.riskyUsers.confirmSafe.confirmSafePostRequestBody::|public|Serialize(writer:ISerializationWriter):void +Microsoft\Graph\Generated.identityProtection.riskyUsers.confirmSafe.confirmSafePostRequestBody::|public|setAdditionalData(value?:array):void +Microsoft\Graph\Generated.identityProtection.riskyUsers.confirmSafe.confirmSafePostRequestBody::|public|setBackingStore(value:BackingStore):void +Microsoft\Graph\Generated.identityProtection.riskyUsers.confirmSafe.confirmSafePostRequestBody::|public|setUserIds(value?:array):void +Microsoft\Graph\Generated.identityProtection.riskyUsers.confirmSafe.confirmSafePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:ParseNode):ConfirmSafePostRequestBody +Microsoft\Graph\Generated.identityProtection.riskyUsers.confirmSafe.confirmSafePostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable +Microsoft\Graph\Generated.identityProtection.riskyUsers.confirmSafe.ConfirmSafeRequestBuilder-->BaseRequestBuilder +Microsoft\Graph\Generated.identityProtection.riskyUsers.confirmSafe.ConfirmSafeRequestBuilder::|public|constructor(pathParameters:array; requestAdapter:RequestAdapter):void +Microsoft\Graph\Generated.identityProtection.riskyUsers.confirmSafe.ConfirmSafeRequestBuilder::|public|pathParameters:array +Microsoft\Graph\Generated.identityProtection.riskyUsers.confirmSafe.ConfirmSafeRequestBuilder::|public|Post(body:ConfirmSafePostRequestBody; requestConfiguration?:ConfirmSafeRequestBuilderPostRequestConfiguration):void +Microsoft\Graph\Generated.identityProtection.riskyUsers.confirmSafe.ConfirmSafeRequestBuilder::|public|requestAdapter:RequestAdapter +Microsoft\Graph\Generated.identityProtection.riskyUsers.confirmSafe.ConfirmSafeRequestBuilder::|public|ToPostRequestInformation(body:ConfirmSafePostRequestBody; requestConfiguration?:ConfirmSafeRequestBuilderPostRequestConfiguration):RequestInformation +Microsoft\Graph\Generated.identityProtection.riskyUsers.confirmSafe.ConfirmSafeRequestBuilder::|public|urlTemplate:string +Microsoft\Graph\Generated.identityProtection.riskyUsers.confirmSafe.ConfirmSafeRequestBuilder::|public|WithUrl(rawUrl:string):ConfirmSafeRequestBuilder +Microsoft\Graph\Generated.identityProtection.riskyUsers.confirmSafe.confirmSafeRequestBuilderPostRequestConfiguration-->BaseRequestConfiguration +Microsoft\Graph\Generated.identityProtection.riskyUsers.confirmSafe.confirmSafeRequestBuilderPostRequestConfiguration::|public|constructor(headers?:array; options?:array):void Microsoft\Graph\Generated.identityProtection.riskyUsers.count.CountRequestBuilder-->BaseRequestBuilder Microsoft\Graph\Generated.identityProtection.riskyUsers.count.CountRequestBuilder::|public|constructor(pathParameters:array; requestAdapter:RequestAdapter):void Microsoft\Graph\Generated.identityProtection.riskyUsers.count.CountRequestBuilder::|public|Get(requestConfiguration?:CountRequestBuilderGetRequestConfiguration):int @@ -116166,6 +116189,7 @@ Microsoft\Graph\Generated.identityProtection.riskyUsers.item.RiskyUserItemReques Microsoft\Graph\Generated.identityProtection.riskyUsers.RiskyUsersRequestBuilder-->BaseRequestBuilder Microsoft\Graph\Generated.identityProtection.riskyUsers.RiskyUsersRequestBuilder::|public|ByRiskyUserId(riskyUserId:string):RiskyUserItemRequestBuilder Microsoft\Graph\Generated.identityProtection.riskyUsers.RiskyUsersRequestBuilder::|public|confirmCompromised:ConfirmCompromisedRequestBuilder +Microsoft\Graph\Generated.identityProtection.riskyUsers.RiskyUsersRequestBuilder::|public|confirmSafe:ConfirmSafeRequestBuilder Microsoft\Graph\Generated.identityProtection.riskyUsers.RiskyUsersRequestBuilder::|public|constructor(pathParameters:array; requestAdapter:RequestAdapter):void Microsoft\Graph\Generated.identityProtection.riskyUsers.RiskyUsersRequestBuilder::|public|Count:CountRequestBuilder Microsoft\Graph\Generated.identityProtection.riskyUsers.RiskyUsersRequestBuilder::|public|dismiss:DismissRequestBuilder @@ -118425,82 +118449,63 @@ Microsoft\Graph\Generated.models.aiInteraction::|public|setMentions(value?:array Microsoft\Graph\Generated.models.aiInteraction::|public|setRequestId(value?:string):void Microsoft\Graph\Generated.models.aiInteraction::|public|setSessionId(value?:string):void Microsoft\Graph\Generated.models.aiInteraction::|static|public|CreateFromDiscriminatorValue(parseNode:ParseNode):AiInteraction +Microsoft\Graph\Generated.models.aiInteractionAttachment-->Entity Microsoft\Graph\Generated.models.aiInteractionAttachment::|public|constructor():void -Microsoft\Graph\Generated.models.aiInteractionAttachment::|public|getAdditionalData():array Microsoft\Graph\Generated.models.aiInteractionAttachment::|public|getAttachmentId():string -Microsoft\Graph\Generated.models.aiInteractionAttachment::|public|getBackingStore():BackingStore Microsoft\Graph\Generated.models.aiInteractionAttachment::|public|getContent():string Microsoft\Graph\Generated.models.aiInteractionAttachment::|public|getContentType():string Microsoft\Graph\Generated.models.aiInteractionAttachment::|public|getContentUrl():string Microsoft\Graph\Generated.models.aiInteractionAttachment::|public|GetFieldDeserializers():array Microsoft\Graph\Generated.models.aiInteractionAttachment::|public|getName():string -Microsoft\Graph\Generated.models.aiInteractionAttachment::|public|getOdataType():string +Microsoft\Graph\Generated.models.aiInteractionAttachment::|public|OdataType:string Microsoft\Graph\Generated.models.aiInteractionAttachment::|public|Serialize(writer:ISerializationWriter):void -Microsoft\Graph\Generated.models.aiInteractionAttachment::|public|setAdditionalData(value?:array):void Microsoft\Graph\Generated.models.aiInteractionAttachment::|public|setAttachmentId(value?:string):void -Microsoft\Graph\Generated.models.aiInteractionAttachment::|public|setBackingStore(value:BackingStore):void Microsoft\Graph\Generated.models.aiInteractionAttachment::|public|setContent(value?:string):void Microsoft\Graph\Generated.models.aiInteractionAttachment::|public|setContentType(value?:string):void Microsoft\Graph\Generated.models.aiInteractionAttachment::|public|setContentUrl(value?:string):void Microsoft\Graph\Generated.models.aiInteractionAttachment::|public|setName(value?:string):void -Microsoft\Graph\Generated.models.aiInteractionAttachment::|public|setOdataType(value?:string):void Microsoft\Graph\Generated.models.aiInteractionAttachment::|static|public|CreateFromDiscriminatorValue(parseNode:ParseNode):AiInteractionAttachment -Microsoft\Graph\Generated.models.aiInteractionAttachment~~>AdditionalDataHolder; BackedModel; Parsable +Microsoft\Graph\Generated.models.aiInteractionContext-->Entity Microsoft\Graph\Generated.models.aiInteractionContext::|public|constructor():void -Microsoft\Graph\Generated.models.aiInteractionContext::|public|getAdditionalData():array -Microsoft\Graph\Generated.models.aiInteractionContext::|public|getBackingStore():BackingStore Microsoft\Graph\Generated.models.aiInteractionContext::|public|getContextReference():string Microsoft\Graph\Generated.models.aiInteractionContext::|public|getContextType():string Microsoft\Graph\Generated.models.aiInteractionContext::|public|getDisplayName():string Microsoft\Graph\Generated.models.aiInteractionContext::|public|GetFieldDeserializers():array -Microsoft\Graph\Generated.models.aiInteractionContext::|public|getOdataType():string +Microsoft\Graph\Generated.models.aiInteractionContext::|public|OdataType:string Microsoft\Graph\Generated.models.aiInteractionContext::|public|Serialize(writer:ISerializationWriter):void -Microsoft\Graph\Generated.models.aiInteractionContext::|public|setAdditionalData(value?:array):void -Microsoft\Graph\Generated.models.aiInteractionContext::|public|setBackingStore(value:BackingStore):void Microsoft\Graph\Generated.models.aiInteractionContext::|public|setContextReference(value?:string):void Microsoft\Graph\Generated.models.aiInteractionContext::|public|setContextType(value?:string):void Microsoft\Graph\Generated.models.aiInteractionContext::|public|setDisplayName(value?:string):void -Microsoft\Graph\Generated.models.aiInteractionContext::|public|setOdataType(value?:string):void Microsoft\Graph\Generated.models.aiInteractionContext::|static|public|CreateFromDiscriminatorValue(parseNode:ParseNode):AiInteractionContext -Microsoft\Graph\Generated.models.aiInteractionContext~~>AdditionalDataHolder; BackedModel; Parsable Microsoft\Graph\Generated.models.aiInteractionHistory-->Entity Microsoft\Graph\Generated.models.aiInteractionHistory::|public|constructor():void Microsoft\Graph\Generated.models.aiInteractionHistory::|public|GetFieldDeserializers():array Microsoft\Graph\Generated.models.aiInteractionHistory::|public|OdataType:string Microsoft\Graph\Generated.models.aiInteractionHistory::|public|Serialize(writer:ISerializationWriter):void Microsoft\Graph\Generated.models.aiInteractionHistory::|static|public|CreateFromDiscriminatorValue(parseNode:ParseNode):AiInteractionHistory +Microsoft\Graph\Generated.models.aiInteractionLink-->Entity Microsoft\Graph\Generated.models.aiInteractionLink::|public|constructor():void -Microsoft\Graph\Generated.models.aiInteractionLink::|public|getAdditionalData():array -Microsoft\Graph\Generated.models.aiInteractionLink::|public|getBackingStore():BackingStore Microsoft\Graph\Generated.models.aiInteractionLink::|public|getDisplayName():string Microsoft\Graph\Generated.models.aiInteractionLink::|public|GetFieldDeserializers():array Microsoft\Graph\Generated.models.aiInteractionLink::|public|getLinkType():string Microsoft\Graph\Generated.models.aiInteractionLink::|public|getLinkUrl():string -Microsoft\Graph\Generated.models.aiInteractionLink::|public|getOdataType():string +Microsoft\Graph\Generated.models.aiInteractionLink::|public|OdataType:string Microsoft\Graph\Generated.models.aiInteractionLink::|public|Serialize(writer:ISerializationWriter):void -Microsoft\Graph\Generated.models.aiInteractionLink::|public|setAdditionalData(value?:array):void -Microsoft\Graph\Generated.models.aiInteractionLink::|public|setBackingStore(value:BackingStore):void Microsoft\Graph\Generated.models.aiInteractionLink::|public|setDisplayName(value?:string):void Microsoft\Graph\Generated.models.aiInteractionLink::|public|setLinkType(value?:string):void Microsoft\Graph\Generated.models.aiInteractionLink::|public|setLinkUrl(value?:string):void -Microsoft\Graph\Generated.models.aiInteractionLink::|public|setOdataType(value?:string):void Microsoft\Graph\Generated.models.aiInteractionLink::|static|public|CreateFromDiscriminatorValue(parseNode:ParseNode):AiInteractionLink -Microsoft\Graph\Generated.models.aiInteractionLink~~>AdditionalDataHolder; BackedModel; Parsable +Microsoft\Graph\Generated.models.aiInteractionMention-->Entity Microsoft\Graph\Generated.models.aiInteractionMention::|public|constructor():void -Microsoft\Graph\Generated.models.aiInteractionMention::|public|getAdditionalData():array -Microsoft\Graph\Generated.models.aiInteractionMention::|public|getBackingStore():BackingStore Microsoft\Graph\Generated.models.aiInteractionMention::|public|GetFieldDeserializers():array Microsoft\Graph\Generated.models.aiInteractionMention::|public|getMentioned():AiInteractionMentionedIdentitySet Microsoft\Graph\Generated.models.aiInteractionMention::|public|getMentionId():int Microsoft\Graph\Generated.models.aiInteractionMention::|public|getMentionText():string -Microsoft\Graph\Generated.models.aiInteractionMention::|public|getOdataType():string +Microsoft\Graph\Generated.models.aiInteractionMention::|public|OdataType:string Microsoft\Graph\Generated.models.aiInteractionMention::|public|Serialize(writer:ISerializationWriter):void -Microsoft\Graph\Generated.models.aiInteractionMention::|public|setAdditionalData(value?:array):void -Microsoft\Graph\Generated.models.aiInteractionMention::|public|setBackingStore(value:BackingStore):void Microsoft\Graph\Generated.models.aiInteractionMention::|public|setMentioned(value?:AiInteractionMentionedIdentitySet):void Microsoft\Graph\Generated.models.aiInteractionMention::|public|setMentionId(value?:int):void Microsoft\Graph\Generated.models.aiInteractionMention::|public|setMentionText(value?:string):void -Microsoft\Graph\Generated.models.aiInteractionMention::|public|setOdataType(value?:string):void Microsoft\Graph\Generated.models.aiInteractionMention::|static|public|CreateFromDiscriminatorValue(parseNode:ParseNode):AiInteractionMention Microsoft\Graph\Generated.models.aiInteractionMentionedIdentitySet-->IdentitySet Microsoft\Graph\Generated.models.aiInteractionMentionedIdentitySet::|public|constructor():void @@ -118512,7 +118517,6 @@ Microsoft\Graph\Generated.models.aiInteractionMentionedIdentitySet::|public|Seri Microsoft\Graph\Generated.models.aiInteractionMentionedIdentitySet::|public|setConversation(value?:TeamworkConversationIdentity):void Microsoft\Graph\Generated.models.aiInteractionMentionedIdentitySet::|public|setTag(value?:TeamworkTagIdentity):void Microsoft\Graph\Generated.models.aiInteractionMentionedIdentitySet::|static|public|CreateFromDiscriminatorValue(parseNode:ParseNode):AiInteractionMentionedIdentitySet -Microsoft\Graph\Generated.models.aiInteractionMention~~>AdditionalDataHolder; BackedModel; Parsable Microsoft\Graph\Generated.models.aiInteractionType::0000-userPrompt Microsoft\Graph\Generated.models.aiInteractionType::0001-aiResponse Microsoft\Graph\Generated.models.aiInteractionType::0002-unknownFutureValue @@ -207886,11 +207890,13 @@ Microsoft\Graph\Generated.teams.item.schedule.timeCards.clockIn.clockInPostReque Microsoft\Graph\Generated.teams.item.schedule.timeCards.clockIn.clockInPostRequestBody::|public|GetFieldDeserializers():array Microsoft\Graph\Generated.teams.item.schedule.timeCards.clockIn.clockInPostRequestBody::|public|getIsAtApprovedLocation():bool Microsoft\Graph\Generated.teams.item.schedule.timeCards.clockIn.clockInPostRequestBody::|public|getNotes():ItemBody +Microsoft\Graph\Generated.teams.item.schedule.timeCards.clockIn.clockInPostRequestBody::|public|getOnBehalfOfUserId():string Microsoft\Graph\Generated.teams.item.schedule.timeCards.clockIn.clockInPostRequestBody::|public|Serialize(writer:ISerializationWriter):void Microsoft\Graph\Generated.teams.item.schedule.timeCards.clockIn.clockInPostRequestBody::|public|setAdditionalData(value?:array):void Microsoft\Graph\Generated.teams.item.schedule.timeCards.clockIn.clockInPostRequestBody::|public|setBackingStore(value:BackingStore):void Microsoft\Graph\Generated.teams.item.schedule.timeCards.clockIn.clockInPostRequestBody::|public|setIsAtApprovedLocation(value?:bool):void Microsoft\Graph\Generated.teams.item.schedule.timeCards.clockIn.clockInPostRequestBody::|public|setNotes(value?:ItemBody):void +Microsoft\Graph\Generated.teams.item.schedule.timeCards.clockIn.clockInPostRequestBody::|public|setOnBehalfOfUserId(value?:string):void Microsoft\Graph\Generated.teams.item.schedule.timeCards.clockIn.clockInPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:ParseNode):ClockInPostRequestBody Microsoft\Graph\Generated.teams.item.schedule.timeCards.clockIn.clockInPostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable Microsoft\Graph\Generated.teams.item.schedule.timeCards.clockIn.ClockInRequestBuilder-->BaseRequestBuilder @@ -236337,11 +236343,13 @@ Microsoft\Graph\Generated.users.item.joinedTeams.item.schedule.timeCards.clockIn Microsoft\Graph\Generated.users.item.joinedTeams.item.schedule.timeCards.clockIn.clockInPostRequestBody::|public|GetFieldDeserializers():array Microsoft\Graph\Generated.users.item.joinedTeams.item.schedule.timeCards.clockIn.clockInPostRequestBody::|public|getIsAtApprovedLocation():bool Microsoft\Graph\Generated.users.item.joinedTeams.item.schedule.timeCards.clockIn.clockInPostRequestBody::|public|getNotes():ItemBody +Microsoft\Graph\Generated.users.item.joinedTeams.item.schedule.timeCards.clockIn.clockInPostRequestBody::|public|getOnBehalfOfUserId():string Microsoft\Graph\Generated.users.item.joinedTeams.item.schedule.timeCards.clockIn.clockInPostRequestBody::|public|Serialize(writer:ISerializationWriter):void Microsoft\Graph\Generated.users.item.joinedTeams.item.schedule.timeCards.clockIn.clockInPostRequestBody::|public|setAdditionalData(value?:array):void Microsoft\Graph\Generated.users.item.joinedTeams.item.schedule.timeCards.clockIn.clockInPostRequestBody::|public|setBackingStore(value:BackingStore):void Microsoft\Graph\Generated.users.item.joinedTeams.item.schedule.timeCards.clockIn.clockInPostRequestBody::|public|setIsAtApprovedLocation(value?:bool):void Microsoft\Graph\Generated.users.item.joinedTeams.item.schedule.timeCards.clockIn.clockInPostRequestBody::|public|setNotes(value?:ItemBody):void +Microsoft\Graph\Generated.users.item.joinedTeams.item.schedule.timeCards.clockIn.clockInPostRequestBody::|public|setOnBehalfOfUserId(value?:string):void Microsoft\Graph\Generated.users.item.joinedTeams.item.schedule.timeCards.clockIn.clockInPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:ParseNode):ClockInPostRequestBody Microsoft\Graph\Generated.users.item.joinedTeams.item.schedule.timeCards.clockIn.clockInPostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable Microsoft\Graph\Generated.users.item.joinedTeams.item.schedule.timeCards.clockIn.ClockInRequestBuilder-->BaseRequestBuilder diff --git a/src/Generated/kiota-lock.json b/src/Generated/kiota-lock.json index ea9db6ed9df..5a50663e18f 100644 --- a/src/Generated/kiota-lock.json +++ b/src/Generated/kiota-lock.json @@ -1,5 +1,5 @@ { - "descriptionHash": "B5A4149FBFB92197EAAB2C6C1D0D838E942250C69CAC42920E6E6E97F32889B5B1F565896EC586A62B27666BE7B11D89EA2BE073B9E77A0AA1252F3A156D33C2", + "descriptionHash": "7DCFFC3F1188DB1EC654E5B3D782EA38535D557509EE67A819E9508A47601962EA05A39D228728067D7FA1C7E62950C20F305D2AF18B8F23B565F59B61D40DF5", "descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml", "lockFileVersion": "1.0.0", "kiotaVersion": "1.27.0",