From 47d1fe5503008ef706517bfb4fdfcc7c42fa5545 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 21 Apr 2026 10:52:10 +0000 Subject: [PATCH] Update clean beta metadata file with 216321 --- openapi/beta/default.yaml | 7038 +++++++++++++++++++------ openapi/beta/graphexplorer.yaml | 7700 +++++++++++++++++++++------ openapi/beta/openapi.yaml | 8635 ++++++++++++++++++++++++------- openapi/beta/powershell_v2.yaml | 7628 ++++++++++++++++++++------- 4 files changed, 24429 insertions(+), 6572 deletions(-) diff --git a/openapi/beta/default.yaml b/openapi/beta/default.yaml index 4ee6379a..d1562440 100644 --- a/openapi/beta/default.yaml +++ b/openapi/beta/default.yaml @@ -13288,7 +13288,7 @@ paths: tags: - admin.teamsAdminRoot summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: admin.teams.userConfigurations.user.GetMailboxSettings parameters: - name: teamsUserConfiguration-id @@ -47885,7 +47885,7 @@ paths: tags: - authenticationMethodDevices.hardwareOathTokenAuthenticationMethodDevice summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: authenticationMethodDevices.hardwareOathDevices.assignTo.GetMailboxSettings parameters: - name: authenticationMethodDevice-id @@ -83483,6 +83483,192 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /copilot/agentRegistrations: + description: Provides operations to manage the agentRegistrations property of the microsoft.graph.copilotRoot entity. + get: + tags: + - copilot.agentRegistration + summary: Get agentRegistrations from copilot + description: Navigation property to access agent registrations at /copilot/agentRegistrations. + operationId: copilot.ListAgentRegistrations + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.agentRegistrationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - copilot.agentRegistration + summary: Create new navigation property to agentRegistrations for copilot + operationId: copilot.CreateAgentRegistrations + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agentRegistration' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agentRegistration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/copilot/agentRegistrations/{agentRegistration-id}': + description: Provides operations to manage the agentRegistrations property of the microsoft.graph.copilotRoot entity. + get: + tags: + - copilot.agentRegistration + summary: Get agentRegistrations from copilot + description: Navigation property to access agent registrations at /copilot/agentRegistrations. + operationId: copilot.GetAgentRegistrations + parameters: + - name: agentRegistration-id + in: path + description: The unique identifier of agentRegistration + required: true + schema: + type: string + x-ms-docs-key-type: agentRegistration + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agentRegistration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - copilot.agentRegistration + summary: Update the navigation property agentRegistrations in copilot + operationId: copilot.UpdateAgentRegistrations + parameters: + - name: agentRegistration-id + in: path + description: The unique identifier of agentRegistration + required: true + schema: + type: string + x-ms-docs-key-type: agentRegistration + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agentRegistration' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - copilot.agentRegistration + summary: Delete navigation property agentRegistrations for copilot + operationId: copilot.DeleteAgentRegistrations + parameters: + - name: agentRegistration-id + in: path + description: The unique identifier of agentRegistration + required: true + schema: + type: string + x-ms-docs-key-type: agentRegistration + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /copilot/agentRegistrations/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - copilot.agentRegistration + summary: Get the number of the resource + operationId: copilot.agentRegistrations.GetCount-7ac2 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /copilot/agents: description: Provides operations to manage the agents property of the microsoft.graph.copilotRoot entity. get: @@ -221422,7 +221608,7 @@ paths: tags: - deviceManagement.virtualEndpoint summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: deviceManagement.virtualEndpoint.provisioningPolicies.assignments.assignedUsers.GetMailboxSettings parameters: - name: cloudPcProvisioningPolicy-id @@ -222504,7 +222690,7 @@ paths: tags: - deviceManagement.virtualEndpoint summary: Get reports from deviceManagement - description: Cloud PC-related reports. + description: Cloud PC-related reports. Read-only. operationId: deviceManagement.virtualEndpoint.GetReports parameters: - name: $select @@ -237732,7 +237918,7 @@ paths: tags: - directory.authenticationMethodDevice summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: directory.authenticationMethodDevices.hardwareOathDevices.assignTo.GetMailboxSettings parameters: - name: hardwareOathTokenAuthenticationMethodDevice-id @@ -254093,7 +254279,7 @@ paths: tags: - drive.user summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drive.createdByUser.GetMailboxSettings parameters: - name: $select @@ -256398,7 +256584,7 @@ paths: tags: - drive.driveItem summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drive.items.createdByUser.GetMailboxSettings parameters: - name: driveItem-id @@ -256844,7 +257030,7 @@ paths: tags: - drive.driveItem summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drive.items.lastModifiedByUser.GetMailboxSettings parameters: - name: driveItem-id @@ -257740,7 +257926,7 @@ paths: tags: - drive.driveItem summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drive.items.listItem.createdByUser.GetMailboxSettings parameters: - name: driveItem-id @@ -258643,7 +258829,7 @@ paths: tags: - drive.driveItem summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drive.items.listItem.lastModifiedByUser.GetMailboxSettings parameters: - name: driveItem-id @@ -262203,7 +262389,7 @@ paths: tags: - drive.user summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drive.lastModifiedByUser.GetMailboxSettings parameters: - name: $select @@ -264059,7 +264245,7 @@ paths: tags: - drive.list summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drive.list.createdByUser.GetMailboxSettings parameters: - name: $select @@ -265038,7 +265224,7 @@ paths: tags: - drive.list summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drive.list.items.createdByUser.GetMailboxSettings parameters: - name: listItem-id @@ -265941,7 +266127,7 @@ paths: tags: - drive.list summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drive.list.items.lastModifiedByUser.GetMailboxSettings parameters: - name: listItem-id @@ -267214,7 +267400,7 @@ paths: tags: - drive.list summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drive.list.lastModifiedByUser.GetMailboxSettings parameters: - name: $select @@ -269735,7 +269921,7 @@ paths: tags: - drive.driveItem summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drive.root.createdByUser.GetMailboxSettings parameters: - name: $select @@ -270090,7 +270276,7 @@ paths: tags: - drive.driveItem summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drive.root.lastModifiedByUser.GetMailboxSettings parameters: - name: $select @@ -270822,7 +271008,7 @@ paths: tags: - drive.driveItem summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drive.root.listItem.createdByUser.GetMailboxSettings parameters: - name: $select @@ -271544,7 +271730,7 @@ paths: tags: - drive.driveItem summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drive.root.listItem.lastModifiedByUser.GetMailboxSettings parameters: - name: $select @@ -275858,7 +276044,7 @@ paths: tags: - drives.user summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drives.createdByUser.GetMailboxSettings parameters: - name: drive-id @@ -278587,7 +278773,7 @@ paths: tags: - drives.driveItem summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drives.items.createdByUser.GetMailboxSettings parameters: - name: drive-id @@ -279098,7 +279284,7 @@ paths: tags: - drives.driveItem summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drives.items.lastModifiedByUser.GetMailboxSettings parameters: - name: drive-id @@ -280155,7 +280341,7 @@ paths: tags: - drives.driveItem summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drives.items.listItem.createdByUser.GetMailboxSettings parameters: - name: drive-id @@ -281233,7 +281419,7 @@ paths: tags: - drives.driveItem summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drives.items.listItem.lastModifiedByUser.GetMailboxSettings parameters: - name: drive-id @@ -285378,7 +285564,7 @@ paths: tags: - drives.user summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drives.lastModifiedByUser.GetMailboxSettings parameters: - name: drive-id @@ -287598,7 +287784,7 @@ paths: tags: - drives.list summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drives.list.createdByUser.GetMailboxSettings parameters: - name: drive-id @@ -288761,7 +288947,7 @@ paths: tags: - drives.list summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drives.list.items.createdByUser.GetMailboxSettings parameters: - name: drive-id @@ -289839,7 +290025,7 @@ paths: tags: - drives.list summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drives.list.items.lastModifiedByUser.GetMailboxSettings parameters: - name: drive-id @@ -291323,7 +291509,7 @@ paths: tags: - drives.list summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drives.list.lastModifiedByUser.GetMailboxSettings parameters: - name: drive-id @@ -294388,7 +294574,7 @@ paths: tags: - drives.driveItem summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drives.root.createdByUser.GetMailboxSettings parameters: - name: drive-id @@ -294822,7 +295008,7 @@ paths: tags: - drives.driveItem summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drives.root.lastModifiedByUser.GetMailboxSettings parameters: - name: drive-id @@ -295718,7 +295904,7 @@ paths: tags: - drives.driveItem summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drives.root.listItem.createdByUser.GetMailboxSettings parameters: - name: drive-id @@ -296621,7 +296807,7 @@ paths: tags: - drives.driveItem summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: drives.root.listItem.lastModifiedByUser.GetMailboxSettings parameters: - name: drive-id @@ -311763,7 +311949,7 @@ paths: tags: - education.educationUser summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: education.me.user.GetMailboxSettings parameters: - name: $select @@ -318502,7 +318688,7 @@ paths: tags: - education.educationUser summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: education.users.user.GetMailboxSettings parameters: - name: educationUser-id @@ -319221,7 +319407,7 @@ paths: tags: - employeeExperience.community summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: employeeExperience.communities.owners.GetMailboxSettings parameters: - name: community-id @@ -321707,7 +321893,7 @@ paths: tags: - employeeExperience.engagementRole summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: employeeExperience.roles.members.user.GetMailboxSettings parameters: - name: engagementRole-id @@ -370144,7 +370330,7 @@ paths: tags: - groups.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.drives.createdByUser.GetMailboxSettings parameters: - name: group-id @@ -373317,7 +373503,7 @@ paths: tags: - groups.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.drives.items.createdByUser.GetMailboxSettings parameters: - name: group-id @@ -373914,7 +374100,7 @@ paths: tags: - groups.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.drives.items.lastModifiedByUser.GetMailboxSettings parameters: - name: group-id @@ -375146,7 +375332,7 @@ paths: tags: - groups.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.drives.items.listItem.createdByUser.GetMailboxSettings parameters: - name: group-id @@ -376417,7 +376603,7 @@ paths: tags: - groups.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.drives.items.listItem.lastModifiedByUser.GetMailboxSettings parameters: - name: group-id @@ -381256,7 +381442,7 @@ paths: tags: - groups.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.drives.lastModifiedByUser.GetMailboxSettings parameters: - name: group-id @@ -383911,7 +384097,7 @@ paths: tags: - groups.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.drives.list.createdByUser.GetMailboxSettings parameters: - name: group-id @@ -385276,7 +385462,7 @@ paths: tags: - groups.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.drives.list.items.createdByUser.GetMailboxSettings parameters: - name: group-id @@ -386547,7 +386733,7 @@ paths: tags: - groups.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.drives.list.items.lastModifiedByUser.GetMailboxSettings parameters: - name: group-id @@ -388278,7 +388464,7 @@ paths: tags: - groups.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.drives.list.lastModifiedByUser.GetMailboxSettings parameters: - name: group-id @@ -391911,7 +392097,7 @@ paths: tags: - groups.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.drives.root.createdByUser.GetMailboxSettings parameters: - name: group-id @@ -392431,7 +392617,7 @@ paths: tags: - groups.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.drives.root.lastModifiedByUser.GetMailboxSettings parameters: - name: group-id @@ -393502,7 +393688,7 @@ paths: tags: - groups.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.drives.root.listItem.createdByUser.GetMailboxSettings parameters: - name: group-id @@ -394598,7 +394784,7 @@ paths: tags: - groups.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.drives.root.listItem.lastModifiedByUser.GetMailboxSettings parameters: - name: group-id @@ -424408,7 +424594,7 @@ paths: tags: - groups.site summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.sites.createdByUser.GetMailboxSettings parameters: - name: group-id @@ -429101,7 +429287,7 @@ paths: tags: - groups.site summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.sites.lastModifiedByUser.GetMailboxSettings parameters: - name: group-id @@ -432191,7 +432377,7 @@ paths: tags: - groups.site summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.sites.lists.createdByUser.GetMailboxSettings parameters: - name: group-id @@ -433738,7 +433924,7 @@ paths: tags: - groups.site summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.sites.lists.items.createdByUser.GetMailboxSettings parameters: - name: group-id @@ -435184,7 +435370,7 @@ paths: tags: - groups.site summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.sites.lists.items.lastModifiedByUser.GetMailboxSettings parameters: - name: group-id @@ -437104,7 +437290,7 @@ paths: tags: - groups.site summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.sites.lists.lastModifiedByUser.GetMailboxSettings parameters: - name: group-id @@ -451678,7 +451864,7 @@ paths: tags: - groups.site summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.sites.pages.createdByUser.GetMailboxSettings parameters: - name: group-id @@ -451958,7 +452144,7 @@ paths: tags: - groups.site summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.sites.pages.lastModifiedByUser.GetMailboxSettings parameters: - name: group-id @@ -454092,7 +454278,7 @@ paths: tags: - groups.site summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.sites.pages.AsSitePage.createdByUser.GetMailboxSettings parameters: - name: group-id @@ -454372,7 +454558,7 @@ paths: tags: - groups.site summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.sites.pages.AsSitePage.lastModifiedByUser.GetMailboxSettings parameters: - name: group-id @@ -457183,7 +457369,7 @@ paths: tags: - groups.site summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.sites.pageTemplates.createdByUser.GetMailboxSettings parameters: - name: group-id @@ -457463,7 +457649,7 @@ paths: tags: - groups.site summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.sites.pageTemplates.lastModifiedByUser.GetMailboxSettings parameters: - name: group-id @@ -458673,7 +458859,7 @@ paths: tags: - groups.site summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.sites.recycleBin.createdByUser.GetMailboxSettings parameters: - name: group-id @@ -459167,7 +459353,7 @@ paths: tags: - groups.site summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.sites.recycleBin.items.createdByUser.GetMailboxSettings parameters: - name: group-id @@ -459447,7 +459633,7 @@ paths: tags: - groups.site summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.sites.recycleBin.items.lastModifiedByUser.GetMailboxSettings parameters: - name: group-id @@ -459855,7 +460041,7 @@ paths: tags: - groups.site summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.sites.recycleBin.lastModifiedByUser.GetMailboxSettings parameters: - name: group-id @@ -490059,7 +490245,7 @@ paths: tags: - groups.team summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: groups.team.owners.GetMailboxSettings parameters: - name: group-id @@ -521485,6 +521671,49 @@ paths: - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions' - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions' + '/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions': + description: Provides operations to call the batchApplyCustomDataProvidedResourceDecisions method. + post: + tags: + - identityGovernance.accessReviewSet + summary: Invoke action batchApplyCustomDataProvidedResourceDecisions + operationId: identityGovernance.accessReviews.decisions.accessReviewInstanceDecisionItem.instance.batchApplyCustomDataProvidedResourceDecisions + parameters: + - name: accessReviewInstanceDecisionItem-id + in: path + description: The unique identifier of accessReviewInstanceDecisionItem + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstanceDecisionItem + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyResult: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemApplyResult' + applyDescription: + type: string + nullable: true + customDataProvidedResourceId: + type: string + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' '/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchRecordDecisions': description: Provides operations to call the batchRecordDecisions method. post: @@ -524970,6 +525199,63 @@ paths: - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions' - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions' + '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions': + description: Provides operations to call the batchApplyCustomDataProvidedResourceDecisions method. + post: + tags: + - identityGovernance.accessReviewSet + summary: Invoke action batchApplyCustomDataProvidedResourceDecisions + operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.decisions.accessReviewInstanceDecisionItem.instance.batchApplyCustomDataProvidedResourceDecisions + parameters: + - name: accessReviewScheduleDefinition-id + in: path + description: The unique identifier of accessReviewScheduleDefinition + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewScheduleDefinition + - name: accessReviewInstance-id + in: path + description: The unique identifier of accessReviewInstance + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + - name: accessReviewInstanceDecisionItem-id + in: path + description: The unique identifier of accessReviewInstanceDecisionItem + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstanceDecisionItem + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyResult: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemApplyResult' + applyDescription: + type: string + nullable: true + customDataProvidedResourceId: + type: string + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchRecordDecisions': description: Provides operations to call the batchRecordDecisions method. post: @@ -527094,6 +527380,56 @@ paths: - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions' - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions' + '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions': + description: Provides operations to call the batchApplyCustomDataProvidedResourceDecisions method. + post: + tags: + - identityGovernance.accessReviewSet + summary: Invoke action batchApplyCustomDataProvidedResourceDecisions + operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.batchApplyCustomDataProvidedResourceDecisions + parameters: + - name: accessReviewScheduleDefinition-id + in: path + description: The unique identifier of accessReviewScheduleDefinition + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewScheduleDefinition + - name: accessReviewInstance-id + in: path + description: The unique identifier of accessReviewInstance + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyResult: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemApplyResult' + applyDescription: + type: string + nullable: true + customDataProvidedResourceId: + type: string + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions': description: Provides operations to call the batchRecordDecisions method. post: @@ -529961,6 +530297,70 @@ paths: - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions' - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions' + '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions': + description: Provides operations to call the batchApplyCustomDataProvidedResourceDecisions method. + post: + tags: + - identityGovernance.accessReviewSet + summary: Invoke action batchApplyCustomDataProvidedResourceDecisions + operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.stages.accessReviewStage.decisions.accessReviewInstanceDecisionItem.instance.batchApplyCustomDataProvidedResourceDecisions + parameters: + - name: accessReviewScheduleDefinition-id + in: path + description: The unique identifier of accessReviewScheduleDefinition + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewScheduleDefinition + - name: accessReviewInstance-id + in: path + description: The unique identifier of accessReviewInstance + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + - name: accessReviewStage-id + in: path + description: The unique identifier of accessReviewStage + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewStage + - name: accessReviewInstanceDecisionItem-id + in: path + description: The unique identifier of accessReviewInstanceDecisionItem + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstanceDecisionItem + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyResult: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemApplyResult' + applyDescription: + type: string + nullable: true + customDataProvidedResourceId: + type: string + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchRecordDecisions': description: Provides operations to call the batchRecordDecisions method. post: @@ -532932,6 +533332,56 @@ paths: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions' - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions' + '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions': + description: Provides operations to call the batchApplyCustomDataProvidedResourceDecisions method. + post: + tags: + - identityGovernance.accessReviewSet + summary: Invoke action batchApplyCustomDataProvidedResourceDecisions + operationId: identityGovernance.accessReviews.instances.accessReviewInstance.decisions.accessReviewInstanceDecisionItem.instance.batchApplyCustomDataProvidedResourceDecisions + parameters: + - name: accessReviewInstance-id + in: path + description: The unique identifier of accessReviewInstance + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + - name: accessReviewInstanceDecisionItem-id + in: path + description: The unique identifier of accessReviewInstanceDecisionItem + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstanceDecisionItem + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyResult: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemApplyResult' + applyDescription: + type: string + nullable: true + customDataProvidedResourceId: + type: string + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchRecordDecisions': description: Provides operations to call the batchRecordDecisions method. post: @@ -534825,6 +535275,49 @@ paths: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions' - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions' - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions' + '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions': + description: Provides operations to call the batchApplyCustomDataProvidedResourceDecisions method. + post: + tags: + - identityGovernance.accessReviewSet + summary: Invoke action batchApplyCustomDataProvidedResourceDecisions + operationId: identityGovernance.accessReviews.instances.accessReviewInstance.batchApplyCustomDataProvidedResourceDecisions + parameters: + - name: accessReviewInstance-id + in: path + description: The unique identifier of accessReviewInstance + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyResult: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemApplyResult' + applyDescription: + type: string + nullable: true + customDataProvidedResourceId: + type: string + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions': description: Provides operations to call the batchRecordDecisions method. post: @@ -537343,6 +537836,63 @@ paths: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions' - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions' - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' + '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions': + description: Provides operations to call the batchApplyCustomDataProvidedResourceDecisions method. + post: + tags: + - identityGovernance.accessReviewSet + summary: Invoke action batchApplyCustomDataProvidedResourceDecisions + operationId: identityGovernance.accessReviews.instances.accessReviewInstance.stages.accessReviewStage.decisions.accessReviewInstanceDecisionItem.instance.batchApplyCustomDataProvidedResourceDecisions + parameters: + - name: accessReviewInstance-id + in: path + description: The unique identifier of accessReviewInstance + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + - name: accessReviewStage-id + in: path + description: The unique identifier of accessReviewStage + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewStage + - name: accessReviewInstanceDecisionItem-id + in: path + description: The unique identifier of accessReviewInstanceDecisionItem + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstanceDecisionItem + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyResult: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemApplyResult' + applyDescription: + type: string + nullable: true + customDataProvidedResourceId: + type: string + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' '/identityGovernance/accessReviews/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchRecordDecisions': description: Provides operations to call the batchRecordDecisions method. post: @@ -617047,7 +617597,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.createdBy.GetMailboxSettings parameters: - name: customTaskExtension-id @@ -617242,7 +617792,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.lastModifiedBy.GetMailboxSettings parameters: - name: customTaskExtension-id @@ -617788,7 +618338,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.createdBy.GetMailboxSettings parameters: - name: workflow-id @@ -618126,7 +618676,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.lastModifiedBy.GetMailboxSettings parameters: - name: workflow-id @@ -619270,7 +619820,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.subject.GetMailboxSettings parameters: - name: workflow-id @@ -619957,7 +620507,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.subject.GetMailboxSettings parameters: - name: workflow-id @@ -620466,7 +621016,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.subject.GetMailboxSettings parameters: - name: workflow-id @@ -621476,7 +622026,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.subject.GetMailboxSettings parameters: - name: workflow-id @@ -622350,7 +622900,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.tasks.taskProcessingResults.subject.GetMailboxSettings parameters: - name: workflow-id @@ -623017,7 +623567,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.subject.GetMailboxSettings parameters: - name: workflow-id @@ -623470,7 +624020,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.subject.GetMailboxSettings parameters: - name: workflow-id @@ -624204,7 +624754,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.createdBy.GetMailboxSettings parameters: - name: workflow-id @@ -624453,7 +625003,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.lastModifiedBy.GetMailboxSettings parameters: - name: workflow-id @@ -625225,7 +625775,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.tasks.taskProcessingResults.subject.GetMailboxSettings parameters: - name: workflow-id @@ -626491,7 +627041,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: identityGovernance.lifecycleWorkflows.workflows.createdBy.GetMailboxSettings parameters: - name: workflow-id @@ -626829,7 +627379,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: identityGovernance.lifecycleWorkflows.workflows.lastModifiedBy.GetMailboxSettings parameters: - name: workflow-id @@ -627982,7 +628532,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.subject.GetMailboxSettings parameters: - name: workflow-id @@ -628675,7 +629225,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.subject.GetMailboxSettings parameters: - name: workflow-id @@ -629187,7 +629737,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.subject.GetMailboxSettings parameters: - name: workflow-id @@ -630204,7 +630754,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.subject.GetMailboxSettings parameters: - name: workflow-id @@ -631082,7 +631632,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: identityGovernance.lifecycleWorkflows.workflows.tasks.taskProcessingResults.subject.GetMailboxSettings parameters: - name: workflow-id @@ -631752,7 +632302,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.subject.GetMailboxSettings parameters: - name: workflow-id @@ -632208,7 +632758,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.subject.GetMailboxSettings parameters: - name: workflow-id @@ -632948,7 +633498,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: identityGovernance.lifecycleWorkflows.workflows.versions.createdBy.GetMailboxSettings parameters: - name: workflow-id @@ -633197,7 +633747,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: identityGovernance.lifecycleWorkflows.workflows.versions.lastModifiedBy.GetMailboxSettings parameters: - name: workflow-id @@ -633975,7 +634525,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: identityGovernance.lifecycleWorkflows.workflows.versions.tasks.taskProcessingResults.subject.GetMailboxSettings parameters: - name: workflow-id @@ -634907,7 +635457,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.subject.GetMailboxSettings parameters: - name: workflowTemplate-id @@ -649807,7 +650357,7 @@ paths: tags: - invitations.user summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: invitations.invitedUser.GetMailboxSettings parameters: - name: $select @@ -655188,7 +655738,7 @@ paths: tags: - me.authentication summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: me.authentication.hardwareOathMethods.device.assignTo.GetMailboxSettings parameters: - name: hardwareOathAuthenticationMethod-id @@ -655599,7 +656149,7 @@ paths: tags: - me.authentication summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: me.authentication.hardwareOathMethods.device.hardwareOathDevices.assignTo.GetMailboxSettings parameters: - name: hardwareOathAuthenticationMethod-id @@ -685987,7 +686537,7 @@ paths: tags: - me.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: me.drives.createdByUser.GetMailboxSettings parameters: - name: drive-id @@ -688710,7 +689260,7 @@ paths: tags: - me.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: me.drives.items.createdByUser.GetMailboxSettings parameters: - name: drive-id @@ -689221,7 +689771,7 @@ paths: tags: - me.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: me.drives.items.lastModifiedByUser.GetMailboxSettings parameters: - name: drive-id @@ -690278,7 +690828,7 @@ paths: tags: - me.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: me.drives.items.listItem.createdByUser.GetMailboxSettings parameters: - name: drive-id @@ -691358,7 +691908,7 @@ paths: tags: - me.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: me.drives.items.listItem.lastModifiedByUser.GetMailboxSettings parameters: - name: drive-id @@ -695621,7 +696171,7 @@ paths: tags: - me.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: me.drives.lastModifiedByUser.GetMailboxSettings parameters: - name: drive-id @@ -697841,7 +698391,7 @@ paths: tags: - me.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: me.drives.list.createdByUser.GetMailboxSettings parameters: - name: drive-id @@ -699004,7 +699554,7 @@ paths: tags: - me.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: me.drives.list.items.createdByUser.GetMailboxSettings parameters: - name: drive-id @@ -700084,7 +700634,7 @@ paths: tags: - me.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: me.drives.list.items.lastModifiedByUser.GetMailboxSettings parameters: - name: drive-id @@ -701628,7 +702178,7 @@ paths: tags: - me.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: me.drives.list.lastModifiedByUser.GetMailboxSettings parameters: - name: drive-id @@ -704695,7 +705245,7 @@ paths: tags: - me.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: me.drives.root.createdByUser.GetMailboxSettings parameters: - name: drive-id @@ -705129,7 +705679,7 @@ paths: tags: - me.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: me.drives.root.lastModifiedByUser.GetMailboxSettings parameters: - name: drive-id @@ -706025,7 +706575,7 @@ paths: tags: - me.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: me.drives.root.listItem.createdByUser.GetMailboxSettings parameters: - name: drive-id @@ -706930,7 +707480,7 @@ paths: tags: - me.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: me.drives.root.listItem.lastModifiedByUser.GetMailboxSettings parameters: - name: drive-id @@ -711418,7 +711968,7 @@ paths: tags: - me.employeeExperienceUser summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: me.employeeExperience.assignedRoles.members.user.GetMailboxSettings parameters: - name: engagementRole-id @@ -750975,6 +751525,52 @@ paths: x-ms-docs-grouped-path: - '/me/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' - '/me/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions' + '/me/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions': + description: Provides operations to call the batchApplyCustomDataProvidedResourceDecisions method. + post: + tags: + - me.accessReviewInstance + summary: Invoke action batchApplyCustomDataProvidedResourceDecisions + operationId: me.pendingAccessReviewInstances.accessReviewInstance.decisions.accessReviewInstanceDecisionItem.instance.batchApplyCustomDataProvidedResourceDecisions + parameters: + - name: accessReviewInstance-id + in: path + description: The unique identifier of accessReviewInstance + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + - name: accessReviewInstanceDecisionItem-id + in: path + description: The unique identifier of accessReviewInstanceDecisionItem + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstanceDecisionItem + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyResult: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemApplyResult' + applyDescription: + type: string + nullable: true + customDataProvidedResourceId: + type: string + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/me/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/me/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' '/me/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchRecordDecisions': description: Provides operations to call the batchRecordDecisions method. post: @@ -752705,6 +753301,45 @@ paths: x-ms-docs-grouped-path: - '/me/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions' - '/me/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions' + '/me/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions': + description: Provides operations to call the batchApplyCustomDataProvidedResourceDecisions method. + post: + tags: + - me.accessReviewInstance + summary: Invoke action batchApplyCustomDataProvidedResourceDecisions + operationId: me.pendingAccessReviewInstances.accessReviewInstance.batchApplyCustomDataProvidedResourceDecisions + parameters: + - name: accessReviewInstance-id + in: path + description: The unique identifier of accessReviewInstance + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyResult: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemApplyResult' + applyDescription: + type: string + nullable: true + customDataProvidedResourceId: + type: string + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/me/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/me/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' '/me/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions': description: Provides operations to call the batchRecordDecisions method. post: @@ -755097,6 +755732,59 @@ paths: x-ms-docs-grouped-path: - '/me/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions' - '/me/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' + '/me/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions': + description: Provides operations to call the batchApplyCustomDataProvidedResourceDecisions method. + post: + tags: + - me.accessReviewInstance + summary: Invoke action batchApplyCustomDataProvidedResourceDecisions + operationId: me.pendingAccessReviewInstances.accessReviewInstance.stages.accessReviewStage.decisions.accessReviewInstanceDecisionItem.instance.batchApplyCustomDataProvidedResourceDecisions + parameters: + - name: accessReviewInstance-id + in: path + description: The unique identifier of accessReviewInstance + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + - name: accessReviewStage-id + in: path + description: The unique identifier of accessReviewStage + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewStage + - name: accessReviewInstanceDecisionItem-id + in: path + description: The unique identifier of accessReviewInstanceDecisionItem + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstanceDecisionItem + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyResult: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemApplyResult' + applyDescription: + type: string + nullable: true + customDataProvidedResourceId: + type: string + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/me/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/me/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' '/me/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchRecordDecisions': description: Provides operations to call the batchRecordDecisions method. post: @@ -770550,7 +771238,7 @@ paths: tags: - me.userTeamwork summary: Get sections from me - description: User's teamwork sections for organizing chats and channels. The collection response may include @microsoft.graph.sectionsOrder and @microsoft.graph.sectionsVersion instance annotations for ordering and optimistic concurrency control. + description: The sections in the user's chat list. operationId: me.teamwork.ListSections parameters: - $ref: '#/components/parameters/top' @@ -770625,7 +771313,7 @@ paths: tags: - me.userTeamwork summary: Get sections from me - description: User's teamwork sections for organizing chats and channels. The collection response may include @microsoft.graph.sectionsOrder and @microsoft.graph.sectionsVersion instance annotations for ordering and optimistic concurrency control. + description: The sections in the user's chat list. operationId: me.teamwork.GetSections parameters: - name: teamworkSection-id @@ -770721,6 +771409,7 @@ paths: tags: - me.userTeamwork summary: Get items from me + description: 'The items (chats, channels, meetings, or communities) organized within the section.' operationId: me.teamwork.sections.ListItems parameters: - name: teamworkSection-id @@ -770810,6 +771499,7 @@ paths: tags: - me.userTeamwork summary: Get items from me + description: 'The items (chats, channels, meetings, or communities) organized within the section.' operationId: me.teamwork.sections.GetItems parameters: - name: teamworkSection-id @@ -770926,6 +771616,10 @@ paths: tags: - me.userTeamwork summary: Invoke action move + description: Move an item from one user-defined section to another user-defined section in a user's teamwork. Each item can belong to only one section at a time. This action removes the item from its current section and adds it to the target section. Use this action instead of add when the item is already in a user-defined section. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamworksectionitem-move?view=graph-rest-beta operationId: me.teamwork.sections.teamworkSection.items.teamworkSectionItem.move parameters: - name: teamworkSection-id @@ -784130,7 +784824,7 @@ paths: tags: - networkAccess.logs summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: networkAccess.logs.traffic.user.GetMailboxSettings parameters: - name: networkAccessTraffic-transactionId @@ -825548,7 +826242,7 @@ paths: tags: - print.printerShare summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: print.printerShares.allowedUsers.GetMailboxSettings parameters: - name: printerShare-id @@ -828517,7 +829211,7 @@ paths: tags: - print.printerShare summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: print.shares.allowedUsers.GetMailboxSettings parameters: - name: printerShare-id @@ -831187,7 +831881,7 @@ paths: tags: - privacy.subjectRightsRequest summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: privacy.subjectRightsRequests.approvers.GetMailboxSettings parameters: - name: subjectRightsRequest-id @@ -831601,7 +832295,7 @@ paths: tags: - privacy.subjectRightsRequest summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: privacy.subjectRightsRequests.collaborators.GetMailboxSettings parameters: - name: subjectRightsRequest-id @@ -844859,7 +845553,11 @@ paths: get: tags: - reports.azureADPremiumLicenseInsight - summary: Get azureADPremiumLicenseInsight from reports + summary: Get azureADPremiumLicenseInsight + description: Get the premium license utilization insight for the tenant. This API returns data about how many premium licenses are entitled and how the associated P1 and P2 features are being used. The calling tenant must have at least one Microsoft Entra ID P1 or P2 license. Tenants without a premium license receive a 403 Forbidden response with the missingLicense error code. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/azureadpremiumlicenseinsight-get?view=graph-rest-beta operationId: reports.GetAzureADPremiumLicenseInsight parameters: - name: $select @@ -897670,32 +898368,6 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: - tags: - - security.auditCoreRoot - summary: Update the navigation property queries in security - operationId: security.auditLog.UpdateQueries - parameters: - - name: auditLogQuery-id - in: path - description: The unique identifier of auditLogQuery - required: true - schema: - type: string - x-ms-docs-key-type: auditLogQuery - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.security.auditLogQuery' - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation delete: tags: - security.auditCoreRoot @@ -897783,36 +898455,6 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - post: - tags: - - security.auditCoreRoot - summary: Create new navigation property to records for security - operationId: security.auditLog.queries.CreateRecords - parameters: - - name: auditLogQuery-id - in: path - description: The unique identifier of auditLogQuery - required: true - schema: - type: string - x-ms-docs-key-type: auditLogQuery - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.security.auditLogRecord' - required: true - responses: - '201': - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.security.auditLogRecord' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}': description: Provides operations to manage the records property of the microsoft.graph.security.auditLogQuery entity. get: @@ -897866,11 +898508,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/security/auditLog/queries/{auditLogQuery-id}/records/$count': + description: Provides operations to count the resources in the collection. + get: tags: - security.auditCoreRoot - summary: Update the navigation property records in security - operationId: security.auditLog.queries.UpdateRecords + summary: Get the number of the resource + operationId: security.auditLog.queries.records.GetCount-aae2 parameters: - name: auditLogQuery-id in: path @@ -897879,19 +898523,77 @@ paths: schema: type: string x-ms-docs-key-type: auditLogQuery - - name: auditLogRecord-id - in: path - description: The unique identifier of auditLogRecord - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /security/auditLog/queries/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - security.auditCoreRoot + summary: Get the number of the resource + operationId: security.auditLog.queries.GetCount-55ce + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /security/cases: + description: Provides operations to manage the cases property of the microsoft.graph.security entity. + get: + tags: + - security.casesRoot + summary: Get cases from security + operationId: security.GetCases + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: auditLogRecord + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.casesRoot' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - security.casesRoot + summary: Update the navigation property cases in security + operationId: security.UpdateCases requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.security.auditLogRecord' + $ref: '#/components/schemas/microsoft.graph.security.casesRoot' required: true responses: '204': @@ -897901,24 +898603,10 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - security.auditCoreRoot - summary: Delete navigation property records for security - operationId: security.auditLog.queries.DeleteRecords + - security.casesRoot + summary: Delete navigation property cases for security + operationId: security.DeleteCases parameters: - - name: auditLogQuery-id - in: path - description: The unique identifier of auditLogQuery - required: true - schema: - type: string - x-ms-docs-key-type: auditLogQuery - - name: auditLogRecord-id - in: path - description: The unique identifier of auditLogRecord - required: true - schema: - type: string - x-ms-docs-key-type: auditLogRecord - name: If-Match in: header description: ETag @@ -897930,217 +898618,107 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/security/auditLog/queries/{auditLogQuery-id}/records/$count': - description: Provides operations to count the resources in the collection. + /security/cases/ediscoveryCases: + description: Provides operations to manage the ediscoveryCases property of the microsoft.graph.security.casesRoot entity. get: tags: - - security.auditCoreRoot - summary: Get the number of the resource - operationId: security.auditLog.queries.records.GetCount-aae2 + - security.casesRoot + summary: List ediscoveryCases + description: Get a list of the ediscoveryCase objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-beta + operationId: security.cases.ListEdiscoveryCases parameters: - - name: auditLogQuery-id - in: path - description: The unique identifier of auditLogQuery - required: true - schema: - type: string - x-ms-docs-key-type: auditLogQuery + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: '200': - $ref: '#/components/responses/ODataCountResponse' + $ref: '#/components/responses/microsoft.graph.security.ediscoveryCaseCollectionResponse' default: $ref: '#/components/responses/error' - /security/auditLog/queries/$count: - description: Provides operations to count the resources in the collection. - get: + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: tags: - - security.auditCoreRoot - summary: Get the number of the resource - operationId: security.auditLog.queries.GetCount-55ce - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - security.casesRoot + summary: Create ediscoveryCase + description: Create a new ediscoveryCase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-beta + operationId: security.cases.CreateEdiscoveryCases + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCase' + required: true responses: - '200': - $ref: '#/components/responses/ODataCountResponse' + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCase' default: $ref: '#/components/responses/error' - /security/cases: - description: Provides operations to manage the cases property of the microsoft.graph.security entity. + x-ms-docs-operation-type: operation + '/security/cases/ediscoveryCases/{ediscoveryCase-id}': + description: Provides operations to manage the ediscoveryCases property of the microsoft.graph.security.casesRoot entity. get: tags: - security.casesRoot - summary: Get cases from security - operationId: security.GetCases + summary: Get ediscoveryCase + description: Read the properties and relationships of an ediscoveryCase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-beta + operationId: security.cases.GetEdiscoveryCases parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - '200': - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.security.casesRoot' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - security.casesRoot - summary: Update the navigation property cases in security - operationId: security.UpdateCases - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.security.casesRoot' - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - security.casesRoot - summary: Delete navigation property cases for security - operationId: security.DeleteCases - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /security/cases/ediscoveryCases: - description: Provides operations to manage the ediscoveryCases property of the microsoft.graph.security.casesRoot entity. - get: - tags: - - security.casesRoot - summary: List ediscoveryCases - description: Get a list of the ediscoveryCase objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-beta - operationId: security.cases.ListEdiscoveryCases - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - '200': - $ref: '#/components/responses/microsoft.graph.security.ediscoveryCaseCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - security.casesRoot - summary: Create ediscoveryCase - description: Create a new ediscoveryCase object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-beta - operationId: security.cases.CreateEdiscoveryCases - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCase' - required: true - responses: - '201': - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCase' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/security/cases/ediscoveryCases/{ediscoveryCase-id}': - description: Provides operations to manage the ediscoveryCases property of the microsoft.graph.security.casesRoot entity. - get: - tags: - - security.casesRoot - summary: Get ediscoveryCase - description: Read the properties and relationships of an ediscoveryCase object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-beta - operationId: security.cases.GetEdiscoveryCases - parameters: - - name: ediscoveryCase-id - in: path - description: The unique identifier of ediscoveryCase - required: true - schema: - type: string - x-ms-docs-key-type: ediscoveryCase + - name: ediscoveryCase-id + in: path + description: The unique identifier of ediscoveryCase + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase - name: $select in: query description: Select properties to be returned @@ -917198,7 +917776,7 @@ paths: tags: - security.subjectRightsRequest summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: security.subjectRightsRequests.approvers.GetMailboxSettings parameters: - name: subjectRightsRequest-id @@ -917564,7 +918142,7 @@ paths: tags: - security.subjectRightsRequest summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: security.subjectRightsRequests.collaborators.GetMailboxSettings parameters: - name: subjectRightsRequest-id @@ -933261,7 +933839,11 @@ paths: get: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - summary: Get approvedClientApps from servicePrincipals + summary: List approvedClientApps + description: Get a list of the approvedClientApp objects and their properties on the remoteDesktopSecurityConfiguration resource on a service principal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-approvedclientapps?view=graph-rest-beta operationId: servicePrincipals.remoteDesktopSecurityConfiguration.ListApprovedClientApps parameters: - name: servicePrincipal-id @@ -933318,7 +933900,11 @@ paths: post: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - summary: Create new navigation property to approvedClientApps for servicePrincipals + summary: Create approvedClientApp + description: Create a new approvedClientApp object for the remoteDesktopSecurityConfiguration object on a service principal. You can configure a maximum of 20 approved client apps. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-post-approvedclientapps?view=graph-rest-beta operationId: servicePrincipals.remoteDesktopSecurityConfiguration.CreateApprovedClientApps parameters: - name: servicePrincipal-id @@ -933350,7 +933936,11 @@ paths: get: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - summary: Get approvedClientApps from servicePrincipals + summary: Get approvedClientApp + description: Read the properties and relationships of a approvedClientApp object for the remoteDesktopSecurityConfiguration object on a servicePrincipal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/approvedclientapp-get?view=graph-rest-beta operationId: servicePrincipals.remoteDesktopSecurityConfiguration.GetApprovedClientApps parameters: - name: servicePrincipal-id @@ -933400,7 +933990,11 @@ paths: patch: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - summary: Update the navigation property approvedClientApps in servicePrincipals + summary: Update approvedClientApp + description: Update the properties of an approvedClientApp object for a remotedesktopsecurityconfiguration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/approvedclientapp-update?view=graph-rest-beta operationId: servicePrincipals.remoteDesktopSecurityConfiguration.UpdateApprovedClientApps parameters: - name: servicePrincipal-id @@ -933433,7 +934027,11 @@ paths: delete: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - summary: Delete navigation property approvedClientApps for servicePrincipals + summary: Delete approvedClientApp + description: Delete a approvedClientApp object for the remoteDesktopSecurityConfiguration object on a service principal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-delete-approvedclientapps?view=graph-rest-beta operationId: servicePrincipals.remoteDesktopSecurityConfiguration.DeleteApprovedClientApps parameters: - name: servicePrincipal-id @@ -933550,7 +934148,7 @@ paths: tags: - servicePrincipals.remoteDesktopSecurityConfiguration summary: Create targetDeviceGroup - description: Create a new targetDeviceGroup object for the remoteDesktopSecurityConfiguration object on the servicePrincipal. You can configure a maximum of 10 target device groups for the remoteDesktopSecurityConfiguraiton object on the servicePrincipal. + description: Create a new targetDeviceGroup object for the remoteDesktopSecurityConfiguration object on the servicePrincipal. You can configure a maximum of 10 target device groups for the remoteDesktopSecurityConfiguration object on the servicePrincipal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-post-targetdevicegroups?view=graph-rest-beta @@ -938000,7 +938598,7 @@ paths: tags: - shares.user summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: shares.createdByUser.GetMailboxSettings parameters: - name: sharedDriveItem-id @@ -938742,7 +939340,7 @@ paths: tags: - shares.user summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: shares.lastModifiedByUser.GetMailboxSettings parameters: - name: sharedDriveItem-id @@ -940959,7 +941557,7 @@ paths: tags: - shares.list summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: shares.list.createdByUser.GetMailboxSettings parameters: - name: sharedDriveItem-id @@ -942112,7 +942710,7 @@ paths: tags: - shares.list summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: shares.list.items.createdByUser.GetMailboxSettings parameters: - name: sharedDriveItem-id @@ -943178,7 +943776,7 @@ paths: tags: - shares.list summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: shares.list.items.lastModifiedByUser.GetMailboxSettings parameters: - name: sharedDriveItem-id @@ -944610,7 +945208,7 @@ paths: tags: - shares.list summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: shares.list.lastModifiedByUser.GetMailboxSettings parameters: - name: sharedDriveItem-id @@ -946370,7 +946968,7 @@ paths: tags: - shares.listItem summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: shares.listItem.createdByUser.GetMailboxSettings parameters: - name: sharedDriveItem-id @@ -947261,7 +947859,7 @@ paths: tags: - shares.listItem summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: shares.listItem.lastModifiedByUser.GetMailboxSettings parameters: - name: sharedDriveItem-id @@ -952400,7 +952998,7 @@ paths: tags: - sites.user summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: sites.createdByUser.GetMailboxSettings parameters: - name: site-id @@ -956451,7 +957049,7 @@ paths: tags: - sites.user summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: sites.lastModifiedByUser.GetMailboxSettings parameters: - name: site-id @@ -959151,7 +959749,7 @@ paths: tags: - sites.list summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: sites.lists.createdByUser.GetMailboxSettings parameters: - name: site-id @@ -960405,7 +961003,7 @@ paths: tags: - sites.list summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: sites.lists.items.createdByUser.GetMailboxSettings parameters: - name: site-id @@ -961583,7 +962181,7 @@ paths: tags: - sites.list summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: sites.lists.items.lastModifiedByUser.GetMailboxSettings parameters: - name: site-id @@ -963196,7 +963794,7 @@ paths: tags: - sites.list summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: sites.lists.lastModifiedByUser.GetMailboxSettings parameters: - name: site-id @@ -975417,7 +976015,7 @@ paths: tags: - sites.baseSitePage summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: sites.pages.createdByUser.GetMailboxSettings parameters: - name: site-id @@ -975655,7 +976253,7 @@ paths: tags: - sites.baseSitePage summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: sites.pages.lastModifiedByUser.GetMailboxSettings parameters: - name: site-id @@ -977520,7 +978118,7 @@ paths: tags: - sites.baseSitePage summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: sites.pages.AsSitePage.createdByUser.GetMailboxSettings parameters: - name: site-id @@ -977758,7 +978356,7 @@ paths: tags: - sites.baseSitePage summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: sites.pages.AsSitePage.lastModifiedByUser.GetMailboxSettings parameters: - name: site-id @@ -980206,7 +980804,7 @@ paths: tags: - sites.pageTemplate summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: sites.pageTemplates.createdByUser.GetMailboxSettings parameters: - name: site-id @@ -980444,7 +981042,7 @@ paths: tags: - sites.pageTemplate summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: sites.pageTemplates.lastModifiedByUser.GetMailboxSettings parameters: - name: site-id @@ -981481,7 +982079,7 @@ paths: tags: - sites.recycleBin summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: sites.recycleBin.createdByUser.GetMailboxSettings parameters: - name: site-id @@ -981901,7 +982499,7 @@ paths: tags: - sites.recycleBin summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: sites.recycleBin.items.createdByUser.GetMailboxSettings parameters: - name: site-id @@ -982139,7 +982737,7 @@ paths: tags: - sites.recycleBin summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: sites.recycleBin.items.lastModifiedByUser.GetMailboxSettings parameters: - name: site-id @@ -982478,7 +983076,7 @@ paths: tags: - sites.recycleBin summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: sites.recycleBin.lastModifiedByUser.GetMailboxSettings parameters: - name: site-id @@ -1000143,14 +1000741,100 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /solutions/backupRestore/allDrivesBackup: - description: Provides operations to manage the allDrivesBackup property of the microsoft.graph.backupRestoreRoot entity. + /solutions/backupRestore/browseSessions: + description: Provides operations to manage the browseSessions property of the microsoft.graph.backupRestoreRoot entity. get: tags: - solutions.backupRestoreRoot - summary: Get allDrivesBackup from solutions - operationId: solutions.backupRestore.GetAllDrivesBackup + summary: List browseSessions + description: Get a list of the browseSessionBase objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-browsesessions?view=graph-rest-beta + operationId: solutions.backupRestore.ListBrowseSessions parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.browseSessionBaseCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to browseSessions for solutions + operationId: solutions.backupRestore.CreateBrowseSessions + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.browseSessionBase' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.browseSessionBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/browseSessions/{browseSessionBase-id}': + description: Provides operations to manage the browseSessions property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get browseSessions from solutions + description: The list of browse sessions in the tenant. + operationId: solutions.backupRestore.GetBrowseSessions + parameters: + - name: browseSessionBase-id + in: path + description: The unique identifier of browseSessionBase + required: true + schema: + type: string + x-ms-docs-key-type: browseSessionBase - name: $select in: query description: Select properties to be returned @@ -1000177,21 +1000861,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.allDrivesBackup' + $ref: '#/components/schemas/microsoft.graph.browseSessionBase' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.backupRestoreRoot - summary: Update the navigation property allDrivesBackup in solutions - operationId: solutions.backupRestore.UpdateAllDrivesBackup + summary: Update the navigation property browseSessions in solutions + operationId: solutions.backupRestore.UpdateBrowseSessions + parameters: + - name: browseSessionBase-id + in: path + description: The unique identifier of browseSessionBase + required: true + schema: + type: string + x-ms-docs-key-type: browseSessionBase requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.allDrivesBackup' + $ref: '#/components/schemas/microsoft.graph.browseSessionBase' required: true responses: '204': @@ -1000202,9 +1000894,16 @@ paths: delete: tags: - solutions.backupRestoreRoot - summary: Delete navigation property allDrivesBackup for solutions - operationId: solutions.backupRestore.DeleteAllDrivesBackup + summary: Delete navigation property browseSessions for solutions + operationId: solutions.backupRestore.DeleteBrowseSessions parameters: + - name: browseSessionBase-id + in: path + description: The unique identifier of browseSessionBase + required: true + schema: + type: string + x-ms-docs-key-type: browseSessionBase - name: If-Match in: header description: ETag @@ -1000216,13 +1000915,21 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /solutions/backupRestore/allDrivesBackup/microsoft.graph.disable: - description: Provides operations to call the disable method. + '/solutions/backupRestore/browseSessions/{browseSessionBase-id}/microsoft.graph.browse': + description: Provides operations to call the browse method. post: tags: - solutions.backupRestoreRoot - summary: Invoke action disable - operationId: solutions.backupRestore.allDrivesBackup.disable + summary: Invoke action browse + operationId: solutions.backupRestore.browseSessions.browseSessionBase.browse + parameters: + - name: browseSessionBase-id + in: path + description: The unique identifier of browseSessionBase + required: true + schema: + type: string + x-ms-docs-key-type: browseSessionBase requestBody: description: Action parameters content: @@ -1000230,8 +1000937,22 @@ paths: schema: type: object properties: - actionOnExistingPolicy: - $ref: '#/components/schemas/microsoft.graph.fullServiceBackupDisableMode' + browseLocationItemKey: + type: string + nullable: true + browseResourceType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.browsableResourceType' + - type: object + nullable: true + filter: + type: string + nullable: true + orderBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.browseQueryOrder' + - type: object + nullable: true required: true responses: '200': @@ -1000239,48 +1000960,110 @@ paths: content: application/json: schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.allDrivesBackup' + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object - nullable: true + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.browseQueryResponseItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-grouped-path: - - /solutions/backupRestore/allMailboxesBackup/microsoft.graph.disable - - /solutions/backupRestore/allSitesBackup/microsoft.graph.disable - /solutions/backupRestore/allDrivesBackup/microsoft.graph.enable: - description: Provides operations to call the enable method. - post: + - '/solutions/backupRestore/browseSessions/{browseSessionBase-id}/microsoft.graph.browse(nextFetchToken=''{nextFetchToken}'')' + '/solutions/backupRestore/browseSessions/{browseSessionBase-id}/microsoft.graph.browse(nextFetchToken=''{nextFetchToken}'')': + description: Provides operations to call the browse method. + get: tags: - solutions.backupRestoreRoot - summary: Invoke action enable - operationId: solutions.backupRestore.allDrivesBackup.enable + summary: Invoke function browse + operationId: solutions.backupRestore.browseSessions.browseSessionBase.browse-5a04 + parameters: + - name: browseSessionBase-id + in: path + description: The unique identifier of browseSessionBase + required: true + schema: + type: string + x-ms-docs-key-type: browseSessionBase + - name: nextFetchToken + in: path + description: 'Usage: nextFetchToken=''{nextFetchToken}''' + required: true + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' responses: '200': description: Success content: application/json: schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.allDrivesBackup' + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object - nullable: true + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.browseQueryResponseItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-grouped-path: - - /solutions/backupRestore/allMailboxesBackup/microsoft.graph.enable - - /solutions/backupRestore/allSitesBackup/microsoft.graph.enable - - /solutions/backupRestore/microsoft.graph.enable - /solutions/backupRestore/allMailboxesBackup: - description: Provides operations to manage the allMailboxesBackup property of the microsoft.graph.backupRestoreRoot entity. + - '/solutions/backupRestore/browseSessions/{browseSessionBase-id}/microsoft.graph.browse' + /solutions/backupRestore/browseSessions/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.browseSessions.GetCount-de6b + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/driveExclusionUnits: + description: Provides operations to manage the driveExclusionUnits property of the microsoft.graph.backupRestoreRoot entity. get: tags: - solutions.backupRestoreRoot - summary: Get allMailboxesBackup from solutions - operationId: solutions.backupRestore.GetAllMailboxesBackup + summary: Get driveExclusionUnits from solutions + operationId: solutions.backupRestore.ListDriveExclusionUnits parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -1000303,114 +1001086,50 @@ paths: type: string responses: '200': - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.allMailboxesBackup' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - solutions.backupRestoreRoot - summary: Update the navigation property allMailboxesBackup in solutions - operationId: solutions.backupRestore.UpdateAllMailboxesBackup - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.allMailboxesBackup' - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.backupRestoreRoot - summary: Delete navigation property allMailboxesBackup for solutions - operationId: solutions.backupRestore.DeleteAllMailboxesBackup - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success + $ref: '#/components/responses/microsoft.graph.driveExclusionUnitCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - /solutions/backupRestore/allMailboxesBackup/microsoft.graph.disable: - description: Provides operations to call the disable method. post: tags: - solutions.backupRestoreRoot - summary: Invoke action disable - operationId: solutions.backupRestore.allMailboxesBackup.disable + summary: Create new navigation property to driveExclusionUnits for solutions + operationId: solutions.backupRestore.CreateDriveExclusionUnits requestBody: - description: Action parameters + description: New navigation property content: application/json: schema: - type: object - properties: - actionOnExistingPolicy: - $ref: '#/components/schemas/microsoft.graph.fullServiceBackupDisableMode' + $ref: '#/components/schemas/microsoft.graph.driveExclusionUnit' required: true responses: - '200': - description: Success + '201': + description: Created navigation property. content: application/json: schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.allMailboxesBackup' - - type: object - nullable: true + $ref: '#/components/schemas/microsoft.graph.driveExclusionUnit' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-docs-grouped-path: - - /solutions/backupRestore/allDrivesBackup/microsoft.graph.disable - - /solutions/backupRestore/allSitesBackup/microsoft.graph.disable - /solutions/backupRestore/allMailboxesBackup/microsoft.graph.enable: - description: Provides operations to call the enable method. - post: - tags: - - solutions.backupRestoreRoot - summary: Invoke action enable - operationId: solutions.backupRestore.allMailboxesBackup.enable - responses: - '200': - description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.allMailboxesBackup' - - type: object - nullable: true - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-docs-grouped-path: - - /solutions/backupRestore/allDrivesBackup/microsoft.graph.enable - - /solutions/backupRestore/allSitesBackup/microsoft.graph.enable - - /solutions/backupRestore/microsoft.graph.enable - /solutions/backupRestore/allSitesBackup: - description: Provides operations to manage the allSitesBackup property of the microsoft.graph.backupRestoreRoot entity. + x-ms-docs-operation-type: operation + '/solutions/backupRestore/driveExclusionUnits/{driveExclusionUnit-id}': + description: Provides operations to manage the driveExclusionUnits property of the microsoft.graph.backupRestoreRoot entity. get: tags: - solutions.backupRestoreRoot - summary: Get allSitesBackup from solutions - operationId: solutions.backupRestore.GetAllSitesBackup + summary: Get driveExclusionUnits from solutions + operationId: solutions.backupRestore.GetDriveExclusionUnits parameters: + - name: driveExclusionUnit-id + in: path + description: The unique identifier of driveExclusionUnit + required: true + schema: + type: string + x-ms-docs-key-type: driveExclusionUnit - name: $select in: query description: Select properties to be returned @@ -1000437,21 +1001156,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.allSitesBackup' + $ref: '#/components/schemas/microsoft.graph.driveExclusionUnit' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.backupRestoreRoot - summary: Update the navigation property allSitesBackup in solutions - operationId: solutions.backupRestore.UpdateAllSitesBackup + summary: Update the navigation property driveExclusionUnits in solutions + operationId: solutions.backupRestore.UpdateDriveExclusionUnits + parameters: + - name: driveExclusionUnit-id + in: path + description: The unique identifier of driveExclusionUnit + required: true + schema: + type: string + x-ms-docs-key-type: driveExclusionUnit requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.allSitesBackup' + $ref: '#/components/schemas/microsoft.graph.driveExclusionUnit' required: true responses: '204': @@ -1000462,9 +1001189,16 @@ paths: delete: tags: - solutions.backupRestoreRoot - summary: Delete navigation property allSitesBackup for solutions - operationId: solutions.backupRestore.DeleteAllSitesBackup + summary: Delete navigation property driveExclusionUnits for solutions + operationId: solutions.backupRestore.DeleteDriveExclusionUnits parameters: + - name: driveExclusionUnit-id + in: path + description: The unique identifier of driveExclusionUnit + required: true + schema: + type: string + x-ms-docs-key-type: driveExclusionUnit - name: If-Match in: header description: ETag @@ -1000476,74 +1001210,28 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /solutions/backupRestore/allSitesBackup/microsoft.graph.disable: - description: Provides operations to call the disable method. - post: - tags: - - solutions.backupRestoreRoot - summary: Invoke action disable - operationId: solutions.backupRestore.allSitesBackup.disable - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - actionOnExistingPolicy: - $ref: '#/components/schemas/microsoft.graph.fullServiceBackupDisableMode' - required: true - responses: - '200': - description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.allSitesBackup' - - type: object - nullable: true - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-docs-grouped-path: - - /solutions/backupRestore/allDrivesBackup/microsoft.graph.disable - - /solutions/backupRestore/allMailboxesBackup/microsoft.graph.disable - /solutions/backupRestore/allSitesBackup/microsoft.graph.enable: - description: Provides operations to call the enable method. - post: + /solutions/backupRestore/driveExclusionUnits/$count: + description: Provides operations to count the resources in the collection. + get: tags: - solutions.backupRestoreRoot - summary: Invoke action enable - operationId: solutions.backupRestore.allSitesBackup.enable + summary: Get the number of the resource + operationId: solutions.backupRestore.driveExclusionUnits.GetCount-e546 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: '200': - description: Success - content: - application/json: - schema: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.allSitesBackup' - - type: object - nullable: true + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-docs-grouped-path: - - /solutions/backupRestore/allDrivesBackup/microsoft.graph.enable - - /solutions/backupRestore/allMailboxesBackup/microsoft.graph.enable - - /solutions/backupRestore/microsoft.graph.enable - /solutions/backupRestore/browseSessions: - description: Provides operations to manage the browseSessions property of the microsoft.graph.backupRestoreRoot entity. + /solutions/backupRestore/driveExclusionUnitsBulkAdditionJobs: + description: Provides operations to manage the driveExclusionUnitsBulkAdditionJobs property of the microsoft.graph.backupRestoreRoot entity. get: tags: - solutions.backupRestoreRoot - summary: List browseSessions - description: Get a list of the browseSessionBase objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-browsesessions?view=graph-rest-beta - operationId: solutions.backupRestore.ListBrowseSessions + summary: Get driveExclusionUnitsBulkAdditionJobs from solutions + operationId: solutions.backupRestore.ListDriveExclusionUnitsBulkAdditionJobs parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -1000582,7 +1001270,7 @@ paths: type: string responses: '200': - $ref: '#/components/responses/microsoft.graph.browseSessionBaseCollectionResponse' + $ref: '#/components/responses/microsoft.graph.driveExclusionUnitsBulkAdditionJobCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -1000592,14 +1001280,14 @@ paths: post: tags: - solutions.backupRestoreRoot - summary: Create new navigation property to browseSessions for solutions - operationId: solutions.backupRestore.CreateBrowseSessions + summary: Create new navigation property to driveExclusionUnitsBulkAdditionJobs for solutions + operationId: solutions.backupRestore.CreateDriveExclusionUnitsBulkAdditionJobs requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.browseSessionBase' + $ref: '#/components/schemas/microsoft.graph.driveExclusionUnitsBulkAdditionJob' required: true responses: '201': @@ -1000607,26 +1001295,25 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.browseSessionBase' + $ref: '#/components/schemas/microsoft.graph.driveExclusionUnitsBulkAdditionJob' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/browseSessions/{browseSessionBase-id}': - description: Provides operations to manage the browseSessions property of the microsoft.graph.backupRestoreRoot entity. + '/solutions/backupRestore/driveExclusionUnitsBulkAdditionJobs/{driveExclusionUnitsBulkAdditionJob-id}': + description: Provides operations to manage the driveExclusionUnitsBulkAdditionJobs property of the microsoft.graph.backupRestoreRoot entity. get: tags: - solutions.backupRestoreRoot - summary: Get browseSessions from solutions - description: The list of browse sessions in the tenant. - operationId: solutions.backupRestore.GetBrowseSessions + summary: Get driveExclusionUnitsBulkAdditionJobs from solutions + operationId: solutions.backupRestore.GetDriveExclusionUnitsBulkAdditionJobs parameters: - - name: browseSessionBase-id + - name: driveExclusionUnitsBulkAdditionJob-id in: path - description: The unique identifier of browseSessionBase + description: The unique identifier of driveExclusionUnitsBulkAdditionJob required: true schema: type: string - x-ms-docs-key-type: browseSessionBase + x-ms-docs-key-type: driveExclusionUnitsBulkAdditionJob - name: $select in: query description: Select properties to be returned @@ -1000653,29 +1001340,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.browseSessionBase' + $ref: '#/components/schemas/microsoft.graph.driveExclusionUnitsBulkAdditionJob' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.backupRestoreRoot - summary: Update the navigation property browseSessions in solutions - operationId: solutions.backupRestore.UpdateBrowseSessions + summary: Update the navigation property driveExclusionUnitsBulkAdditionJobs in solutions + operationId: solutions.backupRestore.UpdateDriveExclusionUnitsBulkAdditionJobs parameters: - - name: browseSessionBase-id + - name: driveExclusionUnitsBulkAdditionJob-id in: path - description: The unique identifier of browseSessionBase + description: The unique identifier of driveExclusionUnitsBulkAdditionJob required: true schema: type: string - x-ms-docs-key-type: browseSessionBase + x-ms-docs-key-type: driveExclusionUnitsBulkAdditionJob requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.browseSessionBase' + $ref: '#/components/schemas/microsoft.graph.driveExclusionUnitsBulkAdditionJob' required: true responses: '204': @@ -1000686,16 +1001373,16 @@ paths: delete: tags: - solutions.backupRestoreRoot - summary: Delete navigation property browseSessions for solutions - operationId: solutions.backupRestore.DeleteBrowseSessions + summary: Delete navigation property driveExclusionUnitsBulkAdditionJobs for solutions + operationId: solutions.backupRestore.DeleteDriveExclusionUnitsBulkAdditionJobs parameters: - - name: browseSessionBase-id + - name: driveExclusionUnitsBulkAdditionJob-id in: path - description: The unique identifier of browseSessionBase + description: The unique identifier of driveExclusionUnitsBulkAdditionJob required: true schema: type: string - x-ms-docs-key-type: browseSessionBase + x-ms-docs-key-type: driveExclusionUnitsBulkAdditionJob - name: If-Match in: header description: ETag @@ -1000707,124 +1001394,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/browseSessions/{browseSessionBase-id}/microsoft.graph.browse': - description: Provides operations to call the browse method. - post: - tags: - - solutions.backupRestoreRoot - summary: Invoke action browse - operationId: solutions.backupRestore.browseSessions.browseSessionBase.browse - parameters: - - name: browseSessionBase-id - in: path - description: The unique identifier of browseSessionBase - required: true - schema: - type: string - x-ms-docs-key-type: browseSessionBase - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - browseLocationItemKey: - type: string - nullable: true - browseResourceType: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.browsableResourceType' - - type: object - nullable: true - filter: - type: string - nullable: true - orderBy: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.browseQueryOrder' - - type: object - nullable: true - required: true - responses: - '200': - description: Success - content: - application/json: - schema: - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.browseQueryResponseItem' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-grouped-path: - - '/solutions/backupRestore/browseSessions/{browseSessionBase-id}/microsoft.graph.browse(nextFetchToken=''{nextFetchToken}'')' - '/solutions/backupRestore/browseSessions/{browseSessionBase-id}/microsoft.graph.browse(nextFetchToken=''{nextFetchToken}'')': - description: Provides operations to call the browse method. - get: - tags: - - solutions.backupRestoreRoot - summary: Invoke function browse - operationId: solutions.backupRestore.browseSessions.browseSessionBase.browse-5a04 - parameters: - - name: browseSessionBase-id - in: path - description: The unique identifier of browseSessionBase - required: true - schema: - type: string - x-ms-docs-key-type: browseSessionBase - - name: nextFetchToken - in: path - description: 'Usage: nextFetchToken=''{nextFetchToken}''' - required: true - schema: - type: string - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - responses: - '200': - description: Success - content: - application/json: - schema: - type: object - allOf: - - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.browseQueryResponseItem' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-grouped-path: - - '/solutions/backupRestore/browseSessions/{browseSessionBase-id}/microsoft.graph.browse' - /solutions/backupRestore/browseSessions/$count: + /solutions/backupRestore/driveExclusionUnitsBulkAdditionJobs/$count: description: Provides operations to count the resources in the collection. get: tags: - solutions.backupRestoreRoot summary: Get the number of the resource - operationId: solutions.backupRestore.browseSessions.GetCount-de6b + operationId: solutions.backupRestore.driveExclusionUnitsBulkAdditionJobs.GetCount-b90f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -1001649,6 +1002225,272 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxExclusionUnits': + description: Provides operations to manage the mailboxExclusionUnits property of the microsoft.graph.exchangeProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxExclusionUnits from solutions + operationId: solutions.backupRestore.exchangeProtectionPolicies.ListMailboxExclusionUnits + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxExclusionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxExclusionUnits/{mailboxExclusionUnit-id}': + description: Provides operations to manage the mailboxExclusionUnits property of the microsoft.graph.exchangeProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxExclusionUnits from solutions + operationId: solutions.backupRestore.exchangeProtectionPolicies.GetMailboxExclusionUnits + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - name: mailboxExclusionUnit-id + in: path + description: The unique identifier of mailboxExclusionUnit + required: true + schema: + type: string + x-ms-docs-key-type: mailboxExclusionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxExclusionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxExclusionUnits/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.exchangeProtectionPolicies.mailboxExclusionUnits.GetCount-25ef + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxExclusionUnitsBulkAdditionJobs': + description: Provides operations to manage the mailboxExclusionUnitsBulkAdditionJobs property of the microsoft.graph.exchangeProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxExclusionUnitsBulkAdditionJobs from solutions + operationId: solutions.backupRestore.exchangeProtectionPolicies.ListMailboxExclusionUnitsBulkAdditionJobs + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxExclusionUnitsBulkAdditionJobCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxExclusionUnitsBulkAdditionJobs/{mailboxExclusionUnitsBulkAdditionJob-id}': + description: Provides operations to manage the mailboxExclusionUnitsBulkAdditionJobs property of the microsoft.graph.exchangeProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxExclusionUnitsBulkAdditionJobs from solutions + operationId: solutions.backupRestore.exchangeProtectionPolicies.GetMailboxExclusionUnitsBulkAdditionJobs + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - name: mailboxExclusionUnitsBulkAdditionJob-id + in: path + description: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + required: true + schema: + type: string + x-ms-docs-key-type: mailboxExclusionUnitsBulkAdditionJob + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxExclusionUnitsBulkAdditionJob' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxExclusionUnitsBulkAdditionJobs/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.exchangeProtectionPolicies.mailboxExclusionUnitsBulkAdditionJobs.GetCount-d080 + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules': description: Provides operations to manage the mailboxInclusionRules property of the microsoft.graph.exchangeProtectionPolicy entity. get: @@ -1003087,6 +1003929,486 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + /solutions/backupRestore/exclusionUnits: + description: Provides operations to manage the exclusionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get exclusionUnits from solutions + operationId: solutions.backupRestore.ListExclusionUnits + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.exclusionUnitBaseCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exclusionUnits/{exclusionUnitBase-id}': + description: Provides operations to manage the exclusionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get exclusionUnits from solutions + operationId: solutions.backupRestore.GetExclusionUnits + parameters: + - name: exclusionUnitBase-id + in: path + description: The unique identifier of exclusionUnitBase + required: true + schema: + type: string + x-ms-docs-key-type: exclusionUnitBase + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exclusionUnitBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/exclusionUnits/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.exclusionUnits.GetCount-c95e + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/mailboxExclusionUnits: + description: Provides operations to manage the mailboxExclusionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxExclusionUnits from solutions + operationId: solutions.backupRestore.ListMailboxExclusionUnits + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxExclusionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to mailboxExclusionUnits for solutions + operationId: solutions.backupRestore.CreateMailboxExclusionUnits + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxExclusionUnit' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxExclusionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/mailboxExclusionUnits/{mailboxExclusionUnit-id}': + description: Provides operations to manage the mailboxExclusionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxExclusionUnits from solutions + operationId: solutions.backupRestore.GetMailboxExclusionUnits + parameters: + - name: mailboxExclusionUnit-id + in: path + description: The unique identifier of mailboxExclusionUnit + required: true + schema: + type: string + x-ms-docs-key-type: mailboxExclusionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxExclusionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property mailboxExclusionUnits in solutions + operationId: solutions.backupRestore.UpdateMailboxExclusionUnits + parameters: + - name: mailboxExclusionUnit-id + in: path + description: The unique identifier of mailboxExclusionUnit + required: true + schema: + type: string + x-ms-docs-key-type: mailboxExclusionUnit + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxExclusionUnit' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property mailboxExclusionUnits for solutions + operationId: solutions.backupRestore.DeleteMailboxExclusionUnits + parameters: + - name: mailboxExclusionUnit-id + in: path + description: The unique identifier of mailboxExclusionUnit + required: true + schema: + type: string + x-ms-docs-key-type: mailboxExclusionUnit + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/mailboxExclusionUnits/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.mailboxExclusionUnits.GetCount-933f + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/mailboxExclusionUnitsBulkAdditionJobs: + description: Provides operations to manage the mailboxExclusionUnitsBulkAdditionJobs property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxExclusionUnitsBulkAdditionJobs from solutions + operationId: solutions.backupRestore.ListMailboxExclusionUnitsBulkAdditionJobs + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.mailboxExclusionUnitsBulkAdditionJobCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to mailboxExclusionUnitsBulkAdditionJobs for solutions + operationId: solutions.backupRestore.CreateMailboxExclusionUnitsBulkAdditionJobs + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxExclusionUnitsBulkAdditionJob' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxExclusionUnitsBulkAdditionJob' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/mailboxExclusionUnitsBulkAdditionJobs/{mailboxExclusionUnitsBulkAdditionJob-id}': + description: Provides operations to manage the mailboxExclusionUnitsBulkAdditionJobs property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxExclusionUnitsBulkAdditionJobs from solutions + operationId: solutions.backupRestore.GetMailboxExclusionUnitsBulkAdditionJobs + parameters: + - name: mailboxExclusionUnitsBulkAdditionJob-id + in: path + description: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + required: true + schema: + type: string + x-ms-docs-key-type: mailboxExclusionUnitsBulkAdditionJob + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxExclusionUnitsBulkAdditionJob' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property mailboxExclusionUnitsBulkAdditionJobs in solutions + operationId: solutions.backupRestore.UpdateMailboxExclusionUnitsBulkAdditionJobs + parameters: + - name: mailboxExclusionUnitsBulkAdditionJob-id + in: path + description: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + required: true + schema: + type: string + x-ms-docs-key-type: mailboxExclusionUnitsBulkAdditionJob + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxExclusionUnitsBulkAdditionJob' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property mailboxExclusionUnitsBulkAdditionJobs for solutions + operationId: solutions.backupRestore.DeleteMailboxExclusionUnitsBulkAdditionJobs + parameters: + - name: mailboxExclusionUnitsBulkAdditionJob-id + in: path + description: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + required: true + schema: + type: string + x-ms-docs-key-type: mailboxExclusionUnitsBulkAdditionJob + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/mailboxExclusionUnitsBulkAdditionJobs/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.mailboxExclusionUnitsBulkAdditionJobs.GetCount-4b91 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /solutions/backupRestore/mailboxInclusionRules: description: Provides operations to manage the mailboxInclusionRules property of the microsoft.graph.backupRestoreRoot entity. get: @@ -1003677,10 +1004999,6 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - x-ms-docs-grouped-path: - - /solutions/backupRestore/allDrivesBackup/microsoft.graph.enable - - /solutions/backupRestore/allMailboxesBackup/microsoft.graph.enable - - /solutions/backupRestore/allSitesBackup/microsoft.graph.enable /solutions/backupRestore/oneDriveForBusinessBrowseSessions: description: Provides operations to manage the oneDriveForBusinessBrowseSessions property of the microsoft.graph.backupRestoreRoot entity. get: @@ -1003998,45 +1005316,315 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - solutions.backupRestoreRoot - summary: Update oneDriveForBusinessProtectionPolicy - description: Update the protection policy for the OneDrive service in Microsoft 365. This method adds a driveProtectionUnit to or removes it from a oneDriveForBusinessProtectionPolicy object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-update?view=graph-rest-beta - operationId: solutions.backupRestore.UpdateOneDriveForBusinessProtectionPolicies - parameters: - - name: oneDriveForBusinessProtectionPolicy-id - in: path - description: The unique identifier of oneDriveForBusinessProtectionPolicy - required: true - schema: - type: string - x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' - required: true - responses: - '204': - description: Success + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update oneDriveForBusinessProtectionPolicy + description: Update the protection policy for the OneDrive service in Microsoft 365. This method adds a driveProtectionUnit to or removes it from a oneDriveForBusinessProtectionPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-update?view=graph-rest-beta + operationId: solutions.backupRestore.UpdateOneDriveForBusinessProtectionPolicies + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property oneDriveForBusinessProtectionPolicies for solutions + operationId: solutions.backupRestore.DeleteOneDriveForBusinessProtectionPolicies + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveExclusionUnits': + description: Provides operations to manage the driveExclusionUnits property of the microsoft.graph.oneDriveForBusinessProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveExclusionUnits from solutions + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.ListDriveExclusionUnits + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.driveExclusionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveExclusionUnits/{driveExclusionUnit-id}': + description: Provides operations to manage the driveExclusionUnits property of the microsoft.graph.oneDriveForBusinessProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveExclusionUnits from solutions + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.GetDriveExclusionUnits + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: driveExclusionUnit-id + in: path + description: The unique identifier of driveExclusionUnit + required: true + schema: + type: string + x-ms-docs-key-type: driveExclusionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveExclusionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveExclusionUnits/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.driveExclusionUnits.GetCount-5d44 + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveExclusionUnitsBulkAdditionJobs': + description: Provides operations to manage the driveExclusionUnitsBulkAdditionJobs property of the microsoft.graph.oneDriveForBusinessProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveExclusionUnitsBulkAdditionJobs from solutions + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.ListDriveExclusionUnitsBulkAdditionJobs + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.driveExclusionUnitsBulkAdditionJobCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveExclusionUnitsBulkAdditionJobs/{driveExclusionUnitsBulkAdditionJob-id}': + description: Provides operations to manage the driveExclusionUnitsBulkAdditionJobs property of the microsoft.graph.oneDriveForBusinessProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveExclusionUnitsBulkAdditionJobs from solutions + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.GetDriveExclusionUnitsBulkAdditionJobs + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: driveExclusionUnitsBulkAdditionJob-id + in: path + description: The unique identifier of driveExclusionUnitsBulkAdditionJob + required: true + schema: + type: string + x-ms-docs-key-type: driveExclusionUnitsBulkAdditionJob + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveExclusionUnitsBulkAdditionJob' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveExclusionUnitsBulkAdditionJobs/$count': + description: Provides operations to count the resources in the collection. + get: tags: - solutions.backupRestoreRoot - summary: Delete navigation property oneDriveForBusinessProtectionPolicies for solutions - operationId: solutions.backupRestore.DeleteOneDriveForBusinessProtectionPolicies + summary: Get the number of the resource + operationId: solutions.backupRestore.oneDriveForBusinessProtectionPolicies.driveExclusionUnitsBulkAdditionJobs.GetCount-ee43 parameters: - name: oneDriveForBusinessProtectionPolicy-id in: path @@ -1004045,17 +1005633,13 @@ paths: schema: type: string x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy - - name: If-Match - in: header - description: ETag - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: - '204': - description: Success + '200': + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules': description: Provides operations to manage the driveInclusionRules property of the microsoft.graph.oneDriveForBusinessProtectionPolicy entity. get: @@ -1007515,6 +1009099,272 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteExclusionUnits': + description: Provides operations to manage the siteExclusionUnits property of the microsoft.graph.sharePointProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteExclusionUnits from solutions + operationId: solutions.backupRestore.sharePointProtectionPolicies.ListSiteExclusionUnits + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.siteExclusionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteExclusionUnits/{siteExclusionUnit-id}': + description: Provides operations to manage the siteExclusionUnits property of the microsoft.graph.sharePointProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteExclusionUnits from solutions + operationId: solutions.backupRestore.sharePointProtectionPolicies.GetSiteExclusionUnits + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - name: siteExclusionUnit-id + in: path + description: The unique identifier of siteExclusionUnit + required: true + schema: + type: string + x-ms-docs-key-type: siteExclusionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteExclusionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteExclusionUnits/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.sharePointProtectionPolicies.siteExclusionUnits.GetCount-7fa8 + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteExclusionUnitsBulkAdditionJobs': + description: Provides operations to manage the siteExclusionUnitsBulkAdditionJobs property of the microsoft.graph.sharePointProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteExclusionUnitsBulkAdditionJobs from solutions + operationId: solutions.backupRestore.sharePointProtectionPolicies.ListSiteExclusionUnitsBulkAdditionJobs + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.siteExclusionUnitsBulkAdditionJobCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteExclusionUnitsBulkAdditionJobs/{siteExclusionUnitsBulkAdditionJob-id}': + description: Provides operations to manage the siteExclusionUnitsBulkAdditionJobs property of the microsoft.graph.sharePointProtectionPolicy entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteExclusionUnitsBulkAdditionJobs from solutions + operationId: solutions.backupRestore.sharePointProtectionPolicies.GetSiteExclusionUnitsBulkAdditionJobs + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - name: siteExclusionUnitsBulkAdditionJob-id + in: path + description: The unique identifier of siteExclusionUnitsBulkAdditionJob + required: true + schema: + type: string + x-ms-docs-key-type: siteExclusionUnitsBulkAdditionJob + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteExclusionUnitsBulkAdditionJob' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteExclusionUnitsBulkAdditionJobs/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.sharePointProtectionPolicies.siteExclusionUnitsBulkAdditionJobs.GetCount-8704 + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules': description: Provides operations to manage the siteInclusionRules property of the microsoft.graph.sharePointProtectionPolicy entity. get: @@ -1008795,40 +1010645,441 @@ paths: type: string responses: '200': - description: Retrieved navigation property + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifactsBulkAdditionRequest' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property siteRestoreArtifactsBulkAdditionRequests in solutions + operationId: solutions.backupRestore.sharePointRestoreSessions.UpdateSiteRestoreArtifactsBulkAdditionRequests + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifactsBulkAdditionRequest-id + in: path + description: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + required: true + schema: + type: string + x-ms-docs-key-type: siteRestoreArtifactsBulkAdditionRequest + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifactsBulkAdditionRequest' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete siteRestoreArtifactsBulkAdditionRequest + description: Delete a siteRestoreArtifactsBulkAdditionRequest object associated with a sharepointRestoreSession. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/siterestoreartifactsbulkadditionrequest-delete?view=graph-rest-beta + operationId: solutions.backupRestore.sharePointRestoreSessions.DeleteSiteRestoreArtifactsBulkAdditionRequests + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifactsBulkAdditionRequest-id + in: path + description: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + required: true + schema: + type: string + x-ms-docs-key-type: siteRestoreArtifactsBulkAdditionRequest + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.sharePointRestoreSessions.siteRestoreArtifactsBulkAdditionRequests.GetCount-8b23 + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/sharePointRestoreSessions/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.sharePointRestoreSessions.GetCount-3343 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/siteExclusionUnits: + description: Provides operations to manage the siteExclusionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteExclusionUnits from solutions + operationId: solutions.backupRestore.ListSiteExclusionUnits + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.siteExclusionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to siteExclusionUnits for solutions + operationId: solutions.backupRestore.CreateSiteExclusionUnits + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteExclusionUnit' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteExclusionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/siteExclusionUnits/{siteExclusionUnit-id}': + description: Provides operations to manage the siteExclusionUnits property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteExclusionUnits from solutions + operationId: solutions.backupRestore.GetSiteExclusionUnits + parameters: + - name: siteExclusionUnit-id + in: path + description: The unique identifier of siteExclusionUnit + required: true + schema: + type: string + x-ms-docs-key-type: siteExclusionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteExclusionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property siteExclusionUnits in solutions + operationId: solutions.backupRestore.UpdateSiteExclusionUnits + parameters: + - name: siteExclusionUnit-id + in: path + description: The unique identifier of siteExclusionUnit + required: true + schema: + type: string + x-ms-docs-key-type: siteExclusionUnit + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteExclusionUnit' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property siteExclusionUnits for solutions + operationId: solutions.backupRestore.DeleteSiteExclusionUnits + parameters: + - name: siteExclusionUnit-id + in: path + description: The unique identifier of siteExclusionUnit + required: true + schema: + type: string + x-ms-docs-key-type: siteExclusionUnit + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/siteExclusionUnits/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solutions.backupRestore.siteExclusionUnits.GetCount-0407 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/siteExclusionUnitsBulkAdditionJobs: + description: Provides operations to manage the siteExclusionUnitsBulkAdditionJobs property of the microsoft.graph.backupRestoreRoot entity. + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteExclusionUnitsBulkAdditionJobs from solutions + operationId: solutions.backupRestore.ListSiteExclusionUnitsBulkAdditionJobs + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.siteExclusionUnitsBulkAdditionJobCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to siteExclusionUnitsBulkAdditionJobs for solutions + operationId: solutions.backupRestore.CreateSiteExclusionUnitsBulkAdditionJobs + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteExclusionUnitsBulkAdditionJob' + required: true + responses: + '201': + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifactsBulkAdditionRequest' + $ref: '#/components/schemas/microsoft.graph.siteExclusionUnitsBulkAdditionJob' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/solutions/backupRestore/siteExclusionUnitsBulkAdditionJobs/{siteExclusionUnitsBulkAdditionJob-id}': + description: Provides operations to manage the siteExclusionUnitsBulkAdditionJobs property of the microsoft.graph.backupRestoreRoot entity. + get: tags: - solutions.backupRestoreRoot - summary: Update the navigation property siteRestoreArtifactsBulkAdditionRequests in solutions - operationId: solutions.backupRestore.sharePointRestoreSessions.UpdateSiteRestoreArtifactsBulkAdditionRequests + summary: Get siteExclusionUnitsBulkAdditionJobs from solutions + operationId: solutions.backupRestore.GetSiteExclusionUnitsBulkAdditionJobs parameters: - - name: sharePointRestoreSession-id + - name: siteExclusionUnitsBulkAdditionJob-id in: path - description: The unique identifier of sharePointRestoreSession + description: The unique identifier of siteExclusionUnitsBulkAdditionJob required: true schema: type: string - x-ms-docs-key-type: sharePointRestoreSession - - name: siteRestoreArtifactsBulkAdditionRequest-id + x-ms-docs-key-type: siteExclusionUnitsBulkAdditionJob + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteExclusionUnitsBulkAdditionJob' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property siteExclusionUnitsBulkAdditionJobs in solutions + operationId: solutions.backupRestore.UpdateSiteExclusionUnitsBulkAdditionJobs + parameters: + - name: siteExclusionUnitsBulkAdditionJob-id in: path - description: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + description: The unique identifier of siteExclusionUnitsBulkAdditionJob required: true schema: type: string - x-ms-docs-key-type: siteRestoreArtifactsBulkAdditionRequest + x-ms-docs-key-type: siteExclusionUnitsBulkAdditionJob requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifactsBulkAdditionRequest' + $ref: '#/components/schemas/microsoft.graph.siteExclusionUnitsBulkAdditionJob' required: true responses: '204': @@ -1008839,27 +1011090,16 @@ paths: delete: tags: - solutions.backupRestoreRoot - summary: Delete siteRestoreArtifactsBulkAdditionRequest - description: Delete a siteRestoreArtifactsBulkAdditionRequest object associated with a sharepointRestoreSession. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/siterestoreartifactsbulkadditionrequest-delete?view=graph-rest-beta - operationId: solutions.backupRestore.sharePointRestoreSessions.DeleteSiteRestoreArtifactsBulkAdditionRequests + summary: Delete navigation property siteExclusionUnitsBulkAdditionJobs for solutions + operationId: solutions.backupRestore.DeleteSiteExclusionUnitsBulkAdditionJobs parameters: - - name: sharePointRestoreSession-id - in: path - description: The unique identifier of sharePointRestoreSession - required: true - schema: - type: string - x-ms-docs-key-type: sharePointRestoreSession - - name: siteRestoreArtifactsBulkAdditionRequest-id + - name: siteExclusionUnitsBulkAdditionJob-id in: path - description: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + description: The unique identifier of siteExclusionUnitsBulkAdditionJob required: true schema: type: string - x-ms-docs-key-type: siteRestoreArtifactsBulkAdditionRequest + x-ms-docs-key-type: siteExclusionUnitsBulkAdditionJob - name: If-Match in: header description: ETag @@ -1008871,35 +1011111,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifactsBulkAdditionRequests/$count': - description: Provides operations to count the resources in the collection. - get: - tags: - - solutions.backupRestoreRoot - summary: Get the number of the resource - operationId: solutions.backupRestore.sharePointRestoreSessions.siteRestoreArtifactsBulkAdditionRequests.GetCount-8b23 - parameters: - - name: sharePointRestoreSession-id - in: path - description: The unique identifier of sharePointRestoreSession - required: true - schema: - type: string - x-ms-docs-key-type: sharePointRestoreSession - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - '200': - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /solutions/backupRestore/sharePointRestoreSessions/$count: + /solutions/backupRestore/siteExclusionUnitsBulkAdditionJobs/$count: description: Provides operations to count the resources in the collection. get: tags: - solutions.backupRestoreRoot summary: Get the number of the resource - operationId: solutions.backupRestore.sharePointRestoreSessions.GetCount-3343 + operationId: solutions.backupRestore.siteExclusionUnitsBulkAdditionJobs.GetCount-d6bb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -1025061,7 +1027279,7 @@ paths: tags: - storage.fileStorage summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: storage.fileStorage.containers.recycleBin.createdByUser.GetMailboxSettings parameters: - name: fileStorageContainer-id @@ -1025477,7 +1027695,7 @@ paths: tags: - storage.fileStorage summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: storage.fileStorage.containers.recycleBin.items.createdByUser.GetMailboxSettings parameters: - name: fileStorageContainer-id @@ -1025710,7 +1027928,7 @@ paths: tags: - storage.fileStorage summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: storage.fileStorage.containers.recycleBin.items.lastModifiedByUser.GetMailboxSettings parameters: - name: fileStorageContainer-id @@ -1026048,7 +1028266,7 @@ paths: tags: - storage.fileStorage summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: storage.fileStorage.containers.recycleBin.lastModifiedByUser.GetMailboxSettings parameters: - name: fileStorageContainer-id @@ -1029471,7 +1031689,7 @@ paths: tags: - storage.fileStorage summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: storage.fileStorage.deletedContainers.recycleBin.createdByUser.GetMailboxSettings parameters: - name: fileStorageContainer-id @@ -1029887,7 +1032105,7 @@ paths: tags: - storage.fileStorage summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: storage.fileStorage.deletedContainers.recycleBin.items.createdByUser.GetMailboxSettings parameters: - name: fileStorageContainer-id @@ -1030120,7 +1032338,7 @@ paths: tags: - storage.fileStorage summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: storage.fileStorage.deletedContainers.recycleBin.items.lastModifiedByUser.GetMailboxSettings parameters: - name: fileStorageContainer-id @@ -1030458,7 +1032676,7 @@ paths: tags: - storage.fileStorage summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: storage.fileStorage.deletedContainers.recycleBin.lastModifiedByUser.GetMailboxSettings parameters: - name: fileStorageContainer-id @@ -1043830,7 +1046048,7 @@ paths: tags: - teams.user summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: teams.owners.GetMailboxSettings parameters: - name: team-id @@ -1069331,7 +1071549,7 @@ paths: tags: - teamTemplateDefinition.team summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: teamTemplateDefinition.teamDefinition.owners.GetMailboxSettings parameters: - name: teamTemplateDefinition-id @@ -1107729,7 +1109947,7 @@ paths: tags: - teamwork.teamTemplate summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: teamwork.teamTemplates.definitions.teamDefinition.owners.GetMailboxSettings parameters: - name: teamTemplate-id @@ -1156717,7 +1158935,7 @@ paths: tags: - users.authentication summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: users.authentication.hardwareOathMethods.device.assignTo.GetMailboxSettings parameters: - name: user-id @@ -1157198,7 +1159416,7 @@ paths: tags: - users.authentication summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: users.authentication.hardwareOathMethods.device.hardwareOathDevices.assignTo.GetMailboxSettings parameters: - name: user-id @@ -1192472,7 +1194690,7 @@ paths: tags: - users.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: users.drives.createdByUser.GetMailboxSettings parameters: - name: user-id @@ -1195629,7 +1197847,7 @@ paths: tags: - users.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: users.drives.items.createdByUser.GetMailboxSettings parameters: - name: user-id @@ -1196217,7 +1198435,7 @@ paths: tags: - users.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: users.drives.items.lastModifiedByUser.GetMailboxSettings parameters: - name: user-id @@ -1197435,7 +1199653,7 @@ paths: tags: - users.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: users.drives.items.listItem.createdByUser.GetMailboxSettings parameters: - name: user-id @@ -1198690,7 +1200908,7 @@ paths: tags: - users.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: users.drives.items.listItem.lastModifiedByUser.GetMailboxSettings parameters: - name: user-id @@ -1203531,7 +1205749,7 @@ paths: tags: - users.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: users.drives.lastModifiedByUser.GetMailboxSettings parameters: - name: user-id @@ -1206108,7 +1208326,7 @@ paths: tags: - users.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: users.drives.list.createdByUser.GetMailboxSettings parameters: - name: user-id @@ -1207453,7 +1209671,7 @@ paths: tags: - users.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: users.drives.list.items.createdByUser.GetMailboxSettings parameters: - name: user-id @@ -1208708,7 +1210926,7 @@ paths: tags: - users.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: users.drives.list.items.lastModifiedByUser.GetMailboxSettings parameters: - name: user-id @@ -1210445,7 +1212663,7 @@ paths: tags: - users.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: users.drives.list.lastModifiedByUser.GetMailboxSettings parameters: - name: user-id @@ -1214044,7 +1216262,7 @@ paths: tags: - users.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: users.drives.root.createdByUser.GetMailboxSettings parameters: - name: user-id @@ -1214555,7 +1216773,7 @@ paths: tags: - users.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: users.drives.root.lastModifiedByUser.GetMailboxSettings parameters: - name: user-id @@ -1215612,7 +1217830,7 @@ paths: tags: - users.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: users.drives.root.listItem.createdByUser.GetMailboxSettings parameters: - name: user-id @@ -1216692,7 +1218910,7 @@ paths: tags: - users.drive summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: users.drives.root.listItem.lastModifiedByUser.GetMailboxSettings parameters: - name: user-id @@ -1221914,7 +1224132,7 @@ paths: tags: - users.employeeExperienceUser summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: users.employeeExperience.assignedRoles.members.user.GetMailboxSettings parameters: - name: user-id @@ -1230023,7 +1232241,7 @@ paths: tags: - users.mailboxSettings summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Requires $select to retrieve.' operationId: users.GetMailboxSettings parameters: - name: user-id @@ -1267735,137 +1269953,179 @@ paths: schema: type: string x-ms-docs-key-type: accessReviewInstanceDecisionItem - - name: accessReviewReviewer-id - in: path - description: The unique identifier of accessReviewReviewer - required: true - schema: - type: string - x-ms-docs-key-type: accessReviewReviewer - - name: If-Match - in: header - description: ETag - schema: - type: string + - name: accessReviewReviewer-id + in: path + description: The unique identifier of accessReviewReviewer + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewReviewer + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}' + - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}' + '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - users.accessReviewInstance + summary: Get the number of the resource + operationId: users.pendingAccessReviewInstances.decisions.instance.contactedReviewers.GetCount-001b + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: accessReviewInstance-id + in: path + description: The unique identifier of accessReviewInstance + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + - name: accessReviewInstanceDecisionItem-id + in: path + description: The unique identifier of accessReviewInstanceDecisionItem + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstanceDecisionItem + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition': + description: Provides operations to manage the definition property of the microsoft.graph.accessReviewInstance entity. + get: + tags: + - users.accessReviewInstance + summary: Get definition from users + description: 'There''s exactly one accessReviewScheduleDefinition associated with each instance. It''s the parent schedule for the instance, where instances are created for each recurrence of a review definition and each group selected to review by the definition.' + operationId: users.pendingAccessReviewInstances.decisions.instance.GetDefinition + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: accessReviewInstance-id + in: path + description: The unique identifier of accessReviewInstance + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + - name: accessReviewInstanceDecisionItem-id + in: path + description: The unique identifier of accessReviewInstanceDecisionItem + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstanceDecisionItem + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewScheduleDefinition' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + x-ms-docs-grouped-path: + - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/definition' + - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition' + '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.acceptRecommendations': + description: Provides operations to call the acceptRecommendations method. + post: + tags: + - users.accessReviewInstance + summary: Invoke action acceptRecommendations + description: Allows the acceptance of recommendations on all accessReviewInstanceDecisionItem objects that haven't been reviewed for an accessReviewInstance object for which the calling user is a reviewer. Recommendations are generated if recommendationsEnabled is true on the accessReviewScheduleDefinition object. If there isn't a recommendation on an accessReviewInstanceDecisionItem object no decision will be recorded. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta + operationId: users.user.pendingAccessReviewInstances.accessReviewInstance.decisions.accessReviewInstanceDecisionItem.instance.acceptRecommendations + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: accessReviewInstance-id + in: path + description: The unique identifier of accessReviewInstance + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + - name: accessReviewInstanceDecisionItem-id + in: path + description: The unique identifier of accessReviewInstanceDecisionItem + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstanceDecisionItem responses: '204': description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - x-ms-docs-grouped-path: - - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}' - - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}' - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/$count': - description: Provides operations to count the resources in the collection. - get: - tags: - - users.accessReviewInstance - summary: Get the number of the resource - operationId: users.pendingAccessReviewInstances.decisions.instance.contactedReviewers.GetCount-001b - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - - name: accessReviewInstance-id - in: path - description: The unique identifier of accessReviewInstance - required: true - schema: - type: string - x-ms-docs-key-type: accessReviewInstance - - name: accessReviewInstanceDecisionItem-id - in: path - description: The unique identifier of accessReviewInstanceDecisionItem - required: true - schema: - type: string - x-ms-docs-key-type: accessReviewInstanceDecisionItem - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - '200': - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition': - description: Provides operations to manage the definition property of the microsoft.graph.accessReviewInstance entity. - get: - tags: - - users.accessReviewInstance - summary: Get definition from users - description: 'There''s exactly one accessReviewScheduleDefinition associated with each instance. It''s the parent schedule for the instance, where instances are created for each recurrence of a review definition and each group selected to review by the definition.' - operationId: users.pendingAccessReviewInstances.decisions.instance.GetDefinition - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - schema: - type: string - x-ms-docs-key-type: user - - name: accessReviewInstance-id - in: path - description: The unique identifier of accessReviewInstance - required: true - schema: - type: string - x-ms-docs-key-type: accessReviewInstance - - name: accessReviewInstanceDecisionItem-id - in: path - description: The unique identifier of accessReviewInstanceDecisionItem - required: true - schema: - type: string - x-ms-docs-key-type: accessReviewInstanceDecisionItem - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - '200': - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.accessReviewScheduleDefinition' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action x-ms-docs-grouped-path: - - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/definition' - - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition' - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.acceptRecommendations': - description: Provides operations to call the acceptRecommendations method. + - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.acceptRecommendations' + - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.acceptRecommendations' + '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions': + description: Provides operations to call the applyDecisions method. post: tags: - users.accessReviewInstance - summary: Invoke action acceptRecommendations - description: Allows the acceptance of recommendations on all accessReviewInstanceDecisionItem objects that haven't been reviewed for an accessReviewInstance object for which the calling user is a reviewer. Recommendations are generated if recommendationsEnabled is true on the accessReviewScheduleDefinition object. If there isn't a recommendation on an accessReviewInstanceDecisionItem object no decision will be recorded. + summary: Invoke action applyDecisions + description: Apply review decisions on an accessReviewInstance if the decisions were not applied automatically because the autoApplyDecisionsEnabled property is false in the review's accessReviewScheduleSettings. The status of the accessReviewInstance must be Completed to call this method. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta - operationId: users.user.pendingAccessReviewInstances.accessReviewInstance.decisions.accessReviewInstanceDecisionItem.instance.acceptRecommendations + url: https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta + operationId: users.user.pendingAccessReviewInstances.accessReviewInstance.decisions.accessReviewInstanceDecisionItem.instance.applyDecisions parameters: - name: user-id in: path @@ -1267895,19 +1270155,15 @@ paths: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-docs-grouped-path: - - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.acceptRecommendations' - - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.acceptRecommendations' - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions': - description: Provides operations to call the applyDecisions method. + - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' + - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions' + '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions': + description: Provides operations to call the batchApplyCustomDataProvidedResourceDecisions method. post: tags: - users.accessReviewInstance - summary: Invoke action applyDecisions - description: Apply review decisions on an accessReviewInstance if the decisions were not applied automatically because the autoApplyDecisionsEnabled property is false in the review's accessReviewScheduleSettings. The status of the accessReviewInstance must be Completed to call this method. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta - operationId: users.user.pendingAccessReviewInstances.accessReviewInstance.decisions.accessReviewInstanceDecisionItem.instance.applyDecisions + summary: Invoke action batchApplyCustomDataProvidedResourceDecisions + operationId: users.user.pendingAccessReviewInstances.accessReviewInstance.decisions.accessReviewInstanceDecisionItem.instance.batchApplyCustomDataProvidedResourceDecisions parameters: - name: user-id in: path @@ -1267930,6 +1270186,21 @@ paths: schema: type: string x-ms-docs-key-type: accessReviewInstanceDecisionItem + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyResult: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemApplyResult' + applyDescription: + type: string + nullable: true + customDataProvidedResourceId: + type: string + required: true responses: '204': description: Success @@ -1267937,8 +1270208,8 @@ paths: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-docs-grouped-path: - - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' - - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions' + - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchRecordDecisions': description: Provides operations to call the batchRecordDecisions method. post: @@ -1269900,6 +1272171,52 @@ paths: x-ms-docs-grouped-path: - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions' - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions' + '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions': + description: Provides operations to call the batchApplyCustomDataProvidedResourceDecisions method. + post: + tags: + - users.accessReviewInstance + summary: Invoke action batchApplyCustomDataProvidedResourceDecisions + operationId: users.user.pendingAccessReviewInstances.accessReviewInstance.batchApplyCustomDataProvidedResourceDecisions + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: accessReviewInstance-id + in: path + description: The unique identifier of accessReviewInstance + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyResult: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemApplyResult' + applyDescription: + type: string + nullable: true + customDataProvidedResourceId: + type: string + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions': description: Provides operations to call the batchRecordDecisions method. post: @@ -1272621,6 +1274938,66 @@ paths: x-ms-docs-grouped-path: - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.applyDecisions' - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.applyDecisions' + '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions': + description: Provides operations to call the batchApplyCustomDataProvidedResourceDecisions method. + post: + tags: + - users.accessReviewInstance + summary: Invoke action batchApplyCustomDataProvidedResourceDecisions + operationId: users.user.pendingAccessReviewInstances.accessReviewInstance.stages.accessReviewStage.decisions.accessReviewInstanceDecisionItem.instance.batchApplyCustomDataProvidedResourceDecisions + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: accessReviewInstance-id + in: path + description: The unique identifier of accessReviewInstance + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstance + - name: accessReviewStage-id + in: path + description: The unique identifier of accessReviewStage + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewStage + - name: accessReviewInstanceDecisionItem-id + in: path + description: The unique identifier of accessReviewInstanceDecisionItem + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewInstanceDecisionItem + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + applyResult: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemApplyResult' + applyDescription: + type: string + nullable: true + customDataProvidedResourceId: + type: string + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' + - '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.batchApplyCustomDataProvidedResourceDecisions' '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.batchRecordDecisions': description: Provides operations to call the batchRecordDecisions method. post: @@ -1290837,8 +1293214,11 @@ paths: get: tags: - users.userTeamwork - summary: Get sections from users - description: User's teamwork sections for organizing chats and channels. The collection response may include @microsoft.graph.sectionsOrder and @microsoft.graph.sectionsVersion instance annotations for ordering and optimistic concurrency control. + summary: List sections + description: Get the list of sections in a user's teamwork. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/userteamwork-list-sections?view=graph-rest-beta operationId: users.teamwork.ListSections parameters: - name: user-id @@ -1290895,7 +1293275,11 @@ paths: post: tags: - users.userTeamwork - summary: Create new navigation property to sections for users + summary: Create teamworkSection + description: Create a new section in a user's teamwork. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/userteamwork-post-sections?view=graph-rest-beta operationId: users.teamwork.CreateSections parameters: - name: user-id @@ -1290927,8 +1293311,11 @@ paths: get: tags: - users.userTeamwork - summary: Get sections from users - description: User's teamwork sections for organizing chats and channels. The collection response may include @microsoft.graph.sectionsOrder and @microsoft.graph.sectionsVersion instance annotations for ordering and optimistic concurrency control. + summary: Get teamworkSection + description: Read the properties of a section in a user's teamwork. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamworksection-get?view=graph-rest-beta operationId: users.teamwork.GetSections parameters: - name: user-id @@ -1290978,7 +1293365,11 @@ paths: patch: tags: - users.userTeamwork - summary: Update the navigation property sections in users + summary: Update teamworkSection + description: 'Update the properties of a section in a user''s teamwork. For system-defined sections, only the sortType property can be updated.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamworksection-update?view=graph-rest-beta operationId: users.teamwork.UpdateSections parameters: - name: user-id @@ -1291011,7 +1293402,11 @@ paths: delete: tags: - users.userTeamwork - summary: Delete navigation property sections for users + summary: Delete teamworkSection + description: Delete a user-defined section from a user's teamwork. System-defined sections can't be deleted. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamworksection-delete?view=graph-rest-beta operationId: users.teamwork.DeleteSections parameters: - name: user-id @@ -1291044,7 +1293439,11 @@ paths: get: tags: - users.userTeamwork - summary: Get items from users + summary: List items + description: Get the list of items in a section of a user's teamwork. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamworksection-list-items?view=graph-rest-beta operationId: users.teamwork.sections.ListItems parameters: - name: user-id @@ -1291108,7 +1293507,11 @@ paths: post: tags: - users.userTeamwork - summary: Create new navigation property to items for users + summary: Add teamworkSectionItem + description: 'Add an item, such as a chat, channel, meeting, or community, to a user-defined section in a user''s teamwork. Each item can belong to only one section at a time. You can only add items that are currently in a system-defined section. If the item is already in another user-defined section, use the move action to relocate it.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamworksection-post-items?view=graph-rest-beta operationId: users.teamwork.sections.CreateItems parameters: - name: user-id @@ -1291148,6 +1293551,7 @@ paths: tags: - users.userTeamwork summary: Get items from users + description: 'The items (chats, channels, meetings, or communities) organized within the section.' operationId: users.teamwork.sections.GetItems parameters: - name: user-id @@ -1291244,7 +1293648,11 @@ paths: delete: tags: - users.userTeamwork - summary: Delete navigation property items for users + summary: Remove teamworkSectionItem + description: 'Remove an item from a user-defined section in a user''s teamwork. This API doesn''t delete the underlying chat, channel, meeting, or community; it only removes the item from the user-defined section. The item is automatically moved back to its default system-defined section.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamworksectionitem-delete?view=graph-rest-beta operationId: users.teamwork.sections.DeleteItems parameters: - name: user-id @@ -1291285,6 +1293693,10 @@ paths: tags: - users.userTeamwork summary: Invoke action move + description: Move an item from one user-defined section to another user-defined section in a user's teamwork. Each item can belong to only one section at a time. This action removes the item from its current section and adds it to the target section. Use this action instead of add when the item is already in a user-defined section. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamworksectionitem-move?view=graph-rest-beta operationId: users.user.teamwork.sections.teamworkSection.items.teamworkSectionItem.move parameters: - name: user-id @@ -1299202,6 +1301614,68 @@ components: $ref: '#/components/schemas/microsoft.graph.agentCollection' description: The agent collections that the agent instance is a member of. x-ms-navigationProperty: true + microsoft.graph.agentRegistration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: agentRegistration + type: object + properties: + agentCard: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.Json' + - type: object + nullable: true + description: "Flexible Json manifest containing agent card information following public manifest\nspecifications. Can include displayName, description, iconUrl, version, provider,\ncapabilities, skills, security, and other manifest-defined fields." + agentIdentityBlueprintId: + type: string + description: Agent identity blueprint identifier. + nullable: true + agentIdentityId: + type: string + description: Entra agent identity identifier. + nullable: true + createdBy: + type: string + description: The unique identifier of the user or app who created the agent registration. + description: + type: string + description: The agent description providing an overview of its purpose and capabilities. + nullable: true + displayName: + type: string + description: Display name for the agent instance. + lastPublishedBy: + type: string + description: The unique identifier of the last person to publish the agent. + nullable: true + managedByAppId: + type: string + description: Application identifier managing this agent. + nullable: true + originatingStore: + type: string + description: Name of the store/system where the agent originated. + nullable: true + ownerIds: + type: array + items: + type: string + description: List of owner identifiers for the agent in case of user registering agent. Either owners or managedby is required + sourceAgentId: + type: string + description: Original agent identifier from source system. + nullable: true + sourceCreatedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The date and time when the agent instance was created from source. + format: date-time + sourceLastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The date and time when the agent instance was last modified from source. + format: date-time + description: "Entity that represents an agent registration containing metadata, endpoint\nconfiguration, tools, and publishing information.\nThis entity provides developers and administrators with all details needed to\nmanage agent instances including their instructions, owners, publishing status,\nand associated tools." microsoft.graph.agentRegistry: title: agentRegistry type: object @@ -1299768,16 +1302242,6 @@ components: items: $ref: '#/components/schemas/microsoft.graph.vulnerabilityState' description: Threat intelligence pertaining to one or more vulnerabilities related to this alert. - microsoft.graph.allDrivesBackup: - allOf: - - $ref: '#/components/schemas/microsoft.graph.fullServiceBackupBase' - - title: allDrivesBackup - type: object - microsoft.graph.allMailboxesBackup: - allOf: - - $ref: '#/components/schemas/microsoft.graph.fullServiceBackupBase' - - title: allMailboxesBackup - type: object microsoft.graph.allowedDataLocation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1299806,11 +1302270,6 @@ components: type: boolean description: 'Indicates whether the predefined value is active or deactivated. If set to false, this predefined value can''t be assigned to any more supported directory objects.' nullable: true - microsoft.graph.allSitesBackup: - allOf: - - $ref: '#/components/schemas/microsoft.graph.fullServiceBackupBase' - - title: allSitesBackup - type: object microsoft.graph.androidAppConfigurationSchema: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1304623,7 +1307082,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.authenticationBehaviors' - type: object nullable: true - description: 'The collection of breaking change behaviors related to token issuance that are configured for the application. Authentication behaviors are unset by default (null) and must be explicitly enabled or disabled. Nullable. Returned only on $select. For more information about authentication behaviors, see Manage application authenticationBehaviors to avoid unverified use of email claims for user identification or authorization.' + description: 'The collection of breaking change behaviors related to token issuance that are configured for the application. Authentication behaviors are unset by default (null) and must be explicitly enabled or disabled. Nullable. Requires $select to retrieve. For more information about authentication behaviors, see Manage application authenticationBehaviors to avoid unverified use of email claims for user identification or authorization.' certification: anyOf: - $ref: '#/components/schemas/microsoft.graph.certification' @@ -1304698,7 +1307157,7 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: 'A collection of application IDs for applications designated as managers of this application. Manager applications can create service principals for the applications they manage. Currently, only Microsoft first-party application IDs can be set as values. Maximum of 10 values. Not nullable. Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. Returned only on $select.' + description: 'A collection of application IDs for applications designated as managers of this application. Manager applications can create service principals for the applications they manage. Currently, only Microsoft first-party application IDs can be set as values. Maximum of 10 values. Not nullable. Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. Requires $select to retrieve.' nativeAuthenticationApisEnabled: anyOf: - $ref: '#/components/schemas/microsoft.graph.nativeAuthenticationApisEnabled' @@ -1305409,6 +1307868,7 @@ components: properties: displayName: type: string + description: Display name for the client application. nullable: true microsoft.graph.appScope: allOf: @@ -1307018,18 +1309478,22 @@ components: properties: entitledP1LicenseCount: type: number + description: The number of Microsoft Entra ID P1 licenses entitled to the tenant. format: int64 entitledP2LicenseCount: type: number + description: The number of Microsoft Entra ID P2 licenses entitled to the tenant. format: int64 entitledTotalLicenseCount: type: number + description: The total number of Microsoft Entra ID premium licenses (P1 + P2) entitled to the tenant. format: int64 internetAccessFeatureUtilizations: anyOf: - $ref: '#/components/schemas/microsoft.graph.internetAccessFeatureUtilizations' - type: object nullable: true + description: The utilization data for Microsoft Entra Internet Access features. p1FeatureUtilizations: $ref: '#/components/schemas/microsoft.graph.azureADPremiumP1FeatureUtilizations' p2FeatureUtilizations: @@ -1307039,6 +1309503,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.privateAccessFeatureUtilizations' - type: object nullable: true + description: The utilization data for Microsoft Entra Private Access features. microsoft.graph.azureADWindowsAutopilotDeploymentProfile: allOf: - $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeploymentProfile' @@ -1307314,30 +1309779,22 @@ components: items: $ref: '#/components/schemas/microsoft.graph.activityLogBase' x-ms-navigationProperty: true - allDrivesBackup: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.allDrivesBackup' - - type: object - nullable: true - x-ms-navigationProperty: true - allMailboxesBackup: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.allMailboxesBackup' - - type: object - nullable: true - x-ms-navigationProperty: true - allSitesBackup: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.allSitesBackup' - - type: object - nullable: true - x-ms-navigationProperty: true browseSessions: type: array items: $ref: '#/components/schemas/microsoft.graph.browseSessionBase' description: The list of browse sessions in the tenant. x-ms-navigationProperty: true + driveExclusionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveExclusionUnit' + x-ms-navigationProperty: true + driveExclusionUnitsBulkAdditionJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveExclusionUnitsBulkAdditionJob' + x-ms-navigationProperty: true driveInclusionRules: type: array items: @@ -1307374,6 +1309831,21 @@ components: $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' description: The list of Exchange restore sessions available in the tenant. x-ms-navigationProperty: true + exclusionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exclusionUnitBase' + x-ms-navigationProperty: true + mailboxExclusionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxExclusionUnit' + x-ms-navigationProperty: true + mailboxExclusionUnitsBulkAdditionJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxExclusionUnitsBulkAdditionJob' + x-ms-navigationProperty: true mailboxInclusionRules: type: array items: @@ -1307463,6 +1309935,16 @@ components: $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' description: The list of SharePoint restore sessions available in the tenant. x-ms-navigationProperty: true + siteExclusionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteExclusionUnit' + x-ms-navigationProperty: true + siteExclusionUnitsBulkAdditionJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteExclusionUnitsBulkAdditionJob' + x-ms-navigationProperty: true siteInclusionRules: type: array items: @@ -1309485,7 +1311967,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.channelLayoutType' - type: object nullable: true - description: 'The layout type of the channel. Can be set during creation and can be updated. The possible values are: post, chat, unknownFutureValue. The default value is post. Channels with post layout use traditional post-reply conversation format, while channels with chat layout provide a chat-like threading experience similar to group chats.' + description: 'The layout type of the channel. It can be set during creation and updated later. The possible values are: post, chat, unknownFutureValue. The default value is post. Channels with the post layout use a traditional post‑reply conversation format, and channels with the chat layout provide a chat‑like threading experience similar to group chats.' membershipType: anyOf: - $ref: '#/components/schemas/microsoft.graph.channelMembershipType' @@ -1311338,7 +1313820,7 @@ components: nullable: true alternateResourceUrl: type: string - description: The interface URL of the partner service's resource that links to this Azure network connection. Returned only on $select. + description: The interface URL of the partner service's resource that links to this Azure network connection. Requires $select to retrieve. nullable: true connectionType: anyOf: @@ -1311360,16 +1313842,16 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnectionStatusDetail' - type: object nullable: true - description: 'Indicates the results of health checks performed on the on-premises connection. Returned only on $select. For an example that shows how to get the inUse property, see Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetails. Read-only.' + description: 'Indicates the results of health checks performed on the on-premises connection. Requires $select to retrieve. For an example that shows how to get the inUse property, see Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetails. Read-only.' healthCheckStatusDetails: anyOf: - $ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnectionStatusDetails' - type: object nullable: true - description: 'The details of the connection''s health checks and the corresponding results. Returned only on $select. For an example that shows how to get the inUse property, see Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetails. Read-only.' + description: 'The details of the connection''s health checks and the corresponding results. Requires $select to retrieve. For an example that shows how to get the inUse property, see Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetails. Read-only.' inUse: type: boolean - description: 'When true, the Azure network connection is in use. When false, the connection isn''t in use. You can''t delete a connection that’s in use. Returned only on $select. For an example that shows how to get the inUse property, see Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetails. Read-only.' + description: 'When true, the Azure network connection is in use. When false, the connection isn''t in use. You can''t delete a connection that’s in use. Requires $select to retrieve. For an example that shows how to get the inUse property, see Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetails. Read-only.' nullable: true inUseByCloudPc: type: boolean @@ -1311739,7 +1314221,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcSupportedRegionRestrictionDetail' - type: object nullable: true - description: 'When the region isn''t available, all region restrictions are set to true. These restrictions apply to three properties: cPURestricted, gPURestricted, and nestedVirtualizationRestricted. cPURestricted indicates whether the region is available for CPU, gPURestricted indicates whether the region is available for GPU, and nestedVirtualizationRestricted indicates whether the region is available for nested virtualization. Read-only.' + description: 'When the region isn''t available, all region restrictions are set to true. These restrictions apply to four properties: cPURestricted, gPURestricted, nestedVirtualizationRestricted and availabilityZoneRestricted. cPURestricted indicates whether the region is available for CPU, gPURestricted indicates whether the region is available for GPU, nestedVirtualizationRestricted indicates whether the region is available for nested virtualization, and availabilityZoneRestricted indicates whether the region is available for availability zone support. Read-only.' regionStatus: anyOf: - $ref: '#/components/schemas/microsoft.graph.cloudPcSupportedRegionStatus' @@ -1312762,7 +1315244,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driftedProperty' - description: Properties within one or more resource instances in which drift is detected. Returned only on $select. + description: Properties within one or more resource instances in which drift is detected. Requires $select to retrieve. readOnly: true firstReportedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -1312844,7 +1315326,7 @@ components: description: 'User-friendly name given by the user to the monitor. Supports $filter (eq, ne, startsWith) and $orderby.' inactivationReason: type: string - description: The reason for the monitor's inactivation. Returned only on $select. + description: The reason for the monitor's inactivation. Requires $select to retrieve. nullable: true readOnly: true lastModifiedBy: @@ -1312869,7 +1315351,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.openComplexDictionaryType' - type: object nullable: true - description: Key-value pairs that contain parameter values which might be used in the baseline. Returned only on $select. + description: Key-value pairs that contain parameter values which might be used in the baseline. Requires $select to retrieve. status: $ref: '#/components/schemas/microsoft.graph.monitorStatus' tenantId: @@ -1312895,7 +1315377,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.errorDetail' - description: All the error details that prevent the monitor from running successfully. The error details are a contained entity. Returned only on $select. + description: All the error details that prevent the monitor from running successfully. The error details are a contained entity. Requires $select to retrieve. readOnly: true monitorId: type: string @@ -1312949,17 +1315431,17 @@ components: type: array items: type: string - description: Details of errors related to the reasons why the snapshot can't complete. Returned only on $select. + description: Details of errors related to the reasons why the snapshot can't complete. Requires $select to retrieve. readOnly: true resourceLocation: type: string - description: The URL at which the snapshot file resides. Returned only on $select. + description: The URL at which the snapshot file resides. Requires $select to retrieve. readOnly: true resources: type: array items: type: string - description: The names of all resources included in the request body by the user who created the snapshot. Fetched by the system. Returned only on $select. + description: The names of all resources included in the request body by the user who created the snapshot. Fetched by the system. Requires $select to retrieve. status: $ref: '#/components/schemas/microsoft.graph.snapshotJobStatus' tenantId: @@ -1313957,6 +1316439,12 @@ components: - type: object nullable: true x-ms-navigationProperty: true + agentRegistrations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.agentRegistration' + description: Navigation property to access agent registrations at /copilot/agentRegistrations. + x-ms-navigationProperty: true agents: type: array items: @@ -1316430,7 +1318918,7 @@ components: nullable: true onPremisesSecurityIdentifier: type: string - description: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. Returned only on $select. Supports $filter (eq). + description: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. Requires $select to retrieve. Supports $filter (eq). nullable: true onPremisesSyncEnabled: type: boolean @@ -1322968,6 +1325456,34 @@ components: $ref: '#/components/schemas/microsoft.graph.driveItem' description: Collection of common folders available in OneDrive. Read-only. Nullable. x-ms-navigationProperty: true + microsoft.graph.driveExclusionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.exclusionUnitBase' + - title: driveExclusionUnit + type: object + properties: + directoryObjectId: + type: string + nullable: true + displayName: + type: string + nullable: true + readOnly: true + email: + type: string + nullable: true + readOnly: true + microsoft.graph.driveExclusionUnitsBulkAdditionJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.exclusionUnitBulkAdditionJob' + - title: driveExclusionUnitsBulkAdditionJob + type: object + properties: + drives: + type: array + items: + type: string + nullable: true microsoft.graph.driveItem: allOf: - $ref: '#/components/schemas/microsoft.graph.baseItem' @@ -1326235,6 +1328751,16 @@ components: - title: exchangeProtectionPolicy type: object properties: + mailboxExclusionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxExclusionUnit' + x-ms-navigationProperty: true + mailboxExclusionUnitsBulkAdditionJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxExclusionUnitsBulkAdditionJob' + x-ms-navigationProperty: true mailboxInclusionRules: type: array items: @@ -1326288,6 +1328814,76 @@ components: type: string description: The unique identifier for the user's primary mailbox. nullable: true + microsoft.graph.exclusionUnitBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: exclusionUnitBase + type: object + properties: + createdBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + error: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.publicError' + - type: object + nullable: true + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + policyId: + type: string + nullable: true + microsoft.graph.exclusionUnitBulkAdditionJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: exclusionUnitBulkAdditionJob + type: object + properties: + createdBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + displayName: + type: string + nullable: true + error: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.publicError' + - type: object + nullable: true + lastModifiedBy: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - type: object + nullable: true + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.exclusionUnitBulkJobStatus' microsoft.graph.extension: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1327265,40 +1329861,6 @@ components: displayName: type: string description: The display name of the fraud protection provider configuration. - microsoft.graph.fullServiceBackupBase: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: fullServiceBackupBase - type: object - properties: - actionOnExistingPolicy: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.fullServiceBackupDisableMode' - - type: object - nullable: true - lastModifiedBy: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.identitySet' - - type: object - nullable: true - lastModifiedDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - format: date-time - nullable: true - lastRunDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - format: date-time - nullable: true - policyId: - type: string - nullable: true - status: - anyOf: - - $ref: '#/components/schemas/microsoft.graph.fullServiceBackupStatus' - - type: object - nullable: true microsoft.graph.gcpAuthorizationSystem: allOf: - $ref: '#/components/schemas/microsoft.graph.authorizationSystem' @@ -1327950,21 +1330512,21 @@ components: description: 'Indicates the type of access to the group. Possible values are none, private, secret, and public.' allowExternalSenders: type: boolean - description: 'Indicates if people external to the organization can send messages to the group. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Indicates if people external to the organization can send messages to the group. The default value is false. Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}).' nullable: true assignedLabels: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq). Read-only. + description: The licenses that are assigned to the group. Requires $select to retrieve. Supports $filter (eq). Read-only. autoSubscribeNewMembers: type: boolean - description: 'Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don''t set it in the initial POST request that creates the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don''t set it in the initial POST request that creates the group. Default value is false. Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}).' nullable: true classification: type: string @@ -1328011,11 +1330573,11 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'true if the group isn''t displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group isn''t displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean - description: 'true if the group isn''t displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group isn''t displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}).' nullable: true infoCatalogs: type: array @@ -1328040,14 +1330602,14 @@ components: nullable: true isSubscribedByMail: type: boolean - description: 'Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}).' nullable: true licenseProcessingState: anyOf: - $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' - type: object nullable: true - description: 'Indicates the status of the group license assignment to all group members. Possible values: QueuedForProcessing, ProcessingInProgress, and ProcessingComplete. Returned only on $select. Read-only.' + description: 'Indicates the status of the group license assignment to all group members. Possible values: QueuedForProcessing, ProcessingInProgress, and ProcessingComplete. Requires $select to retrieve. Read-only.' mail: type: string description: 'The SMTP address for the group, for example, ''serviceadmins@contoso.com''. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' @@ -1328073,7 +1330635,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.membershipRuleProcessingStatus' - type: object nullable: true - description: 'Describes the processing status for rules-based dynamic groups. The property is null for non-rule-based dynamic groups or if the dynamic group processing has been paused. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). Read-only.' + description: 'Describes the processing status for rules-based dynamic groups. The property is null for non-rule-based dynamic groups or if the dynamic group processing has been paused. Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). Read-only.' onPremisesDomainName: type: string description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only.' @@ -1328167,21 +1330729,21 @@ components: maximum: 2147483647 minimum: -2147483648 type: number - description: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. Returned only on $select. + description: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. Requires $select to retrieve. format: int32 nullable: true unseenCount: maximum: 2147483647 minimum: -2147483648 type: number - description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: maximum: 2147483647 minimum: -2147483648 type: number - description: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. Returned only on $select. + description: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. Requires $select to retrieve. format: int32 nullable: true visibility: @@ -1328190,7 +1330752,7 @@ components: nullable: true welcomeMessageEnabled: type: boolean - description: 'Indicates whether a welcome message is sent to new members when they are added to the group. The default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Indicates whether a welcome message is sent to new members when they are added to the group. The default value is true. Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}).' nullable: true writebackConfiguration: anyOf: @@ -1336043,6 +1338605,39 @@ components: $ref: '#/components/schemas/microsoft.graph.mailboxFolder' description: The collection of folders in the mailbox. x-ms-navigationProperty: true + microsoft.graph.mailboxExclusionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.exclusionUnitBase' + - title: mailboxExclusionUnit + type: object + properties: + directoryObjectId: + type: string + nullable: true + displayName: + type: string + nullable: true + readOnly: true + email: + type: string + nullable: true + readOnly: true + mailboxType: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.mailboxType' + - type: object + nullable: true + microsoft.graph.mailboxExclusionUnitsBulkAdditionJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.exclusionUnitBulkAdditionJob' + - title: mailboxExclusionUnitsBulkAdditionJob + type: object + properties: + mailboxes: + type: array + items: + type: string + nullable: true microsoft.graph.mailboxFolder: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1338553,7 +1341148,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.internetMessageHeader' - description: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. Returned only on applying a $select query option. Read-only. + description: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. Requires $select to retrieve. Read-only. internetMessageId: type: string description: The message ID in the format specified by RFC5322. Updatable only if isDraft is true. @@ -1340502,12 +1343097,19 @@ components: - $ref: '#/components/schemas/microsoft.graph.itemBody' - type: object nullable: true + bodyPreview: + type: string + description: Auto-generated preview of the note body content (first ~255 characters). Read-only. + nullable: true + readOnly: true hasAttachments: type: boolean nullable: true + readOnly: true isDeleted: type: boolean nullable: true + readOnly: true subject: type: string nullable: true @@ -1341445,6 +1344047,16 @@ components: - title: oneDriveForBusinessProtectionPolicy type: object properties: + driveExclusionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveExclusionUnit' + x-ms-navigationProperty: true + driveExclusionUnitsBulkAdditionJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveExclusionUnitsBulkAdditionJob' + x-ms-navigationProperty: true driveInclusionRules: type: array items: @@ -1348010,7 +1350622,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.protectionPolicyArtifactCount' - type: object nullable: true - description: The count of artifacts in the protection policy by status. Returned only on $select. + description: The count of artifacts in the protection policy by status. Requires $select to retrieve. retentionSettings: type: array items: @@ -1349468,12 +1352080,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.approvedClientApp' + description: The collection of approved client apps that are associated with the RDS configuration. Supports $expand. x-ms-navigationProperty: true targetDeviceGroups: type: array items: $ref: '#/components/schemas/microsoft.graph.targetDeviceGroup' - description: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol.