diff --git a/README.md b/README.md index 2af2430ea77..d769a6a015e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ You can install the PHP SDK with Composer by editing your `composer.json` file: ``` { "require": { - "microsoft/microsoft-graph": "^2.9.0" + "microsoft/microsoft-graph": "^2.10.0" } } ``` diff --git a/src/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.php b/src/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.php index 95257bc5ead..73cebe29760 100644 --- a/src/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.php +++ b/src/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.php @@ -46,11 +46,11 @@ public function delete(?ConversationMemberItemRequestBuilderDeleteRequestConfigu } /** - * Retrieve a conversationMember from a chat. + * Retrieve a conversationMember from a chat or channel. * @param ConversationMemberItemRequestBuilderGetRequestConfiguration|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/chat-get-members?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0 Find more info here */ public function get(?ConversationMemberItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -94,7 +94,7 @@ public function toDeleteRequestInformation(?ConversationMemberItemRequestBuilder } /** - * Retrieve a conversationMember from a chat. + * Retrieve a conversationMember from a chat or channel. * @param ConversationMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php b/src/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php index 421bd7f2048..13da59c62c1 100644 --- a/src/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a conversationMember from a chat. + * Retrieve a conversationMember from a chat or channel. */ class ConversationMemberItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Communications/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.php b/src/Generated/Communications/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.php index 9922a79a250..695be522f75 100644 --- a/src/Generated/Communications/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.php +++ b/src/Generated/Communications/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete attendeeReport for the navigation property onlineMeetings in communications + * The content stream of the attendee report of a Microsoft Teams live event. Read-only. * @param AttendeeReportRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -45,7 +45,7 @@ public function delete(?AttendeeReportRequestBuilderDeleteRequestConfiguration $ } /** - * Get attendeeReport for the navigation property onlineMeetings from communications + * The content stream of the attendee report of a Microsoft Teams live event. Read-only. * @param AttendeeReportRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -61,7 +61,7 @@ public function get(?AttendeeReportRequestBuilderGetRequestConfiguration $reques } /** - * Update attendeeReport for the navigation property onlineMeetings in communications + * The content stream of the attendee report of a Microsoft Teams live event. Read-only. * @param StreamInterface $body Binary request body * @param AttendeeReportRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -78,7 +78,7 @@ public function put(StreamInterface $body, ?AttendeeReportRequestBuilderPutReque } /** - * Delete attendeeReport for the navigation property onlineMeetings in communications + * The content stream of the attendee report of a Microsoft Teams live event. Read-only. * @param AttendeeReportRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -96,7 +96,7 @@ public function toDeleteRequestInformation(?AttendeeReportRequestBuilderDeleteRe } /** - * Get attendeeReport for the navigation property onlineMeetings from communications + * The content stream of the attendee report of a Microsoft Teams live event. Read-only. * @param AttendeeReportRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -114,7 +114,7 @@ public function toGetRequestInformation(?AttendeeReportRequestBuilderGetRequestC } /** - * Update attendeeReport for the navigation property onlineMeetings in communications + * The content stream of the attendee report of a Microsoft Teams live event. Read-only. * @param StreamInterface $body Binary request body * @param AttendeeReportRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.php b/src/Generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.php index e505b1a1466..88287f64f28 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-partnerintegration-deviceappmanagement-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-policyset-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-apps-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 b87ed38f982..ea6ff0df539 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 managedAppPolicy object. + * Read properties and relationships of the managedAppConfiguration 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-managedapppolicy-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-get?view=graph-rest-1.0 Find more info here */ public function get(?ManagedAppPolicyItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -101,7 +101,7 @@ public function toDeleteRequestInformation(?ManagedAppPolicyItemRequestBuilderDe } /** - * Read properties and relationships of the managedAppPolicy object. + * Read properties and relationships of the managedAppConfiguration 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 58b0bb0c0c9..ef9bce96aef 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 managedAppPolicy object. + * Read properties and relationships of the managedAppConfiguration object. */ class ManagedAppPolicyItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.php b/src/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.php index c14dff918a3..c9e0d3a0088 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-managedappprotection-targetapps?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-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 afa996ecfce..8f7f96bcc46 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 managedAppConfiguration objects. + * List properties and relationships of the managedAppProtection 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-managedappconfiguration-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-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 managedAppConfiguration objects. + * List properties and relationships of the managedAppProtection 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 88d1f2c4ecd..9d829b0f939 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 managedAppConfiguration objects. + * List properties and relationships of the managedAppProtection 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 e141c5e3073..98d1e73293e 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-managedappprotection-targetapps?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-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 ae38e904200..f8dc868a894 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-managedappprotection-targetapps?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-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/ManagedAppStatuses/Item/ManagedAppStatusItemRequestBuilder.php b/src/Generated/DeviceAppManagement/ManagedAppStatuses/Item/ManagedAppStatusItemRequestBuilder.php index 767ab2c7107..1b81a537200 100644 --- a/src/Generated/DeviceAppManagement/ManagedAppStatuses/Item/ManagedAppStatusItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/ManagedAppStatuses/Item/ManagedAppStatusItemRequestBuilder.php @@ -45,11 +45,11 @@ public function delete(?ManagedAppStatusItemRequestBuilderDeleteRequestConfigura } /** - * Read properties and relationships of the managedAppStatus object. + * Read properties and relationships of the managedAppStatusRaw object. * @param ManagedAppStatusItemRequestBuilderGetRequestConfiguration|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-managedappstatus-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-mam-managedappstatusraw-get?view=graph-rest-1.0 Find more info here */ public function get(?ManagedAppStatusItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -93,7 +93,7 @@ public function toDeleteRequestInformation(?ManagedAppStatusItemRequestBuilderDe } /** - * Read properties and relationships of the managedAppStatus object. + * Read properties and relationships of the managedAppStatusRaw object. * @param ManagedAppStatusItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/ManagedAppStatuses/Item/ManagedAppStatusItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/ManagedAppStatuses/Item/ManagedAppStatusItemRequestBuilderGetQueryParameters.php index 1a778e35b25..e257e0cbe70 100644 --- a/src/Generated/DeviceAppManagement/ManagedAppStatuses/Item/ManagedAppStatusItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/ManagedAppStatuses/Item/ManagedAppStatusItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read properties and relationships of the managedAppStatus object. + * Read properties and relationships of the managedAppStatusRaw object. */ class ManagedAppStatusItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.php b/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.php index dd971dd2c2c..b364b796be0 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); @@ -46,11 +46,11 @@ public function delete(?ManagedEBookAssignmentItemRequestBuilderDeleteRequestCon } /** - * Read properties and relationships of the iosVppEBookAssignment object. + * Read properties and relationships of the managedEBookAssignment object. * @param ManagedEBookAssignmentItemRequestBuilderGetRequestConfiguration|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-iosvppebookassignment-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-get?view=graph-rest-1.0 Find more info here */ public function get(?ManagedEBookAssignmentItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -61,12 +61,12 @@ public function get(?ManagedEBookAssignmentItemRequestBuilderGetRequestConfigura } /** - * Update the properties of a managedEBookAssignment object. + * Update the properties of a iosVppEBookAssignment object. * @param ManagedEBookAssignment $body The request body * @param ManagedEBookAssignmentItemRequestBuilderPatchRequestConfiguration|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-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-update?view=graph-rest-1.0 Find more info here */ public function patch(ManagedEBookAssignment $body, ?ManagedEBookAssignmentItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $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 */ @@ -95,7 +95,7 @@ public function toDeleteRequestInformation(?ManagedEBookAssignmentItemRequestBui } /** - * Read properties and relationships of the iosVppEBookAssignment object. + * Read properties and relationships of the managedEBookAssignment object. * @param ManagedEBookAssignmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -116,7 +116,7 @@ public function toGetRequestInformation(?ManagedEBookAssignmentItemRequestBuilde } /** - * Update the properties of a managedEBookAssignment object. + * Update the properties of a iosVppEBookAssignment object. * @param ManagedEBookAssignment $body The request body * @param ManagedEBookAssignmentItemRequestBuilderPatchRequestConfiguration|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/Item/ManagedEBookAssignmentItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilderGetQueryParameters.php index fa920db8c52..854e051c551 100644 --- a/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read properties and relationships of the iosVppEBookAssignment object. + * Read properties and relationships of the managedEBookAssignment object. */ class ManagedEBookAssignmentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilder.php b/src/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilder.php index 336d1feb54c..f82eae537ba 100644 --- a/src/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilder.php @@ -52,11 +52,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List properties and relationships of the iosVppEBook objects. + * List properties and relationships of the managedEBook objects. * @param ManagedEBooksRequestBuilderGetRequestConfiguration|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-iosvppebook-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-books-managedebook-list?view=graph-rest-1.0 Find more info here */ public function get(?ManagedEBooksRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -83,7 +83,7 @@ public function post(ManagedEBook $body, ?ManagedEBooksRequestBuilderPostRequest } /** - * List properties and relationships of the iosVppEBook objects. + * List properties and relationships of the managedEBook objects. * @param ManagedEBooksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilderGetQueryParameters.php index 0e5165889f1..eaa732c2dd0 100644 --- a/src/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List properties and relationships of the iosVppEBook objects. + * List properties and relationships of the managedEBook objects. */ class ManagedEBooksRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.php index 3e80867291c..6cfa31634c9 100644 --- a/src/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.php @@ -94,11 +94,11 @@ public function delete(?ManagedDeviceMobileAppConfigurationItemRequestBuilderDel } /** - * Read properties and relationships of the managedDeviceMobileAppConfiguration object. + * Read properties and relationships of the iosMobileAppConfiguration object. * @param ManagedDeviceMobileAppConfigurationItemRequestBuilderGetRequestConfiguration|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-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-get?view=graph-rest-1.0 Find more info here */ public function get(?ManagedDeviceMobileAppConfigurationItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -143,7 +143,7 @@ public function toDeleteRequestInformation(?ManagedDeviceMobileAppConfigurationI } /** - * Read properties and relationships of the managedDeviceMobileAppConfiguration object. + * Read properties and relationships of the iosMobileAppConfiguration object. * @param ManagedDeviceMobileAppConfigurationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters.php index 22dd29d03d8..4b0240dadba 100644 --- a/src/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read properties and relationships of the managedDeviceMobileAppConfiguration object. + * Read properties and relationships of the iosMobileAppConfiguration object. */ class ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.php index d1251639626..69726746326 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 iosVppApp. + * Deletes a windowsMicrosoftEdgeApp. * @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-iosvppapp-delete?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-apps-windowsmicrosoftedgeapp-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 macOSOfficeSuiteApp 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-macosofficesuiteapp-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 iosStoreApp 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-iosstoreapp-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 iosVppApp. + * Deletes a windowsMicrosoftEdgeApp. * @param MobileAppItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -247,7 +247,7 @@ public function toDeleteRequestInformation(?MobileAppItemRequestBuilderDeleteReq } /** - * Read properties and relationships of the windowsAppX object. + * Read properties and relationships of the macOSOfficeSuiteApp object. * @param MobileAppItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -268,7 +268,7 @@ public function toGetRequestInformation(?MobileAppItemRequestBuilderGetRequestCo } /** - * Update the properties of a webApp object. + * Update the properties of a iosStoreApp 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..7bc1b9d9607 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 macOSOfficeSuiteApp object. */ class MobileAppItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.php index 2892dc781fc..e872dfab3b4 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 androidStoreApp objects. + * List properties and relationships of the windowsMobileMSI 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-androidstoreapp-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-apps-windowsmobilemsi-list?view=graph-rest-1.0 Find more info here */ public function get(?MobileAppsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -195,12 +195,12 @@ public function get(?MobileAppsRequestBuilderGetRequestConfiguration $requestCon } /** - * Create a new windowsWebApp object. + * Create a new macOSOfficeSuiteApp object. * @param MobileApp $body The request body * @param MobileAppsRequestBuilderPostRequestConfiguration|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-create?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-apps-macosofficesuiteapp-create?view=graph-rest-1.0 Find more info here */ public function post(MobileApp $body, ?MobileAppsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -211,7 +211,7 @@ public function post(MobileApp $body, ?MobileAppsRequestBuilderPostRequestConfig } /** - * List properties and relationships of the androidStoreApp objects. + * List properties and relationships of the windowsMobileMSI objects. * @param MobileAppsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -232,7 +232,7 @@ public function toGetRequestInformation(?MobileAppsRequestBuilderGetRequestConfi } /** - * Create a new windowsWebApp object. + * Create a new macOSOfficeSuiteApp object. * @param MobileApp $body The request body * @param MobileAppsRequestBuilderPostRequestConfiguration|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 1b80375edd7..ec8cf4b26b5 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 androidStoreApp objects. + * List properties and relationships of the windowsMobileMSI objects. */ class MobileAppsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.php b/src/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.php index c41f35534d6..8ac7e3c9d37 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 windows81CompliancePolicy objects. + * List properties and relationships of the macOSCompliancePolicy 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-windows81compliancepolicy-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-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 windows10CompliancePolicy 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-windows10compliancepolicy-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 windows81CompliancePolicy objects. + * List properties and relationships of the macOSCompliancePolicy 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 windows10CompliancePolicy 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 82d050ad739..2f89606b58e 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 windows81CompliancePolicy objects. + * List properties and relationships of the macOSCompliancePolicy objects. */ class DeviceCompliancePoliciesRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.php b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.php index d28c1335d8b..fa5f3394906 100644 --- a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.php +++ b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.php @@ -118,11 +118,11 @@ public function delete(?DeviceCompliancePolicyItemRequestBuilderDeleteRequestCon } /** - * Read properties and relationships of the androidCompliancePolicy object. + * Read properties and relationships of the windows81CompliancePolicy 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-androidcompliancepolicy-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81compliancepolicy-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 windowsPhone81CompliancePolicy object. + * Update the properties of a androidWorkProfileCompliancePolicy 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-windowsphone81compliancepolicy-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-update?view=graph-rest-1.0 Find more info here */ public function patch(DeviceCompliancePolicy $body, ?DeviceCompliancePolicyItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -167,7 +167,7 @@ public function toDeleteRequestInformation(?DeviceCompliancePolicyItemRequestBui } /** - * Read properties and relationships of the androidCompliancePolicy object. + * Read properties and relationships of the windows81CompliancePolicy object. * @param DeviceCompliancePolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -188,7 +188,7 @@ public function toGetRequestInformation(?DeviceCompliancePolicyItemRequestBuilde } /** - * Update the properties of a windowsPhone81CompliancePolicy object. + * Update the properties of a androidWorkProfileCompliancePolicy 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 b82c2607b8a..72772bb5d47 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 androidCompliancePolicy object. + * Read properties and relationships of the windows81CompliancePolicy object. */ class DeviceCompliancePolicyItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.php b/src/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.php index 8964ef536ec..b7279d3e54c 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 windowsPhone81CustomConfiguration objects. + * List properties and relationships of the macOSGeneralDeviceConfiguration 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-windowsphone81customconfiguration-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-macosgeneraldeviceconfiguration-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 androidCustomConfiguration object. + * Create a new windows10CustomConfiguration 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-androidcustomconfiguration-create?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10customconfiguration-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 windowsPhone81CustomConfiguration objects. + * List properties and relationships of the macOSGeneralDeviceConfiguration 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 androidCustomConfiguration object. + * Create a new windows10CustomConfiguration 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 172055c636a..1a24811a27e 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 windowsPhone81CustomConfiguration objects. + * List properties and relationships of the macOSGeneralDeviceConfiguration objects. */ class DeviceConfigurationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.php b/src/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.php index 82b1fff5adf..a97f913e339 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 iosDeviceFeaturesConfiguration. * @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-iosdevicefeaturesconfiguration-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 windows10SecureAssessmentConfiguration object. + * Read properties and relationships of the androidCustomConfiguration 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-windows10secureassessmentconfiguration-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcustomconfiguration-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 windows10TeamGeneralConfiguration object. + * Update the properties of a androidWorkProfileCustomConfiguration 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-windows10teamgeneralconfiguration-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecustomconfiguration-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 iosDeviceFeaturesConfiguration. * @param DeviceConfigurationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -161,7 +161,7 @@ public function toDeleteRequestInformation(?DeviceConfigurationItemRequestBuilde } /** - * Read properties and relationships of the windows10SecureAssessmentConfiguration object. + * Read properties and relationships of the androidCustomConfiguration object. * @param DeviceConfigurationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -182,7 +182,7 @@ public function toGetRequestInformation(?DeviceConfigurationItemRequestBuilderGe } /** - * Update the properties of a windows10TeamGeneralConfiguration object. + * Update the properties of a androidWorkProfileCustomConfiguration 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 3463a581296..5e790bd1ae3 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 windows10SecureAssessmentConfiguration object. + * Read properties and relationships of the androidCustomConfiguration object. */ class DeviceConfigurationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.php b/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.php index 93941d91351..b726f577dbe 100644 --- a/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.php +++ b/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.php @@ -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); @@ -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/Item/DeviceEnrollmentConfigurationItemRequestBuilder.php b/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.php index be5ee948772..79fc536fa27 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 deviceEnrollmentLimitConfiguration. + * Deletes a deviceEnrollmentWindowsHelloForBusinessConfiguration. * @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-deviceenrollmentlimitconfiguration-delete?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-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 deviceEnrollmentLimitConfiguration. + * Deletes a deviceEnrollmentWindowsHelloForBusinessConfiguration. * @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 b5b277bb0a4..b6c53d430e9 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-deviceconfig-devicemanagement-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-remoteassistance-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-auditing-devicemanagement-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-onboarding-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/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.php b/src/Generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.php index 3a5609743b5..ced2af61043 100644 --- a/src/Generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.php +++ b/src/Generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.php @@ -39,11 +39,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes a deviceAndAppManagementRoleDefinition. + * Deletes a roleDefinition. * @param RoleDefinitionItemRequestBuilderDeleteRequestConfiguration|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-rbac-deviceandappmanagementroledefinition-delete?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-delete?view=graph-rest-1.0 Find more info here */ public function delete(?RoleDefinitionItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -54,11 +54,11 @@ public function delete(?RoleDefinitionItemRequestBuilderDeleteRequestConfigurati } /** - * Read properties and relationships of the roleDefinition object. + * Read properties and relationships of the deviceAndAppManagementRoleDefinition object. * @param RoleDefinitionItemRequestBuilderGetRequestConfiguration|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-rbac-roledefinition-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0 Find more info here */ public function get(?RoleDefinitionItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -69,12 +69,12 @@ public function get(?RoleDefinitionItemRequestBuilderGetRequestConfiguration $re } /** - * Update the properties of a roleDefinition object. + * Update the properties of a deviceAndAppManagementRoleDefinition object. * @param RoleDefinition $body The request body * @param RoleDefinitionItemRequestBuilderPatchRequestConfiguration|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-rbac-roledefinition-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-update?view=graph-rest-1.0 Find more info here */ public function patch(RoleDefinition $body, ?RoleDefinitionItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -85,7 +85,7 @@ public function patch(RoleDefinition $body, ?RoleDefinitionItemRequestBuilderPat } /** - * Deletes a deviceAndAppManagementRoleDefinition. + * Deletes a roleDefinition. * @param RoleDefinitionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -103,7 +103,7 @@ public function toDeleteRequestInformation(?RoleDefinitionItemRequestBuilderDele } /** - * Read properties and relationships of the roleDefinition object. + * Read properties and relationships of the deviceAndAppManagementRoleDefinition object. * @param RoleDefinitionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -124,7 +124,7 @@ public function toGetRequestInformation(?RoleDefinitionItemRequestBuilderGetRequ } /** - * Update the properties of a roleDefinition object. + * Update the properties of a deviceAndAppManagementRoleDefinition object. * @param RoleDefinition $body The request body * @param RoleDefinitionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilderGetQueryParameters.php index 6ab7af424b5..66802fd4f88 100644 --- a/src/Generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read properties and relationships of the roleDefinition object. + * Read properties and relationships of the deviceAndAppManagementRoleDefinition object. */ class RoleDefinitionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/RetentionLabel/RetentionLabelRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/RetentionLabel/RetentionLabelRequestBuilder.php index 419c92ac755..47be9ad9743 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 } /** - * 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. + * 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. * @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-setretentionlabel?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-1.0 Find more info here */ public function patch(ItemRetentionLabel $body, ?RetentionLabelRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -115,7 +115,7 @@ public function toGetRequestInformation(?RetentionLabelRequestBuilderGetRequestC } /** - * 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. + * 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. * @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 b488f342865..85c27f4278b 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 @@ -31,11 +31,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. + * Retrieve the properties and relationships of range object. * @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/nameditem-range?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/range-get?view=graph-rest-1.0 Find more info here */ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -46,7 +46,7 @@ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. + * Retrieve the properties and relationships of range object. * @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 ad91fa4ef9d..ae6c3f7e3a8 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 @@ -31,11 +31,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. + * Retrieve the properties and relationships of range object. * @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/nameditem-range?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/range-get?view=graph-rest-1.0 Find more info here */ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -46,7 +46,7 @@ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. + * Retrieve the properties and relationships of range object. * @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/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.php index 4054109462a..3282d160e89 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.php @@ -31,10 +31,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Invoke action excuse + * Excuse a submission. Excused submissions aren't included in average grade calculations. Grading rubrics and feedback are deleted. Only teachers can perform this action. If the Prefer: include-unknown-enum-members request header is provided, the excused submission shows the excused status. Otherwise, the submission status retains the returned status. For more information about how to use this header, see the Examples section. * @param ExcuseRequestBuilderPostRequestConfiguration|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/educationsubmission-excuse?view=graph-rest-1.0 Find more info here */ public function post(?ExcuseRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); @@ -45,7 +46,7 @@ public function post(?ExcuseRequestBuilderPostRequestConfiguration $requestConfi } /** - * Invoke action excuse + * Excuse a submission. Excused submissions aren't included in average grade calculations. Grading rubrics and feedback are deleted. Only teachers can perform this action. If the Prefer: include-unknown-enum-members request header is provided, the excused submission shows the excused status. Otherwise, the submission status retains the returned status. For more information about how to use this header, see the Examples section. * @param ExcuseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.php index 9cf489b5e17..14185a5743f 100644 --- a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.php @@ -31,10 +31,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Invoke action excuse + * Excuse a submission. Excused submissions aren't included in average grade calculations. Grading rubrics and feedback are deleted. Only teachers can perform this action. If the Prefer: include-unknown-enum-members request header is provided, the excused submission shows the excused status. Otherwise, the submission status retains the returned status. For more information about how to use this header, see the Examples section. * @param ExcuseRequestBuilderPostRequestConfiguration|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/educationsubmission-excuse?view=graph-rest-1.0 Find more info here */ public function post(?ExcuseRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); @@ -45,7 +46,7 @@ public function post(?ExcuseRequestBuilderPostRequestConfiguration $requestConfi } /** - * Invoke action excuse + * Excuse a submission. Excused submissions aren't included in average grade calculations. Grading rubrics and feedback are deleted. Only teachers can perform this action. If the Prefer: include-unknown-enum-members request header is provided, the excused submission shows the excused status. Otherwise, the submission status retains the returned status. For more information about how to use this header, see the Examples section. * @param ExcuseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.php index dda67845496..a7f0787e4eb 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.php @@ -31,10 +31,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Invoke action excuse + * Excuse a submission. Excused submissions aren't included in average grade calculations. Grading rubrics and feedback are deleted. Only teachers can perform this action. If the Prefer: include-unknown-enum-members request header is provided, the excused submission shows the excused status. Otherwise, the submission status retains the returned status. For more information about how to use this header, see the Examples section. * @param ExcuseRequestBuilderPostRequestConfiguration|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/educationsubmission-excuse?view=graph-rest-1.0 Find more info here */ public function post(?ExcuseRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); @@ -45,7 +46,7 @@ public function post(?ExcuseRequestBuilderPostRequestConfiguration $requestConfi } /** - * Invoke action excuse + * Excuse a submission. Excused submissions aren't included in average grade calculations. Grading rubrics and feedback are deleted. Only teachers can perform this action. If the Prefer: include-unknown-enum-members request header is provided, the excused submission shows the excused status. Otherwise, the submission status retains the returned status. For more information about how to use this header, see the Examples section. * @param ExcuseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/External/Connections/Item/Items/Item/ExternalItemItemRequestBuilder.php b/src/Generated/External/Connections/Item/Items/Item/ExternalItemItemRequestBuilder.php index 6c371b0f61a..814e400c329 100644 --- a/src/Generated/External/Connections/Item/Items/Item/ExternalItemItemRequestBuilder.php +++ b/src/Generated/External/Connections/Item/Items/Item/ExternalItemItemRequestBuilder.php @@ -77,12 +77,12 @@ public function get(?ExternalItemItemRequestBuilderGetRequestConfiguration $requ } /** - * Update the properties of an externalItem object. + * Create a new externalItem object. * @param ExternalItem $body The request body * @param ExternalItemItemRequestBuilderPutRequestConfiguration|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/externalconnectors-externalitem-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-put-items?view=graph-rest-1.0 Find more info here */ public function put(ExternalItem $body, ?ExternalItemItemRequestBuilderPutRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPutRequestInformation($body, $requestConfiguration); @@ -132,7 +132,7 @@ public function toGetRequestInformation(?ExternalItemItemRequestBuilderGetReques } /** - * Update the properties of an externalItem object. + * Create a new externalItem object. * @param ExternalItem $body The request body * @param ExternalItemItemRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/GroupsRequestBuilder.php b/src/Generated/Groups/GroupsRequestBuilder.php index f6a2b404f5e..53cf3f32c0e 100644 --- a/src/Generated/Groups/GroupsRequestBuilder.php +++ b/src/Generated/Groups/GroupsRequestBuilder.php @@ -99,12 +99,12 @@ public function get(?GroupsRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Create a new group as specified in the request body. You can create the following types of groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. + * Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. * @param Group $body The request body * @param GroupsRequestBuilderPostRequestConfiguration|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/group-post-groups?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0 Find more info here */ public function post(Group $body, ?GroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -136,7 +136,7 @@ public function toGetRequestInformation(?GroupsRequestBuilderGetRequestConfigura } /** - * Create a new group as specified in the request body. You can create the following types of groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. + * Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. * @param Group $body The request body * @param GroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.php b/src/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.php index 0d59dd6aa78..a865e30863c 100644 --- a/src/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.php @@ -43,7 +43,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ConversationItemRequestBuilderDeleteRequestConfiguration|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/conversation-delete?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/group-delete-conversation?view=graph-rest-1.0 Find more info here */ public function delete(?ConversationItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyRequestBuilder.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyRequestBuilder.php index ff71408b5cc..87ff9d06b72 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyRequestBuilder.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyRequestBuilder.php @@ -30,12 +30,12 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. + * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. * @param ReplyPostRequestBody $body The request body * @param ReplyRequestBuilderPostRequestConfiguration|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/post-reply?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 Find more info here */ public function post(ReplyPostRequestBody $body, ?ReplyRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -46,7 +46,7 @@ public function post(ReplyPostRequestBody $body, ?ReplyRequestBuilderPostRequest } /** - * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. + * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. * @param ReplyPostRequestBody $body The request body * @param ReplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.php b/src/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.php index 82fe497a48b..367acbf2b6c 100644 --- a/src/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.php @@ -62,11 +62,11 @@ public function delete(?ConversationThreadItemRequestBuilderDeleteRequestConfigu } /** - * Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. + * Get a thread object. * @param ConversationThreadItemRequestBuilderGetRequestConfiguration|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-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-1.0 Find more info here */ public function get(?ConversationThreadItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -111,7 +111,7 @@ public function toDeleteRequestInformation(?ConversationThreadItemRequestBuilder } /** - * Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. + * Get a thread object. * @param ConversationThreadItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilderGetQueryParameters.php index 73df95ff242..acb3425410f 100644 --- a/src/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. + * Get a thread object. */ class ConversationThreadItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Threads/Item/Reply/ReplyRequestBuilder.php b/src/Generated/Groups/Item/Threads/Item/Reply/ReplyRequestBuilder.php index f4530b3b65b..719c5714495 100644 --- a/src/Generated/Groups/Item/Threads/Item/Reply/ReplyRequestBuilder.php +++ b/src/Generated/Groups/Item/Threads/Item/Reply/ReplyRequestBuilder.php @@ -30,12 +30,12 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. + * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. * @param ReplyPostRequestBody $body The request body * @param ReplyRequestBuilderPostRequestConfiguration|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/post-reply?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 Find more info here */ public function post(ReplyPostRequestBody $body, ?ReplyRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -46,7 +46,7 @@ public function post(ReplyPostRequestBody $body, ?ReplyRequestBuilderPostRequest } /** - * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. + * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. * @param ReplyPostRequestBody $body The request body * @param ReplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.php b/src/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.php index 22b3fb5a500..3a1cd3c371c 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 an ipNamedLocation object. + * Delete a countryNamedLocation 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/ipnamedlocation-delete?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/countrynamedlocation-delete?view=graph-rest-1.0 Find more info here */ public function delete(?NamedLocationItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -77,7 +77,7 @@ public function patch(NamedLocation $body, ?NamedLocationItemRequestBuilderPatch } /** - * Delete an ipNamedLocation object. + * Delete a countryNamedLocation object. * @param NamedLocationItemRequestBuilderDeleteRequestConfiguration|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 fc3bd4b7a2f..e56dd356f31 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.php @@ -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); @@ -116,7 +116,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/TermsOfUse/Agreements/Item/AgreementItemRequestBuilder.php b/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/AgreementItemRequestBuilder.php index 943430a02e7..4e607afdbae 100644 --- a/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/AgreementItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/AgreementItemRequestBuilder.php @@ -70,11 +70,11 @@ public function delete(?AgreementItemRequestBuilderDeleteRequestConfiguration $r } /** - * Retrieve all files related to an agreement. This includes the default file and all localized files. + * Retrieve the properties and relationships of an agreement object. * @param AgreementItemRequestBuilderGetRequestConfiguration|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/agreement-list-files?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-1.0 Find more info here */ public function get(?AgreementItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -119,7 +119,7 @@ public function toDeleteRequestInformation(?AgreementItemRequestBuilderDeleteReq } /** - * Retrieve all files related to an agreement. This includes the default file and all localized files. + * Retrieve the properties and relationships of an agreement object. * @param AgreementItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/AgreementItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/AgreementItemRequestBuilderGetQueryParameters.php index c02c9925684..3ba58bfc831 100644 --- a/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/AgreementItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/AgreementItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve all files related to an agreement. This includes the default file and all localized files. + * Retrieve the properties and relationships of an agreement object. */ class AgreementItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilder.php b/src/Generated/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilder.php index a58c5d11121..0a8f4f62cd1 100644 --- a/src/Generated/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilder.php +++ b/src/Generated/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilder.php @@ -52,11 +52,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the riskyUserHistoryItems from the history navigation property. + * Read the properties and relationships of a riskyUserHistoryItem object. * @param HistoryRequestBuilderGetRequestConfiguration|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-list-history?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/riskyuser-get-riskyuserhistoryitem?view=graph-rest-1.0 Find more info here */ public function get(?HistoryRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -82,7 +82,7 @@ public function post(RiskyUserHistoryItem $body, ?HistoryRequestBuilderPostReque } /** - * Get the riskyUserHistoryItems from the history navigation property. + * Read the properties and relationships of a riskyUserHistoryItem object. * @param HistoryRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilderGetQueryParameters.php b/src/Generated/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilderGetQueryParameters.php index b611b50e0bb..0e66ef77699 100644 --- a/src/Generated/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the riskyUserHistoryItems from the history navigation property. + * Read the properties and relationships of a riskyUserHistoryItem object. */ class HistoryRequestBuilderGetQueryParameters { diff --git a/src/Generated/Models/AccessPackageAnswerChoice.php b/src/Generated/Models/AccessPackageAnswerChoice.php index ee7519a055e..d4f94cb96e4 100644 --- a/src/Generated/Models/AccessPackageAnswerChoice.php +++ b/src/Generated/Models/AccessPackageAnswerChoice.php @@ -109,7 +109,7 @@ public function getOdataType(): ?string { } /** - * Gets the text property value. The text property + * Gets the text property value. The string to display for this answer; if an Accept-Language header is provided, and there is a matching localization in localizations, this string will be the matching localized string; otherwise, this string remains as the default non-localized string. Required. * @return string|null */ public function getText(): ?string { @@ -173,7 +173,7 @@ public function setOdataType(?string $value): void { } /** - * Sets the text property value. The text property + * Sets the text property value. The string to display for this answer; if an Accept-Language header is provided, and there is a matching localization in localizations, this string will be the matching localized string; otherwise, this string remains as the default non-localized string. Required. * @param string|null $value Value to set for the text property. */ public function setText(?string $value): void { diff --git a/src/Generated/Models/AddIn.php b/src/Generated/Models/AddIn.php index 94b1bee1c03..2349de601b0 100644 --- a/src/Generated/Models/AddIn.php +++ b/src/Generated/Models/AddIn.php @@ -71,7 +71,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the id property value. The id property + * Gets the id property value. The unique identifier for the addIn object. * @return string|null */ public function getId(): ?string { @@ -95,7 +95,7 @@ public function getOdataType(): ?string { } /** - * Gets the properties property value. The properties property + * Gets the properties property value. The collection of key-value pairs that define parameters that the consuming service can use or call. You must specify this property when performing a POST or a PATCH operation on the addIns collection. Required. * @return array|null */ public function getProperties(): ?array { @@ -109,7 +109,7 @@ public function getProperties(): ?array { } /** - * Gets the type property value. The type property + * Gets the type property value. The unique name for the functionality exposed by the app. * @return string|null */ public function getType(): ?string { @@ -149,7 +149,7 @@ public function setBackingStore(BackingStore $value): void { } /** - * Sets the id property value. The id property + * Sets the id property value. The unique identifier for the addIn object. * @param string|null $value Value to set for the id property. */ public function setId(?string $value): void { @@ -165,7 +165,7 @@ public function setOdataType(?string $value): void { } /** - * Sets the properties property value. The properties property + * Sets the properties property value. The collection of key-value pairs that define parameters that the consuming service can use or call. You must specify this property when performing a POST or a PATCH operation on the addIns collection. Required. * @param array|null $value Value to set for the properties property. */ public function setProperties(?array $value): void { @@ -173,7 +173,7 @@ public function setProperties(?array $value): void { } /** - * Sets the type property value. The type property + * Sets the type property value. The unique name for the functionality exposed by the app. * @param string|null $value Value to set for the type property. */ public function setType(?string $value): void { diff --git a/src/Generated/Models/AttributeDefinition.php b/src/Generated/Models/AttributeDefinition.php index 191bd3d7ddb..b61e9fff5f6 100644 --- a/src/Generated/Models/AttributeDefinition.php +++ b/src/Generated/Models/AttributeDefinition.php @@ -95,7 +95,7 @@ public function getCaseExact(): ?bool { } /** - * Gets the defaultValue property value. The defaultValue property + * Gets the defaultValue property value. The default value of the attribute. * @return string|null */ public function getDefaultValue(): ?string { @@ -303,7 +303,7 @@ public function setCaseExact(?bool $value): void { } /** - * Sets the defaultValue property value. The defaultValue property + * Sets the defaultValue property value. The default value of the attribute. * @param string|null $value Value to set for the defaultValue property. */ public function setDefaultValue(?string $value): void { diff --git a/src/Generated/Models/AudioConferencing.php b/src/Generated/Models/AudioConferencing.php index f7c39cf1b09..5d8d46eafc7 100644 --- a/src/Generated/Models/AudioConferencing.php +++ b/src/Generated/Models/AudioConferencing.php @@ -124,7 +124,7 @@ public function getOdataType(): ?string { } /** - * Gets the tollFreeNumber property value. The tollFreeNumber property + * Gets the tollFreeNumber property value. The toll-free number that connects to the Audio Conference Provider. * @return string|null */ public function getTollFreeNumber(): ?string { @@ -150,7 +150,7 @@ public function getTollFreeNumbers(): ?array { } /** - * Gets the tollNumber property value. The tollNumber property + * Gets the tollNumber property value. The toll number that connects to the Audio Conference Provider. * @return string|null */ public function getTollNumber(): ?string { @@ -231,7 +231,7 @@ public function setOdataType(?string $value): void { } /** - * Sets the tollFreeNumber property value. The tollFreeNumber property + * Sets the tollFreeNumber property value. The toll-free number that connects to the Audio Conference Provider. * @param string|null $value Value to set for the tollFreeNumber property. */ public function setTollFreeNumber(?string $value): void { @@ -247,7 +247,7 @@ public function setTollFreeNumbers(?array $value): void { } /** - * Sets the tollNumber property value. The tollNumber property + * Sets the tollNumber property value. The toll number that connects to the Audio Conference Provider. * @param string|null $value Value to set for the tollNumber property. */ public function setTollNumber(?string $value): void { diff --git a/src/Generated/Models/AuthenticationEventListener.php b/src/Generated/Models/AuthenticationEventListener.php index 386a6218956..06f8431c6ce 100644 --- a/src/Generated/Models/AuthenticationEventListener.php +++ b/src/Generated/Models/AuthenticationEventListener.php @@ -32,7 +32,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Authe } /** - * Gets the authenticationEventsFlowId property value. The authenticationEventsFlowId property + * Gets the authenticationEventsFlowId property value. Indicates the authenticationEventListener is associated with an authenticationEventsFlow. Read-only. * @return string|null */ public function getAuthenticationEventsFlowId(): ?string { @@ -78,7 +78,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the authenticationEventsFlowId property value. The authenticationEventsFlowId property + * Sets the authenticationEventsFlowId property value. Indicates the authenticationEventListener is associated with an authenticationEventsFlow. Read-only. * @param string|null $value Value to set for the authenticationEventsFlowId property. */ public function setAuthenticationEventsFlowId(?string $value): void { diff --git a/src/Generated/Models/Device.php b/src/Generated/Models/Device.php index a052f5898aa..bf0e86869ea 100644 --- a/src/Generated/Models/Device.php +++ b/src/Generated/Models/Device.php @@ -28,7 +28,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic } /** - * Gets the accountEnabled property value. true if the account is enabled; otherwise, false. Required. Default is true. Supports $filter (eq, ne, not, in). Only callers in Global Administrator and Cloud Device Administrator roles can set this property. + * Gets the accountEnabled property value. true if the account is enabled; otherwise, false. Required. Default is true. Supports $filter (eq, ne, not, in). Only callers with at least the Cloud Device Administrator role can set this property. * @return bool|null */ public function getAccountEnabled(): ?bool { @@ -552,7 +552,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the accountEnabled property value. true if the account is enabled; otherwise, false. Required. Default is true. Supports $filter (eq, ne, not, in). Only callers in Global Administrator and Cloud Device Administrator roles can set this property. + * Sets the accountEnabled property value. true if the account is enabled; otherwise, false. Required. Default is true. Supports $filter (eq, ne, not, in). Only callers with at least the Cloud Device Administrator role can set this property. * @param bool|null $value Value to set for the accountEnabled property. */ public function setAccountEnabled(?bool $value): void { diff --git a/src/Generated/Models/EducationSubmission.php b/src/Generated/Models/EducationSubmission.php index 0ea6f76f742..fbc6e81dcf5 100644 --- a/src/Generated/Models/EducationSubmission.php +++ b/src/Generated/Models/EducationSubmission.php @@ -27,7 +27,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Educa } /** - * Gets the excusedBy property value. The excusedBy property + * Gets the excusedBy property value. The user that marked the submission as excused. * @return IdentitySet|null */ public function getExcusedBy(): ?IdentitySet { @@ -39,7 +39,7 @@ public function getExcusedBy(): ?IdentitySet { } /** - * Gets the excusedDateTime property value. The excusedDateTime property + * Gets the excusedDateTime property value. The time that the submission was excused. 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 getExcusedDateTime(): ?DateTime { @@ -178,7 +178,7 @@ public function getReturnedDateTime(): ?DateTime { } /** - * Gets the status property value. Read-only. Possible values are: working, submitted, returned, and reassigned. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reassigned. + * Gets the status property value. Read-only. Possible values are: excused, reassigned, returned, submitted and working. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: excused and reassigned. * @return EducationSubmissionStatus|null */ public function getStatus(): ?EducationSubmissionStatus { @@ -276,7 +276,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the excusedBy property value. The excusedBy property + * Sets the excusedBy property value. The user that marked the submission as excused. * @param IdentitySet|null $value Value to set for the excusedBy property. */ public function setExcusedBy(?IdentitySet $value): void { @@ -284,7 +284,7 @@ public function setExcusedBy(?IdentitySet $value): void { } /** - * Sets the excusedDateTime property value. The excusedDateTime property + * Sets the excusedDateTime property value. The time that the submission was excused. 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 excusedDateTime property. */ public function setExcusedDateTime(?DateTime $value): void { @@ -356,7 +356,7 @@ public function setReturnedDateTime(?DateTime $value): void { } /** - * Sets the status property value. Read-only. Possible values are: working, submitted, returned, and reassigned. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reassigned. + * Sets the status property value. Read-only. Possible values are: excused, reassigned, returned, submitted and working. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: excused and reassigned. * @param EducationSubmissionStatus|null $value Value to set for the status property. */ public function setStatus(?EducationSubmissionStatus $value): void { diff --git a/src/Generated/Models/EducationUser.php b/src/Generated/Models/EducationUser.php index f7a88a5d6a4..eaeba8739aa 100644 --- a/src/Generated/Models/EducationUser.php +++ b/src/Generated/Models/EducationUser.php @@ -296,7 +296,7 @@ public function getMobilePhone(): ?string { } /** - * Gets the officeLocation property value. The officeLocation property + * Gets the officeLocation property value. The office location for the user. * @return string|null */ public function getOfficeLocation(): ?string { @@ -382,7 +382,7 @@ public function getProvisionedPlans(): ?array { } /** - * Gets the refreshTokensValidFromDateTime property value. The refreshTokensValidFromDateTime property + * Gets the refreshTokensValidFromDateTime property value. Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Returned only on $select. Read-only. * @return DateTime|null */ public function getRefreshTokensValidFromDateTime(): ?DateTime { @@ -740,7 +740,7 @@ public function setMobilePhone(?string $value): void { } /** - * Sets the officeLocation property value. The officeLocation property + * Sets the officeLocation property value. The office location for the user. * @param string|null $value Value to set for the officeLocation property. */ public function setOfficeLocation(?string $value): void { @@ -796,7 +796,7 @@ public function setProvisionedPlans(?array $value): void { } /** - * Sets the refreshTokensValidFromDateTime property value. The refreshTokensValidFromDateTime property + * Sets the refreshTokensValidFromDateTime property value. Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Returned only on $select. Read-only. * @param DateTime|null $value Value to set for the refreshTokensValidFromDateTime property. */ public function setRefreshTokensValidFromDateTime(?DateTime $value): void { diff --git a/src/Generated/Models/Group.php b/src/Generated/Models/Group.php index a93b4ea1ac7..c08de41596b 100644 --- a/src/Generated/Models/Group.php +++ b/src/Generated/Models/Group.php @@ -441,7 +441,7 @@ public function getIsArchived(): ?bool { } /** - * Gets the isAssignableToRole property value. Indicates whether this group can be assigned to a Microsoft Entra role. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group cannot be a dynamic group (that is, groupTypes cannot contain DynamicMembership). Only callers in Global Administrator and Privileged Role Administrator roles can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Microsoft Entra role assignmentsUsing this feature requires a Microsoft Entra ID P1 license. Returned by default. Supports $filter (eq, ne, not). + * Gets the isAssignableToRole property value. Indicates whether this group can be assigned to a Microsoft Entra role. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group cannot be a dynamic group (that is, groupTypes cannot contain DynamicMembership). Only callers with at least the Privileged Role Administrator role can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Microsoft Entra role assignmentsUsing this feature requires a Microsoft Entra ID P1 license. Returned by default. Supports $filter (eq, ne, not). * @return bool|null */ public function getIsAssignableToRole(): ?bool { @@ -743,7 +743,7 @@ public function getPlanner(): ?PlannerGroup { } /** - * Gets the preferredDataLocation property value. The preferred data location for the Microsoft 365 group. By default, the group inherits the group creator's preferred data location. To set this property, the calling app must be granted the Directory.ReadWrite.All permission and the user be assigned one of the following Microsoft Entra roles: Global Administrator User Account Administrator Directory Writer Exchange Administrator SharePoint Administrator For more information about this property, see OneDrive Online Multi-Geo. Nullable. Returned by default. + * Gets the preferredDataLocation property value. The preferred data location for the Microsoft 365 group. By default, the group inherits the group creator's preferred data location. To set this property, the calling app must be granted the Directory.ReadWrite.All permission and the user be assigned at least one of the following Microsoft Entra roles: User Account Administrator Directory Writer Exchange Administrator SharePoint Administrator For more information about this property, see OneDrive Online Multi-Geo. Nullable. Returned by default. * @return string|null */ public function getPreferredDataLocation(): ?string { @@ -1250,7 +1250,7 @@ public function setIsArchived(?bool $value): void { } /** - * Sets the isAssignableToRole property value. Indicates whether this group can be assigned to a Microsoft Entra role. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group cannot be a dynamic group (that is, groupTypes cannot contain DynamicMembership). Only callers in Global Administrator and Privileged Role Administrator roles can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Microsoft Entra role assignmentsUsing this feature requires a Microsoft Entra ID P1 license. Returned by default. Supports $filter (eq, ne, not). + * Sets the isAssignableToRole property value. Indicates whether this group can be assigned to a Microsoft Entra role. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group cannot be a dynamic group (that is, groupTypes cannot contain DynamicMembership). Only callers with at least the Privileged Role Administrator role can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Microsoft Entra role assignmentsUsing this feature requires a Microsoft Entra ID P1 license. Returned by default. Supports $filter (eq, ne, not). * @param bool|null $value Value to set for the isAssignableToRole property. */ public function setIsAssignableToRole(?bool $value): void { @@ -1442,7 +1442,7 @@ public function setPlanner(?PlannerGroup $value): void { } /** - * Sets the preferredDataLocation property value. The preferred data location for the Microsoft 365 group. By default, the group inherits the group creator's preferred data location. To set this property, the calling app must be granted the Directory.ReadWrite.All permission and the user be assigned one of the following Microsoft Entra roles: Global Administrator User Account Administrator Directory Writer Exchange Administrator SharePoint Administrator For more information about this property, see OneDrive Online Multi-Geo. Nullable. Returned by default. + * Sets the preferredDataLocation property value. The preferred data location for the Microsoft 365 group. By default, the group inherits the group creator's preferred data location. To set this property, the calling app must be granted the Directory.ReadWrite.All permission and the user be assigned at least one of the following Microsoft Entra roles: User Account Administrator Directory Writer Exchange Administrator SharePoint Administrator For more information about this property, see OneDrive Online Multi-Geo. Nullable. Returned by default. * @param string|null $value Value to set for the preferredDataLocation property. */ public function setPreferredDataLocation(?string $value): void { diff --git a/src/Generated/Models/IdentityGovernance/TaskDefinition.php b/src/Generated/Models/IdentityGovernance/TaskDefinition.php index 32f2e01509a..5924b11191b 100644 --- a/src/Generated/Models/IdentityGovernance/TaskDefinition.php +++ b/src/Generated/Models/IdentityGovernance/TaskDefinition.php @@ -39,7 +39,7 @@ public function getCategory(): ?LifecycleTaskCategory { } /** - * Gets the continueOnError property value. The continueOnError property + * Gets the continueOnError property value. Defines if the workflow will continue if the task has an error. * @return bool|null */ public function getContinueOnError(): ?bool { @@ -139,7 +139,7 @@ public function setCategory(?LifecycleTaskCategory $value): void { } /** - * Sets the continueOnError property value. The continueOnError property + * Sets the continueOnError property value. Defines if the workflow will continue if the task has an error. * @param bool|null $value Value to set for the continueOnError property. */ public function setContinueOnError(?bool $value): void { diff --git a/src/Generated/Models/KeyCredentialConfiguration.php b/src/Generated/Models/KeyCredentialConfiguration.php index e6b666f66b6..55f198e8253 100644 --- a/src/Generated/Models/KeyCredentialConfiguration.php +++ b/src/Generated/Models/KeyCredentialConfiguration.php @@ -72,7 +72,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the maxLifetime property value. The maxLifetime property + * Gets the maxLifetime property value. Value that can be used as the maximum duration in days, hours, minutes, or seconds from the date of key creation, for which the key is valid. Defined in ISO 8601 format for Durations. For example, P4DT12H30M5S represents a duration of four days, twelve hours, thirty minutes, and five seconds. This property is required when restrictionType is set to keyLifetime. * @return DateInterval|null */ public function getMaxLifetime(): ?DateInterval { @@ -148,7 +148,7 @@ public function setBackingStore(BackingStore $value): void { } /** - * Sets the maxLifetime property value. The maxLifetime property + * Sets the maxLifetime property value. Value that can be used as the maximum duration in days, hours, minutes, or seconds from the date of key creation, for which the key is valid. Defined in ISO 8601 format for Durations. For example, P4DT12H30M5S represents a duration of four days, twelve hours, thirty minutes, and five seconds. This property is required when restrictionType is set to keyLifetime. * @param DateInterval|null $value Value to set for the maxLifetime property. */ public function setMaxLifetime(?DateInterval $value): void { diff --git a/src/Generated/Models/LearningCourseActivity.php b/src/Generated/Models/LearningCourseActivity.php index f3e016142d3..16e19c5fcee 100644 --- a/src/Generated/Models/LearningCourseActivity.php +++ b/src/Generated/Models/LearningCourseActivity.php @@ -58,7 +58,7 @@ public function getCompletionPercentage(): ?int { } /** - * Gets the externalcourseActivityId property value. A course activity ID generated by the provider. Optional. + * Gets the externalcourseActivityId property value. The externalcourseActivityId property * @return string|null */ public function getExternalcourseActivityId(): ?string { @@ -166,7 +166,7 @@ public function setCompletionPercentage(?int $value): void { } /** - * Sets the externalcourseActivityId property value. A course activity ID generated by the provider. Optional. + * Sets the externalcourseActivityId property value. The externalcourseActivityId property * @param string|null $value Value to set for the externalcourseActivityId property. */ public function setExternalcourseActivityId(?string $value): void { diff --git a/src/Generated/Models/MeetingParticipants.php b/src/Generated/Models/MeetingParticipants.php index 529680f3dde..7716320f06b 100644 --- a/src/Generated/Models/MeetingParticipants.php +++ b/src/Generated/Models/MeetingParticipants.php @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attendees property value. The attendees property + * Gets the attendees property value. Information about the meeting attendees. * @return array|null */ public function getAttendees(): ?array { @@ -96,7 +96,7 @@ public function getOdataType(): ?string { } /** - * Gets the organizer property value. The organizer property + * Gets the organizer property value. Information about the meeting organizer. * @return MeetingParticipantInfo|null */ public function getOrganizer(): ?MeetingParticipantInfo { @@ -127,7 +127,7 @@ public function setAdditionalData(?array $value): void { } /** - * Sets the attendees property value. The attendees property + * Sets the attendees property value. Information about the meeting attendees. * @param array|null $value Value to set for the attendees property. */ public function setAttendees(?array $value): void { @@ -151,7 +151,7 @@ public function setOdataType(?string $value): void { } /** - * Sets the organizer property value. The organizer property + * Sets the organizer property value. Information about the meeting organizer. * @param MeetingParticipantInfo|null $value Value to set for the organizer property. */ public function setOrganizer(?MeetingParticipantInfo $value): void { diff --git a/src/Generated/Models/OnlineMeeting.php b/src/Generated/Models/OnlineMeeting.php index ac0e5c2e6f4..706dee65e7a 100644 --- a/src/Generated/Models/OnlineMeeting.php +++ b/src/Generated/Models/OnlineMeeting.php @@ -29,7 +29,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Onlin } /** - * Gets the attendeeReport property value. The attendeeReport property + * Gets the attendeeReport property value. The content stream of the attendee report of a Microsoft Teams live event. Read-only. * @return StreamInterface|null */ public function getAttendeeReport(): ?StreamInterface { @@ -41,7 +41,7 @@ public function getAttendeeReport(): ?StreamInterface { } /** - * Gets the broadcastSettings property value. The broadcastSettings property + * Gets the broadcastSettings property value. Settings related to a live event. * @return BroadcastMeetingSettings|null */ public function getBroadcastSettings(): ?BroadcastMeetingSettings { @@ -109,7 +109,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the isBroadcast property value. The isBroadcast property + * Gets the isBroadcast property value. Indicates if this is a Teams live event. * @return bool|null */ public function getIsBroadcast(): ?bool { @@ -191,7 +191,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the attendeeReport property value. The attendeeReport property + * Sets the attendeeReport property value. The content stream of the attendee report of a Microsoft Teams live event. Read-only. * @param StreamInterface|null $value Value to set for the attendeeReport property. */ public function setAttendeeReport(?StreamInterface $value): void { @@ -199,7 +199,7 @@ public function setAttendeeReport(?StreamInterface $value): void { } /** - * Sets the broadcastSettings property value. The broadcastSettings property + * Sets the broadcastSettings property value. Settings related to a live event. * @param BroadcastMeetingSettings|null $value Value to set for the broadcastSettings property. */ public function setBroadcastSettings(?BroadcastMeetingSettings $value): void { @@ -231,7 +231,7 @@ public function setExternalId(?string $value): void { } /** - * Sets the isBroadcast property value. The isBroadcast property + * Sets the isBroadcast property value. Indicates if this is a Teams live event. * @param bool|null $value Value to set for the isBroadcast property. */ public function setIsBroadcast(?bool $value): void { diff --git a/src/Generated/Models/OnlineMeetingBase.php b/src/Generated/Models/OnlineMeetingBase.php index edf637fa474..73b3c4efaf5 100644 --- a/src/Generated/Models/OnlineMeetingBase.php +++ b/src/Generated/Models/OnlineMeetingBase.php @@ -245,7 +245,7 @@ public function getRecordAutomatically(): ?bool { } /** - * Gets the shareMeetingChatHistoryDefault property value. The shareMeetingChatHistoryDefault property + * Gets the shareMeetingChatHistoryDefault property value. Specifies whether meeting chat history is shared with participants. Possible values are: all, none, unknownFutureValue. * @return MeetingChatHistoryDefaultMode|null */ public function getShareMeetingChatHistoryDefault(): ?MeetingChatHistoryDefaultMode { @@ -440,7 +440,7 @@ public function setRecordAutomatically(?bool $value): void { } /** - * Sets the shareMeetingChatHistoryDefault property value. The shareMeetingChatHistoryDefault property + * Sets the shareMeetingChatHistoryDefault property value. Specifies whether meeting chat history is shared with participants. Possible values are: all, none, unknownFutureValue. * @param MeetingChatHistoryDefaultMode|null $value Value to set for the shareMeetingChatHistoryDefault property. */ public function setShareMeetingChatHistoryDefault(?MeetingChatHistoryDefaultMode $value): void { diff --git a/src/Generated/Models/PasswordCredentialConfiguration.php b/src/Generated/Models/PasswordCredentialConfiguration.php index e9963810791..fc9377c9cd4 100644 --- a/src/Generated/Models/PasswordCredentialConfiguration.php +++ b/src/Generated/Models/PasswordCredentialConfiguration.php @@ -72,7 +72,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the maxLifetime property value. The maxLifetime property + * Gets the maxLifetime property value. Value that can be used as the maximum number for setting password expiration time in days, hours, minutes or seconds. Defined in ISO 8601 format for Durations. For example, 'P4DT12H30M5S' represents a duration of four days, twelve hours, thirty minutes, and five seconds. This property is required when restriction type is set to passwordLifetime. * @return DateInterval|null */ public function getMaxLifetime(): ?DateInterval { @@ -148,7 +148,7 @@ public function setBackingStore(BackingStore $value): void { } /** - * Sets the maxLifetime property value. The maxLifetime property + * Sets the maxLifetime property value. Value that can be used as the maximum number for setting password expiration time in days, hours, minutes or seconds. Defined in ISO 8601 format for Durations. For example, 'P4DT12H30M5S' represents a duration of four days, twelve hours, thirty minutes, and five seconds. This property is required when restriction type is set to passwordLifetime. * @param DateInterval|null $value Value to set for the maxLifetime property. */ public function setMaxLifetime(?DateInterval $value): void { diff --git a/src/Generated/Models/PayloadDetail.php b/src/Generated/Models/PayloadDetail.php index cf66bdfba81..5151ec914fc 100644 --- a/src/Generated/Models/PayloadDetail.php +++ b/src/Generated/Models/PayloadDetail.php @@ -64,7 +64,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the coachmarks property value. Payload coachmark details. + * Gets the coachmarks property value. The coachmarks property * @return array|null */ public function getCoachmarks(): ?array { @@ -156,7 +156,7 @@ public function setBackingStore(BackingStore $value): void { } /** - * Sets the coachmarks property value. Payload coachmark details. + * Sets the coachmarks property value. The coachmarks property * @param array|null $value Value to set for the coachmarks property. */ public function setCoachmarks(?array $value): void { diff --git a/src/Generated/Models/Permission.php b/src/Generated/Models/Permission.php index 22a11e3cf8b..d44a1dbce70 100644 --- a/src/Generated/Models/Permission.php +++ b/src/Generated/Models/Permission.php @@ -67,7 +67,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the grantedTo property value. The grantedTo property + * Gets the grantedTo property value. For user type permissions, the details of the users and applications for this permission. Read-only. * @return IdentitySet|null */ public function getGrantedTo(): ?IdentitySet { @@ -79,7 +79,7 @@ public function getGrantedTo(): ?IdentitySet { } /** - * Gets the grantedToIdentities property value. The grantedToIdentities property + * Gets the grantedToIdentities property value. For type permissions, the details of the users to whom permission was granted. Read-only. * @return array|null */ public function getGrantedToIdentities(): ?array { @@ -220,7 +220,7 @@ public function setExpirationDateTime(?DateTime $value): void { } /** - * Sets the grantedTo property value. The grantedTo property + * Sets the grantedTo property value. For user type permissions, the details of the users and applications for this permission. Read-only. * @param IdentitySet|null $value Value to set for the grantedTo property. */ public function setGrantedTo(?IdentitySet $value): void { @@ -228,7 +228,7 @@ public function setGrantedTo(?IdentitySet $value): void { } /** - * Sets the grantedToIdentities property value. The grantedToIdentities property + * Sets the grantedToIdentities property value. For type permissions, the details of the users to whom permission was granted. Read-only. * @param array|null $value Value to set for the grantedToIdentities property. */ public function setGrantedToIdentities(?array $value): void { diff --git a/src/Generated/Models/PlannerPlan.php b/src/Generated/Models/PlannerPlan.php index 378435b6c4e..413b2ed1d83 100644 --- a/src/Generated/Models/PlannerPlan.php +++ b/src/Generated/Models/PlannerPlan.php @@ -107,7 +107,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the owner property value. The owner property + * Gets the owner property value. Use the container property instead. ID of the group that owns the plan. After it's set, this property can’t be updated. This property won't return a valid group ID if the container of the plan isn't a group. * @return string|null */ public function getOwner(): ?string { @@ -201,7 +201,7 @@ public function setDetails(?PlannerPlanDetails $value): void { } /** - * Sets the owner property value. The owner property + * Sets the owner property value. Use the container property instead. ID of the group that owns the plan. After it's set, this property can’t be updated. This property won't return a valid group ID if the container of the plan isn't a group. * @param string|null $value Value to set for the owner property. */ public function setOwner(?string $value): void { diff --git a/src/Generated/Models/PrintJobConfiguration.php b/src/Generated/Models/PrintJobConfiguration.php index 006857fc165..f44cb75b277 100644 --- a/src/Generated/Models/PrintJobConfiguration.php +++ b/src/Generated/Models/PrintJobConfiguration.php @@ -173,7 +173,7 @@ public function getFinishings(): ?array { } /** - * Gets the fitPdfToPage property value. The fitPdfToPage property + * Gets the fitPdfToPage property value. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. * @return bool|null */ public function getFitPdfToPage(): ?bool { @@ -209,7 +209,7 @@ public function getMargin(): ?PrintMargin { } /** - * Gets the mediaSize property value. The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. + * Gets the mediaSize property value. The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. * @return string|null */ public function getMediaSize(): ?string { @@ -221,7 +221,7 @@ public function getMediaSize(): ?string { } /** - * Gets the mediaType property value. The mediaType property + * Gets the mediaType property value. The default media (such as paper) type to print the document on. * @return string|null */ public function getMediaType(): ?string { @@ -233,7 +233,7 @@ public function getMediaType(): ?string { } /** - * Gets the multipageLayout property value. The multipageLayout property + * Gets the multipageLayout property value. The direction to lay out pages when multiple pages are being printed per sheet. Valid values are described in the following table. * @return PrintMultipageLayout|null */ public function getMultipageLayout(): ?PrintMultipageLayout { @@ -257,7 +257,7 @@ public function getOdataType(): ?string { } /** - * Gets the orientation property value. The orientation property + * Gets the orientation property value. The orientation setting the printer should use when printing the job. Valid values are described in the following table. * @return PrintOrientation|null */ public function getOrientation(): ?PrintOrientation { @@ -269,7 +269,7 @@ public function getOrientation(): ?PrintOrientation { } /** - * Gets the outputBin property value. The outputBin property + * Gets the outputBin property value. The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. * @return string|null */ public function getOutputBin(): ?string { @@ -281,7 +281,7 @@ public function getOutputBin(): ?string { } /** - * Gets the pageRanges property value. The pageRanges property + * Gets the pageRanges property value. The page ranges to print. Read-only. * @return array|null */ public function getPageRanges(): ?array { @@ -295,7 +295,7 @@ public function getPageRanges(): ?array { } /** - * Gets the pagesPerSheet property value. The pagesPerSheet property + * Gets the pagesPerSheet property value. The number of document pages to print on each sheet. * @return int|null */ public function getPagesPerSheet(): ?int { @@ -307,7 +307,7 @@ public function getPagesPerSheet(): ?int { } /** - * Gets the quality property value. The quality property + * Gets the quality property value. The print quality to use when printing the job. Valid values are described in the table below. Read-only. * @return PrintQuality|null */ public function getQuality(): ?PrintQuality { @@ -319,7 +319,7 @@ public function getQuality(): ?PrintQuality { } /** - * Gets the scaling property value. The scaling property + * Gets the scaling property value. Specifies how the printer should scale the document data to fit the requested media. Valid values are described in the following table. * @return PrintScaling|null */ public function getScaling(): ?PrintScaling { @@ -431,7 +431,7 @@ public function setFinishings(?array $value): void { } /** - * Sets the fitPdfToPage property value. The fitPdfToPage property + * Sets the fitPdfToPage property value. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. * @param bool|null $value Value to set for the fitPdfToPage property. */ public function setFitPdfToPage(?bool $value): void { @@ -455,7 +455,7 @@ public function setMargin(?PrintMargin $value): void { } /** - * Sets the mediaSize property value. The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. + * Sets the mediaSize property value. The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. * @param string|null $value Value to set for the mediaSize property. */ public function setMediaSize(?string $value): void { @@ -463,7 +463,7 @@ public function setMediaSize(?string $value): void { } /** - * Sets the mediaType property value. The mediaType property + * Sets the mediaType property value. The default media (such as paper) type to print the document on. * @param string|null $value Value to set for the mediaType property. */ public function setMediaType(?string $value): void { @@ -471,7 +471,7 @@ public function setMediaType(?string $value): void { } /** - * Sets the multipageLayout property value. The multipageLayout property + * Sets the multipageLayout property value. The direction to lay out pages when multiple pages are being printed per sheet. Valid values are described in the following table. * @param PrintMultipageLayout|null $value Value to set for the multipageLayout property. */ public function setMultipageLayout(?PrintMultipageLayout $value): void { @@ -487,7 +487,7 @@ public function setOdataType(?string $value): void { } /** - * Sets the orientation property value. The orientation property + * Sets the orientation property value. The orientation setting the printer should use when printing the job. Valid values are described in the following table. * @param PrintOrientation|null $value Value to set for the orientation property. */ public function setOrientation(?PrintOrientation $value): void { @@ -495,7 +495,7 @@ public function setOrientation(?PrintOrientation $value): void { } /** - * Sets the outputBin property value. The outputBin property + * Sets the outputBin property value. The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. * @param string|null $value Value to set for the outputBin property. */ public function setOutputBin(?string $value): void { @@ -503,7 +503,7 @@ public function setOutputBin(?string $value): void { } /** - * Sets the pageRanges property value. The pageRanges property + * Sets the pageRanges property value. The page ranges to print. Read-only. * @param array|null $value Value to set for the pageRanges property. */ public function setPageRanges(?array $value): void { @@ -511,7 +511,7 @@ public function setPageRanges(?array $value): void { } /** - * Sets the pagesPerSheet property value. The pagesPerSheet property + * Sets the pagesPerSheet property value. The number of document pages to print on each sheet. * @param int|null $value Value to set for the pagesPerSheet property. */ public function setPagesPerSheet(?int $value): void { @@ -519,7 +519,7 @@ public function setPagesPerSheet(?int $value): void { } /** - * Sets the quality property value. The quality property + * Sets the quality property value. The print quality to use when printing the job. Valid values are described in the table below. Read-only. * @param PrintQuality|null $value Value to set for the quality property. */ public function setQuality(?PrintQuality $value): void { @@ -527,7 +527,7 @@ public function setQuality(?PrintQuality $value): void { } /** - * Sets the scaling property value. The scaling property + * Sets the scaling property value. Specifies how the printer should scale the document data to fit the requested media. Valid values are described in the following table. * @param PrintScaling|null $value Value to set for the scaling property. */ public function setScaling(?PrintScaling $value): void { diff --git a/src/Generated/Models/PrintUsageByPrinter.php b/src/Generated/Models/PrintUsageByPrinter.php index 94d72d99ab4..c713328efc0 100644 --- a/src/Generated/Models/PrintUsageByPrinter.php +++ b/src/Generated/Models/PrintUsageByPrinter.php @@ -38,7 +38,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the printerId property value. The printerId property + * Gets the printerId property value. The ID of the printer represented by these statistics. * @return string|null */ public function getPrinterId(): ?string { @@ -72,7 +72,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the printerId property value. The printerId property + * Sets the printerId property value. The ID of the printer represented by these statistics. * @param string|null $value Value to set for the printerId property. */ public function setPrinterId(?string $value): void { diff --git a/src/Generated/Models/PrinterDefaults.php b/src/Generated/Models/PrinterDefaults.php index 0fa1d13c96c..98bcedb7748 100644 --- a/src/Generated/Models/PrinterDefaults.php +++ b/src/Generated/Models/PrinterDefaults.php @@ -171,7 +171,7 @@ public function getFitPdfToPage(): ?bool { } /** - * Gets the inputBin property value. The inputBin property + * Gets the inputBin property value. The default input bin that serves as the paper source. * @return string|null */ public function getInputBin(): ?string { @@ -401,7 +401,7 @@ public function setFitPdfToPage(?bool $value): void { } /** - * Sets the inputBin property value. The inputBin property + * Sets the inputBin property value. The default input bin that serves as the paper source. * @param string|null $value Value to set for the inputBin property. */ public function setInputBin(?string $value): void { diff --git a/src/Generated/Models/RiskServicePrincipalActivity.php b/src/Generated/Models/RiskServicePrincipalActivity.php index ad5f433257b..1d9dcc02627 100644 --- a/src/Generated/Models/RiskServicePrincipalActivity.php +++ b/src/Generated/Models/RiskServicePrincipalActivity.php @@ -101,7 +101,7 @@ public function getOdataType(): ?string { } /** - * Gets the riskEventTypes property value. The riskEventTypes property + * Gets the riskEventTypes property value. The type of risk event detected. The possible values are: investigationsThreatIntelligence, generic, adminConfirmedServicePrincipalCompromised, suspiciousSignins, leakedCredentials, anomalousServicePrincipalActivity, maliciousApplication, suspiciousApplication. * @return array|null */ public function getRiskEventTypes(): ?array { @@ -158,7 +158,7 @@ public function setOdataType(?string $value): void { } /** - * Sets the riskEventTypes property value. The riskEventTypes property + * Sets the riskEventTypes property value. The type of risk event detected. The possible values are: investigationsThreatIntelligence, generic, adminConfirmedServicePrincipalCompromised, suspiciousSignins, leakedCredentials, anomalousServicePrincipalActivity, maliciousApplication, suspiciousApplication. * @param array|null $value Value to set for the riskEventTypes property. */ public function setRiskEventTypes(?array $value): void { diff --git a/src/Generated/Models/SecureScoreControlProfile.php b/src/Generated/Models/SecureScoreControlProfile.php index 6020255b7f5..23541556acf 100644 --- a/src/Generated/Models/SecureScoreControlProfile.php +++ b/src/Generated/Models/SecureScoreControlProfile.php @@ -235,7 +235,7 @@ public function getService(): ?string { } /** - * Gets the threats property value. List of threats the control mitigates (accountBreach, dataDeletion, dataExfiltration, dataSpillage, + * Gets the threats property value. List of threats the control mitigates (accountBreach, dataDeletion, dataExfiltration, dataSpillage, elevationOfPrivilege, maliciousInsider, passwordCracking, phishingOrWhaling, spoofing). * @return array|null */ public function getThreats(): ?array { @@ -249,7 +249,7 @@ public function getThreats(): ?array { } /** - * Gets the tier property value. The tier property + * Gets the tier property value. Control tier (Core, Defense in Depth, Advanced.) * @return string|null */ public function getTier(): ?string { @@ -261,7 +261,7 @@ public function getTier(): ?string { } /** - * Gets the title property value. The title property + * Gets the title property value. Title of the control. * @return string|null */ public function getTitle(): ?string { @@ -273,7 +273,7 @@ public function getTitle(): ?string { } /** - * Gets the userImpact property value. The userImpact property + * Gets the userImpact property value. User impact of implementing control (low, moderate, high). * @return string|null */ public function getUserImpact(): ?string { @@ -285,7 +285,7 @@ public function getUserImpact(): ?string { } /** - * Gets the vendorInformation property value. The vendorInformation property + * Gets the vendorInformation property value. Complex type containing details about the security product/service vendor, provider, and subprovider (for example, vendor=Microsoft; provider=SecureScore). Required. * @return SecurityVendorInformation|null */ public function getVendorInformation(): ?SecurityVendorInformation { @@ -436,7 +436,7 @@ public function setService(?string $value): void { } /** - * Sets the threats property value. List of threats the control mitigates (accountBreach, dataDeletion, dataExfiltration, dataSpillage, + * Sets the threats property value. List of threats the control mitigates (accountBreach, dataDeletion, dataExfiltration, dataSpillage, elevationOfPrivilege, maliciousInsider, passwordCracking, phishingOrWhaling, spoofing). * @param array|null $value Value to set for the threats property. */ public function setThreats(?array $value): void { @@ -444,7 +444,7 @@ public function setThreats(?array $value): void { } /** - * Sets the tier property value. The tier property + * Sets the tier property value. Control tier (Core, Defense in Depth, Advanced.) * @param string|null $value Value to set for the tier property. */ public function setTier(?string $value): void { @@ -452,7 +452,7 @@ public function setTier(?string $value): void { } /** - * Sets the title property value. The title property + * Sets the title property value. Title of the control. * @param string|null $value Value to set for the title property. */ public function setTitle(?string $value): void { @@ -460,7 +460,7 @@ public function setTitle(?string $value): void { } /** - * Sets the userImpact property value. The userImpact property + * Sets the userImpact property value. User impact of implementing control (low, moderate, high). * @param string|null $value Value to set for the userImpact property. */ public function setUserImpact(?string $value): void { @@ -468,7 +468,7 @@ public function setUserImpact(?string $value): void { } /** - * Sets the vendorInformation property value. The vendorInformation property + * Sets the vendorInformation property value. Complex type containing details about the security product/service vendor, provider, and subprovider (for example, vendor=Microsoft; provider=SecureScore). Required. * @param SecurityVendorInformation|null $value Value to set for the vendorInformation property. */ public function setVendorInformation(?SecurityVendorInformation $value): void { diff --git a/src/Generated/Models/Security/Alert.php b/src/Generated/Models/Security/Alert.php index b27d09c7fb1..c748fa425c2 100644 --- a/src/Generated/Models/Security/Alert.php +++ b/src/Generated/Models/Security/Alert.php @@ -64,7 +64,7 @@ public function getAlertPolicyId(): ?string { } /** - * Gets the alertWebUrl property value. The alertWebUrl property + * Gets the alertWebUrl property value. URL for the Microsoft 365 Defender portal alert page. * @return string|null */ public function getAlertWebUrl(): ?string { @@ -330,7 +330,7 @@ public function getMitreTechniques(): ?array { } /** - * Gets the productName property value. The productName property + * Gets the productName property value. The name of the product which published this alert. * @return string|null */ public function getProductName(): ?string { @@ -540,7 +540,7 @@ public function setAlertPolicyId(?string $value): void { } /** - * Sets the alertWebUrl property value. The alertWebUrl property + * Sets the alertWebUrl property value. URL for the Microsoft 365 Defender portal alert page. * @param string|null $value Value to set for the alertWebUrl property. */ public function setAlertWebUrl(?string $value): void { @@ -676,7 +676,7 @@ public function setMitreTechniques(?array $value): void { } /** - * Sets the productName property value. The productName property + * Sets the productName property value. The name of the product which published this alert. * @param string|null $value Value to set for the productName property. */ public function setProductName(?string $value): void { diff --git a/src/Generated/Models/Security/EdiscoveryExportOperation.php b/src/Generated/Models/Security/EdiscoveryExportOperation.php index ef5f302bf43..dc17cfc1ead 100644 --- a/src/Generated/Models/Security/EdiscoveryExportOperation.php +++ b/src/Generated/Models/Security/EdiscoveryExportOperation.php @@ -38,7 +38,7 @@ public function getDescription(): ?string { } /** - * Gets the exportFileMetadata property value. The exportFileMetadata property + * Gets the exportFileMetadata property value. Contains the properties for an export file metadata, including downloadUrl, fileName, and size. * @return array|null */ public function getExportFileMetadata(): ?array { @@ -152,7 +152,7 @@ public function setDescription(?string $value): void { } /** - * Sets the exportFileMetadata property value. The exportFileMetadata property + * Sets the exportFileMetadata property value. Contains the properties for an export file metadata, including downloadUrl, fileName, and size. * @param array|null $value Value to set for the exportFileMetadata property. */ public function setExportFileMetadata(?array $value): void { diff --git a/src/Generated/Models/Security/RetentionEvent.php b/src/Generated/Models/Security/RetentionEvent.php index 5dc9c58f317..8c563aaab17 100644 --- a/src/Generated/Models/Security/RetentionEvent.php +++ b/src/Generated/Models/Security/RetentionEvent.php @@ -77,7 +77,7 @@ public function getDisplayName(): ?string { } /** - * Gets the eventPropagationResults property value. The eventPropagationResults property + * Gets the eventPropagationResults property value. Represents the success status of a created event and additional information. * @return array|null */ public function getEventPropagationResults(): ?array { @@ -105,7 +105,7 @@ public function getEventQueries(): ?array { } /** - * Gets the eventStatus property value. The eventStatus property + * Gets the eventStatus property value. Status of event propogation to the scoped locations after the event has been created. * @return RetentionEventStatus|null */ public function getEventStatus(): ?RetentionEventStatus { @@ -251,7 +251,7 @@ public function setDisplayName(?string $value): void { } /** - * Sets the eventPropagationResults property value. The eventPropagationResults property + * Sets the eventPropagationResults property value. Represents the success status of a created event and additional information. * @param array|null $value Value to set for the eventPropagationResults property. */ public function setEventPropagationResults(?array $value): void { @@ -267,7 +267,7 @@ public function setEventQueries(?array $value): void { } /** - * Sets the eventStatus property value. The eventStatus property + * Sets the eventStatus property value. Status of event propogation to the scoped locations after the event has been created. * @param RetentionEventStatus|null $value Value to set for the eventStatus property. */ public function setEventStatus(?RetentionEventStatus $value): void { diff --git a/src/Generated/Models/SelfSignedCertificate.php b/src/Generated/Models/SelfSignedCertificate.php index ba1d286903e..a2302d885c5 100644 --- a/src/Generated/Models/SelfSignedCertificate.php +++ b/src/Generated/Models/SelfSignedCertificate.php @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the customKeyIdentifier property value. The customKeyIdentifier property + * Gets the customKeyIdentifier property value. Custom key identifier. * @return StreamInterface|null */ public function getCustomKeyIdentifier(): ?StreamInterface { @@ -70,7 +70,7 @@ public function getCustomKeyIdentifier(): ?StreamInterface { } /** - * Gets the displayName property value. The displayName property + * Gets the displayName property value. The friendly name for the key. * @return string|null */ public function getDisplayName(): ?string { @@ -82,7 +82,7 @@ public function getDisplayName(): ?string { } /** - * Gets the endDateTime property value. The endDateTime property + * Gets the endDateTime property value. The date and time at which the credential expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. * @return DateTime|null */ public function getEndDateTime(): ?DateTime { @@ -114,7 +114,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the key property value. The key property + * Gets the key property value. The value for the key credential. Should be a Base-64 encoded value. * @return StreamInterface|null */ public function getKey(): ?StreamInterface { @@ -126,7 +126,7 @@ public function getKey(): ?StreamInterface { } /** - * Gets the keyId property value. The keyId property + * Gets the keyId property value. The unique identifier (GUID) for the key. * @return string|null */ public function getKeyId(): ?string { @@ -150,7 +150,7 @@ public function getOdataType(): ?string { } /** - * Gets the startDateTime property value. The startDateTime property + * Gets the startDateTime property value. The date and time at which the credential becomes valid. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. * @return DateTime|null */ public function getStartDateTime(): ?DateTime { @@ -162,7 +162,7 @@ public function getStartDateTime(): ?DateTime { } /** - * Gets the thumbprint property value. The thumbprint property + * Gets the thumbprint property value. The thumbprint value for the key. * @return string|null */ public function getThumbprint(): ?string { @@ -174,7 +174,7 @@ public function getThumbprint(): ?string { } /** - * Gets the type property value. The type property + * Gets the type property value. The type of key credential. AsymmetricX509Cert. * @return string|null */ public function getType(): ?string { @@ -186,7 +186,7 @@ public function getType(): ?string { } /** - * Gets the usage property value. The usage property + * Gets the usage property value. A string that describes the purpose for which the key can be used. The possible value is Verify. * @return string|null */ public function getUsage(): ?string { @@ -232,7 +232,7 @@ public function setBackingStore(BackingStore $value): void { } /** - * Sets the customKeyIdentifier property value. The customKeyIdentifier property + * Sets the customKeyIdentifier property value. Custom key identifier. * @param StreamInterface|null $value Value to set for the customKeyIdentifier property. */ public function setCustomKeyIdentifier(?StreamInterface $value): void { @@ -240,7 +240,7 @@ public function setCustomKeyIdentifier(?StreamInterface $value): void { } /** - * Sets the displayName property value. The displayName property + * Sets the displayName property value. The friendly name for the key. * @param string|null $value Value to set for the displayName property. */ public function setDisplayName(?string $value): void { @@ -248,7 +248,7 @@ public function setDisplayName(?string $value): void { } /** - * Sets the endDateTime property value. The endDateTime property + * Sets the endDateTime property value. The date and time at which the credential expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. * @param DateTime|null $value Value to set for the endDateTime property. */ public function setEndDateTime(?DateTime $value): void { @@ -256,7 +256,7 @@ public function setEndDateTime(?DateTime $value): void { } /** - * Sets the key property value. The key property + * Sets the key property value. The value for the key credential. Should be a Base-64 encoded value. * @param StreamInterface|null $value Value to set for the key property. */ public function setKey(?StreamInterface $value): void { @@ -264,7 +264,7 @@ public function setKey(?StreamInterface $value): void { } /** - * Sets the keyId property value. The keyId property + * Sets the keyId property value. The unique identifier (GUID) for the key. * @param string|null $value Value to set for the keyId property. */ public function setKeyId(?string $value): void { @@ -280,7 +280,7 @@ public function setOdataType(?string $value): void { } /** - * Sets the startDateTime property value. The startDateTime property + * Sets the startDateTime property value. The date and time at which the credential becomes valid. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. * @param DateTime|null $value Value to set for the startDateTime property. */ public function setStartDateTime(?DateTime $value): void { @@ -288,7 +288,7 @@ public function setStartDateTime(?DateTime $value): void { } /** - * Sets the thumbprint property value. The thumbprint property + * Sets the thumbprint property value. The thumbprint value for the key. * @param string|null $value Value to set for the thumbprint property. */ public function setThumbprint(?string $value): void { @@ -296,7 +296,7 @@ public function setThumbprint(?string $value): void { } /** - * Sets the type property value. The type property + * Sets the type property value. The type of key credential. AsymmetricX509Cert. * @param string|null $value Value to set for the type property. */ public function setType(?string $value): void { @@ -304,7 +304,7 @@ public function setType(?string $value): void { } /** - * Sets the usage property value. The usage property + * Sets the usage property value. A string that describes the purpose for which the key can be used. The possible value is Verify. * @param string|null $value Value to set for the usage property. */ public function setUsage(?string $value): void { diff --git a/src/Generated/Models/SharingDetail.php b/src/Generated/Models/SharingDetail.php index d80139efd92..26e82842de2 100644 --- a/src/Generated/Models/SharingDetail.php +++ b/src/Generated/Models/SharingDetail.php @@ -109,7 +109,7 @@ public function getSharedDateTime(): ?DateTime { } /** - * Gets the sharingReference property value. The sharingReference property + * Gets the sharingReference property value. Reference properties of the document, such as the URL and type of the document. Read-only * @return ResourceReference|null */ public function getSharingReference(): ?ResourceReference { @@ -133,7 +133,7 @@ public function getSharingSubject(): ?string { } /** - * Gets the sharingType property value. Determines the way the document was shared, can be by a 'Link', 'Attachment', 'Group', 'Site'. + * Gets the sharingType property value. Determines the way the document was shared. Can be by a 1Link1, 1Attachment1, 1Group1, 1Site1. * @return string|null */ public function getSharingType(): ?string { @@ -198,7 +198,7 @@ public function setSharedDateTime(?DateTime $value): void { } /** - * Sets the sharingReference property value. The sharingReference property + * Sets the sharingReference property value. Reference properties of the document, such as the URL and type of the document. Read-only * @param ResourceReference|null $value Value to set for the sharingReference property. */ public function setSharingReference(?ResourceReference $value): void { @@ -214,7 +214,7 @@ public function setSharingSubject(?string $value): void { } /** - * Sets the sharingType property value. Determines the way the document was shared, can be by a 'Link', 'Attachment', 'Group', 'Site'. + * Sets the sharingType property value. Determines the way the document was shared. Can be by a 1Link1, 1Attachment1, 1Group1, 1Site1. * @param string|null $value Value to set for the sharingType property. */ public function setSharingType(?string $value): void { diff --git a/src/Generated/Models/SubscribedSku.php b/src/Generated/Models/SubscribedSku.php index 0617af84f47..2d16922df45 100644 --- a/src/Generated/Models/SubscribedSku.php +++ b/src/Generated/Models/SubscribedSku.php @@ -163,7 +163,7 @@ public function getSkuPartNumber(): ?string { } /** - * Gets the subscriptionIds property value. The subscriptionIds property + * Gets the subscriptionIds property value. A list of all subscription IDs associated with this SKU. * @return array|null */ public function getSubscriptionIds(): ?array { @@ -267,7 +267,7 @@ public function setSkuPartNumber(?string $value): void { } /** - * Sets the subscriptionIds property value. The subscriptionIds property + * Sets the subscriptionIds property value. A list of all subscription IDs associated with this SKU. * @param array|null $value Value to set for the subscriptionIds property. */ public function setSubscriptionIds(?array $value): void { diff --git a/src/Generated/Models/Trending.php b/src/Generated/Models/Trending.php index 96bbe74711c..414535eea1b 100644 --- a/src/Generated/Models/Trending.php +++ b/src/Generated/Models/Trending.php @@ -41,7 +41,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the lastModifiedDateTime property value. The lastModifiedDateTime property + * Gets the lastModifiedDateTime 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 * @return DateTime|null */ public function getLastModifiedDateTime(): ?DateTime { @@ -112,7 +112,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the lastModifiedDateTime property value. The lastModifiedDateTime property + * Sets the lastModifiedDateTime 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 * @param DateTime|null $value Value to set for the lastModifiedDateTime property. */ public function setLastModifiedDateTime(?DateTime $value): void { diff --git a/src/Generated/Models/User.php b/src/Generated/Models/User.php index 8f1e9286a8e..39b964434c0 100644 --- a/src/Generated/Models/User.php +++ b/src/Generated/Models/User.php @@ -516,7 +516,7 @@ public function getEmployeeId(): ?string { } /** - * Gets the employeeLeaveDateTime property value. The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. To write this property, the calling app must be assigned the User.Read.All and User-LifeCycleInfo.ReadWrite.All permissions. To read this property in delegated scenarios, the admin needs one of the following Microsoft Entra roles: Lifecycle Workflows Administrator, Global Reader, or Global Administrator. To write this property in delegated scenarios, the admin needs the Global Administrator role. Supports $filter (eq, ne, not , ge, le, in). For more information, see Configure the employeeLeaveDateTime property for a user. + * Gets the employeeLeaveDateTime property value. The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. To write this property, the calling app must be assigned the User.Read.All and User-LifeCycleInfo.ReadWrite.All permissions. To read this property in delegated scenarios, the admin needs at least one of the following Microsoft Entra roles: Lifecycle Workflows Administrator, Global Reader. To write this property in delegated scenarios, the admin needs the Global Administrator role. Supports $filter (eq, ne, not , ge, le, in). For more information, see Configure the employeeLeaveDateTime property for a user. * @return DateTime|null */ public function getEmployeeLeaveDateTime(): ?DateTime { @@ -2291,7 +2291,7 @@ public function setEmployeeId(?string $value): void { } /** - * Sets the employeeLeaveDateTime property value. The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. To write this property, the calling app must be assigned the User.Read.All and User-LifeCycleInfo.ReadWrite.All permissions. To read this property in delegated scenarios, the admin needs one of the following Microsoft Entra roles: Lifecycle Workflows Administrator, Global Reader, or Global Administrator. To write this property in delegated scenarios, the admin needs the Global Administrator role. Supports $filter (eq, ne, not , ge, le, in). For more information, see Configure the employeeLeaveDateTime property for a user. + * Sets the employeeLeaveDateTime property value. The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. To write this property, the calling app must be assigned the User.Read.All and User-LifeCycleInfo.ReadWrite.All permissions. To read this property in delegated scenarios, the admin needs at least one of the following Microsoft Entra roles: Lifecycle Workflows Administrator, Global Reader. To write this property in delegated scenarios, the admin needs the Global Administrator role. Supports $filter (eq, ne, not , ge, le, in). For more information, see Configure the employeeLeaveDateTime property for a user. * @param DateTime|null $value Value to set for the employeeLeaveDateTime property. */ public function setEmployeeLeaveDateTime(?DateTime $value): void { diff --git a/src/Generated/Models/WorkbookFilterCriteria.php b/src/Generated/Models/WorkbookFilterCriteria.php index ae3c7afac05..387854dd396 100644 --- a/src/Generated/Models/WorkbookFilterCriteria.php +++ b/src/Generated/Models/WorkbookFilterCriteria.php @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the color property value. The color property + * Gets the color property value. The color applied to the cell. * @return string|null */ public function getColor(): ?string { @@ -68,7 +68,7 @@ public function getColor(): ?string { } /** - * Gets the criterion1 property value. The criterion1 property + * Gets the criterion1 property value. A custom criterion. * @return string|null */ public function getCriterion1(): ?string { @@ -80,7 +80,7 @@ public function getCriterion1(): ?string { } /** - * Gets the criterion2 property value. The criterion2 property + * Gets the criterion2 property value. A custom criterion. * @return string|null */ public function getCriterion2(): ?string { @@ -92,7 +92,7 @@ public function getCriterion2(): ?string { } /** - * Gets the dynamicCriteria property value. The dynamicCriteria property + * Gets the dynamicCriteria property value. A dynamic formula specified in a custom filter. * @return string|null */ public function getDynamicCriteria(): ?string { @@ -123,7 +123,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the filterOn property value. The filterOn property + * Gets the filterOn property value. Indicates whether a filter is applied to a column. * @return string|null */ public function getFilterOn(): ?string { @@ -135,7 +135,7 @@ public function getFilterOn(): ?string { } /** - * Gets the icon property value. The icon property + * Gets the icon property value. An icon applied to a cell via conditional formatting. * @return WorkbookIcon|null */ public function getIcon(): ?WorkbookIcon { @@ -159,7 +159,7 @@ public function getOdataType(): ?string { } /** - * Gets the operator property value. The operator property + * Gets the operator property value. An operator in a cell; for example, =, >, <, <=, or <>. * @return string|null */ public function getOperator(): ?string { @@ -171,7 +171,7 @@ public function getOperator(): ?string { } /** - * Gets the values property value. The values property + * Gets the values property value. The values that appear in the cell. * @return Json|null */ public function getValues(): ?Json { @@ -216,7 +216,7 @@ public function setBackingStore(BackingStore $value): void { } /** - * Sets the color property value. The color property + * Sets the color property value. The color applied to the cell. * @param string|null $value Value to set for the color property. */ public function setColor(?string $value): void { @@ -224,7 +224,7 @@ public function setColor(?string $value): void { } /** - * Sets the criterion1 property value. The criterion1 property + * Sets the criterion1 property value. A custom criterion. * @param string|null $value Value to set for the criterion1 property. */ public function setCriterion1(?string $value): void { @@ -232,7 +232,7 @@ public function setCriterion1(?string $value): void { } /** - * Sets the criterion2 property value. The criterion2 property + * Sets the criterion2 property value. A custom criterion. * @param string|null $value Value to set for the criterion2 property. */ public function setCriterion2(?string $value): void { @@ -240,7 +240,7 @@ public function setCriterion2(?string $value): void { } /** - * Sets the dynamicCriteria property value. The dynamicCriteria property + * Sets the dynamicCriteria property value. A dynamic formula specified in a custom filter. * @param string|null $value Value to set for the dynamicCriteria property. */ public function setDynamicCriteria(?string $value): void { @@ -248,7 +248,7 @@ public function setDynamicCriteria(?string $value): void { } /** - * Sets the filterOn property value. The filterOn property + * Sets the filterOn property value. Indicates whether a filter is applied to a column. * @param string|null $value Value to set for the filterOn property. */ public function setFilterOn(?string $value): void { @@ -256,7 +256,7 @@ public function setFilterOn(?string $value): void { } /** - * Sets the icon property value. The icon property + * Sets the icon property value. An icon applied to a cell via conditional formatting. * @param WorkbookIcon|null $value Value to set for the icon property. */ public function setIcon(?WorkbookIcon $value): void { @@ -272,7 +272,7 @@ public function setOdataType(?string $value): void { } /** - * Sets the operator property value. The operator property + * Sets the operator property value. An operator in a cell; for example, =, >, <, <=, or <>. * @param string|null $value Value to set for the operator property. */ public function setOperator(?string $value): void { @@ -280,7 +280,7 @@ public function setOperator(?string $value): void { } /** - * Sets the values property value. The values property + * Sets the values property value. The values that appear in the cell. * @param Json|null $value Value to set for the values property. */ public function setValues(?Json $value): void { diff --git a/src/Generated/Models/X509CertificateAffinityLevel.php b/src/Generated/Models/X509CertificateAffinityLevel.php new file mode 100644 index 00000000000..6781a3aa8f4 --- /dev/null +++ b/src/Generated/Models/X509CertificateAffinityLevel.php @@ -0,0 +1,11 @@ + fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), 'rules' => fn(ParseNode $n) => $o->setRules($n->getCollectionOfObjectValues([X509CertificateRule::class, 'createFromDiscriminatorValue'])), 'x509CertificateAuthenticationDefaultMode' => fn(ParseNode $n) => $o->setX509CertificateAuthenticationDefaultMode($n->getEnumValue(X509CertificateAuthenticationMode::class)), + 'x509CertificateDefaultRequiredAffinityLevel' => fn(ParseNode $n) => $o->setX509CertificateDefaultRequiredAffinityLevel($n->getEnumValue(X509CertificateAffinityLevel::class)), ]; } @@ -107,6 +108,18 @@ public function getX509CertificateAuthenticationDefaultMode(): ?X509CertificateA throw new \UnexpectedValueException("Invalid type found in backing store for 'x509CertificateAuthenticationDefaultMode'"); } + /** + * Gets the x509CertificateDefaultRequiredAffinityLevel property value. The x509CertificateDefaultRequiredAffinityLevel property + * @return X509CertificateAffinityLevel|null + */ + public function getX509CertificateDefaultRequiredAffinityLevel(): ?X509CertificateAffinityLevel { + $val = $this->getBackingStore()->get('x509CertificateDefaultRequiredAffinityLevel'); + if (is_null($val) || $val instanceof X509CertificateAffinityLevel) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'x509CertificateDefaultRequiredAffinityLevel'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model @@ -115,6 +128,7 @@ public function serialize(SerializationWriter $writer): void { $writer->writeStringValue('@odata.type', $this->getOdataType()); $writer->writeCollectionOfObjectValues('rules', $this->getRules()); $writer->writeEnumValue('x509CertificateAuthenticationDefaultMode', $this->getX509CertificateAuthenticationDefaultMode()); + $writer->writeEnumValue('x509CertificateDefaultRequiredAffinityLevel', $this->getX509CertificateDefaultRequiredAffinityLevel()); $writer->writeAdditionalData($this->getAdditionalData()); } @@ -158,4 +172,12 @@ public function setX509CertificateAuthenticationDefaultMode(?X509CertificateAuth $this->getBackingStore()->set('x509CertificateAuthenticationDefaultMode', $value); } + /** + * Sets the x509CertificateDefaultRequiredAffinityLevel property value. The x509CertificateDefaultRequiredAffinityLevel property + * @param X509CertificateAffinityLevel|null $value Value to set for the x509CertificateDefaultRequiredAffinityLevel property. + */ + public function setX509CertificateDefaultRequiredAffinityLevel(?X509CertificateAffinityLevel $value): void { + $this->getBackingStore()->set('x509CertificateDefaultRequiredAffinityLevel', $value); + } + } diff --git a/src/Generated/Models/X509CertificateRule.php b/src/Generated/Models/X509CertificateRule.php index 645cb22fddf..5afdd62b28d 100644 --- a/src/Generated/Models/X509CertificateRule.php +++ b/src/Generated/Models/X509CertificateRule.php @@ -63,8 +63,11 @@ public function getFieldDeserializers(): array { $o = $this; return [ 'identifier' => fn(ParseNode $n) => $o->setIdentifier($n->getStringValue()), + 'issuerSubjectIdentifier' => fn(ParseNode $n) => $o->setIssuerSubjectIdentifier($n->getStringValue()), '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + 'policyOidIdentifier' => fn(ParseNode $n) => $o->setPolicyOidIdentifier($n->getStringValue()), 'x509CertificateAuthenticationMode' => fn(ParseNode $n) => $o->setX509CertificateAuthenticationMode($n->getEnumValue(X509CertificateAuthenticationMode::class)), + 'x509CertificateRequiredAffinityLevel' => fn(ParseNode $n) => $o->setX509CertificateRequiredAffinityLevel($n->getEnumValue(X509CertificateAffinityLevel::class)), 'x509CertificateRuleType' => fn(ParseNode $n) => $o->setX509CertificateRuleType($n->getEnumValue(X509CertificateRuleType::class)), ]; } @@ -81,6 +84,18 @@ public function getIdentifier(): ?string { throw new \UnexpectedValueException("Invalid type found in backing store for 'identifier'"); } + /** + * Gets the issuerSubjectIdentifier property value. The issuerSubjectIdentifier property + * @return string|null + */ + public function getIssuerSubjectIdentifier(): ?string { + $val = $this->getBackingStore()->get('issuerSubjectIdentifier'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'issuerSubjectIdentifier'"); + } + /** * Gets the @odata.type property value. The OdataType property * @return string|null @@ -93,6 +108,18 @@ public function getOdataType(): ?string { throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); } + /** + * Gets the policyOidIdentifier property value. The policyOidIdentifier property + * @return string|null + */ + public function getPolicyOidIdentifier(): ?string { + $val = $this->getBackingStore()->get('policyOidIdentifier'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'policyOidIdentifier'"); + } + /** * Gets the x509CertificateAuthenticationMode property value. The type of strong authentication mode. The possible values are: x509CertificateSingleFactor, x509CertificateMultiFactor, unknownFutureValue. Required. * @return X509CertificateAuthenticationMode|null @@ -105,6 +132,18 @@ public function getX509CertificateAuthenticationMode(): ?X509CertificateAuthenti throw new \UnexpectedValueException("Invalid type found in backing store for 'x509CertificateAuthenticationMode'"); } + /** + * Gets the x509CertificateRequiredAffinityLevel property value. The x509CertificateRequiredAffinityLevel property + * @return X509CertificateAffinityLevel|null + */ + public function getX509CertificateRequiredAffinityLevel(): ?X509CertificateAffinityLevel { + $val = $this->getBackingStore()->get('x509CertificateRequiredAffinityLevel'); + if (is_null($val) || $val instanceof X509CertificateAffinityLevel) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'x509CertificateRequiredAffinityLevel'"); + } + /** * Gets the x509CertificateRuleType property value. The type of the X.509 certificate mode configuration rule. The possible values are: issuerSubject, policyOID, unknownFutureValue. Required. * @return X509CertificateRuleType|null @@ -123,8 +162,11 @@ public function getX509CertificateRuleType(): ?X509CertificateRuleType { */ public function serialize(SerializationWriter $writer): void { $writer->writeStringValue('identifier', $this->getIdentifier()); + $writer->writeStringValue('issuerSubjectIdentifier', $this->getIssuerSubjectIdentifier()); $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeStringValue('policyOidIdentifier', $this->getPolicyOidIdentifier()); $writer->writeEnumValue('x509CertificateAuthenticationMode', $this->getX509CertificateAuthenticationMode()); + $writer->writeEnumValue('x509CertificateRequiredAffinityLevel', $this->getX509CertificateRequiredAffinityLevel()); $writer->writeEnumValue('x509CertificateRuleType', $this->getX509CertificateRuleType()); $writer->writeAdditionalData($this->getAdditionalData()); } @@ -153,6 +195,14 @@ public function setIdentifier(?string $value): void { $this->getBackingStore()->set('identifier', $value); } + /** + * Sets the issuerSubjectIdentifier property value. The issuerSubjectIdentifier property + * @param string|null $value Value to set for the issuerSubjectIdentifier property. + */ + public function setIssuerSubjectIdentifier(?string $value): void { + $this->getBackingStore()->set('issuerSubjectIdentifier', $value); + } + /** * Sets the @odata.type property value. The OdataType property * @param string|null $value Value to set for the @odata.type property. @@ -161,6 +211,14 @@ public function setOdataType(?string $value): void { $this->getBackingStore()->set('odataType', $value); } + /** + * Sets the policyOidIdentifier property value. The policyOidIdentifier property + * @param string|null $value Value to set for the policyOidIdentifier property. + */ + public function setPolicyOidIdentifier(?string $value): void { + $this->getBackingStore()->set('policyOidIdentifier', $value); + } + /** * Sets the x509CertificateAuthenticationMode property value. The type of strong authentication mode. The possible values are: x509CertificateSingleFactor, x509CertificateMultiFactor, unknownFutureValue. Required. * @param X509CertificateAuthenticationMode|null $value Value to set for the x509CertificateAuthenticationMode property. @@ -169,6 +227,14 @@ public function setX509CertificateAuthenticationMode(?X509CertificateAuthenticat $this->getBackingStore()->set('x509CertificateAuthenticationMode', $value); } + /** + * Sets the x509CertificateRequiredAffinityLevel property value. The x509CertificateRequiredAffinityLevel property + * @param X509CertificateAffinityLevel|null $value Value to set for the x509CertificateRequiredAffinityLevel property. + */ + public function setX509CertificateRequiredAffinityLevel(?X509CertificateAffinityLevel $value): void { + $this->getBackingStore()->set('x509CertificateRequiredAffinityLevel', $value); + } + /** * Sets the x509CertificateRuleType property value. The type of the X.509 certificate mode configuration rule. The possible values are: issuerSubject, policyOID, unknownFutureValue. Required. * @param X509CertificateRuleType|null $value Value to set for the x509CertificateRuleType property. diff --git a/src/Generated/Models/X509CertificateRuleType.php b/src/Generated/Models/X509CertificateRuleType.php index a8a28c4be6a..46eaa3d859c 100644 --- a/src/Generated/Models/X509CertificateRuleType.php +++ b/src/Generated/Models/X509CertificateRuleType.php @@ -8,4 +8,5 @@ class X509CertificateRuleType extends Enum { public const ISSUER_SUBJECT = 'issuerSubject'; public const POLICY_O_I_D = 'policyOID'; public const UNKNOWN_FUTURE_VALUE = 'unknownFutureValue'; + public const ISSUER_SUBJECT_AND_POLICY_O_I_D = 'issuerSubjectAndPolicyOID'; } diff --git a/src/Generated/Models/X509CertificateUserBinding.php b/src/Generated/Models/X509CertificateUserBinding.php index bc8bee2f386..ed9c704baaa 100644 --- a/src/Generated/Models/X509CertificateUserBinding.php +++ b/src/Generated/Models/X509CertificateUserBinding.php @@ -64,6 +64,7 @@ public function getFieldDeserializers(): array { return [ '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), 'priority' => fn(ParseNode $n) => $o->setPriority($n->getIntegerValue()), + 'trustAffinityLevel' => fn(ParseNode $n) => $o->setTrustAffinityLevel($n->getEnumValue(X509CertificateAffinityLevel::class)), 'userProperty' => fn(ParseNode $n) => $o->setUserProperty($n->getStringValue()), 'x509CertificateField' => fn(ParseNode $n) => $o->setX509CertificateField($n->getStringValue()), ]; @@ -93,6 +94,18 @@ public function getPriority(): ?int { throw new \UnexpectedValueException("Invalid type found in backing store for 'priority'"); } + /** + * Gets the trustAffinityLevel property value. The trustAffinityLevel property + * @return X509CertificateAffinityLevel|null + */ + public function getTrustAffinityLevel(): ?X509CertificateAffinityLevel { + $val = $this->getBackingStore()->get('trustAffinityLevel'); + if (is_null($val) || $val instanceof X509CertificateAffinityLevel) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'trustAffinityLevel'"); + } + /** * Gets the userProperty property value. Defines the Microsoft Entra user property of the user object to use for the binding. The possible values are: userPrincipalName, onPremisesUserPrincipalName, certificateUserIds. Required. * @return string|null @@ -124,6 +137,7 @@ public function getX509CertificateField(): ?string { public function serialize(SerializationWriter $writer): void { $writer->writeStringValue('@odata.type', $this->getOdataType()); $writer->writeIntegerValue('priority', $this->getPriority()); + $writer->writeEnumValue('trustAffinityLevel', $this->getTrustAffinityLevel()); $writer->writeStringValue('userProperty', $this->getUserProperty()); $writer->writeStringValue('x509CertificateField', $this->getX509CertificateField()); $writer->writeAdditionalData($this->getAdditionalData()); @@ -161,6 +175,14 @@ public function setPriority(?int $value): void { $this->getBackingStore()->set('priority', $value); } + /** + * Sets the trustAffinityLevel property value. The trustAffinityLevel property + * @param X509CertificateAffinityLevel|null $value Value to set for the trustAffinityLevel property. + */ + public function setTrustAffinityLevel(?X509CertificateAffinityLevel $value): void { + $this->getBackingStore()->set('trustAffinityLevel', $value); + } + /** * Sets the userProperty property value. Defines the Microsoft Entra user property of the user object to use for the binding. The possible values are: userPrincipalName, onPremisesUserPrincipalName, certificateUserIds. Required. * @param string|null $value Value to set for the userProperty property. diff --git a/src/Generated/Organization/Item/OrganizationItemRequestBuilder.php b/src/Generated/Organization/Item/OrganizationItemRequestBuilder.php index fce821c0172..739ed13cbf9 100644 --- a/src/Generated/Organization/Item/OrganizationItemRequestBuilder.php +++ b/src/Generated/Organization/Item/OrganizationItemRequestBuilder.php @@ -132,12 +132,12 @@ public function get(?OrganizationItemRequestBuilderGetRequestConfiguration $requ } /** - * Update the properties of the currently authenticated organization. In this case, organization is defined as a collection of exactly one record, and so its ID must be specified in the request. The ID is also known as the tenantId of the organization. + * Update the properties of a organization object. * @param Organization $body The request body * @param OrganizationItemRequestBuilderPatchRequestConfiguration|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-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-onboarding-organization-update?view=graph-rest-1.0 Find more info here */ public function patch(Organization $body, ?OrganizationItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -187,7 +187,7 @@ public function toGetRequestInformation(?OrganizationItemRequestBuilderGetReques } /** - * Update the properties of the currently authenticated organization. In this case, organization is defined as a collection of exactly one record, and so its ID must be specified in the request. The ID is also known as the tenantId of the organization. + * Update the properties of a organization object. * @param Organization $body The request body * @param OrganizationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation 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 9553a58e1a3..ffa340b7fe4 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); @@ -116,7 +116,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/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/Teams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.php b/src/Generated/Teams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.php index e9cb83ccfe1..d4737b4d6cd 100644 --- a/src/Generated/Teams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.php @@ -31,11 +31,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a conversationMember from a channel. This operation is allowed only for channels with a membershipType value of private or shared. + * Delete a conversationMember from a channel. * @param ConversationMemberItemRequestBuilderDeleteRequestConfiguration|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-delete-members?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0 Find more info here */ public function delete(?ConversationMemberItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -77,7 +77,7 @@ public function patch(ConversationMember $body, ?ConversationMemberItemRequestBu } /** - * Delete a conversationMember from a channel. This operation is allowed only for channels with a membershipType value of private or shared. + * Delete a conversationMember from a channel. * @param ConversationMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.php b/src/Generated/Users/Item/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.php index afe36da1fbb..97194ee252d 100644 --- a/src/Generated/Users/Item/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.php +++ b/src/Generated/Users/Item/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete attendeeReport for the navigation property onlineMeetings in users + * The content stream of the attendee report of a Microsoft Teams live event. Read-only. * @param AttendeeReportRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -45,7 +45,7 @@ public function delete(?AttendeeReportRequestBuilderDeleteRequestConfiguration $ } /** - * Get attendeeReport for the navigation property onlineMeetings from users + * The content stream of the attendee report of a Microsoft Teams live event. Read-only. * @param AttendeeReportRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -61,7 +61,7 @@ public function get(?AttendeeReportRequestBuilderGetRequestConfiguration $reques } /** - * Update attendeeReport for the navigation property onlineMeetings in users + * The content stream of the attendee report of a Microsoft Teams live event. Read-only. * @param StreamInterface $body Binary request body * @param AttendeeReportRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -78,7 +78,7 @@ public function put(StreamInterface $body, ?AttendeeReportRequestBuilderPutReque } /** - * Delete attendeeReport for the navigation property onlineMeetings in users + * The content stream of the attendee report of a Microsoft Teams live event. Read-only. * @param AttendeeReportRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -96,7 +96,7 @@ public function toDeleteRequestInformation(?AttendeeReportRequestBuilderDeleteRe } /** - * Get attendeeReport for the navigation property onlineMeetings from users + * The content stream of the attendee report of a Microsoft Teams live event. Read-only. * @param AttendeeReportRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -114,7 +114,7 @@ public function toGetRequestInformation(?AttendeeReportRequestBuilderGetRequestC } /** - * Update attendeeReport for the navigation property onlineMeetings in users + * The content stream of the attendee report of a Microsoft Teams live event. Read-only. * @param StreamInterface $body Binary request body * @param AttendeeReportRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Presence/PresenceRequestBuilder.php b/src/Generated/Users/Item/Presence/PresenceRequestBuilder.php index d964ee26acc..9d61c5f6f27 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); @@ -133,7 +133,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 ed6eccd5127..4cf49f4ddad 100644 --- a/src/Generated/Users/Item/UserItemRequestBuilder.php +++ b/src/Generated/Users/Item/UserItemRequestBuilder.php @@ -617,11 +617,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes a user. + * Delete user. When deleted, user resources are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. To learn more, see deletedItems. * @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/intune-mam-user-delete?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0 Find more info here */ public function delete(?UserItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -657,12 +657,12 @@ public function get(?UserItemRequestBuilderGetRequestConfiguration $requestConfi } /** - * Update the properties of a user object. + * Update the properties of a user object. Not all properties can be updated by Member or Guest users with their default permissions without Administrator roles. Compare member and guest default permissions to see properties they can manage. Customers through Microsoft Entra ID for customers can also use this API operation to update their details. See Default user permissions in customer tenants for the list of properties they can update. * @param User $body The request body * @param UserItemRequestBuilderPatchRequestConfiguration|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-user-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0 Find more info here */ public function patch(User $body, ?UserItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -683,7 +683,7 @@ public function reminderViewWithStartDateTimeWithEndDateTime(string $endDateTime } /** - * Deletes a user. + * Delete user. When deleted, user resources are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. To learn more, see deletedItems. * @param UserItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -722,7 +722,7 @@ public function toGetRequestInformation(?UserItemRequestBuilderGetRequestConfigu } /** - * Update the properties of a user object. + * Update the properties of a user object. Not all properties can be updated by Member or Guest users with their default permissions without Administrator roles. Compare member and guest default permissions to see properties they can manage. Customers through Microsoft Entra ID for customers can also use this API operation to update their details. See Default user permissions in customer tenants for the list of properties they can update. * @param User $body The request body * @param UserItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/UsersRequestBuilder.php b/src/Generated/Users/UsersRequestBuilder.php index 05db42372c5..a5d30dddb13 100644 --- a/src/Generated/Users/UsersRequestBuilder.php +++ b/src/Generated/Users/UsersRequestBuilder.php @@ -84,11 +84,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of user objects. + * List properties and relationships of the user objects. * @param UsersRequestBuilderGetRequestConfiguration|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-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-onboarding-user-list?view=graph-rest-1.0 Find more info here */ public function get(?UsersRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -104,7 +104,7 @@ public function get(?UsersRequestBuilderGetRequestConfiguration $requestConfigur * @param UsersRequestBuilderPostRequestConfiguration|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-user-create?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-onboarding-user-create?view=graph-rest-1.0 Find more info here */ public function post(User $body, ?UsersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -115,7 +115,7 @@ public function post(User $body, ?UsersRequestBuilderPostRequestConfiguration $r } /** - * Retrieve a list of user objects. + * List properties and relationships of the user objects. * @param UsersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/UsersRequestBuilderGetQueryParameters.php b/src/Generated/Users/UsersRequestBuilderGetQueryParameters.php index 1e989d3b59e..3e762ac4482 100644 --- a/src/Generated/Users/UsersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/UsersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of user objects. + * List properties and relationships of the user objects. */ class UsersRequestBuilderGetQueryParameters { diff --git a/src/Generated/kiota-lock.json b/src/Generated/kiota-lock.json index 83d39c7b601..d6f00a00595 100644 --- a/src/Generated/kiota-lock.json +++ b/src/Generated/kiota-lock.json @@ -1,5 +1,5 @@ { - "descriptionHash": "41F46A61AB97C2B4FC18FF278DE999CCC43513B3ECB606FA2794C7330CF3049A4B6E69CBB4661E648C24B1A962436A4607A98CDC72C8752725EA02A1ECAF128D", + "descriptionHash": "2BE07407CFC7E51B2F7C4F00D533B957E4C24DABE6B08C1CD1EC7F89AE142F46477CFC82D26CDE5F523AA19B8216A6070305B7E90500D57F238CAD73ED8C7524", "descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml", "lockFileVersion": "1.0.0", "kiotaVersion": "1.15.0", @@ -9,6 +9,7 @@ "usesBackingStore": true, "excludeBackwardCompatible": false, "includeAdditionalData": true, + "disableSSLValidation": false, "serializers": [ "Microsoft.Kiota.Serialization.Json.JsonSerializationWriterFactory", "Microsoft.Kiota.Serialization.Text.TextSerializationWriterFactory", diff --git a/src/GraphConstants.php b/src/GraphConstants.php index e8c13cbd6e6..f53abedd6d2 100644 --- a/src/GraphConstants.php +++ b/src/GraphConstants.php @@ -19,5 +19,5 @@ final class GraphConstants { const API_VERSION = "v1.0"; - const SDK_VERSION = "2.9.0"; + const SDK_VERSION = "2.10.0"; }