diff --git a/src/Generated/Admin/Windows/Updates/ResourceConnections/Item/ResourceConnectionItemRequestBuilder.php b/src/Generated/Admin/Windows/Updates/ResourceConnections/Item/ResourceConnectionItemRequestBuilder.php index cbe5b598371..270efb5d627 100644 --- a/src/Generated/Admin/Windows/Updates/ResourceConnections/Item/ResourceConnectionItemRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/ResourceConnections/Item/ResourceConnectionItemRequestBuilder.php @@ -31,11 +31,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a resourceConnection object. + * Delete an operationalInsightsConnection object. * @param ResourceConnectionItemRequestBuilderDeleteRequestConfiguration|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/windowsupdates-resourceconnection-delete?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-delete?view=graph-rest-beta Find more info here */ public function delete(?ResourceConnectionItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -76,7 +76,7 @@ public function patch(ResourceConnection $body, ?ResourceConnectionItemRequestBu } /** - * Delete a resourceConnection object. + * Delete an operationalInsightsConnection object. * @param ResourceConnectionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/UpdatableAssetItemRequestBuilder.php b/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/UpdatableAssetItemRequestBuilder.php index 3cd2f798e1c..c58346b1b62 100644 --- a/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/UpdatableAssetItemRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/UpdatableAssetItemRequestBuilder.php @@ -63,11 +63,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted. + * Delete an azureADDevice object. When a Microsoft Entra device is deleted, it is unregistered and automatically unenrolled from management for all update categories, as well as removed from every deploymentAudience and updatableAssetGroup. * @param UpdatableAssetItemRequestBuilderDeleteRequestConfiguration|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/windowsupdates-updatableassetgroup-delete?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-delete?view=graph-rest-beta Find more info here */ public function delete(?UpdatableAssetItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -108,7 +108,7 @@ public function patch(UpdatableAsset $body, ?UpdatableAssetItemRequestBuilderPat } /** - * Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted. + * Delete an azureADDevice object. When a Microsoft Entra device is deleted, it is unregistered and automatically unenrolled from management for all update categories, as well as removed from every deploymentAudience and updatableAssetGroup. * @param UpdatableAssetItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/ComplianceChanges/Item/ComplianceChangeItemRequestBuilder.php b/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/ComplianceChanges/Item/ComplianceChangeItemRequestBuilder.php index cfc39a9d265..f50b21f5a80 100644 --- a/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/ComplianceChanges/Item/ComplianceChangeItemRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/ComplianceChanges/Item/ComplianceChangeItemRequestBuilder.php @@ -39,11 +39,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a complianceChange object. + * Delete a contentApproval object. * @param ComplianceChangeItemRequestBuilderDeleteRequestConfiguration|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/windowsupdates-compliancechange-delete?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-delete?view=graph-rest-beta Find more info here */ public function delete(?ComplianceChangeItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -54,11 +54,11 @@ public function delete(?ComplianceChangeItemRequestBuilderDeleteRequestConfigura } /** - * Read the properties and relationships of a contentApproval object. + * Read the properties and relationships of a complianceChange object. * @param ComplianceChangeItemRequestBuilderGetRequestConfiguration|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/windowsupdates-contentapproval-get?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-get?view=graph-rest-beta Find more info here */ public function get(?ComplianceChangeItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -85,7 +85,7 @@ public function patch(ComplianceChange $body, ?ComplianceChangeItemRequestBuilde } /** - * Delete a complianceChange object. + * Delete a contentApproval object. * @param ComplianceChangeItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -102,7 +102,7 @@ public function toDeleteRequestInformation(?ComplianceChangeItemRequestBuilderDe } /** - * Read the properties and relationships of a contentApproval object. + * Read the properties and relationships of a complianceChange object. * @param ComplianceChangeItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/ComplianceChanges/Item/ComplianceChangeItemRequestBuilderGetQueryParameters.php b/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/ComplianceChanges/Item/ComplianceChangeItemRequestBuilderGetQueryParameters.php index 5b30a33bd5f..6397a2b5e15 100644 --- a/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/ComplianceChanges/Item/ComplianceChangeItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/ComplianceChanges/Item/ComplianceChangeItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a contentApproval object. + * Read the properties and relationships of a complianceChange object. */ class ComplianceChangeItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Chats/Item/Messages/MessagesRequestBuilder.php b/src/Generated/Chats/Item/Messages/MessagesRequestBuilder.php index a4324094f06..2a8151b5646 100644 --- a/src/Generated/Chats/Item/Messages/MessagesRequestBuilder.php +++ b/src/Generated/Chats/Item/Messages/MessagesRequestBuilder.php @@ -91,12 +91,12 @@ public function get(?MessagesRequestBuilderGetRequestConfiguration $requestConfi } /** - * Send a new chatMessage in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before creating a chat message. + * Send a new chatMessage in the specified channel or a chat. * @param ChatMessage $body The request body * @param MessagesRequestBuilderPostRequestConfiguration|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-post-messages?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-beta Find more info here */ public function post(ChatMessage $body, ?MessagesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -128,7 +128,7 @@ public function toGetRequestInformation(?MessagesRequestBuilderGetRequestConfigu } /** - * Send a new chatMessage in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before creating a chat message. + * Send a new chatMessage in the specified channel or a chat. * @param ChatMessage $body The request body * @param MessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/DeviceComplianceScheduledActionForRuleItemRequestBuilder.php b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/DeviceComplianceScheduledActionForRuleItemRequestBuilder.php index 6812535cd68..b2d49551005 100644 --- a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/DeviceComplianceScheduledActionForRuleItemRequestBuilder.php +++ b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/DeviceComplianceScheduledActionForRuleItemRequestBuilder.php @@ -53,7 +53,7 @@ public function delete(?DeviceComplianceScheduledActionForRuleItemRequestBuilder } /** - * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + * The list of scheduled action for this rule * @param DeviceComplianceScheduledActionForRuleItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -99,7 +99,7 @@ public function toDeleteRequestInformation(?DeviceComplianceScheduledActionForRu } /** - * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + * The list of scheduled action for this rule * @param DeviceComplianceScheduledActionForRuleItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/DeviceComplianceScheduledActionForRuleItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/DeviceComplianceScheduledActionForRuleItemRequestBuilderGetQueryParameters.php index 253415c5c8d..0f745123334 100644 --- a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/DeviceComplianceScheduledActionForRuleItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/DeviceComplianceScheduledActionForRuleItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + * The list of scheduled action for this rule */ class DeviceComplianceScheduledActionForRuleItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/ScheduledActionsForRuleRequestBuilder.php b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/ScheduledActionsForRuleRequestBuilder.php index a85baf0f7f7..bb4f67a3ce3 100644 --- a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/ScheduledActionsForRuleRequestBuilder.php +++ b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/ScheduledActionsForRuleRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + * The list of scheduled action for this rule * @param ScheduledActionsForRuleRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -81,7 +81,7 @@ public function post(DeviceComplianceScheduledActionForRule $body, ?ScheduledAct } /** - * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + * The list of scheduled action for this rule * @param ScheduledActionsForRuleRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/ScheduledActionsForRuleRequestBuilderGetQueryParameters.php b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/ScheduledActionsForRuleRequestBuilderGetQueryParameters.php index 4ffc159cb20..614c634523d 100644 --- a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/ScheduledActionsForRuleRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/ScheduledActionsForRuleRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + * The list of scheduled action for this rule */ class ScheduledActionsForRuleRequestBuilderGetQueryParameters { diff --git a/src/Generated/Directory/AuthenticationMethodDevices/HardwareOathDevices/HardwareOathDevicesRequestBuilder.php b/src/Generated/Directory/AuthenticationMethodDevices/HardwareOathDevices/HardwareOathDevicesRequestBuilder.php index 1dd216be38b..880889c68f9 100644 --- a/src/Generated/Directory/AuthenticationMethodDevices/HardwareOathDevices/HardwareOathDevicesRequestBuilder.php +++ b/src/Generated/Directory/AuthenticationMethodDevices/HardwareOathDevices/HardwareOathDevicesRequestBuilder.php @@ -67,12 +67,12 @@ public function get(?HardwareOathDevicesRequestBuilderGetRequestConfiguration $r } /** - * Create a new hardwareOathTokenAuthenticationMethodDevice object. Supports bulk creation. + * Create a new hardwareOathTokenAuthenticationMethodDevice object. You can optionally create and assign to a user in the same request; Or assign to a user via the assign API. * @param HardwareOathTokenAuthenticationMethodDevice $body The request body * @param HardwareOathDevicesRequestBuilderPostRequestConfiguration|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/authenticationmethoddevice-update?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/authenticationmethoddevice-post-hardwareoathdevices?view=graph-rest-beta Find more info here */ public function post(HardwareOathTokenAuthenticationMethodDevice $body, ?HardwareOathDevicesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -104,7 +104,7 @@ public function toGetRequestInformation(?HardwareOathDevicesRequestBuilderGetReq } /** - * Create a new hardwareOathTokenAuthenticationMethodDevice object. Supports bulk creation. + * Create a new hardwareOathTokenAuthenticationMethodDevice object. You can optionally create and assign to a user in the same request; Or assign to a user via the assign API. * @param HardwareOathTokenAuthenticationMethodDevice $body The request body * @param HardwareOathDevicesRequestBuilderPostRequestConfiguration|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 c73efe7954e..e08b72b5239 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 thrown. + * 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-beta Find more info here + * @link https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-beta 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 thrown. + * 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/Tables/Add/AddRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddRequestBuilder.php index c01e0890796..356decbd96f 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 thrown. + * 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-beta Find more info here + * @link https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-beta 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 thrown. + * 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/External/Connections/Item/Items/Item/ExternalItemItemRequestBuilder.php b/src/Generated/External/Connections/Item/Items/Item/ExternalItemItemRequestBuilder.php index 32b96f3351d..546a1e2fc7d 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 } /** - * Create a new externalItem. This API can be used to create a custom item. The containing externalConnection must have a schema registered of the corresponding type. + * Update the properties of an externalitem. * @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-externalconnection-put-items?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/externalconnectors-externalitem-update?view=graph-rest-beta Find more info here */ public function put(ExternalItem $body, ?ExternalItemItemRequestBuilderPutRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPutRequestInformation($body, $requestConfiguration); @@ -131,7 +131,7 @@ public function toGetRequestInformation(?ExternalItemItemRequestBuilderGetReques } /** - * Create a new externalItem. This API can be used to create a custom item. The containing externalConnection must have a schema registered of the corresponding type. + * Update the properties of an externalitem. * @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/External/IndustryData/DataConnectors/DataConnectorsRequestBuilder.php b/src/Generated/External/IndustryData/DataConnectors/DataConnectorsRequestBuilder.php index 467f2d1822f..089d28039f6 100644 --- a/src/Generated/External/IndustryData/DataConnectors/DataConnectorsRequestBuilder.php +++ b/src/Generated/External/IndustryData/DataConnectors/DataConnectorsRequestBuilder.php @@ -67,12 +67,12 @@ public function get(?DataConnectorsRequestBuilderGetRequestConfiguration $reques } /** - * Create a new azureDataLakeConnector object. + * Create a new oneRosterApiDataConnector object. * @param IndustryDataConnector $body The request body * @param DataConnectorsRequestBuilderPostRequestConfiguration|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/industrydata-azuredatalakeconnector-post?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/industrydata-onerosterapidataconnector-post?view=graph-rest-beta Find more info here */ public function post(IndustryDataConnector $body, ?DataConnectorsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -104,7 +104,7 @@ public function toGetRequestInformation(?DataConnectorsRequestBuilderGetRequestC } /** - * Create a new azureDataLakeConnector object. + * Create a new oneRosterApiDataConnector object. * @param IndustryDataConnector $body The request body * @param DataConnectorsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/External/IndustryData/DataConnectors/Item/IndustryDataConnectorItemRequestBuilder.php b/src/Generated/External/IndustryData/DataConnectors/Item/IndustryDataConnectorItemRequestBuilder.php index 67d175c71d8..506a2e614be 100644 --- a/src/Generated/External/IndustryData/DataConnectors/Item/IndustryDataConnectorItemRequestBuilder.php +++ b/src/Generated/External/IndustryData/DataConnectors/Item/IndustryDataConnectorItemRequestBuilder.php @@ -77,12 +77,12 @@ public function get(?IndustryDataConnectorItemRequestBuilderGetRequestConfigurat } /** - * Update the properties of an azureDataLakeConnector object. + * Update the properties of a oneRosterApiDataConnector object. * @param IndustryDataConnector $body The request body * @param IndustryDataConnectorItemRequestBuilderPatchRequestConfiguration|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/industrydata-azuredatalakeconnector-update?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/industrydata-onerosterapidataconnector-update?view=graph-rest-beta Find more info here */ public function patch(IndustryDataConnector $body, ?IndustryDataConnectorItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -131,7 +131,7 @@ public function toGetRequestInformation(?IndustryDataConnectorItemRequestBuilder } /** - * Update the properties of an azureDataLakeConnector object. + * Update the properties of a oneRosterApiDataConnector object. * @param IndustryDataConnector $body The request body * @param IndustryDataConnectorItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/External/IndustryData/InboundFlows/Item/InboundFlowItemRequestBuilder.php b/src/Generated/External/IndustryData/InboundFlows/Item/InboundFlowItemRequestBuilder.php index b8eb7c5393c..e79b35a1e3a 100644 --- a/src/Generated/External/IndustryData/InboundFlows/Item/InboundFlowItemRequestBuilder.php +++ b/src/Generated/External/IndustryData/InboundFlows/Item/InboundFlowItemRequestBuilder.php @@ -77,12 +77,12 @@ public function get(?InboundFlowItemRequestBuilderGetRequestConfiguration $reque } /** - * Update the properties of an inboundApiFlow object. + * Update the properties of an inboundFileFlow object. * @param InboundFlow $body The request body * @param InboundFlowItemRequestBuilderPatchRequestConfiguration|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/industrydata-inboundapiflow-update?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-update?view=graph-rest-beta Find more info here */ public function patch(InboundFlow $body, ?InboundFlowItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -131,7 +131,7 @@ public function toGetRequestInformation(?InboundFlowItemRequestBuilderGetRequest } /** - * Update the properties of an inboundApiFlow object. + * Update the properties of an inboundFileFlow object. * @param InboundFlow $body The request body * @param InboundFlowItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/External/IndustryData/Operations/Item/LongRunningOperationItemRequestBuilder.php b/src/Generated/External/IndustryData/Operations/Item/LongRunningOperationItemRequestBuilder.php index 6dc1d2b5414..7e6b640f20c 100644 --- a/src/Generated/External/IndustryData/Operations/Item/LongRunningOperationItemRequestBuilder.php +++ b/src/Generated/External/IndustryData/Operations/Item/LongRunningOperationItemRequestBuilder.php @@ -45,11 +45,11 @@ public function delete(?LongRunningOperationItemRequestBuilderDeleteRequestConfi } /** - * Read the properties and relationships of a fileValidateOperation object. + * Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. * @param LongRunningOperationItemRequestBuilderGetRequestConfiguration|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/industrydata-filevalidateoperation-get?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/longrunningoperation-get?view=graph-rest-beta Find more info here */ public function get(?LongRunningOperationItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -92,7 +92,7 @@ public function toDeleteRequestInformation(?LongRunningOperationItemRequestBuild } /** - * Read the properties and relationships of a fileValidateOperation object. + * Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. * @param LongRunningOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/External/IndustryData/Operations/Item/LongRunningOperationItemRequestBuilderGetQueryParameters.php b/src/Generated/External/IndustryData/Operations/Item/LongRunningOperationItemRequestBuilderGetQueryParameters.php index 32bac9d6444..b479fc76ce2 100644 --- a/src/Generated/External/IndustryData/Operations/Item/LongRunningOperationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/External/IndustryData/Operations/Item/LongRunningOperationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a fileValidateOperation object. + * Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. */ class LongRunningOperationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.php b/src/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.php index c2065284210..ffdeddae26b 100644 --- a/src/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.php @@ -39,11 +39,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a group's conversation object. + * Delete conversation. * @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/group-delete-conversation?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/conversation-delete?view=graph-rest-beta Find more info here */ public function delete(?ConversationItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -54,11 +54,11 @@ public function delete(?ConversationItemRequestBuilderDeleteRequestConfiguration } /** - * Get a group's conversation object. + * Retrieve the properties and relationships of conversation object. * @param ConversationItemRequestBuilderGetRequestConfiguration|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-get-conversation?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-beta Find more info here */ public function get(?ConversationItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -69,7 +69,7 @@ public function get(?ConversationItemRequestBuilderGetRequestConfiguration $requ } /** - * Delete a group's conversation object. + * Delete conversation. * @param ConversationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -86,7 +86,7 @@ public function toDeleteRequestInformation(?ConversationItemRequestBuilderDelete } /** - * Get a group's conversation object. + * Retrieve the properties and relationships of conversation object. * @param ConversationItemRequestBuilderGetRequestConfiguration|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/ConversationItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilderGetQueryParameters.php index b72016b3ba5..e28c0cfb775 100644 --- a/src/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a group's conversation object. + * Retrieve the properties and relationships of conversation object. */ class ConversationItemRequestBuilderGetQueryParameters { 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 b0d8cc90171..19c8d0ef7f7 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 } /** - * 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. + * 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. * @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/opentypeextension-post-opentypeextension?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-beta 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 } /** - * 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. + * 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. * @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 85d0b863289..cecd9c98d9a 100644 --- a/src/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.php @@ -47,11 +47,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete conversationThread. + * Delete a thread object. * @param ConversationThreadItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-beta Find more info here */ public function delete(?ConversationThreadItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -62,11 +62,11 @@ public function delete(?ConversationThreadItemRequestBuilderDeleteRequestConfigu } /** - * Get a thread object. + * 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. * @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/group-get-thread?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-beta Find more info here */ public function get(?ConversationThreadItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -93,7 +93,7 @@ public function patch(ConversationThread $body, ?ConversationThreadItemRequestBu } /** - * Delete conversationThread. + * Delete a thread object. * @param ConversationThreadItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -110,7 +110,7 @@ public function toDeleteRequestInformation(?ConversationThreadItemRequestBuilder } /** - * Get a thread object. + * 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. * @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 1915dc29631..1efafc25e21 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 thread object. + * 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. */ 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 eeb57a1ac0d..5f23ac7e6cb 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 } /** - * 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. + * 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. * @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/opentypeextension-post-opentypeextension?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-beta 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 } /** - * 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. + * 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. * @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/Evaluate/EvaluateRequestBuilder.php b/src/Generated/Identity/ConditionalAccess/Evaluate/EvaluateRequestBuilder.php index 132b61a481b..5b1e9f19224 100644 --- a/src/Generated/Identity/ConditionalAccess/Evaluate/EvaluateRequestBuilder.php +++ b/src/Generated/Identity/ConditionalAccess/Evaluate/EvaluateRequestBuilder.php @@ -30,11 +30,12 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Invoke action evaluate + * Evaluates the applicability of Conditional Access Policies in your tenant based on the provided sign-in properties. * @param EvaluatePostRequestBody $body The request body * @param EvaluateRequestBuilderPostRequestConfiguration|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/conditionalaccessroot-evaluate?view=graph-rest-beta Find more info here */ public function post(EvaluatePostRequestBody $body, ?EvaluateRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -45,7 +46,7 @@ public function post(EvaluatePostRequestBody $body, ?EvaluateRequestBuilderPostR } /** - * Invoke action evaluate + * Evaluates the applicability of Conditional Access Policies in your tenant based on the provided sign-in properties. * @param EvaluatePostRequestBody $body The request body * @param EvaluateRequestBuilderPostRequestConfiguration|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 ee3b2881054..9e149fe4e26 100644 --- a/src/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.php +++ b/src/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.php @@ -31,11 +31,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a countryNamedLocation object. + * Delete an ipNamedLocation object. * @param NamedLocationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/countrynamedlocation-delete?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/ipnamedlocation-delete?view=graph-rest-beta Find more info here */ public function delete(?NamedLocationItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -46,11 +46,11 @@ public function delete(?NamedLocationItemRequestBuilderDeleteRequestConfiguratio } /** - * Retrieve the properties and relationships of an ipNamedLocation object. + * Read the properties and relationships of a compliantNetworkNamedLocation object. * @param NamedLocationItemRequestBuilderGetRequestConfiguration|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-get?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/compliantnetworknamedlocation-get?view=graph-rest-beta Find more info here */ public function get(?NamedLocationItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -61,12 +61,12 @@ public function get(?NamedLocationItemRequestBuilderGetRequestConfiguration $req } /** - * Update the properties of a countryNamedLocation object. + * Update the properties of an ipNamedLocation object. * @param NamedLocation $body The request body * @param NamedLocationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-beta Find more info here */ public function patch(NamedLocation $body, ?NamedLocationItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -77,7 +77,7 @@ public function patch(NamedLocation $body, ?NamedLocationItemRequestBuilderPatch } /** - * Delete a countryNamedLocation object. + * Delete an ipNamedLocation object. * @param NamedLocationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -94,7 +94,7 @@ public function toDeleteRequestInformation(?NamedLocationItemRequestBuilderDelet } /** - * Retrieve the properties and relationships of an ipNamedLocation object. + * Read the properties and relationships of a compliantNetworkNamedLocation object. * @param NamedLocationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toGetRequestInformation(?NamedLocationItemRequestBuilderGetReque } /** - * Update the properties of a countryNamedLocation object. + * Update the properties of an ipNamedLocation object. * @param NamedLocation $body The request body * @param NamedLocationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilderGetQueryParameters.php b/src/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilderGetQueryParameters.php index 28856801874..a9001776882 100644 --- a/src/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of an ipNamedLocation object. + * Read the properties and relationships of a compliantNetworkNamedLocation object. */ class NamedLocationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageCustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageCustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.php index 6055c2f21ae..329adf0bf01 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageCustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageCustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.php @@ -45,11 +45,11 @@ public function delete(?CustomCalloutExtensionItemRequestBuilderDeleteRequestCon } /** - * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. + * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. * @param CustomCalloutExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-beta Find more info here */ public function get(?CustomCalloutExtensionItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -93,7 +93,7 @@ public function toDeleteRequestInformation(?CustomCalloutExtensionItemRequestBui } /** - * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. + * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. * @param CustomCalloutExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageCustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageCustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilderGetQueryParameters.php index c63948e8ae2..0c3bbf4d14d 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageCustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageCustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. + * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. */ class CustomCalloutExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/CustomAccessPackageWorkflowExtensions/Item/CustomAccessPackageWorkflowExtensionItemRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/CustomAccessPackageWorkflowExtensions/Item/CustomAccessPackageWorkflowExtensionItemRequestBuilder.php index 259de24f911..e4ff8094d87 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/CustomAccessPackageWorkflowExtensions/Item/CustomAccessPackageWorkflowExtensionItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/CustomAccessPackageWorkflowExtensions/Item/CustomAccessPackageWorkflowExtensionItemRequestBuilder.php @@ -31,11 +31,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the accessPackageCustomWorkflowExtension object that you want to delete by running the List accessPackageCustomWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 3: Remove the customExtensionStageSettings from a policy. + * Delete a customAccessPackageWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the customAccessPackageWorkflowExtension object that you want to delete by running the LIST customAccessPackageWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 2: Remove the customExtensionHandlers and verifiableCredentialSettings from a policy. * @param CustomAccessPackageWorkflowExtensionItemRequestBuilderDeleteRequestConfiguration|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-delete?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-delete?view=graph-rest-beta Find more info here */ public function delete(?CustomAccessPackageWorkflowExtensionItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -77,7 +77,7 @@ public function patch(CustomAccessPackageWorkflowExtension $body, ?CustomAccessP } /** - * Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the accessPackageCustomWorkflowExtension object that you want to delete by running the List accessPackageCustomWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 3: Remove the customExtensionStageSettings from a policy. + * Delete a customAccessPackageWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the customAccessPackageWorkflowExtension object that you want to delete by running the LIST customAccessPackageWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 2: Remove the customExtensionHandlers and verifiableCredentialSettings from a policy. * @param CustomAccessPackageWorkflowExtensionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilder.php index 4960c159ce9..d72b48f3958 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilder.php @@ -120,11 +120,11 @@ public function delete(?AccessPackageItemRequestBuilderDeleteRequestConfiguratio } /** - * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + * Retrieve the properties and relationships of an accessPackage object. * @param AccessPackageItemRequestBuilderGetRequestConfiguration|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/accesspackage-list-accesspackageresourcerolescopes?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-beta Find more info here */ public function get(?AccessPackageItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -168,7 +168,7 @@ public function toDeleteRequestInformation(?AccessPackageItemRequestBuilderDelet } /** - * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + * Retrieve the properties and relationships of an accessPackage object. * @param AccessPackageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilderGetQueryParameters.php index b1ff43ca6d4..b2fe7f6b346 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + * Retrieve the properties and relationships of an accessPackage object. */ class AccessPackageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackagesWithUniqueName/AccessPackagesWithUniqueNameRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackagesWithUniqueName/AccessPackagesWithUniqueNameRequestBuilder.php index 3f3f153e35a..2d677a00bce 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackagesWithUniqueName/AccessPackagesWithUniqueNameRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackagesWithUniqueName/AccessPackagesWithUniqueNameRequestBuilder.php @@ -65,11 +65,11 @@ public function delete(?AccessPackagesWithUniqueNameRequestBuilderDeleteRequestC } /** - * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + * Retrieve the properties and relationships of an accessPackage object. * @param AccessPackagesWithUniqueNameRequestBuilderGetRequestConfiguration|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/accesspackage-list-accesspackageresourcerolescopes?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-beta Find more info here */ public function get(?AccessPackagesWithUniqueNameRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?AccessPackagesWithUniqueNameRequestB } /** - * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + * Retrieve the properties and relationships of an accessPackage object. * @param AccessPackagesWithUniqueNameRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackagesWithUniqueName/AccessPackagesWithUniqueNameRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackagesWithUniqueName/AccessPackagesWithUniqueNameRequestBuilderGetQueryParameters.php index 62a3fe523c2..8900e6f934e 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackagesWithUniqueName/AccessPackagesWithUniqueNameRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackagesWithUniqueName/AccessPackagesWithUniqueNameRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + * Retrieve the properties and relationships of an accessPackage object. */ class AccessPackagesWithUniqueNameRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityProtection/RiskDetections/Item/RiskDetectionItemRequestBuilder.php b/src/Generated/IdentityProtection/RiskDetections/Item/RiskDetectionItemRequestBuilder.php index 56c8ddec4c5..f50d814df51 100644 --- a/src/Generated/IdentityProtection/RiskDetections/Item/RiskDetectionItemRequestBuilder.php +++ b/src/Generated/IdentityProtection/RiskDetections/Item/RiskDetectionItemRequestBuilder.php @@ -45,11 +45,11 @@ public function delete(?RiskDetectionItemRequestBuilderDeleteRequestConfiguratio } /** - * Retrieve the properties of a collection of riskDetection objects. + * Retrieve the properties of a riskDetection object. * @param RiskDetectionItemRequestBuilderGetRequestConfiguration|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/riskdetection-list?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-beta Find more info here */ public function get(?RiskDetectionItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -92,7 +92,7 @@ public function toDeleteRequestInformation(?RiskDetectionItemRequestBuilderDelet } /** - * Retrieve the properties of a collection of riskDetection objects. + * Retrieve the properties of a riskDetection object. * @param RiskDetectionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityProtection/RiskDetections/Item/RiskDetectionItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityProtection/RiskDetections/Item/RiskDetectionItemRequestBuilderGetQueryParameters.php index 0ed3e0e8b9c..d07753ed90d 100644 --- a/src/Generated/IdentityProtection/RiskDetections/Item/RiskDetectionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityProtection/RiskDetections/Item/RiskDetectionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties of a collection of riskDetection objects. + * Retrieve the properties of a riskDetection object. */ class RiskDetectionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilder.php b/src/Generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilder.php index ca15f1e40bd..933f7e4f76c 100644 --- a/src/Generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilder.php +++ b/src/Generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilder.php @@ -68,11 +68,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties and relationships of a collection of riskyUser objects. + * Retrieve the properties and relationships of a riskyUser object. * @param RiskyUsersRequestBuilderGetRequestConfiguration|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/riskyusers-list?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/riskyusers-get?view=graph-rest-beta Find more info here */ public function get(?RiskyUsersRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -98,7 +98,7 @@ public function post(RiskyUser $body, ?RiskyUsersRequestBuilderPostRequestConfig } /** - * Retrieve the properties and relationships of a collection of riskyUser objects. + * Retrieve the properties and relationships of a riskyUser object. * @param RiskyUsersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilderGetQueryParameters.php b/src/Generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilderGetQueryParameters.php index 0823016ce86..e634d2cdae6 100644 --- a/src/Generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a collection of riskyUser objects. + * Retrieve the properties and relationships of a riskyUser object. */ class RiskyUsersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Models/AiInteractionMentionedIdentitySet.php b/src/Generated/Models/AiInteractionMentionedIdentitySet.php index 595494eceb7..e0e3caf570f 100644 --- a/src/Generated/Models/AiInteractionMentionedIdentitySet.php +++ b/src/Generated/Models/AiInteractionMentionedIdentitySet.php @@ -26,7 +26,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AiInt } /** - * Gets the conversation property value. The conversation property + * Gets the conversation property value. The conversation details. * @return TeamworkConversationIdentity|null */ public function getConversation(): ?TeamworkConversationIdentity { @@ -72,7 +72,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the conversation property value. The conversation property + * Sets the conversation property value. The conversation details. * @param TeamworkConversationIdentity|null $value Value to set for the conversation property. */ public function setConversation(?TeamworkConversationIdentity $value): void { diff --git a/src/Generated/Models/AuthenticationFlow.php b/src/Generated/Models/AuthenticationFlow.php index 3d75237daaa..065b69df5cb 100644 --- a/src/Generated/Models/AuthenticationFlow.php +++ b/src/Generated/Models/AuthenticationFlow.php @@ -80,7 +80,7 @@ public function getOdataType(): ?string { } /** - * Gets the transferMethod property value. The transferMethod property + * Gets the transferMethod property value. Represents the transfer methods in scope for the policy. The possible values are: none, deviceCodeFlow, authenticationTransfer, unknownFutureValue. * @return ConditionalAccessTransferMethods|null */ public function getTransferMethod(): ?ConditionalAccessTransferMethods { @@ -126,7 +126,7 @@ public function setOdataType(?string $value): void { } /** - * Sets the transferMethod property value. The transferMethod property + * Sets the transferMethod property value. Represents the transfer methods in scope for the policy. The possible values are: none, deviceCodeFlow, authenticationTransfer, unknownFutureValue. * @param ConditionalAccessTransferMethods|null $value Value to set for the transferMethod property. */ public function setTransferMethod(?ConditionalAccessTransferMethods $value): void { diff --git a/src/Generated/Models/CallRecords/NetworkInfo.php b/src/Generated/Models/CallRecords/NetworkInfo.php index ff61364661b..1f4aca503ce 100644 --- a/src/Generated/Models/CallRecords/NetworkInfo.php +++ b/src/Generated/Models/CallRecords/NetworkInfo.php @@ -69,7 +69,7 @@ public function getBandwidthLowEventRatio(): ?float { } /** - * Gets the basicServiceSetIdentifier property value. The wireless LAN basic service set identifier of the media endpoint used to connect to the network. + * Gets the basicServiceSetIdentifier property value. The wireless LAN basic service set identifier of the media endpoint used to connect to the network. This property isn't available if the user disables precise location sharing in their operating system or Microsoft Teams app settings. * @return string|null */ public function getBasicServiceSetIdentifier(): ?string { @@ -479,7 +479,7 @@ public function setBandwidthLowEventRatio(?float $value): void { } /** - * Sets the basicServiceSetIdentifier property value. The wireless LAN basic service set identifier of the media endpoint used to connect to the network. + * Sets the basicServiceSetIdentifier property value. The wireless LAN basic service set identifier of the media endpoint used to connect to the network. This property isn't available if the user disables precise location sharing in their operating system or Microsoft Teams app settings. * @param string|null $value Value to set for the basicServiceSetIdentifier property. */ public function setBasicServiceSetIdentifier(?string $value): void { diff --git a/src/Generated/Models/DeviceCompliancePolicy.php b/src/Generated/Models/DeviceCompliancePolicy.php index 7a96a798370..74baec07ed6 100644 --- a/src/Generated/Models/DeviceCompliancePolicy.php +++ b/src/Generated/Models/DeviceCompliancePolicy.php @@ -194,7 +194,7 @@ public function getRoleScopeTagIds(): ?array { } /** - * Gets the scheduledActionsForRule property value. The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + * Gets the scheduledActionsForRule property value. The list of scheduled action for this rule * @return array|null */ public function getScheduledActionsForRule(): ?array { @@ -339,7 +339,7 @@ public function setRoleScopeTagIds(?array $value): void { } /** - * Sets the scheduledActionsForRule property value. The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + * Sets the scheduledActionsForRule property value. The list of scheduled action for this rule * @param array|null $value Value to set for the scheduledActionsForRule property. */ public function setScheduledActionsForRule(?array $value): void { diff --git a/src/Generated/Models/DeviceInfo.php b/src/Generated/Models/DeviceInfo.php index cb1b721dc9b..a6afea9c5e5 100644 --- a/src/Generated/Models/DeviceInfo.php +++ b/src/Generated/Models/DeviceInfo.php @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the deviceId property value. The deviceId property + * Gets the deviceId property value. Unique identifier set by Azure Device Registration Service at the time of registration. * @return string|null */ public function getDeviceId(): ?string { @@ -69,7 +69,7 @@ public function getDeviceId(): ?string { } /** - * Gets the displayName property value. The displayName property + * Gets the displayName property value. The display name for the device. * @return string|null */ public function getDisplayName(): ?string { @@ -81,7 +81,7 @@ public function getDisplayName(): ?string { } /** - * Gets the enrollmentProfileName property value. The enrollmentProfileName property + * Gets the enrollmentProfileName property value. Enrollment profile applied to the device. * @return string|null */ public function getEnrollmentProfileName(): ?string { @@ -93,7 +93,7 @@ public function getEnrollmentProfileName(): ?string { } /** - * Gets the extensionAttribute1 property value. The extensionAttribute1 property + * Gets the extensionAttribute1 property value. Extension attribute. * @return string|null */ public function getExtensionAttribute1(): ?string { @@ -105,7 +105,7 @@ public function getExtensionAttribute1(): ?string { } /** - * Gets the extensionAttribute10 property value. The extensionAttribute10 property + * Gets the extensionAttribute10 property value. Extension attribute. * @return string|null */ public function getExtensionAttribute10(): ?string { @@ -117,7 +117,7 @@ public function getExtensionAttribute10(): ?string { } /** - * Gets the extensionAttribute11 property value. The extensionAttribute11 property + * Gets the extensionAttribute11 property value. Extension attribute. * @return string|null */ public function getExtensionAttribute11(): ?string { @@ -129,7 +129,7 @@ public function getExtensionAttribute11(): ?string { } /** - * Gets the extensionAttribute12 property value. The extensionAttribute12 property + * Gets the extensionAttribute12 property value. Extension attribute. * @return string|null */ public function getExtensionAttribute12(): ?string { @@ -141,7 +141,7 @@ public function getExtensionAttribute12(): ?string { } /** - * Gets the extensionAttribute13 property value. The extensionAttribute13 property + * Gets the extensionAttribute13 property value. Extension attribute. * @return string|null */ public function getExtensionAttribute13(): ?string { @@ -153,7 +153,7 @@ public function getExtensionAttribute13(): ?string { } /** - * Gets the extensionAttribute14 property value. The extensionAttribute14 property + * Gets the extensionAttribute14 property value. Extension attribute. * @return string|null */ public function getExtensionAttribute14(): ?string { @@ -165,7 +165,7 @@ public function getExtensionAttribute14(): ?string { } /** - * Gets the extensionAttribute15 property value. The extensionAttribute15 property + * Gets the extensionAttribute15 property value. Extension attribute. * @return string|null */ public function getExtensionAttribute15(): ?string { @@ -177,7 +177,7 @@ public function getExtensionAttribute15(): ?string { } /** - * Gets the extensionAttribute2 property value. The extensionAttribute2 property + * Gets the extensionAttribute2 property value. Extension attribute. * @return string|null */ public function getExtensionAttribute2(): ?string { @@ -189,7 +189,7 @@ public function getExtensionAttribute2(): ?string { } /** - * Gets the extensionAttribute3 property value. The extensionAttribute3 property + * Gets the extensionAttribute3 property value. Extension attribute. * @return string|null */ public function getExtensionAttribute3(): ?string { @@ -201,7 +201,7 @@ public function getExtensionAttribute3(): ?string { } /** - * Gets the extensionAttribute4 property value. The extensionAttribute4 property + * Gets the extensionAttribute4 property value. Extension attribute. * @return string|null */ public function getExtensionAttribute4(): ?string { @@ -213,7 +213,7 @@ public function getExtensionAttribute4(): ?string { } /** - * Gets the extensionAttribute5 property value. The extensionAttribute5 property + * Gets the extensionAttribute5 property value. Extension attribute. * @return string|null */ public function getExtensionAttribute5(): ?string { @@ -225,7 +225,7 @@ public function getExtensionAttribute5(): ?string { } /** - * Gets the extensionAttribute6 property value. The extensionAttribute6 property + * Gets the extensionAttribute6 property value. Extension attribute. * @return string|null */ public function getExtensionAttribute6(): ?string { @@ -237,7 +237,7 @@ public function getExtensionAttribute6(): ?string { } /** - * Gets the extensionAttribute7 property value. The extensionAttribute7 property + * Gets the extensionAttribute7 property value. Extension attribute. * @return string|null */ public function getExtensionAttribute7(): ?string { @@ -249,7 +249,7 @@ public function getExtensionAttribute7(): ?string { } /** - * Gets the extensionAttribute8 property value. The extensionAttribute8 property + * Gets the extensionAttribute8 property value. Extension attribute. * @return string|null */ public function getExtensionAttribute8(): ?string { @@ -261,7 +261,7 @@ public function getExtensionAttribute8(): ?string { } /** - * Gets the extensionAttribute9 property value. The extensionAttribute9 property + * Gets the extensionAttribute9 property value. Extension attribute. * @return string|null */ public function getExtensionAttribute9(): ?string { @@ -327,7 +327,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the isCompliant property value. The isCompliant property + * Gets the isCompliant property value. Indicates the device compliance status with Mobile Management Device (MDM) policies. * @return bool|null */ public function getIsCompliant(): ?bool { @@ -339,7 +339,7 @@ public function getIsCompliant(): ?bool { } /** - * Gets the manufacturer property value. The manufacturer property + * Gets the manufacturer property value. Manufacturer of the device. * @return string|null */ public function getManufacturer(): ?string { @@ -351,7 +351,7 @@ public function getManufacturer(): ?string { } /** - * Gets the mdmAppId property value. The mdmAppId property + * Gets the mdmAppId property value. Application identifier used to register device into MDM. * @return string|null */ public function getMdmAppId(): ?string { @@ -363,7 +363,7 @@ public function getMdmAppId(): ?string { } /** - * Gets the model property value. The model property + * Gets the model property value. Model of the device. * @return string|null */ public function getModel(): ?string { @@ -387,7 +387,7 @@ public function getOdataType(): ?string { } /** - * Gets the operatingSystem property value. The operatingSystem property + * Gets the operatingSystem property value. The type of operating system on the device. * @return string|null */ public function getOperatingSystem(): ?string { @@ -399,7 +399,7 @@ public function getOperatingSystem(): ?string { } /** - * Gets the operatingSystemVersion property value. The operatingSystemVersion property + * Gets the operatingSystemVersion property value. The version of the operating system on the device. * @return string|null */ public function getOperatingSystemVersion(): ?string { @@ -411,7 +411,7 @@ public function getOperatingSystemVersion(): ?string { } /** - * Gets the ownership property value. The ownership property + * Gets the ownership property value. Ownership of the device. This property is set by Intune. * @return string|null */ public function getOwnership(): ?string { @@ -423,7 +423,7 @@ public function getOwnership(): ?string { } /** - * Gets the physicalIds property value. The physicalIds property + * Gets the physicalIds property value. A collection of physical identifiers for the device. * @return array|null */ public function getPhysicalIds(): ?array { @@ -437,7 +437,7 @@ public function getPhysicalIds(): ?array { } /** - * Gets the profileType property value. The profileType property + * Gets the profileType property value. The profile type of the device. * @return string|null */ public function getProfileType(): ?string { @@ -449,7 +449,7 @@ public function getProfileType(): ?string { } /** - * Gets the systemLabels property value. The systemLabels property + * Gets the systemLabels property value. List of labels applied to the device by the system. * @return array|null */ public function getSystemLabels(): ?array { @@ -463,7 +463,7 @@ public function getSystemLabels(): ?array { } /** - * Gets the trustType property value. The trustType property + * Gets the trustType property value. Type of trust for the joined device. * @return string|null */ public function getTrustType(): ?string { @@ -529,7 +529,7 @@ public function setBackingStore(BackingStore $value): void { } /** - * Sets the deviceId property value. The deviceId property + * Sets the deviceId property value. Unique identifier set by Azure Device Registration Service at the time of registration. * @param string|null $value Value to set for the deviceId property. */ public function setDeviceId(?string $value): void { @@ -537,7 +537,7 @@ public function setDeviceId(?string $value): void { } /** - * Sets the displayName property value. The displayName property + * Sets the displayName property value. The display name for the device. * @param string|null $value Value to set for the displayName property. */ public function setDisplayName(?string $value): void { @@ -545,7 +545,7 @@ public function setDisplayName(?string $value): void { } /** - * Sets the enrollmentProfileName property value. The enrollmentProfileName property + * Sets the enrollmentProfileName property value. Enrollment profile applied to the device. * @param string|null $value Value to set for the enrollmentProfileName property. */ public function setEnrollmentProfileName(?string $value): void { @@ -553,7 +553,7 @@ public function setEnrollmentProfileName(?string $value): void { } /** - * Sets the extensionAttribute1 property value. The extensionAttribute1 property + * Sets the extensionAttribute1 property value. Extension attribute. * @param string|null $value Value to set for the extensionAttribute1 property. */ public function setExtensionAttribute1(?string $value): void { @@ -561,7 +561,7 @@ public function setExtensionAttribute1(?string $value): void { } /** - * Sets the extensionAttribute10 property value. The extensionAttribute10 property + * Sets the extensionAttribute10 property value. Extension attribute. * @param string|null $value Value to set for the extensionAttribute10 property. */ public function setExtensionAttribute10(?string $value): void { @@ -569,7 +569,7 @@ public function setExtensionAttribute10(?string $value): void { } /** - * Sets the extensionAttribute11 property value. The extensionAttribute11 property + * Sets the extensionAttribute11 property value. Extension attribute. * @param string|null $value Value to set for the extensionAttribute11 property. */ public function setExtensionAttribute11(?string $value): void { @@ -577,7 +577,7 @@ public function setExtensionAttribute11(?string $value): void { } /** - * Sets the extensionAttribute12 property value. The extensionAttribute12 property + * Sets the extensionAttribute12 property value. Extension attribute. * @param string|null $value Value to set for the extensionAttribute12 property. */ public function setExtensionAttribute12(?string $value): void { @@ -585,7 +585,7 @@ public function setExtensionAttribute12(?string $value): void { } /** - * Sets the extensionAttribute13 property value. The extensionAttribute13 property + * Sets the extensionAttribute13 property value. Extension attribute. * @param string|null $value Value to set for the extensionAttribute13 property. */ public function setExtensionAttribute13(?string $value): void { @@ -593,7 +593,7 @@ public function setExtensionAttribute13(?string $value): void { } /** - * Sets the extensionAttribute14 property value. The extensionAttribute14 property + * Sets the extensionAttribute14 property value. Extension attribute. * @param string|null $value Value to set for the extensionAttribute14 property. */ public function setExtensionAttribute14(?string $value): void { @@ -601,7 +601,7 @@ public function setExtensionAttribute14(?string $value): void { } /** - * Sets the extensionAttribute15 property value. The extensionAttribute15 property + * Sets the extensionAttribute15 property value. Extension attribute. * @param string|null $value Value to set for the extensionAttribute15 property. */ public function setExtensionAttribute15(?string $value): void { @@ -609,7 +609,7 @@ public function setExtensionAttribute15(?string $value): void { } /** - * Sets the extensionAttribute2 property value. The extensionAttribute2 property + * Sets the extensionAttribute2 property value. Extension attribute. * @param string|null $value Value to set for the extensionAttribute2 property. */ public function setExtensionAttribute2(?string $value): void { @@ -617,7 +617,7 @@ public function setExtensionAttribute2(?string $value): void { } /** - * Sets the extensionAttribute3 property value. The extensionAttribute3 property + * Sets the extensionAttribute3 property value. Extension attribute. * @param string|null $value Value to set for the extensionAttribute3 property. */ public function setExtensionAttribute3(?string $value): void { @@ -625,7 +625,7 @@ public function setExtensionAttribute3(?string $value): void { } /** - * Sets the extensionAttribute4 property value. The extensionAttribute4 property + * Sets the extensionAttribute4 property value. Extension attribute. * @param string|null $value Value to set for the extensionAttribute4 property. */ public function setExtensionAttribute4(?string $value): void { @@ -633,7 +633,7 @@ public function setExtensionAttribute4(?string $value): void { } /** - * Sets the extensionAttribute5 property value. The extensionAttribute5 property + * Sets the extensionAttribute5 property value. Extension attribute. * @param string|null $value Value to set for the extensionAttribute5 property. */ public function setExtensionAttribute5(?string $value): void { @@ -641,7 +641,7 @@ public function setExtensionAttribute5(?string $value): void { } /** - * Sets the extensionAttribute6 property value. The extensionAttribute6 property + * Sets the extensionAttribute6 property value. Extension attribute. * @param string|null $value Value to set for the extensionAttribute6 property. */ public function setExtensionAttribute6(?string $value): void { @@ -649,7 +649,7 @@ public function setExtensionAttribute6(?string $value): void { } /** - * Sets the extensionAttribute7 property value. The extensionAttribute7 property + * Sets the extensionAttribute7 property value. Extension attribute. * @param string|null $value Value to set for the extensionAttribute7 property. */ public function setExtensionAttribute7(?string $value): void { @@ -657,7 +657,7 @@ public function setExtensionAttribute7(?string $value): void { } /** - * Sets the extensionAttribute8 property value. The extensionAttribute8 property + * Sets the extensionAttribute8 property value. Extension attribute. * @param string|null $value Value to set for the extensionAttribute8 property. */ public function setExtensionAttribute8(?string $value): void { @@ -665,7 +665,7 @@ public function setExtensionAttribute8(?string $value): void { } /** - * Sets the extensionAttribute9 property value. The extensionAttribute9 property + * Sets the extensionAttribute9 property value. Extension attribute. * @param string|null $value Value to set for the extensionAttribute9 property. */ public function setExtensionAttribute9(?string $value): void { @@ -673,7 +673,7 @@ public function setExtensionAttribute9(?string $value): void { } /** - * Sets the isCompliant property value. The isCompliant property + * Sets the isCompliant property value. Indicates the device compliance status with Mobile Management Device (MDM) policies. * @param bool|null $value Value to set for the isCompliant property. */ public function setIsCompliant(?bool $value): void { @@ -681,7 +681,7 @@ public function setIsCompliant(?bool $value): void { } /** - * Sets the manufacturer property value. The manufacturer property + * Sets the manufacturer property value. Manufacturer of the device. * @param string|null $value Value to set for the manufacturer property. */ public function setManufacturer(?string $value): void { @@ -689,7 +689,7 @@ public function setManufacturer(?string $value): void { } /** - * Sets the mdmAppId property value. The mdmAppId property + * Sets the mdmAppId property value. Application identifier used to register device into MDM. * @param string|null $value Value to set for the mdmAppId property. */ public function setMdmAppId(?string $value): void { @@ -697,7 +697,7 @@ public function setMdmAppId(?string $value): void { } /** - * Sets the model property value. The model property + * Sets the model property value. Model of the device. * @param string|null $value Value to set for the model property. */ public function setModel(?string $value): void { @@ -713,7 +713,7 @@ public function setOdataType(?string $value): void { } /** - * Sets the operatingSystem property value. The operatingSystem property + * Sets the operatingSystem property value. The type of operating system on the device. * @param string|null $value Value to set for the operatingSystem property. */ public function setOperatingSystem(?string $value): void { @@ -721,7 +721,7 @@ public function setOperatingSystem(?string $value): void { } /** - * Sets the operatingSystemVersion property value. The operatingSystemVersion property + * Sets the operatingSystemVersion property value. The version of the operating system on the device. * @param string|null $value Value to set for the operatingSystemVersion property. */ public function setOperatingSystemVersion(?string $value): void { @@ -729,7 +729,7 @@ public function setOperatingSystemVersion(?string $value): void { } /** - * Sets the ownership property value. The ownership property + * Sets the ownership property value. Ownership of the device. This property is set by Intune. * @param string|null $value Value to set for the ownership property. */ public function setOwnership(?string $value): void { @@ -737,7 +737,7 @@ public function setOwnership(?string $value): void { } /** - * Sets the physicalIds property value. The physicalIds property + * Sets the physicalIds property value. A collection of physical identifiers for the device. * @param array|null $value Value to set for the physicalIds property. */ public function setPhysicalIds(?array $value): void { @@ -745,7 +745,7 @@ public function setPhysicalIds(?array $value): void { } /** - * Sets the profileType property value. The profileType property + * Sets the profileType property value. The profile type of the device. * @param string|null $value Value to set for the profileType property. */ public function setProfileType(?string $value): void { @@ -753,7 +753,7 @@ public function setProfileType(?string $value): void { } /** - * Sets the systemLabels property value. The systemLabels property + * Sets the systemLabels property value. List of labels applied to the device by the system. * @param array|null $value Value to set for the systemLabels property. */ public function setSystemLabels(?array $value): void { @@ -761,7 +761,7 @@ public function setSystemLabels(?array $value): void { } /** - * Sets the trustType property value. The trustType property + * Sets the trustType property value. Type of trust for the joined device. * @param string|null $value Value to set for the trustType property. */ public function setTrustType(?string $value): void { diff --git a/src/Generated/Models/DeviceManagementConfigurationChoiceSettingCollectionDefinition.php b/src/Generated/Models/DeviceManagementConfigurationChoiceSettingCollectionDefinition.php index ba40cf6ddb9..7d014191bdb 100644 --- a/src/Generated/Models/DeviceManagementConfigurationChoiceSettingCollectionDefinition.php +++ b/src/Generated/Models/DeviceManagementConfigurationChoiceSettingCollectionDefinition.php @@ -37,7 +37,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the maximumCount property value. Maximum number of choices in the collection. Valid values 1 to 100 + * Gets the maximumCount property value. Maximum number of choices in the collection * @return int|null */ public function getMaximumCount(): ?int { @@ -49,7 +49,7 @@ public function getMaximumCount(): ?int { } /** - * Gets the minimumCount property value. Minimum number of choices in the collection. Valid values 1 to 100 + * Gets the minimumCount property value. Minimum number of choices in the collection * @return int|null */ public function getMinimumCount(): ?int { @@ -71,7 +71,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the maximumCount property value. Maximum number of choices in the collection. Valid values 1 to 100 + * Sets the maximumCount property value. Maximum number of choices in the collection * @param int|null $value Value to set for the maximumCount property. */ public function setMaximumCount(?int $value): void { @@ -79,7 +79,7 @@ public function setMaximumCount(?int $value): void { } /** - * Sets the minimumCount property value. Minimum number of choices in the collection. Valid values 1 to 100 + * Sets the minimumCount property value. Minimum number of choices in the collection * @param int|null $value Value to set for the minimumCount property. */ public function setMinimumCount(?int $value): void { diff --git a/src/Generated/Models/DeviceManagementConfigurationReferredSettingInformation.php b/src/Generated/Models/DeviceManagementConfigurationReferredSettingInformation.php index 92534302123..67276ec05b5 100644 --- a/src/Generated/Models/DeviceManagementConfigurationReferredSettingInformation.php +++ b/src/Generated/Models/DeviceManagementConfigurationReferredSettingInformation.php @@ -83,7 +83,7 @@ public function getOdataType(): ?string { } /** - * Gets the settingDefinitionId property value. Setting definition id that is being referred to a setting. Applicable for reusable setting + * Gets the settingDefinitionId property value. Setting definition id that is being referred to a setting. Applicable for reusable setting. * @return string|null */ public function getSettingDefinitionId(): ?string { @@ -129,7 +129,7 @@ public function setOdataType(?string $value): void { } /** - * Sets the settingDefinitionId property value. Setting definition id that is being referred to a setting. Applicable for reusable setting + * Sets the settingDefinitionId property value. Setting definition id that is being referred to a setting. Applicable for reusable setting. * @param string|null $value Value to set for the settingDefinitionId property. */ public function setSettingDefinitionId(?string $value): void { diff --git a/src/Generated/Models/DeviceManagementConfigurationSettingGroupCollectionDefinition.php b/src/Generated/Models/DeviceManagementConfigurationSettingGroupCollectionDefinition.php index 8383e8d0b09..92dda4cd8fa 100644 --- a/src/Generated/Models/DeviceManagementConfigurationSettingGroupCollectionDefinition.php +++ b/src/Generated/Models/DeviceManagementConfigurationSettingGroupCollectionDefinition.php @@ -37,7 +37,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the maximumCount property value. Maximum number of setting group count in the collection. Valid values 1 to 100 + * Gets the maximumCount property value. Maximum number of setting group count in the collection * @return int|null */ public function getMaximumCount(): ?int { @@ -49,7 +49,7 @@ public function getMaximumCount(): ?int { } /** - * Gets the minimumCount property value. Minimum number of setting group count in the collection. Valid values 1 to 100 + * Gets the minimumCount property value. Minimum number of setting group count in the collection * @return int|null */ public function getMinimumCount(): ?int { @@ -71,7 +71,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the maximumCount property value. Maximum number of setting group count in the collection. Valid values 1 to 100 + * Sets the maximumCount property value. Maximum number of setting group count in the collection * @param int|null $value Value to set for the maximumCount property. */ public function setMaximumCount(?int $value): void { @@ -79,7 +79,7 @@ public function setMaximumCount(?int $value): void { } /** - * Sets the minimumCount property value. Minimum number of setting group count in the collection. Valid values 1 to 100 + * Sets the minimumCount property value. Minimum number of setting group count in the collection * @param int|null $value Value to set for the minimumCount property. */ public function setMinimumCount(?int $value): void { diff --git a/src/Generated/Models/IdentitySet.php b/src/Generated/Models/IdentitySet.php index 2c38932ca57..9c3b82c1838 100644 --- a/src/Generated/Models/IdentitySet.php +++ b/src/Generated/Models/IdentitySet.php @@ -61,7 +61,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the application property value. Optional. The application associated with this action. + * Gets the application property value. The Identity of the Application. This property is read-only. * @return Identity|null */ public function getApplication(): ?Identity { @@ -81,7 +81,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the device property value. Optional. The device associated with this action. + * Gets the device property value. The Identity of the Device. This property is read-only. * @return Identity|null */ public function getDevice(): ?Identity { @@ -119,7 +119,7 @@ public function getOdataType(): ?string { } /** - * Gets the user property value. Optional. The user associated with this action. + * Gets the user property value. The Identity of the User. This property is read-only. * @return Identity|null */ public function getUser(): ?Identity { @@ -151,7 +151,7 @@ public function setAdditionalData(?array $value): void { } /** - * Sets the application property value. Optional. The application associated with this action. + * Sets the application property value. The Identity of the Application. This property is read-only. * @param Identity|null $value Value to set for the application property. */ public function setApplication(?Identity $value): void { @@ -167,7 +167,7 @@ public function setBackingStore(BackingStore $value): void { } /** - * Sets the device property value. Optional. The device associated with this action. + * Sets the device property value. The Identity of the Device. This property is read-only. * @param Identity|null $value Value to set for the device property. */ public function setDevice(?Identity $value): void { @@ -183,7 +183,7 @@ public function setOdataType(?string $value): void { } /** - * Sets the user property value. Optional. The user associated with this action. + * Sets the user property value. The Identity of the User. This property is read-only. * @param Identity|null $value Value to set for the user property. */ public function setUser(?Identity $value): void { diff --git a/src/Generated/Models/MacOsLobAppAssignmentSettings.php b/src/Generated/Models/MacOsLobAppAssignmentSettings.php index 0ef926d94fb..49f681a8027 100644 --- a/src/Generated/Models/MacOsLobAppAssignmentSettings.php +++ b/src/Generated/Models/MacOsLobAppAssignmentSettings.php @@ -40,7 +40,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the uninstallOnDeviceRemoval property value. When TRUE, indicates that the app should be uninstalled when the device is removed from Intune. When FALSE, indicates that the app will not be uninstalled when the device is removed from Intune. + * Gets the uninstallOnDeviceRemoval property value. Whether or not to uninstall the app when device is removed from Intune. * @return bool|null */ public function getUninstallOnDeviceRemoval(): ?bool { @@ -61,7 +61,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the uninstallOnDeviceRemoval property value. When TRUE, indicates that the app should be uninstalled when the device is removed from Intune. When FALSE, indicates that the app will not be uninstalled when the device is removed from Intune. + * Sets the uninstallOnDeviceRemoval property value. Whether or not to uninstall the app when device is removed from Intune. * @param bool|null $value Value to set for the uninstallOnDeviceRemoval property. */ public function setUninstallOnDeviceRemoval(?bool $value): void { diff --git a/src/Generated/Models/Networkaccess/ApplicationSnapshot.php b/src/Generated/Models/Networkaccess/ApplicationSnapshot.php index d1731e85a63..00af1e2db8f 100644 --- a/src/Generated/Models/Networkaccess/ApplicationSnapshot.php +++ b/src/Generated/Models/Networkaccess/ApplicationSnapshot.php @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the appId property value. The appId property + * Gets the appId property value. The unique identifier of the application accessed during the transaction. * @return string|null */ public function getAppId(): ?string { @@ -110,7 +110,7 @@ public function setAdditionalData(?array $value): void { } /** - * Sets the appId property value. The appId property + * Sets the appId property value. The unique identifier of the application accessed during the transaction. * @param string|null $value Value to set for the appId property. */ public function setAppId(?string $value): void { diff --git a/src/Generated/Models/Networkaccess/DiscoveredApplicationSegmentReport.php b/src/Generated/Models/Networkaccess/DiscoveredApplicationSegmentReport.php index 462b7f02899..e39dbd8ac8b 100644 --- a/src/Generated/Models/Networkaccess/DiscoveredApplicationSegmentReport.php +++ b/src/Generated/Models/Networkaccess/DiscoveredApplicationSegmentReport.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Disco } /** - * Gets the accessType property value. The accessType property + * Gets the accessType property value. The type of access used to connect to this application segment. The possible values are: quickAccess, privateAccess, unknownFutureValue, appAccess. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: appAccess. * @return AccessType|null */ public function getAccessType(): ?AccessType { @@ -69,7 +69,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the deviceCount property value. The deviceCount property + * Gets the deviceCount property value. The number of unique devices that have accessed this application segment. * @return int|null */ public function getDeviceCount(): ?int { @@ -81,7 +81,7 @@ public function getDeviceCount(): ?int { } /** - * Gets the discoveredApplicationSegmentId property value. The discoveredApplicationSegmentId property + * Gets the discoveredApplicationSegmentId property value. The unique identifier for this discovered application segment. * @return string|null */ public function getDiscoveredApplicationSegmentId(): ?string { @@ -117,7 +117,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the firstAccessDateTime property value. The firstAccessDateTime property + * Gets the firstAccessDateTime property value. The date and time when this application segment was first accessed. * @return DateTime|null */ public function getFirstAccessDateTime(): ?DateTime { @@ -129,7 +129,7 @@ public function getFirstAccessDateTime(): ?DateTime { } /** - * Gets the fqdn property value. The fqdn property + * Gets the fqdn property value. The fully qualified domain name associated with this application segment. * @return string|null */ public function getFqdn(): ?string { @@ -141,7 +141,7 @@ public function getFqdn(): ?string { } /** - * Gets the ip property value. The ip property + * Gets the ip property value. The IP address associated with this application segment. * @return string|null */ public function getIp(): ?string { @@ -153,7 +153,7 @@ public function getIp(): ?string { } /** - * Gets the lastAccessDateTime property value. The lastAccessDateTime property + * Gets the lastAccessDateTime property value. The date and time when this application segment was last accessed. * @return DateTime|null */ public function getLastAccessDateTime(): ?DateTime { @@ -177,7 +177,7 @@ public function getOdataType(): ?string { } /** - * Gets the port property value. The port property + * Gets the port property value. The port number used to access this application segment. * @return int|null */ public function getPort(): ?int { @@ -189,7 +189,7 @@ public function getPort(): ?int { } /** - * Gets the totalBytesReceived property value. The totalBytesReceived property + * Gets the totalBytesReceived property value. The total number of bytes received from this application segment. * @return int|null */ public function getTotalBytesReceived(): ?int { @@ -201,7 +201,7 @@ public function getTotalBytesReceived(): ?int { } /** - * Gets the totalBytesSent property value. The totalBytesSent property + * Gets the totalBytesSent property value. The total number of bytes sent to this application segment. * @return int|null */ public function getTotalBytesSent(): ?int { @@ -213,7 +213,7 @@ public function getTotalBytesSent(): ?int { } /** - * Gets the transactionCount property value. The transactionCount property + * Gets the transactionCount property value. The number of transactions recorded for this application segment. * @return int|null */ public function getTransactionCount(): ?int { @@ -237,7 +237,7 @@ public function getTransportProtocol(): ?NetworkingProtocol { } /** - * Gets the userCount property value. The userCount property + * Gets the userCount property value. The number of unique users who have accessed this application segment. * @return int|null */ public function getUserCount(): ?int { @@ -271,7 +271,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the accessType property value. The accessType property + * Sets the accessType property value. The type of access used to connect to this application segment. The possible values are: quickAccess, privateAccess, unknownFutureValue, appAccess. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: appAccess. * @param AccessType|null $value Value to set for the accessType property. */ public function setAccessType(?AccessType $value): void { @@ -295,7 +295,7 @@ public function setBackingStore(BackingStore $value): void { } /** - * Sets the deviceCount property value. The deviceCount property + * Sets the deviceCount property value. The number of unique devices that have accessed this application segment. * @param int|null $value Value to set for the deviceCount property. */ public function setDeviceCount(?int $value): void { @@ -303,7 +303,7 @@ public function setDeviceCount(?int $value): void { } /** - * Sets the discoveredApplicationSegmentId property value. The discoveredApplicationSegmentId property + * Sets the discoveredApplicationSegmentId property value. The unique identifier for this discovered application segment. * @param string|null $value Value to set for the discoveredApplicationSegmentId property. */ public function setDiscoveredApplicationSegmentId(?string $value): void { @@ -311,7 +311,7 @@ public function setDiscoveredApplicationSegmentId(?string $value): void { } /** - * Sets the firstAccessDateTime property value. The firstAccessDateTime property + * Sets the firstAccessDateTime property value. The date and time when this application segment was first accessed. * @param DateTime|null $value Value to set for the firstAccessDateTime property. */ public function setFirstAccessDateTime(?DateTime $value): void { @@ -319,7 +319,7 @@ public function setFirstAccessDateTime(?DateTime $value): void { } /** - * Sets the fqdn property value. The fqdn property + * Sets the fqdn property value. The fully qualified domain name associated with this application segment. * @param string|null $value Value to set for the fqdn property. */ public function setFqdn(?string $value): void { @@ -327,7 +327,7 @@ public function setFqdn(?string $value): void { } /** - * Sets the ip property value. The ip property + * Sets the ip property value. The IP address associated with this application segment. * @param string|null $value Value to set for the ip property. */ public function setIp(?string $value): void { @@ -335,7 +335,7 @@ public function setIp(?string $value): void { } /** - * Sets the lastAccessDateTime property value. The lastAccessDateTime property + * Sets the lastAccessDateTime property value. The date and time when this application segment was last accessed. * @param DateTime|null $value Value to set for the lastAccessDateTime property. */ public function setLastAccessDateTime(?DateTime $value): void { @@ -351,7 +351,7 @@ public function setOdataType(?string $value): void { } /** - * Sets the port property value. The port property + * Sets the port property value. The port number used to access this application segment. * @param int|null $value Value to set for the port property. */ public function setPort(?int $value): void { @@ -359,7 +359,7 @@ public function setPort(?int $value): void { } /** - * Sets the totalBytesReceived property value. The totalBytesReceived property + * Sets the totalBytesReceived property value. The total number of bytes received from this application segment. * @param int|null $value Value to set for the totalBytesReceived property. */ public function setTotalBytesReceived(?int $value): void { @@ -367,7 +367,7 @@ public function setTotalBytesReceived(?int $value): void { } /** - * Sets the totalBytesSent property value. The totalBytesSent property + * Sets the totalBytesSent property value. The total number of bytes sent to this application segment. * @param int|null $value Value to set for the totalBytesSent property. */ public function setTotalBytesSent(?int $value): void { @@ -375,7 +375,7 @@ public function setTotalBytesSent(?int $value): void { } /** - * Sets the transactionCount property value. The transactionCount property + * Sets the transactionCount property value. The number of transactions recorded for this application segment. * @param int|null $value Value to set for the transactionCount property. */ public function setTransactionCount(?int $value): void { @@ -391,7 +391,7 @@ public function setTransportProtocol(?NetworkingProtocol $value): void { } /** - * Sets the userCount property value. The userCount property + * Sets the userCount property value. The number of unique users who have accessed this application segment. * @param int|null $value Value to set for the userCount property. */ public function setUserCount(?int $value): void { diff --git a/src/Generated/Models/Networkaccess/NetworkAccessTraffic.php b/src/Generated/Models/Networkaccess/NetworkAccessTraffic.php index a426e8a0580..31d3a924eb2 100644 --- a/src/Generated/Models/Networkaccess/NetworkAccessTraffic.php +++ b/src/Generated/Models/Networkaccess/NetworkAccessTraffic.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Netwo } /** - * Gets the action property value. Indicates what action to take based on filtering policies. The possible values are: block, allow. + * Gets the action property value. Indicates the action taken based on filtering policies. The possible values are: block, allow, unknownFutureValue, bypass, alert. Use the Prefer: include-unknown-enum-members request header to get the following values from this {evolvable enum}(/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): bypass , alert. * @return FilteringPolicyAction|null */ public function getAction(): ?FilteringPolicyAction { @@ -64,7 +64,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the agentVersion property value. Represents the version of the Global Secure Access client agent software. Supports $filter (eq) and $orderby. + * Gets the agentVersion property value. Represents the version of the Global Secure Access (GSA) client agent software. Supports $filter (eq) and $orderby. * @return string|null */ public function getAgentVersion(): ?string { @@ -76,7 +76,7 @@ public function getAgentVersion(): ?string { } /** - * Gets the applicationSnapshot property value. The applicationSnapshot property + * Gets the applicationSnapshot property value. Destination Application ID accessed in Azure AD during the transaction. Supports $filter (eq) and $orderby. * @return ApplicationSnapshot|null */ public function getApplicationSnapshot(): ?ApplicationSnapshot { @@ -120,7 +120,7 @@ public function getCreatedDateTime(): ?DateTime { } /** - * Gets the description property value. The description property + * Gets the description property value. Informational error message. For example: 'Threat intelligence detected a transaction and triggered an alert.' or 'The Global Secure Access (GSA) policy blocked the destination and triggered an alert.' Supports $filter (eq) and $orderby. * @return string|null */ public function getDescription(): ?string { @@ -168,7 +168,7 @@ public function getDestinationPort(): ?int { } /** - * Gets the destinationUrl property value. The destinationUrl property + * Gets the destinationUrl property value. Represents the URL of the destination in a network communication. Supports $filter (eq) and $orderby. * @return string|null */ public function getDestinationUrl(): ?string { @@ -180,7 +180,7 @@ public function getDestinationUrl(): ?string { } /** - * Gets the destinationWebCategory property value. The destinationWebCategory property + * Gets the destinationWebCategory property value. The destination FQDN's Web Category (e.g., Gambling). Supports $filter (eq) and $orderby. * @return WebCategory|null */ public function getDestinationWebCategory(): ?WebCategory { @@ -192,7 +192,7 @@ public function getDestinationWebCategory(): ?WebCategory { } /** - * Gets the device property value. The device property + * Gets the device property value. Represents the device associated with the network traffic, providing details about the hardware or virtual machine involved in the transaction. * @return Device|null */ public function getDevice(): ?Device { @@ -316,7 +316,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the filteringProfileId property value. The filteringProfileId property + * Gets the filteringProfileId property value. The ID of the Filtering Profile associated with the action performed on traffic. Supports $filter (eq) and $orderby. * @return string|null */ public function getFilteringProfileId(): ?string { @@ -328,7 +328,7 @@ public function getFilteringProfileId(): ?string { } /** - * Gets the filteringProfileName property value. The filteringProfileName property + * Gets the filteringProfileName property value. The name of the Filtering Profile associated with the action performed on traffic. Supports $filter (eq) and $orderby. * @return string|null */ public function getFilteringProfileName(): ?string { @@ -352,7 +352,7 @@ public function getHeaders(): ?Headers { } /** - * Gets the httpMethod property value. The httpMethod property + * Gets the httpMethod property value. The HTTP method inspected in the intercepted HTTP traffic. Supports $filter (eq) and $orderby. * @return HttpMethod|null */ public function getHttpMethod(): ?HttpMethod { @@ -364,7 +364,7 @@ public function getHttpMethod(): ?HttpMethod { } /** - * Gets the initiatingProcessName property value. The initiatingProcessName property + * Gets the initiatingProcessName property value. The process initiating the traffic transaction. Supports $filter (eq) and $orderby. * @return string|null */ public function getInitiatingProcessName(): ?string { @@ -376,7 +376,7 @@ public function getInitiatingProcessName(): ?string { } /** - * Gets the networkProtocol property value. Represents the networking protocol used for communication.The possible values are: ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII, unknownFutureValue. Supports $filter (eq) and $orderby. + * Gets the networkProtocol property value. Represents the networking protocol used for communication. The possible values are: ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII, unknownFutureValue. Supports $filter (eq) and $orderby. * @return NetworkingProtocol|null */ public function getNetworkProtocol(): ?NetworkingProtocol { @@ -400,7 +400,7 @@ public function getOdataType(): ?string { } /** - * Gets the operationStatus property value. The operationStatus property + * Gets the operationStatus property value. Indication if traffic was successfully processed. The possible values are: success, failure, unknownFutureValue. Supports $filter (eq) and $orderby. * @return NetworkTrafficOperationStatus|null */ public function getOperationStatus(): ?NetworkTrafficOperationStatus { @@ -424,7 +424,7 @@ public function getPolicyId(): ?string { } /** - * Gets the policyName property value. The policyName property + * Gets the policyName property value. The name of the filtering policy associated with the action performed on traffic. Supports $filter (eq) and $orderby. * @return string|null */ public function getPolicyName(): ?string { @@ -448,7 +448,7 @@ public function getPolicyRuleId(): ?string { } /** - * Gets the policyRuleName property value. The policyRuleName property + * Gets the policyRuleName property value. The name of the rule associated with the action performed on traffic. Supports $filter (eq) and $orderby. * @return string|null */ public function getPolicyRuleName(): ?string { @@ -460,7 +460,7 @@ public function getPolicyRuleName(): ?string { } /** - * Gets the popProcessingRegion property value. The popProcessingRegion property + * Gets the popProcessingRegion property value. The Point-of-Presence processing region of the traffic. Supports $filter (eq) and $orderby. * @return string|null */ public function getPopProcessingRegion(): ?string { @@ -472,7 +472,7 @@ public function getPopProcessingRegion(): ?string { } /** - * Gets the privateAccessDetails property value. The privateAccessDetails property + * Gets the privateAccessDetails property value. Details about private access traffic. Supports $filter (eq) and $orderby. * @return PrivateAccessDetails|null */ public function getPrivateAccessDetails(): ?PrivateAccessDetails { @@ -496,7 +496,7 @@ public function getReceivedBytes(): ?int { } /** - * Gets the remoteNetworkId property value. The remoteNetworkId property + * Gets the remoteNetworkId property value. The ID from which traffic was sent or received, providing visibility into the origin of the traffic. Supports $filter (eq) and $orderby. * @return string|null */ public function getRemoteNetworkId(): ?string { @@ -508,7 +508,7 @@ public function getRemoteNetworkId(): ?string { } /** - * Gets the resourceTenantId property value. The resourceTenantId property + * Gets the resourceTenantId property value. Tenant ID that owns the resource. Supports $filter (eq) and $orderby. * @return string|null */ public function getResourceTenantId(): ?string { @@ -520,7 +520,7 @@ public function getResourceTenantId(): ?string { } /** - * Gets the responseCode property value. The responseCode property + * Gets the responseCode property value. The HTTP response code inspected in the intercepted HTTP traffic. Supports $filter (eq) and $orderby. * @return int|null */ public function getResponseCode(): ?int { @@ -592,7 +592,7 @@ public function getTenantId(): ?string { } /** - * Gets the threatType property value. The threatType property + * Gets the threatType property value. The type of threat detected in the traffic. Supports $filter (eq) and $orderby. * @return string|null */ public function getThreatType(): ?string { @@ -628,7 +628,7 @@ public function getTransactionId(): ?string { } /** - * Gets the transportProtocol property value. Represents the transport protocol used for communication.The possible values are: ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII, unknownFutureValue. Supports $filter (eq) and $orderby. + * Gets the transportProtocol property value. Represents the transport protocol used for communication. The possible values are: ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII, unknownFutureValue. Supports $filter (eq) and $orderby. * @return NetworkingProtocol|null */ public function getTransportProtocol(): ?NetworkingProtocol { @@ -640,7 +640,7 @@ public function getTransportProtocol(): ?NetworkingProtocol { } /** - * Gets the user property value. The user property + * Gets the user property value. Represents the user associated with the network traffic, providing details about the individual or account initiating the transaction. * @return User|null */ public function getUser(): ?User { @@ -676,7 +676,7 @@ public function getUserPrincipalName(): ?string { } /** - * Gets the vendorNames property value. The vendorNames property + * Gets the vendorNames property value. The name of the vendors who detected the threat. Supports $filter (eq) and $orderby. * @return array|null */ public function getVendorNames(): ?array { @@ -745,7 +745,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the action property value. Indicates what action to take based on filtering policies. The possible values are: block, allow. + * Sets the action property value. Indicates the action taken based on filtering policies. The possible values are: block, allow, unknownFutureValue, bypass, alert. Use the Prefer: include-unknown-enum-members request header to get the following values from this {evolvable enum}(/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): bypass , alert. * @param FilteringPolicyAction|null $value Value to set for the action property. */ public function setAction(?FilteringPolicyAction $value): void { @@ -761,7 +761,7 @@ public function setAdditionalData(?array $value): void { } /** - * Sets the agentVersion property value. Represents the version of the Global Secure Access client agent software. Supports $filter (eq) and $orderby. + * Sets the agentVersion property value. Represents the version of the Global Secure Access (GSA) client agent software. Supports $filter (eq) and $orderby. * @param string|null $value Value to set for the agentVersion property. */ public function setAgentVersion(?string $value): void { @@ -769,7 +769,7 @@ public function setAgentVersion(?string $value): void { } /** - * Sets the applicationSnapshot property value. The applicationSnapshot property + * Sets the applicationSnapshot property value. Destination Application ID accessed in Azure AD during the transaction. Supports $filter (eq) and $orderby. * @param ApplicationSnapshot|null $value Value to set for the applicationSnapshot property. */ public function setApplicationSnapshot(?ApplicationSnapshot $value): void { @@ -801,7 +801,7 @@ public function setCreatedDateTime(?DateTime $value): void { } /** - * Sets the description property value. The description property + * Sets the description property value. Informational error message. For example: 'Threat intelligence detected a transaction and triggered an alert.' or 'The Global Secure Access (GSA) policy blocked the destination and triggered an alert.' Supports $filter (eq) and $orderby. * @param string|null $value Value to set for the description property. */ public function setDescription(?string $value): void { @@ -833,7 +833,7 @@ public function setDestinationPort(?int $value): void { } /** - * Sets the destinationUrl property value. The destinationUrl property + * Sets the destinationUrl property value. Represents the URL of the destination in a network communication. Supports $filter (eq) and $orderby. * @param string|null $value Value to set for the destinationUrl property. */ public function setDestinationUrl(?string $value): void { @@ -841,7 +841,7 @@ public function setDestinationUrl(?string $value): void { } /** - * Sets the destinationWebCategory property value. The destinationWebCategory property + * Sets the destinationWebCategory property value. The destination FQDN's Web Category (e.g., Gambling). Supports $filter (eq) and $orderby. * @param WebCategory|null $value Value to set for the destinationWebCategory property. */ public function setDestinationWebCategory(?WebCategory $value): void { @@ -849,7 +849,7 @@ public function setDestinationWebCategory(?WebCategory $value): void { } /** - * Sets the device property value. The device property + * Sets the device property value. Represents the device associated with the network traffic, providing details about the hardware or virtual machine involved in the transaction. * @param Device|null $value Value to set for the device property. */ public function setDevice(?Device $value): void { @@ -889,7 +889,7 @@ public function setDeviceOperatingSystemVersion(?string $value): void { } /** - * Sets the filteringProfileId property value. The filteringProfileId property + * Sets the filteringProfileId property value. The ID of the Filtering Profile associated with the action performed on traffic. Supports $filter (eq) and $orderby. * @param string|null $value Value to set for the filteringProfileId property. */ public function setFilteringProfileId(?string $value): void { @@ -897,7 +897,7 @@ public function setFilteringProfileId(?string $value): void { } /** - * Sets the filteringProfileName property value. The filteringProfileName property + * Sets the filteringProfileName property value. The name of the Filtering Profile associated with the action performed on traffic. Supports $filter (eq) and $orderby. * @param string|null $value Value to set for the filteringProfileName property. */ public function setFilteringProfileName(?string $value): void { @@ -913,7 +913,7 @@ public function setHeaders(?Headers $value): void { } /** - * Sets the httpMethod property value. The httpMethod property + * Sets the httpMethod property value. The HTTP method inspected in the intercepted HTTP traffic. Supports $filter (eq) and $orderby. * @param HttpMethod|null $value Value to set for the httpMethod property. */ public function setHttpMethod(?HttpMethod $value): void { @@ -921,7 +921,7 @@ public function setHttpMethod(?HttpMethod $value): void { } /** - * Sets the initiatingProcessName property value. The initiatingProcessName property + * Sets the initiatingProcessName property value. The process initiating the traffic transaction. Supports $filter (eq) and $orderby. * @param string|null $value Value to set for the initiatingProcessName property. */ public function setInitiatingProcessName(?string $value): void { @@ -929,7 +929,7 @@ public function setInitiatingProcessName(?string $value): void { } /** - * Sets the networkProtocol property value. Represents the networking protocol used for communication.The possible values are: ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII, unknownFutureValue. Supports $filter (eq) and $orderby. + * Sets the networkProtocol property value. Represents the networking protocol used for communication. The possible values are: ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII, unknownFutureValue. Supports $filter (eq) and $orderby. * @param NetworkingProtocol|null $value Value to set for the networkProtocol property. */ public function setNetworkProtocol(?NetworkingProtocol $value): void { @@ -945,7 +945,7 @@ public function setOdataType(?string $value): void { } /** - * Sets the operationStatus property value. The operationStatus property + * Sets the operationStatus property value. Indication if traffic was successfully processed. The possible values are: success, failure, unknownFutureValue. Supports $filter (eq) and $orderby. * @param NetworkTrafficOperationStatus|null $value Value to set for the operationStatus property. */ public function setOperationStatus(?NetworkTrafficOperationStatus $value): void { @@ -961,7 +961,7 @@ public function setPolicyId(?string $value): void { } /** - * Sets the policyName property value. The policyName property + * Sets the policyName property value. The name of the filtering policy associated with the action performed on traffic. Supports $filter (eq) and $orderby. * @param string|null $value Value to set for the policyName property. */ public function setPolicyName(?string $value): void { @@ -977,7 +977,7 @@ public function setPolicyRuleId(?string $value): void { } /** - * Sets the policyRuleName property value. The policyRuleName property + * Sets the policyRuleName property value. The name of the rule associated with the action performed on traffic. Supports $filter (eq) and $orderby. * @param string|null $value Value to set for the policyRuleName property. */ public function setPolicyRuleName(?string $value): void { @@ -985,7 +985,7 @@ public function setPolicyRuleName(?string $value): void { } /** - * Sets the popProcessingRegion property value. The popProcessingRegion property + * Sets the popProcessingRegion property value. The Point-of-Presence processing region of the traffic. Supports $filter (eq) and $orderby. * @param string|null $value Value to set for the popProcessingRegion property. */ public function setPopProcessingRegion(?string $value): void { @@ -993,7 +993,7 @@ public function setPopProcessingRegion(?string $value): void { } /** - * Sets the privateAccessDetails property value. The privateAccessDetails property + * Sets the privateAccessDetails property value. Details about private access traffic. Supports $filter (eq) and $orderby. * @param PrivateAccessDetails|null $value Value to set for the privateAccessDetails property. */ public function setPrivateAccessDetails(?PrivateAccessDetails $value): void { @@ -1009,7 +1009,7 @@ public function setReceivedBytes(?int $value): void { } /** - * Sets the remoteNetworkId property value. The remoteNetworkId property + * Sets the remoteNetworkId property value. The ID from which traffic was sent or received, providing visibility into the origin of the traffic. Supports $filter (eq) and $orderby. * @param string|null $value Value to set for the remoteNetworkId property. */ public function setRemoteNetworkId(?string $value): void { @@ -1017,7 +1017,7 @@ public function setRemoteNetworkId(?string $value): void { } /** - * Sets the resourceTenantId property value. The resourceTenantId property + * Sets the resourceTenantId property value. Tenant ID that owns the resource. Supports $filter (eq) and $orderby. * @param string|null $value Value to set for the resourceTenantId property. */ public function setResourceTenantId(?string $value): void { @@ -1025,7 +1025,7 @@ public function setResourceTenantId(?string $value): void { } /** - * Sets the responseCode property value. The responseCode property + * Sets the responseCode property value. The HTTP response code inspected in the intercepted HTTP traffic. Supports $filter (eq) and $orderby. * @param int|null $value Value to set for the responseCode property. */ public function setResponseCode(?int $value): void { @@ -1073,7 +1073,7 @@ public function setTenantId(?string $value): void { } /** - * Sets the threatType property value. The threatType property + * Sets the threatType property value. The type of threat detected in the traffic. Supports $filter (eq) and $orderby. * @param string|null $value Value to set for the threatType property. */ public function setThreatType(?string $value): void { @@ -1097,7 +1097,7 @@ public function setTransactionId(?string $value): void { } /** - * Sets the transportProtocol property value. Represents the transport protocol used for communication.The possible values are: ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII, unknownFutureValue. Supports $filter (eq) and $orderby. + * Sets the transportProtocol property value. Represents the transport protocol used for communication. The possible values are: ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII, unknownFutureValue. Supports $filter (eq) and $orderby. * @param NetworkingProtocol|null $value Value to set for the transportProtocol property. */ public function setTransportProtocol(?NetworkingProtocol $value): void { @@ -1105,7 +1105,7 @@ public function setTransportProtocol(?NetworkingProtocol $value): void { } /** - * Sets the user property value. The user property + * Sets the user property value. Represents the user associated with the network traffic, providing details about the individual or account initiating the transaction. * @param User|null $value Value to set for the user property. */ public function setUser(?User $value): void { @@ -1129,7 +1129,7 @@ public function setUserPrincipalName(?string $value): void { } /** - * Sets the vendorNames property value. The vendorNames property + * Sets the vendorNames property value. The name of the vendors who detected the threat. Supports $filter (eq) and $orderby. * @param array|null $value Value to set for the vendorNames property. */ public function setVendorNames(?array $value): void { diff --git a/src/Generated/Models/Networkaccess/PrivateAccessDetails.php b/src/Generated/Models/Networkaccess/PrivateAccessDetails.php index d1174f9c551..dc959c60d6d 100644 --- a/src/Generated/Models/Networkaccess/PrivateAccessDetails.php +++ b/src/Generated/Models/Networkaccess/PrivateAccessDetails.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Priva } /** - * Gets the accessType property value. The accessType property + * Gets the accessType property value. Type of accessed application. Access type options: QuickAccess, PrivateAccess. * @return AccessType|null */ public function getAccessType(): ?AccessType { @@ -60,7 +60,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the appSegmentId property value. The appSegmentId property + * Gets the appSegmentId property value. The unique identifier for Application segment ID from Azure AD. * @return string|null */ public function getAppSegmentId(): ?string { @@ -80,7 +80,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the connectionStatus property value. The connectionStatus property + * Gets the connectionStatus property value. Status of a connection. Status options: Open, Active, Closed. * @return ConnectionStatus|null */ public function getConnectionStatus(): ?ConnectionStatus { @@ -92,7 +92,7 @@ public function getConnectionStatus(): ?ConnectionStatus { } /** - * Gets the connectorId property value. The connectorId property + * Gets the connectorId property value. Private access connector ID. * @return string|null */ public function getConnectorId(): ?string { @@ -104,7 +104,7 @@ public function getConnectorId(): ?string { } /** - * Gets the connectorIp property value. The connectorIp property + * Gets the connectorIp property value. Private access connector IP address. * @return string|null */ public function getConnectorIp(): ?string { @@ -116,7 +116,7 @@ public function getConnectorIp(): ?string { } /** - * Gets the connectorName property value. The connectorName property + * Gets the connectorName property value. Private access connector name. * @return string|null */ public function getConnectorName(): ?string { @@ -159,7 +159,7 @@ public function getOdataType(): ?string { } /** - * Gets the processingRegion property value. The processingRegion property + * Gets the processingRegion property value. Region where the request was processed by the backend service. * @return string|null */ public function getProcessingRegion(): ?string { @@ -171,7 +171,7 @@ public function getProcessingRegion(): ?string { } /** - * Gets the thirdPartyTokenDetails property value. The thirdPartyTokenDetails property + * Gets the thirdPartyTokenDetails property value. Details about third-party tokens used in the transaction. * @return ThirdPartyTokenDetails|null */ public function getThirdPartyTokenDetails(): ?ThirdPartyTokenDetails { @@ -200,7 +200,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the accessType property value. The accessType property + * Sets the accessType property value. Type of accessed application. Access type options: QuickAccess, PrivateAccess. * @param AccessType|null $value Value to set for the accessType property. */ public function setAccessType(?AccessType $value): void { @@ -216,7 +216,7 @@ public function setAdditionalData(?array $value): void { } /** - * Sets the appSegmentId property value. The appSegmentId property + * Sets the appSegmentId property value. The unique identifier for Application segment ID from Azure AD. * @param string|null $value Value to set for the appSegmentId property. */ public function setAppSegmentId(?string $value): void { @@ -232,7 +232,7 @@ public function setBackingStore(BackingStore $value): void { } /** - * Sets the connectionStatus property value. The connectionStatus property + * Sets the connectionStatus property value. Status of a connection. Status options: Open, Active, Closed. * @param ConnectionStatus|null $value Value to set for the connectionStatus property. */ public function setConnectionStatus(?ConnectionStatus $value): void { @@ -240,7 +240,7 @@ public function setConnectionStatus(?ConnectionStatus $value): void { } /** - * Sets the connectorId property value. The connectorId property + * Sets the connectorId property value. Private access connector ID. * @param string|null $value Value to set for the connectorId property. */ public function setConnectorId(?string $value): void { @@ -248,7 +248,7 @@ public function setConnectorId(?string $value): void { } /** - * Sets the connectorIp property value. The connectorIp property + * Sets the connectorIp property value. Private access connector IP address. * @param string|null $value Value to set for the connectorIp property. */ public function setConnectorIp(?string $value): void { @@ -256,7 +256,7 @@ public function setConnectorIp(?string $value): void { } /** - * Sets the connectorName property value. The connectorName property + * Sets the connectorName property value. Private access connector name. * @param string|null $value Value to set for the connectorName property. */ public function setConnectorName(?string $value): void { @@ -272,7 +272,7 @@ public function setOdataType(?string $value): void { } /** - * Sets the processingRegion property value. The processingRegion property + * Sets the processingRegion property value. Region where the request was processed by the backend service. * @param string|null $value Value to set for the processingRegion property. */ public function setProcessingRegion(?string $value): void { @@ -280,7 +280,7 @@ public function setProcessingRegion(?string $value): void { } /** - * Sets the thirdPartyTokenDetails property value. The thirdPartyTokenDetails property + * Sets the thirdPartyTokenDetails property value. Details about third-party tokens used in the transaction. * @param ThirdPartyTokenDetails|null $value Value to set for the thirdPartyTokenDetails property. */ public function setThirdPartyTokenDetails(?ThirdPartyTokenDetails $value): void { diff --git a/src/Generated/Models/Networkaccess/ThirdPartyTokenDetails.php b/src/Generated/Models/Networkaccess/ThirdPartyTokenDetails.php index 25eafae3745..6cf8e61ec7a 100644 --- a/src/Generated/Models/Networkaccess/ThirdPartyTokenDetails.php +++ b/src/Generated/Models/Networkaccess/ThirdPartyTokenDetails.php @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the expirationDateTime property value. The expirationDateTime property + * Gets the expirationDateTime property value. Time the token will expire. * @return DateTime|null */ public function getExpirationDateTime(): ?DateTime { @@ -84,7 +84,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the issuedAtDateTime property value. The issuedAtDateTime property + * Gets the issuedAtDateTime property value. Time the token was issued at. * @return DateTime|null */ public function getIssuedAtDateTime(): ?DateTime { @@ -108,7 +108,7 @@ public function getOdataType(): ?string { } /** - * Gets the uniqueTokenIdentifier property value. The uniqueTokenIdentifier property + * Gets the uniqueTokenIdentifier property value. Unique token identifier. * @return string|null */ public function getUniqueTokenIdentifier(): ?string { @@ -120,7 +120,7 @@ public function getUniqueTokenIdentifier(): ?string { } /** - * Gets the validFromDateTime property value. The validFromDateTime property + * Gets the validFromDateTime property value. Time the token is valid from. * @return DateTime|null */ public function getValidFromDateTime(): ?DateTime { @@ -161,7 +161,7 @@ public function setBackingStore(BackingStore $value): void { } /** - * Sets the expirationDateTime property value. The expirationDateTime property + * Sets the expirationDateTime property value. Time the token will expire. * @param DateTime|null $value Value to set for the expirationDateTime property. */ public function setExpirationDateTime(?DateTime $value): void { @@ -169,7 +169,7 @@ public function setExpirationDateTime(?DateTime $value): void { } /** - * Sets the issuedAtDateTime property value. The issuedAtDateTime property + * Sets the issuedAtDateTime property value. Time the token was issued at. * @param DateTime|null $value Value to set for the issuedAtDateTime property. */ public function setIssuedAtDateTime(?DateTime $value): void { @@ -185,7 +185,7 @@ public function setOdataType(?string $value): void { } /** - * Sets the uniqueTokenIdentifier property value. The uniqueTokenIdentifier property + * Sets the uniqueTokenIdentifier property value. Unique token identifier. * @param string|null $value Value to set for the uniqueTokenIdentifier property. */ public function setUniqueTokenIdentifier(?string $value): void { @@ -193,7 +193,7 @@ public function setUniqueTokenIdentifier(?string $value): void { } /** - * Sets the validFromDateTime property value. The validFromDateTime property + * Sets the validFromDateTime property value. Time the token is valid from. * @param DateTime|null $value Value to set for the validFromDateTime property. */ public function setValidFromDateTime(?DateTime $value): void { diff --git a/src/Generated/Models/Networkaccess/UsageProfilingPoint.php b/src/Generated/Models/Networkaccess/UsageProfilingPoint.php index b7aacc762ee..ea17f905475 100644 --- a/src/Generated/Models/Networkaccess/UsageProfilingPoint.php +++ b/src/Generated/Models/Networkaccess/UsageProfilingPoint.php @@ -73,7 +73,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the internetAccessTrafficCount property value. The internetAccessTrafficCount property + * Gets the internetAccessTrafficCount property value. The count of traffic requests directed to general internet destinations. * @return int|null */ public function getInternetAccessTrafficCount(): ?int { @@ -85,7 +85,7 @@ public function getInternetAccessTrafficCount(): ?int { } /** - * Gets the microsoft365AccessTrafficCount property value. The microsoft365AccessTrafficCount property + * Gets the microsoft365AccessTrafficCount property value. The count of traffic requests directed to Microsoft 365 services. * @return int|null */ public function getMicrosoft365AccessTrafficCount(): ?int { @@ -109,7 +109,7 @@ public function getOdataType(): ?string { } /** - * Gets the privateAccessTrafficCount property value. The privateAccessTrafficCount property + * Gets the privateAccessTrafficCount property value. The count of traffic requests directed to internal private network destinations. * @return int|null */ public function getPrivateAccessTrafficCount(): ?int { @@ -121,7 +121,7 @@ public function getPrivateAccessTrafficCount(): ?int { } /** - * Gets the timeStampDateTime property value. The timeStampDateTime property + * Gets the timeStampDateTime property value. The date and time of this data point. * @return DateTime|null */ public function getTimeStampDateTime(): ?DateTime { @@ -133,7 +133,7 @@ public function getTimeStampDateTime(): ?DateTime { } /** - * Gets the totalTrafficCount property value. The totalTrafficCount property + * Gets the totalTrafficCount property value. The total count of all traffic requests across all access types. * @return int|null */ public function getTotalTrafficCount(): ?int { @@ -175,7 +175,7 @@ public function setBackingStore(BackingStore $value): void { } /** - * Sets the internetAccessTrafficCount property value. The internetAccessTrafficCount property + * Sets the internetAccessTrafficCount property value. The count of traffic requests directed to general internet destinations. * @param int|null $value Value to set for the internetAccessTrafficCount property. */ public function setInternetAccessTrafficCount(?int $value): void { @@ -183,7 +183,7 @@ public function setInternetAccessTrafficCount(?int $value): void { } /** - * Sets the microsoft365AccessTrafficCount property value. The microsoft365AccessTrafficCount property + * Sets the microsoft365AccessTrafficCount property value. The count of traffic requests directed to Microsoft 365 services. * @param int|null $value Value to set for the microsoft365AccessTrafficCount property. */ public function setMicrosoft365AccessTrafficCount(?int $value): void { @@ -199,7 +199,7 @@ public function setOdataType(?string $value): void { } /** - * Sets the privateAccessTrafficCount property value. The privateAccessTrafficCount property + * Sets the privateAccessTrafficCount property value. The count of traffic requests directed to internal private network destinations. * @param int|null $value Value to set for the privateAccessTrafficCount property. */ public function setPrivateAccessTrafficCount(?int $value): void { @@ -207,7 +207,7 @@ public function setPrivateAccessTrafficCount(?int $value): void { } /** - * Sets the timeStampDateTime property value. The timeStampDateTime property + * Sets the timeStampDateTime property value. The date and time of this data point. * @param DateTime|null $value Value to set for the timeStampDateTime property. */ public function setTimeStampDateTime(?DateTime $value): void { @@ -215,7 +215,7 @@ public function setTimeStampDateTime(?DateTime $value): void { } /** - * Sets the totalTrafficCount property value. The totalTrafficCount property + * Sets the totalTrafficCount property value. The total count of all traffic requests across all access types. * @param int|null $value Value to set for the totalTrafficCount property. */ public function setTotalTrafficCount(?int $value): void { diff --git a/src/Generated/Models/PlannerPlanContainer.php b/src/Generated/Models/PlannerPlanContainer.php index 28bc6d77e27..2a9dc9e3033 100644 --- a/src/Generated/Models/PlannerPlanContainer.php +++ b/src/Generated/Models/PlannerPlanContainer.php @@ -101,7 +101,7 @@ public function getOdataType(): ?string { } /** - * Gets the type property value. The type of the resource that contains the plan. For supported types, see the previous table. Possible values are: group, unknownFutureValue, roster, project, driveItem, user, and teamsChannel. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: roster, project, driveItem, and user. Optional. + * Gets the type property value. The type of the resource that contains the plan. For supported types, see the previous table. Possible values are: group, unknownFutureValue, roster, project, driveItem, user, teamsChannel, and plannerTask. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: roster, project, driveItem, user, teamsChannel, and plannerTask. Optional. * @return PlannerContainerType|null */ public function getType(): ?PlannerContainerType { @@ -169,7 +169,7 @@ public function setOdataType(?string $value): void { } /** - * Sets the type property value. The type of the resource that contains the plan. For supported types, see the previous table. Possible values are: group, unknownFutureValue, roster, project, driveItem, user, and teamsChannel. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: roster, project, driveItem, and user. Optional. + * Sets the type property value. The type of the resource that contains the plan. For supported types, see the previous table. Possible values are: group, unknownFutureValue, roster, project, driveItem, user, teamsChannel, and plannerTask. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: roster, project, driveItem, user, teamsChannel, and plannerTask. Optional. * @param PlannerContainerType|null $value Value to set for the type property. */ public function setType(?PlannerContainerType $value): void { diff --git a/src/Generated/Models/RecommendationBase.php b/src/Generated/Models/RecommendationBase.php index 8ce0085fe0a..d148bc725b8 100644 --- a/src/Generated/Models/RecommendationBase.php +++ b/src/Generated/Models/RecommendationBase.php @@ -180,7 +180,7 @@ public function getImpactStartDateTime(): ?DateTime { } /** - * Gets the impactType property value. Indicates the scope of impact of a recommendation. Tenant level indicates that the recommendation impacts the whole tenant. Other possible values include users, applications. + * Gets the impactType property value. Indicates the scope of impact of a recommendation. tenantLevel indicates that the recommendation impacts the whole tenant. Other possible values include users, apps. * @return string|null */ public function getImpactType(): ?string { @@ -438,7 +438,7 @@ public function setImpactStartDateTime(?DateTime $value): void { } /** - * Sets the impactType property value. Indicates the scope of impact of a recommendation. Tenant level indicates that the recommendation impacts the whole tenant. Other possible values include users, applications. + * Sets the impactType property value. Indicates the scope of impact of a recommendation. tenantLevel indicates that the recommendation impacts the whole tenant. Other possible values include users, apps. * @param string|null $value Value to set for the impactType property. */ public function setImpactType(?string $value): void { diff --git a/src/Generated/Models/Report.php b/src/Generated/Models/Report.php index c7e571db244..7623931e57d 100644 --- a/src/Generated/Models/Report.php +++ b/src/Generated/Models/Report.php @@ -60,7 +60,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the content property value. Report content; details vary by report type. + * Gets the content property value. The http content that has the data * @return StreamInterface|null */ public function getContent(): ?StreamInterface { @@ -122,7 +122,7 @@ public function setBackingStore(BackingStore $value): void { } /** - * Sets the content property value. Report content; details vary by report type. + * Sets the content property value. The http content that has the data * @param StreamInterface|null $value Value to set for the content property. */ public function setContent(?StreamInterface $value): void { diff --git a/src/Generated/Models/Security/Alert.php b/src/Generated/Models/Security/Alert.php index 8a10a996125..4bf01179399 100644 --- a/src/Generated/Models/Security/Alert.php +++ b/src/Generated/Models/Security/Alert.php @@ -137,6 +137,18 @@ public function getCreatedDateTime(): ?DateTime { throw new \UnexpectedValueException("Invalid type found in backing store for 'createdDateTime'"); } + /** + * Gets the customDetails property value. The customDetails property + * @return Dictionary|null + */ + public function getCustomDetails(): ?Dictionary { + $val = $this->getBackingStore()->get('customDetails'); + if (is_null($val) || $val instanceof Dictionary) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'customDetails'"); + } + /** * Gets the description property value. String value describing each alert. * @return string|null @@ -215,6 +227,7 @@ public function getFieldDeserializers(): array { 'classification' => fn(ParseNode $n) => $o->setClassification($n->getEnumValue(AlertClassification::class)), 'comments' => fn(ParseNode $n) => $o->setComments($n->getCollectionOfObjectValues([AlertComment::class, 'createFromDiscriminatorValue'])), 'createdDateTime' => fn(ParseNode $n) => $o->setCreatedDateTime($n->getDateTimeValue()), + 'customDetails' => fn(ParseNode $n) => $o->setCustomDetails($n->getObjectValue([Dictionary::class, 'createFromDiscriminatorValue'])), 'description' => fn(ParseNode $n) => $o->setDescription($n->getStringValue()), 'detectionSource' => fn(ParseNode $n) => $o->setDetectionSource($n->getEnumValue(DetectionSource::class)), 'detectorId' => fn(ParseNode $n) => $o->setDetectorId($n->getStringValue()), @@ -490,6 +503,7 @@ public function serialize(SerializationWriter $writer): void { $writer->writeEnumValue('classification', $this->getClassification()); $writer->writeCollectionOfObjectValues('comments', $this->getComments()); $writer->writeDateTimeValue('createdDateTime', $this->getCreatedDateTime()); + $writer->writeObjectValue('customDetails', $this->getCustomDetails()); $writer->writeStringValue('description', $this->getDescription()); $writer->writeEnumValue('detectionSource', $this->getDetectionSource()); $writer->writeStringValue('detectorId', $this->getDetectorId()); @@ -587,6 +601,14 @@ public function setCreatedDateTime(?DateTime $value): void { $this->getBackingStore()->set('createdDateTime', $value); } + /** + * Sets the customDetails property value. The customDetails property + * @param Dictionary|null $value Value to set for the customDetails property. + */ + public function setCustomDetails(?Dictionary $value): void { + $this->getBackingStore()->set('customDetails', $value); + } + /** * Sets the description property value. String value describing each alert. * @param string|null $value Value to set for the description property. diff --git a/src/Generated/Models/WindowsAppXAppAssignmentSettings.php b/src/Generated/Models/WindowsAppXAppAssignmentSettings.php index 79b77f0b678..3e36be4f9c5 100644 --- a/src/Generated/Models/WindowsAppXAppAssignmentSettings.php +++ b/src/Generated/Models/WindowsAppXAppAssignmentSettings.php @@ -40,7 +40,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the useDeviceContext property value. When TRUE, indicates that device execution context will be used for the AppX mobile app. When FALSE, indicates that user context will be used for the AppX mobile app. By default, this property is set to FALSE. Once this property has been set to TRUE it cannot be changed. + * Gets the useDeviceContext property value. Whether or not to use device execution context for Windows AppX mobile app. * @return bool|null */ public function getUseDeviceContext(): ?bool { @@ -61,7 +61,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the useDeviceContext property value. When TRUE, indicates that device execution context will be used for the AppX mobile app. When FALSE, indicates that user context will be used for the AppX mobile app. By default, this property is set to FALSE. Once this property has been set to TRUE it cannot be changed. + * Sets the useDeviceContext property value. Whether or not to use device execution context for Windows AppX mobile app. * @param bool|null $value Value to set for the useDeviceContext property. */ public function setUseDeviceContext(?bool $value): void { diff --git a/src/Generated/Models/WindowsDomainJoinConfiguration.php b/src/Generated/Models/WindowsDomainJoinConfiguration.php index 75d11378109..0fcbee9387c 100644 --- a/src/Generated/Models/WindowsDomainJoinConfiguration.php +++ b/src/Generated/Models/WindowsDomainJoinConfiguration.php @@ -81,7 +81,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the networkAccessConfigurations property value. Reference to device configurations required for network connectivity + * Gets the networkAccessConfigurations property value. Reference to device configurations required for network connectivity. This collection can contain a maximum of 2 elements. * @return array|null */ public function getNetworkAccessConfigurations(): ?array { @@ -144,7 +144,7 @@ public function setComputerNameSuffixRandomCharCount(?int $value): void { } /** - * Sets the networkAccessConfigurations property value. Reference to device configurations required for network connectivity + * Sets the networkAccessConfigurations property value. Reference to device configurations required for network connectivity. This collection can contain a maximum of 2 elements. * @param array|null $value Value to set for the networkAccessConfigurations property. */ public function setNetworkAccessConfigurations(?array $value): void { diff --git a/src/Generated/Models/WindowsUniversalAppXAppAssignmentSettings.php b/src/Generated/Models/WindowsUniversalAppXAppAssignmentSettings.php index f39201d31d5..09549ae6756 100644 --- a/src/Generated/Models/WindowsUniversalAppXAppAssignmentSettings.php +++ b/src/Generated/Models/WindowsUniversalAppXAppAssignmentSettings.php @@ -40,7 +40,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the useDeviceContext property value. Whether or not to use device execution context for Windows Universal AppX mobile app. + * Gets the useDeviceContext property value. If true, uses device execution context for Windows Universal AppX mobile app. Device-context install is not allowed when this type of app is targeted with Available intent. Defaults to false. * @return bool|null */ public function getUseDeviceContext(): ?bool { @@ -61,7 +61,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the useDeviceContext property value. Whether or not to use device execution context for Windows Universal AppX mobile app. + * Sets the useDeviceContext property value. If true, uses device execution context for Windows Universal AppX mobile app. Device-context install is not allowed when this type of app is targeted with Available intent. Defaults to false. * @param bool|null $value Value to set for the useDeviceContext property. */ public function setUseDeviceContext(?bool $value): void { diff --git a/src/Generated/NetworkAccess/Logs/RemoteNetworks/RemoteNetworksRequestBuilder.php b/src/Generated/NetworkAccess/Logs/RemoteNetworks/RemoteNetworksRequestBuilder.php index c67d870ab09..f19e6cdb30d 100644 --- a/src/Generated/NetworkAccess/Logs/RemoteNetworks/RemoteNetworksRequestBuilder.php +++ b/src/Generated/NetworkAccess/Logs/RemoteNetworks/RemoteNetworksRequestBuilder.php @@ -52,10 +52,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * A collection of remote network health events. + * Get a list of the remoteNetworkHealthEvent objects and their properties. * @param RemoteNetworksRequestBuilderGetRequestConfiguration|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/networkaccess-logs-list-remotenetworks?view=graph-rest-beta Find more info here */ public function get(?RemoteNetworksRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -81,7 +82,7 @@ public function post(RemoteNetworkHealthEvent $body, ?RemoteNetworksRequestBuild } /** - * A collection of remote network health events. + * Get a list of the remoteNetworkHealthEvent objects and their properties. * @param RemoteNetworksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/NetworkAccess/Logs/RemoteNetworks/RemoteNetworksRequestBuilderGetQueryParameters.php b/src/Generated/NetworkAccess/Logs/RemoteNetworks/RemoteNetworksRequestBuilderGetQueryParameters.php index b5077c24c60..6b69416ee17 100644 --- a/src/Generated/NetworkAccess/Logs/RemoteNetworks/RemoteNetworksRequestBuilderGetQueryParameters.php +++ b/src/Generated/NetworkAccess/Logs/RemoteNetworks/RemoteNetworksRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * A collection of remote network health events. + * Get a list of the remoteNetworkHealthEvent objects and their properties. */ class RemoteNetworksRequestBuilderGetQueryParameters { diff --git a/src/Generated/NetworkAccess/Logs/Traffic/Item/Device/DeviceRequestBuilder.php b/src/Generated/NetworkAccess/Logs/Traffic/Item/Device/DeviceRequestBuilder.php index 6f78c4bad84..daba8494417 100644 --- a/src/Generated/NetworkAccess/Logs/Traffic/Item/Device/DeviceRequestBuilder.php +++ b/src/Generated/NetworkAccess/Logs/Traffic/Item/Device/DeviceRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get device from networkAccess + * Represents the device associated with the network traffic, providing details about the hardware or virtual machine involved in the transaction. * @param DeviceRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -45,7 +45,7 @@ public function get(?DeviceRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Get device from networkAccess + * Represents the device associated with the network traffic, providing details about the hardware or virtual machine involved in the transaction. * @param DeviceRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/NetworkAccess/Logs/Traffic/Item/Device/DeviceRequestBuilderGetQueryParameters.php b/src/Generated/NetworkAccess/Logs/Traffic/Item/Device/DeviceRequestBuilderGetQueryParameters.php index fd7fcdc8984..dd88fee60cc 100644 --- a/src/Generated/NetworkAccess/Logs/Traffic/Item/Device/DeviceRequestBuilderGetQueryParameters.php +++ b/src/Generated/NetworkAccess/Logs/Traffic/Item/Device/DeviceRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get device from networkAccess + * Represents the device associated with the network traffic, providing details about the hardware or virtual machine involved in the transaction. */ class DeviceRequestBuilderGetQueryParameters { diff --git a/src/Generated/NetworkAccess/Logs/Traffic/Item/User/UserRequestBuilder.php b/src/Generated/NetworkAccess/Logs/Traffic/Item/User/UserRequestBuilder.php index 5aac48932fa..d258a1717a6 100644 --- a/src/Generated/NetworkAccess/Logs/Traffic/Item/User/UserRequestBuilder.php +++ b/src/Generated/NetworkAccess/Logs/Traffic/Item/User/UserRequestBuilder.php @@ -47,7 +47,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get user from networkAccess + * Represents the user associated with the network traffic, providing details about the individual or account initiating the transaction. * @param UserRequestBuilderGetRequestConfiguration|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(?UserRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Get user from networkAccess + * Represents the user associated with the network traffic, providing details about the individual or account initiating the transaction. * @param UserRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/NetworkAccess/Logs/Traffic/Item/User/UserRequestBuilderGetQueryParameters.php b/src/Generated/NetworkAccess/Logs/Traffic/Item/User/UserRequestBuilderGetQueryParameters.php index 9575763a44b..de1422507c8 100644 --- a/src/Generated/NetworkAccess/Logs/Traffic/Item/User/UserRequestBuilderGetQueryParameters.php +++ b/src/Generated/NetworkAccess/Logs/Traffic/Item/User/UserRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get user from networkAccess + * Represents the user associated with the network traffic, providing details about the individual or account initiating the transaction. */ class UserRequestBuilderGetQueryParameters { diff --git a/src/Generated/NetworkAccess/Reports/MicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeuserIdUserId/MicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeuserIdUserIdRequestBuilder.php b/src/Generated/NetworkAccess/Reports/MicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeuserIdUserId/MicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeuserIdUserIdRequestBuilder.php index b83f0f0914a..20cc8a6a16c 100644 --- a/src/Generated/NetworkAccess/Reports/MicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeuserIdUserId/MicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeuserIdUserIdRequestBuilder.php +++ b/src/Generated/NetworkAccess/Reports/MicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeuserIdUserId/MicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeuserIdUserIdRequestBuilder.php @@ -36,10 +36,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Invoke function getDiscoveredApplicationSegmentReport + * Returns a collection of discoveredApplicationSegmentReport based on aggregated traffic logs for a given period. * @param MicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeuserIdUserIdRequestBuilderGetRequestConfiguration|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/networkaccess-reports-getdiscoveredapplicationsegmentreport?view=graph-rest-beta Find more info here */ public function get(?MicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeuserIdUserIdRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -50,7 +51,7 @@ public function get(?MicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentR } /** - * Invoke function getDiscoveredApplicationSegmentReport + * Returns a collection of discoveredApplicationSegmentReport based on aggregated traffic logs for a given period. * @param MicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeuserIdUserIdRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/NetworkAccess/Reports/MicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeuserIdUserId/MicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeuserIdUserIdRequestBuilderGetQueryParameters.php b/src/Generated/NetworkAccess/Reports/MicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeuserIdUserId/MicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeuserIdUserIdRequestBuilderGetQueryParameters.php index 4a0ca0e8051..dedb705764c 100644 --- a/src/Generated/NetworkAccess/Reports/MicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeuserIdUserId/MicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeuserIdUserIdRequestBuilderGetQueryParameters.php +++ b/src/Generated/NetworkAccess/Reports/MicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeuserIdUserId/MicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeuserIdUserIdRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Invoke function getDiscoveredApplicationSegmentReport + * Returns a collection of discoveredApplicationSegmentReport based on aggregated traffic logs for a given period. */ class MicrosoftGraphNetworkaccessGetDiscoveredApplicationSegmentReportWithStartDateTimeWithEndDateTimeuserIdUserIdRequestBuilderGetQueryParameters { diff --git a/src/Generated/NetworkAccess/Reports/MicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedBydiscoveredApplicationSegmentIdDiscoveredApplicationSegmentIdApplicationIdApplicationId/MicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedBydiscoveredApplicationSegmentIdDiscoveredApplicationSegmentIdApplicationIdApplicationIdRequestBuilder.php b/src/Generated/NetworkAccess/Reports/MicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedBydiscoveredApplicationSegmentIdDiscoveredApplicationSegmentIdApplicationIdApplicationId/MicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedBydiscoveredApplicationSegmentIdDiscoveredApplicationSegmentIdApplicationIdApplicationIdRequestBuilder.php index 71810eaf8ef..ffd16f3314e 100644 --- a/src/Generated/NetworkAccess/Reports/MicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedBydiscoveredApplicationSegmentIdDiscoveredApplicationSegmentIdApplicationIdApplicationId/MicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedBydiscoveredApplicationSegmentIdDiscoveredApplicationSegmentIdApplicationIdApplicationIdRequestBuilder.php +++ b/src/Generated/NetworkAccess/Reports/MicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedBydiscoveredApplicationSegmentIdDiscoveredApplicationSegmentIdApplicationIdApplicationId/MicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedBydiscoveredApplicationSegmentIdDiscoveredApplicationSegmentIdApplicationIdApplicationIdRequestBuilder.php @@ -38,10 +38,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Invoke function usageProfiling + * Returns an object containing count tables for the traffic types in Global Secure Access, aggregated by the time period specified. * @param MicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedBydiscoveredApplicationSegmentIdDiscoveredApplicationSegmentIdApplicationIdApplicationIdRequestBuilderGetRequestConfiguration|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/networkaccess-reports-usageprofiling?view=graph-rest-beta Find more info here */ public function get(?MicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedBydiscoveredApplicationSegmentIdDiscoveredApplicationSegmentIdApplicationIdApplicationIdRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -52,7 +53,7 @@ public function get(?MicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeW } /** - * Invoke function usageProfiling + * Returns an object containing count tables for the traffic types in Global Secure Access, aggregated by the time period specified. * @param MicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedBydiscoveredApplicationSegmentIdDiscoveredApplicationSegmentIdApplicationIdApplicationIdRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/NetworkAccess/Reports/MicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedBydiscoveredApplicationSegmentIdDiscoveredApplicationSegmentIdApplicationIdApplicationId/MicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedBydiscoveredApplicationSegmentIdDiscoveredApplicationSegmentIdApplicationIdApplicationIdRequestBuilderGetQueryParameters.php b/src/Generated/NetworkAccess/Reports/MicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedBydiscoveredApplicationSegmentIdDiscoveredApplicationSegmentIdApplicationIdApplicationId/MicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedBydiscoveredApplicationSegmentIdDiscoveredApplicationSegmentIdApplicationIdApplicationIdRequestBuilderGetQueryParameters.php index 6c1ec256209..735ee5d2cb7 100644 --- a/src/Generated/NetworkAccess/Reports/MicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedBydiscoveredApplicationSegmentIdDiscoveredApplicationSegmentIdApplicationIdApplicationId/MicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedBydiscoveredApplicationSegmentIdDiscoveredApplicationSegmentIdApplicationIdApplicationIdRequestBuilderGetQueryParameters.php +++ b/src/Generated/NetworkAccess/Reports/MicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedBydiscoveredApplicationSegmentIdDiscoveredApplicationSegmentIdApplicationIdApplicationId/MicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedBydiscoveredApplicationSegmentIdDiscoveredApplicationSegmentIdApplicationIdApplicationIdRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Invoke function usageProfiling + * Returns an object containing count tables for the traffic types in Global Secure Access, aggregated by the time period specified. */ class MicrosoftGraphNetworkaccessUsageProfilingWithStartDateTimeWithEndDateTimeWithAggregatedBydiscoveredApplicationSegmentIdDiscoveredApplicationSegmentIdApplicationIdApplicationIdRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/IdentitySynchronization/IdentitySynchronizationRequestBuilder.php b/src/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/IdentitySynchronization/IdentitySynchronizationRequestBuilder.php index c57a5e0b176..6478b7df14b 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-beta Find more info here + * @link https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-beta Find more info here */ public function put(CrossTenantIdentitySyncPolicyPartner $body, ?IdentitySynchronizationRequestBuilderPutRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPutRequestInformation($body, $requestConfiguration); @@ -115,7 +115,7 @@ public function toGetRequestInformation(?IdentitySynchronizationRequestBuilderGe } /** - * Create a cross-tenant user synchronization policy for a partner-specific configuration. + * Update the user synchronization policy of a partner-specific configuration. * @param CrossTenantIdentitySyncPolicyPartner $body The request body * @param IdentitySynchronizationRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/FederatedTokenValidationPolicy/FederatedTokenValidationPolicyRequestBuilder.php b/src/Generated/Policies/FederatedTokenValidationPolicy/FederatedTokenValidationPolicyRequestBuilder.php index 07ec14d17b0..30fddb51a7a 100644 --- a/src/Generated/Policies/FederatedTokenValidationPolicy/FederatedTokenValidationPolicyRequestBuilder.php +++ b/src/Generated/Policies/FederatedTokenValidationPolicy/FederatedTokenValidationPolicyRequestBuilder.php @@ -45,11 +45,11 @@ public function delete(?FederatedTokenValidationPolicyRequestBuilderDeleteReques } /** - * Read the properties and relationships of a federatedTokenValidationPolicy object. + * Get a list of the federatedTokenValidationPolicy objects and their properties. * @param FederatedTokenValidationPolicyRequestBuilderGetRequestConfiguration|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/federatedtokenvalidationpolicy-get?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/policyroot-list-federatedtokenvalidationpolicy?view=graph-rest-beta Find more info here */ public function get(?FederatedTokenValidationPolicyRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -93,7 +93,7 @@ public function toDeleteRequestInformation(?FederatedTokenValidationPolicyReques } /** - * Read the properties and relationships of a federatedTokenValidationPolicy object. + * Get a list of the federatedTokenValidationPolicy objects and their properties. * @param FederatedTokenValidationPolicyRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Policies/FederatedTokenValidationPolicy/FederatedTokenValidationPolicyRequestBuilderGetQueryParameters.php b/src/Generated/Policies/FederatedTokenValidationPolicy/FederatedTokenValidationPolicyRequestBuilderGetQueryParameters.php index f91cde98490..76cdbb96833 100644 --- a/src/Generated/Policies/FederatedTokenValidationPolicy/FederatedTokenValidationPolicyRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/FederatedTokenValidationPolicy/FederatedTokenValidationPolicyRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a federatedTokenValidationPolicy object. + * Get a list of the federatedTokenValidationPolicy objects and their properties. */ class FederatedTokenValidationPolicyRequestBuilderGetQueryParameters { diff --git a/src/Generated/RiskDetections/RiskDetectionsRequestBuilder.php b/src/Generated/RiskDetections/RiskDetectionsRequestBuilder.php index ca1e7a8c651..a0d22a4ca46 100644 --- a/src/Generated/RiskDetections/RiskDetectionsRequestBuilder.php +++ b/src/Generated/RiskDetections/RiskDetectionsRequestBuilder.php @@ -44,11 +44,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties of a collection of riskDetection objects. + * Retrieve the properties of a riskDetection object. * @param RiskDetectionsRequestBuilderGetRequestConfiguration|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/riskdetection-list?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-beta Find more info here */ public function get(?RiskDetectionsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -74,7 +74,7 @@ public function post(RiskDetection $body, ?RiskDetectionsRequestBuilderPostReque } /** - * Retrieve the properties of a collection of riskDetection objects. + * Retrieve the properties of a riskDetection object. * @param RiskDetectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RiskDetections/RiskDetectionsRequestBuilderGetQueryParameters.php b/src/Generated/RiskDetections/RiskDetectionsRequestBuilderGetQueryParameters.php index 1464dc22797..8c6152e8124 100644 --- a/src/Generated/RiskDetections/RiskDetectionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/RiskDetections/RiskDetectionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties of a collection of riskDetection objects. + * Retrieve the properties of a riskDetection object. */ class RiskDetectionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/DeviceManagement/RoleAssignments/RoleAssignmentsRequestBuilder.php b/src/Generated/RoleManagement/DeviceManagement/RoleAssignments/RoleAssignmentsRequestBuilder.php index 2416f0a1cd6..a7971864f14 100644 --- a/src/Generated/RoleManagement/DeviceManagement/RoleAssignments/RoleAssignmentsRequestBuilder.php +++ b/src/Generated/RoleManagement/DeviceManagement/RoleAssignments/RoleAssignmentsRequestBuilder.php @@ -52,11 +52,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of unifiedRoleAssignmentMultiple objects for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. + * Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. * @param RoleAssignmentsRequestBuilderGetRequestConfiguration|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/rbacapplicationmultiple-list-roleassignments?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta Find more info here */ public function get(?RoleAssignmentsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -83,7 +83,7 @@ public function post(UnifiedRoleAssignmentMultiple $body, ?RoleAssignmentsReques } /** - * Get a list of unifiedRoleAssignmentMultiple objects for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. + * Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. * @param RoleAssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RoleManagement/DeviceManagement/RoleAssignments/RoleAssignmentsRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/DeviceManagement/RoleAssignments/RoleAssignmentsRequestBuilderGetQueryParameters.php index 3cc9cd7841d..845a0fd3c5f 100644 --- a/src/Generated/RoleManagement/DeviceManagement/RoleAssignments/RoleAssignmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/DeviceManagement/RoleAssignments/RoleAssignmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of unifiedRoleAssignmentMultiple objects for an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. + * Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:- Cloud PC - device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. */ class RoleAssignmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Pages/PagesRequestBuilder.php b/src/Generated/Sites/Item/Pages/PagesRequestBuilder.php index 6d3f6bee76d..889bc2e9733 100644 --- a/src/Generated/Sites/Item/Pages/PagesRequestBuilder.php +++ b/src/Generated/Sites/Item/Pages/PagesRequestBuilder.php @@ -75,12 +75,12 @@ public function get(?PagesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new newsLinkPage in the site pages list of a site. + * Create a new sitePage in the site pages list in a site. * @param BaseSitePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|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/newslinkpage-create?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-beta Find more info here */ public function post(BaseSitePage $body, ?PagesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -112,7 +112,7 @@ public function toGetRequestInformation(?PagesRequestBuilderGetRequestConfigurat } /** - * Create a new newsLinkPage in the site pages list of a site. + * Create a new sitePage in the site pages list in a site. * @param BaseSitePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|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 80edce9fb2f..d1a52deef49 100644 --- a/src/Generated/Sites/SitesRequestBuilder.php +++ b/src/Generated/Sites/SitesRequestBuilder.php @@ -83,11 +83,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * 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. + * 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. * @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-list?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/site-search?view=graph-rest-beta Find more info here */ public function get(?SitesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -98,7 +98,7 @@ public function get(?SitesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * 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. + * 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. * @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 3d4ad78ca73..128329ff415 100644 --- a/src/Generated/Sites/SitesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/SitesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * 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. + * 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. */ class SitesRequestBuilderGetQueryParameters { diff --git a/src/Generated/TenantRelationships/MultiTenantOrganization/MultiTenantOrganizationRequestBuilder.php b/src/Generated/TenantRelationships/MultiTenantOrganization/MultiTenantOrganizationRequestBuilder.php index 80ee643e6d8..d6511aba83e 100644 --- a/src/Generated/TenantRelationships/MultiTenantOrganization/MultiTenantOrganizationRequestBuilder.php +++ b/src/Generated/TenantRelationships/MultiTenantOrganization/MultiTenantOrganizationRequestBuilder.php @@ -62,12 +62,12 @@ public function get(?MultiTenantOrganizationRequestBuilderGetRequestConfiguratio } /** - * Update the properties of a multi-tenant organization. + * Create a new multi-tenant organization. By default, the creator tenant becomes an owner tenant upon successful creation. Only owner tenants can manage a multi-tenant organization. To allow for asynchronous processing, you must wait a minimum of 2 hours between creation and joining a multi-tenant organization. * @param MultiTenantOrganization $body The request body * @param MultiTenantOrganizationRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/tenantrelationship-put-multitenantorganization?view=graph-rest-beta Find more info here */ public function patch(MultiTenantOrganization $body, ?MultiTenantOrganizationRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -99,7 +99,7 @@ public function toGetRequestInformation(?MultiTenantOrganizationRequestBuilderGe } /** - * Update the properties of a multi-tenant organization. + * Create a new multi-tenant organization. By default, the creator tenant becomes an owner tenant upon successful creation. Only owner tenants can manage a multi-tenant organization. To allow for asynchronous processing, you must wait a minimum of 2 hours between creation and joining a multi-tenant organization. * @param MultiTenantOrganization $body The request body * @param MultiTenantOrganizationRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Presence/PresenceRequestBuilder.php b/src/Generated/Users/Item/Presence/PresenceRequestBuilder.php index 8c3d9e3da5e..7093f45d2eb 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-beta Find more info here + * @link https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta Find more info here */ public function get(?PresenceRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -132,7 +132,7 @@ public function toDeleteRequestInformation(?PresenceRequestBuilderDeleteRequestC } /** - * Get a user's presence information. + * Set a presence status message for a user. An optional expiration date and time can be supplied. * @param PresenceRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Presence/PresenceRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Presence/PresenceRequestBuilderGetQueryParameters.php index e1daf202f6a..4b7120c44ba 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/kiota-dom-export.txt b/src/Generated/kiota-dom-export.txt index 690c2d8038d..a25180d29d5 100644 --- a/src/Generated/kiota-dom-export.txt +++ b/src/Generated/kiota-dom-export.txt @@ -252271,6 +252271,7 @@ Microsoft\Graph\Beta\Generated.models.security.alert::|public|getCategory():stri Microsoft\Graph\Beta\Generated.models.security.alert::|public|getClassification():AlertClassification Microsoft\Graph\Beta\Generated.models.security.alert::|public|getComments():array Microsoft\Graph\Beta\Generated.models.security.alert::|public|getCreatedDateTime():DateTime +Microsoft\Graph\Beta\Generated.models.security.alert::|public|getCustomDetails():Dictionary Microsoft\Graph\Beta\Generated.models.security.alert::|public|getDescription():string Microsoft\Graph\Beta\Generated.models.security.alert::|public|getDetectionSource():DetectionSource Microsoft\Graph\Beta\Generated.models.security.alert::|public|getDetectorId():string @@ -252306,6 +252307,7 @@ Microsoft\Graph\Beta\Generated.models.security.alert::|public|setCategory(value? Microsoft\Graph\Beta\Generated.models.security.alert::|public|setClassification(value?:AlertClassification):void Microsoft\Graph\Beta\Generated.models.security.alert::|public|setComments(value?:array):void Microsoft\Graph\Beta\Generated.models.security.alert::|public|setCreatedDateTime(value?:DateTime):void +Microsoft\Graph\Beta\Generated.models.security.alert::|public|setCustomDetails(value?:Dictionary):void Microsoft\Graph\Beta\Generated.models.security.alert::|public|setDescription(value?:string):void Microsoft\Graph\Beta\Generated.models.security.alert::|public|setDetectionSource(value?:DetectionSource):void Microsoft\Graph\Beta\Generated.models.security.alert::|public|setDetectorId(value?:string):void diff --git a/src/Generated/kiota-lock.json b/src/Generated/kiota-lock.json index 8379a81a6c5..497af9f19bf 100644 --- a/src/Generated/kiota-lock.json +++ b/src/Generated/kiota-lock.json @@ -1,5 +1,5 @@ { - "descriptionHash": "F66B9E3DAC5AB00A16365A137C3764A518EA5A450DF0F8839315774055161E7A8A7FE0F456D2921B253758CCEB3EC956A5CD6979E9DC267E55B635A150DD91E4", + "descriptionHash": "1DF5735F8F441D1132015705C320D592647B32AF64E176421EB1D8D4592D0E33EBD0FB85EA0566277E2B37E26CDF20C1494A2DB10B22B6635EACDEDA39598AEC", "descriptionLocation": "../../msgraph-metadata/clean_beta_openapi/openapi.yaml", "lockFileVersion": "1.0.0", "kiotaVersion": "1.25.1",