From 93674bab02dcc617ceca41d7b5534a6d78297f4b Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 16 Dec 2025 11:35:35 +0000 Subject: [PATCH] Update clean v1.0 metadata file with 206054 --- openapi/v1.0/default.yaml | 823 +++++++++++++++++++------------- openapi/v1.0/graphexplorer.yaml | 823 +++++++++++++++++++------------- openapi/v1.0/openapi.yaml | 823 +++++++++++++++++++------------- openapi/v1.0/powershell_v2.yaml | 823 +++++++++++++++++++------------- 4 files changed, 1968 insertions(+), 1324 deletions(-) diff --git a/openapi/v1.0/default.yaml b/openapi/v1.0/default.yaml index a1c679eb..5e52feff 100644 --- a/openapi/v1.0/default.yaml +++ b/openapi/v1.0/default.yaml @@ -6320,11 +6320,11 @@ paths: get: tags: - applications.federatedIdentityCredential - summary: List federatedIdentityCredentials - description: Get a list of the federatedIdentityCredential objects and their properties. + summary: List federatedIdentityCredential objects + description: Get a list of the federatedIdentityCredential objects and their properties assigned to an application. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/federatedidentitycredential-list?view=graph-rest-1.0 operationId: applications.ListFederatedIdentityCredentials parameters: - name: application-id @@ -6385,7 +6385,7 @@ paths: description: 'Create a new federatedIdentityCredential object for an application. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/federatedidentitycredential-post?view=graph-rest-1.0 operationId: applications.CreateFederatedIdentityCredentials parameters: - name: application-id @@ -6418,7 +6418,7 @@ paths: tags: - applications.federatedIdentityCredential summary: Get federatedIdentityCredential - description: Read the properties and relationships of a federatedIdentityCredential object. + description: Read the properties and relationships of a federatedIdentityCredential object assigned to an application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0 @@ -6548,7 +6548,7 @@ paths: tags: - applications.federatedIdentityCredential summary: Get federatedIdentityCredential - description: Read the properties and relationships of a federatedIdentityCredential object. + description: Read the properties and relationships of a federatedIdentityCredential object assigned to an application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0 @@ -371173,7 +371173,11 @@ paths: delete: tags: - me.calendar - summary: Delete navigation property calendars for me + summary: Delete calendar + description: Delete a calendar other than the default calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendar-delete?view=graph-rest-1.0 operationId: me.DeleteCalendars parameters: - name: calendar-id @@ -437954,7 +437958,7 @@ paths: description: Retrieve the properties and relationships of a onenoteSection object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/onenotesection-get?view=graph-rest-1.0 operationId: me.onenote.GetSections parameters: - name: onenoteSection-id @@ -439787,7 +439791,7 @@ paths: tags: - me.onlineMeeting summary: Get callRecording - description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API supports the retrieval of call recordings from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.' + description: 'Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0 @@ -440226,11 +440230,8 @@ paths: get: tags: - me.onlineMeeting - summary: Get callTranscript - description: 'Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 + summary: Get transcripts from me + description: The transcripts of an online meeting. Read-only. operationId: me.onlineMeetings.ListTranscripts parameters: - name: onlineMeeting-id @@ -456325,7 +456326,11 @@ paths: post: tags: - places.place - summary: Add new entity to places + summary: Create place + description: 'Create a new place object. You can also use this method to create the following child object types: building, floor, section, room, workspace, or desk.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-post?view=graph-rest-1.0 operationId: places.place.CreatePlace requestBody: description: New entity @@ -456350,7 +456355,7 @@ paths: tags: - places.place summary: Update place - description: 'Update the properties of place object, which can be a room or roomList. You can identify the room or roomList by specifying the id or emailAddress property.' + description: 'Update the properties of place object that can be a building, floor, section, desk, room, workspace, or roomList. You can identify the place by specifying the id property.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/place-update?view=graph-rest-1.0 @@ -456379,7 +456384,11 @@ paths: delete: tags: - places.place - summary: Delete entity from places + summary: Delete place + description: 'Delete a place object. You can also use this method to delete the following child object types: building, floor, section, or desk.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-delete?view=graph-rest-1.0 operationId: places.place.DeletePlace parameters: - name: place-id @@ -456405,7 +456414,8 @@ paths: get: tags: - places.checkInClaim - summary: Get checkIns from places + summary: Get checkInClaim + description: 'Read the properties and relationships of a checkInClaim object. This API provides the check-in status for a specific place, such as a desk, room, or workspace, associated with a particular reservation.' operationId: places.ListCheckIns parameters: - name: place-id @@ -456462,7 +456472,11 @@ paths: post: tags: - places.checkInClaim - summary: Create new navigation property to checkIns for places + summary: Create checkInClaim + description: 'Create a new checkInClaim object to record the check-in status for a specific place, such as a desk or a room, associated with a specific calendar reservation. This check-in confirms that the reserved space is in use and prevents automatic release if auto-release policies are configured for that place.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-post-checkins?view=graph-rest-1.0 operationId: places.CreateCheckIns parameters: - name: place-id @@ -456504,7 +456518,11 @@ paths: get: tags: - places.checkInClaim - summary: Get checkIns from places + summary: Get checkInClaim + description: 'Read the properties and relationships of a checkInClaim object. This API provides the check-in status for a specific place, such as a desk, room, or workspace, associated with a particular reservation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/checkinclaim-get?view=graph-rest-1.0 operationId: places.GetCheckIns parameters: - name: place-id @@ -456652,7 +456670,11 @@ paths: get: tags: - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.building + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.GetPlace.AsBuilding parameters: - name: place-id @@ -456697,6 +456719,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsBuilding.ListCheckIns parameters: - name: place-id @@ -456796,6 +456819,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsBuilding.GetCheckIns parameters: - name: place-id @@ -456943,7 +456967,11 @@ paths: get: tags: - places.buildingMap - summary: Get map from places + summary: Get buildingMap + description: Get the map of a building in IMDF format. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/buildingmap-get?view=graph-rest-1.0 operationId: places.AsBuilding.GetMap parameters: - name: place-id @@ -457012,7 +457040,11 @@ paths: delete: tags: - places.buildingMap - summary: Delete navigation property map for places + summary: Delete buildingMap + description: Delete the map of a specific building. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/buildingmap-delete?view=graph-rest-1.0 operationId: places.AsBuilding.DeleteMap parameters: - name: place-id @@ -457038,7 +457070,11 @@ paths: get: tags: - places.buildingMap - summary: Get footprints from places + summary: List footprints + description: Get a list of footprintMap objects for building footprints and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/buildingmap-list-footprints?view=graph-rest-1.0 operationId: places.AsBuilding.map.ListFootprints parameters: - name: place-id @@ -457128,6 +457164,7 @@ paths: tags: - places.buildingMap summary: Get footprints from places + description: Represents the approximate physical extent of a referenced building. It corresponds to footprint.geojson in IMDF format. operationId: places.AsBuilding.map.GetFootprints parameters: - name: place-id @@ -457265,7 +457302,11 @@ paths: get: tags: - places.buildingMap - summary: Get levels from places + summary: List levels + description: Get a list of the levelMap objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/buildingmap-list-levels?view=graph-rest-1.0 operationId: places.AsBuilding.map.ListLevels parameters: - name: place-id @@ -457355,6 +457396,7 @@ paths: tags: - places.buildingMap summary: Get levels from places + description: Represents a physical floor structure within a building. It corresponds to level.geojson in IMDF format. operationId: places.AsBuilding.map.GetLevels parameters: - name: place-id @@ -457470,7 +457512,11 @@ paths: get: tags: - places.buildingMap - summary: Get fixtures from places + summary: List fixtures + description: Get a list of the fixtureMap objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/levelmap-list-fixtures?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.ListFixtures parameters: - name: place-id @@ -457574,6 +457620,7 @@ paths: tags: - places.buildingMap summary: Get fixtures from places + description: Collection of fixtures (such as furniture or equipment) on this level. Supports upsert. operationId: places.AsBuilding.map.levels.GetFixtures parameters: - name: place-id @@ -457630,7 +457677,11 @@ paths: patch: tags: - places.buildingMap - summary: Update the navigation property fixtures in places + summary: Update fixtureMap + description: 'Update the properties of an existing fixtureMap object in IMDF format on a specified floor, or create one if it doesn''t exist.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/fixturemap-update?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.UpdateFixtures parameters: - name: place-id @@ -457670,7 +457721,11 @@ paths: delete: tags: - places.buildingMap - summary: Delete navigation property fixtures for places + summary: Delete fixtureMap + description: Delete a fixture on a specified floor. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/fixturemap-delete?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.DeleteFixtures parameters: - name: place-id @@ -457739,7 +457794,11 @@ paths: get: tags: - places.buildingMap - summary: Get sections from places + summary: List sections + description: Get a list of the sectionMap objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/levelmap-list-sections?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.ListSections parameters: - name: place-id @@ -457843,6 +457902,7 @@ paths: tags: - places.buildingMap summary: Get sections from places + description: Collection of sections (such as zones or partitions) on this level. Supports upsert. operationId: places.AsBuilding.map.levels.GetSections parameters: - name: place-id @@ -458008,7 +458068,11 @@ paths: get: tags: - places.buildingMap - summary: Get units from places + summary: List units + description: Get a list of the unitMap objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/levelmap-list-units?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.ListUnits parameters: - name: place-id @@ -458112,6 +458176,7 @@ paths: tags: - places.buildingMap summary: Get units from places + description: Collection of units (such as rooms or offices) on this level. Supports upsert. operationId: places.AsBuilding.map.levels.GetUnits parameters: - name: place-id @@ -458168,7 +458233,11 @@ paths: patch: tags: - places.buildingMap - summary: Update the navigation property units in places + summary: Update unitMap + description: 'Update the properties of an existing unitMap object in IMDF format on a specified floor, or create one if it doesn''t exist.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unitmap-update?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.UpdateUnits parameters: - name: place-id @@ -458208,7 +458277,11 @@ paths: delete: tags: - places.buildingMap - summary: Delete navigation property units for places + summary: Delete unitMap + description: Delete a unitMap object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unitmap-delete?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.DeleteUnits parameters: - name: place-id @@ -458371,7 +458444,11 @@ paths: get: tags: - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.desk + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.GetPlace.AsDesk parameters: - name: place-id @@ -458416,6 +458493,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsDesk.ListCheckIns parameters: - name: place-id @@ -458515,6 +458593,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsDesk.GetCheckIns parameters: - name: place-id @@ -458662,7 +458741,11 @@ paths: get: tags: - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.floor + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.GetPlace.AsFloor parameters: - name: place-id @@ -458707,6 +458790,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsFloor.ListCheckIns parameters: - name: place-id @@ -458806,6 +458890,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsFloor.GetCheckIns parameters: - name: place-id @@ -458953,8 +459038,8 @@ paths: get: tags: - places.place - summary: List places - description: 'Get a collection of the specified type of place objects defined in the tenant. For example, you can get all the rooms, all the room lists, or the rooms in a specific room list in the tenant. A place object can be one of the following types: Both room and roomList are derived from the place object. By default, this operation returns 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. See details for how they compare.' + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 @@ -459002,6 +459087,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoom.ListCheckIns parameters: - name: place-id @@ -459101,6 +459187,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoom.GetCheckIns parameters: - name: place-id @@ -459293,6 +459380,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoomList.ListCheckIns parameters: - name: place-id @@ -459392,6 +459480,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoomList.GetCheckIns parameters: - name: place-id @@ -459745,6 +459834,7 @@ paths: tags: - places.room summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoomList.rooms.ListCheckIns parameters: - name: place-id @@ -459858,6 +459948,7 @@ paths: tags: - places.room summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoomList.rooms.GetCheckIns parameters: - name: place-id @@ -460261,6 +460352,7 @@ paths: tags: - places.workspace summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoomList.workspaces.ListCheckIns parameters: - name: place-id @@ -460374,6 +460466,7 @@ paths: tags: - places.workspace summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoomList.workspaces.GetCheckIns parameters: - name: place-id @@ -460571,7 +460664,11 @@ paths: get: tags: - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.section + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.GetPlace.AsSection parameters: - name: place-id @@ -460616,6 +460713,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsSection.ListCheckIns parameters: - name: place-id @@ -460715,6 +460813,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsSection.GetCheckIns parameters: - name: place-id @@ -460862,7 +460961,11 @@ paths: get: tags: - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.workspace + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.GetPlace.AsWorkspace parameters: - name: place-id @@ -460907,6 +461010,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsWorkspace.ListCheckIns parameters: - name: place-id @@ -461006,6 +461110,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsWorkspace.GetCheckIns parameters: - name: place-id @@ -461168,7 +461273,11 @@ paths: get: tags: - places.place - summary: Get the items of type microsoft.graph.building in the microsoft.graph.place collection + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.ListPlace.AsBuilding parameters: - $ref: '#/components/parameters/top' @@ -461234,7 +461343,11 @@ paths: get: tags: - places.place - summary: Get the items of type microsoft.graph.desk in the microsoft.graph.place collection + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.ListPlace.AsDesk parameters: - $ref: '#/components/parameters/top' @@ -461300,7 +461413,11 @@ paths: get: tags: - places.place - summary: Get the items of type microsoft.graph.floor in the microsoft.graph.place collection + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.ListPlace.AsFloor parameters: - $ref: '#/components/parameters/top' @@ -461366,8 +461483,8 @@ paths: get: tags: - places.place - summary: List places - description: 'Get a collection of the specified type of place objects defined in the tenant. For example, you can get all the rooms, all the room lists, or the rooms in a specific room list in the tenant. A place object can be one of the following types: Both room and roomList are derived from the place object. By default, this operation returns 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. See details for how they compare.' + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 @@ -461502,7 +461619,11 @@ paths: get: tags: - places.place - summary: Get the items of type microsoft.graph.section in the microsoft.graph.place collection + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.ListPlace.AsSection parameters: - $ref: '#/components/parameters/top' @@ -461568,7 +461689,11 @@ paths: get: tags: - places.place - summary: Get the items of type microsoft.graph.workspace in the microsoft.graph.place collection + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.ListPlace.AsWorkspace parameters: - $ref: '#/components/parameters/top' @@ -727288,7 +727413,7 @@ paths: tags: - users.onlineMeeting summary: Get callRecording - description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API supports the retrieval of call recordings from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.' + description: 'Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.' operationId: users.onlineMeetings.ListRecordings parameters: - name: user-id @@ -727392,7 +727517,7 @@ paths: tags: - users.onlineMeeting summary: Get callRecording - description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API supports the retrieval of call recordings from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.' + description: 'Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0 @@ -727800,7 +727925,7 @@ paths: tags: - users.onlineMeeting summary: List transcripts - description: 'Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time.' + description: Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0 @@ -727907,7 +728032,7 @@ paths: tags: - users.onlineMeeting summary: Get callTranscript - description: 'Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.' + description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 @@ -728048,7 +728173,7 @@ paths: tags: - users.onlineMeeting summary: Get callTranscript - description: 'Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.' + description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 @@ -728170,7 +728295,7 @@ paths: tags: - users.onlineMeeting summary: Get callTranscript - description: 'Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.' + description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 @@ -742838,7 +742963,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryDecisionFilter' - type: object nullable: true - description: 'Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified.' + description: 'Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. The possible values are: approve, deny, dontKnow, notReviewed, and notNotified.' displayName: type: string description: Name for the access review history data collection. Required. @@ -743533,7 +743658,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.agreementAcceptanceState' - type: object nullable: true - description: 'The state of the agreement acceptance. Possible values are: accepted, declined. Supports $filter (eq).' + description: 'The state of the agreement acceptance. The possible values are: accepted, declined. Supports $filter (eq).' userDisplayName: type: string description: Display name of the user when the acceptance was recorded. @@ -743786,7 +743911,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.alertFeedback' - type: object nullable: true - description: 'Analyst feedback on the alert. Possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.' + description: 'Analyst feedback on the alert. The possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.' fileStates: type: array items: @@ -744743,7 +744868,7 @@ components: nullable: true disabledByMicrosoftStatus: type: string - description: 'Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).' + description: 'Specifies whether Microsoft has disabled the registered application. The possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).' nullable: true displayName: type: string @@ -745252,7 +745377,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.attackSimulationOperationType' - type: object nullable: true - description: 'The attack simulation operation type. Possible values are: createSimulation, updateSimulation, unknownFutureValue.' + description: 'The attack simulation operation type. The possible values are: createSimulation, updateSimulation, unknownFutureValue.' description: The status of a long-running operation. microsoft.graph.attackSimulationRoot: allOf: @@ -745341,7 +745466,7 @@ components: nullable: true role: type: string - description: 'Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer.' + description: 'Role of the attendee. The possible values are: None, Attendee, Presenter, and Organizer.' nullable: true totalAttendanceInSeconds: maximum: 2147483647 @@ -745663,7 +745788,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodState' - type: object nullable: true - description: 'The state of the policy. Possible values are: enabled, disabled.' + description: 'The state of the policy. The possible values are: enabled, disabled.' microsoft.graph.authenticationMethodModeDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -745850,7 +745975,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.allowInvitesFrom' - type: object nullable: true - description: 'Indicates who can invite guests to the organization. Possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more information, see allowInvitesFrom values.' + description: 'Indicates who can invite guests to the organization. The possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more information, see allowInvitesFrom values.' allowUserConsentForRiskyApps: type: boolean description: Indicates whether user consent for risky apps is allowed. We recommend keeping allowUserConsentForRiskyApps as false. Default value is false. @@ -746137,6 +746262,7 @@ components: properties: properties: type: string + description: Concatenated key-value pair of all properties of a GeoJSON file for this baseMapFeature. nullable: true microsoft.graph.baseSitePage: allOf: @@ -746883,11 +747009,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceLink' + description: A set of links to external resources that are associated with the building. Inherited from place. map: anyOf: - $ref: '#/components/schemas/microsoft.graph.buildingMap' - type: object nullable: true + description: Map file associated with a building in Places. This object is the IMDF-format representation of building.geojson. x-ms-navigationProperty: true microsoft.graph.buildingMap: allOf: @@ -746897,16 +747025,19 @@ components: properties: placeId: type: string + description: Identifier for the building to which this buildingMap belongs. nullable: true footprints: type: array items: $ref: '#/components/schemas/microsoft.graph.footprintMap' + description: Represents the approximate physical extent of a referenced building. It corresponds to footprint.geojson in IMDF format. x-ms-navigationProperty: true levels: type: array items: $ref: '#/components/schemas/microsoft.graph.levelMap' + description: Represents a physical floor structure within a building. It corresponds to level.geojson in IMDF format. x-ms-navigationProperty: true microsoft.graph.builtInIdentityProvider: allOf: @@ -746936,7 +747067,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' - type: object nullable: true - description: 'Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' + description: 'Represent the online meeting service providers that can be used to create online meetings in this calendar. The possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' canEdit: type: boolean description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who shared a calendar and granted write access.' @@ -746964,7 +747095,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' - type: object nullable: true - description: 'The default online meeting provider for meetings sent from this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' + description: 'The default online meeting provider for meetings sent from this calendar. The possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' hexColor: type: string description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' @@ -747060,7 +747191,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.calendarRoleType' - type: object nullable: true - description: 'List of allowed sharing or delegating permission levels for the calendar. Possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom.' + description: 'List of allowed sharing or delegating permission levels for the calendar. The possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom.' emailAddress: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailAddress' @@ -747172,7 +747303,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.modality' - type: object nullable: true - description: 'The list of requested modalities. Possible values are: unknown, audio, video, videoBasedScreenSharing, data.' + description: 'The list of requested modalities. The possible values are: unknown, audio, video, videoBasedScreenSharing, data.' resultInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.resultInfo' @@ -747190,7 +747321,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.callState' - type: object nullable: true - description: 'The call state. Possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only.' + description: 'The call state. The possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only.' subject: type: string description: The subject of the conversation. @@ -747844,11 +747975,13 @@ components: properties: calendarEventId: type: string + description: 'The unique identifier for an Outlook calendar event associated with the checkInClaim object. For more information, see the iCalUId property in event.' checkInMethod: $ref: '#/components/schemas/microsoft.graph.checkInMethod' 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 + description: 'The date and time when the checkInClaim object was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true microsoft.graph.checklistItem: @@ -748019,7 +748152,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningType' - type: object nullable: true - description: 'The type of licenses to be used when provisioning Cloud PCs using this policy. Possible values are: dedicated, shared, unknownFutureValue. The default value is dedicated.' + description: 'The type of licenses to be used when provisioning Cloud PCs using this policy. The possible values are: dedicated, shared, unknownFutureValue. The default value is dedicated.' servicePlanId: type: string description: 'The service plan ID for the Cloud PC that consists of 32 characters in a GUID format. For more information about service plans, see Product names and service plan identifiers for licensing. Read-only.' @@ -748087,7 +748220,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcDeviceImageErrorCode' - type: object nullable: true - description: 'The error code of the status of the image that indicates why the upload failed, if applicable. Possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only.' + description: 'The error code of the status of the image that indicates why the upload failed, if applicable. The possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only.' expirationDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string @@ -748113,7 +748246,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcDeviceImageOsStatus' - type: object nullable: true - description: 'The OS status of this image. Possible values are: supported, supportedWithWarning, unknown, unknownFutureValue. The default value is unknown. Read-only.' + description: 'The OS status of this image. The possible values are: supported, supportedWithWarning, unknown, unknownFutureValue. The default value is unknown. Read-only.' sourceImageResourceId: type: string description: 'The unique identifier (ID) of the source image resource on Azure. The required ID format is: ''/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName}''. Read-only.' @@ -748123,7 +748256,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcDeviceImageStatus' - type: object nullable: true - description: 'The status of the image on the Cloud PC. Possible values are: pending, ready, failed, unknownFutureValue. Read-only.' + description: 'The status of the image on the Cloud PC. The possible values are: pending, ready, failed, unknownFutureValue. Read-only.' version: type: string description: 'The image version. For example, 0.0.1 and 1.5.13. Read-only.' @@ -748180,7 +748313,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcGalleryImageStatus' - type: object nullable: true - description: 'The status of the gallery image on the Cloud PC. Possible values are: supported, supportedWithWarning, notSupported, unknownFutureValue. The default value is supported. Read-only.' + description: 'The status of the gallery image on the Cloud PC. The possible values are: supported, supportedWithWarning, notSupported, unknownFutureValue. The default value is supported. Read-only.' microsoft.graph.cloudPcOnPremisesConnection: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -748318,7 +748451,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningType' - type: object nullable: true - description: 'Specifies the type of license used when provisioning Cloud PCs using this policy. By default, the license type is dedicated if the provisioningType isn''t specified when you create the cloudPcProvisioningPolicy. You can''t change this property after the cloudPcProvisioningPolicy was created. Possible values are: dedicated, shared, unknownFutureValue.' + description: 'Specifies the type of license used when provisioning Cloud PCs using this policy. By default, the license type is dedicated if the provisioningType isn''t specified when you create the cloudPcProvisioningPolicy. You can''t change this property after the cloudPcProvisioningPolicy was created. The possible values are: dedicated, shared, unknownFutureValue.' windowsSetting: anyOf: - $ref: '#/components/schemas/microsoft.graph.cloudPcWindowsSetting' @@ -748695,7 +748828,7 @@ components: nullable: true status: type: string - description: 'The status of this subscription. Possible values are: Enabled, Deleted, Suspended, Warning, LockedOut.' + description: 'The status of this subscription. The possible values are: Enabled, Deleted, Suspended, Warning, LockedOut.' nullable: true totalLicenses: maximum: 2147483647 @@ -749242,7 +749375,7 @@ components: properties: contractType: type: string - description: 'Type of contract. Possible values are: SyndicationPartner, BreadthPartner, ResellerPartner. See more in the table below.' + description: 'Type of contract. The possible values are: SyndicationPartner, BreadthPartner, ResellerPartner. See more in the table below.' nullable: true customerId: 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}$' @@ -749736,7 +749869,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.dataPolicyOperationStatus' - type: object nullable: true - description: 'Possible values are: notStarted, running, complete, failed, unknownFutureValue.' + description: 'The possible values are: notStarted, running, complete, failed, unknownFutureValue.' storageLocation: type: string description: The URL location to where data is being exported for export requests. @@ -750099,17 +750232,20 @@ components: properties: displayDeviceName: type: string + description: 'The name of the display device (for example, monitor or projector) that is available at the desk.' nullable: true mailboxDetails: anyOf: - $ref: '#/components/schemas/microsoft.graph.mailboxDetails' - type: object nullable: true + description: The mailbox object id and email address that are associated with the desk. mode: anyOf: - $ref: '#/components/schemas/microsoft.graph.placeMode' - type: object nullable: true + description: 'The mode of the desk. The supported modes are:assignedPlaceMode - Desks that are assigned to a user.reservablePlaceMode - Desks that can be booked in advance using desk reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks, the desk is booked for you, assuming the peripheral is associated with the desk in the Microsoft Teams Rooms Pro management portal.' microsoft.graph.detectedApp: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -750188,7 +750324,7 @@ components: nullable: true deviceOwnership: type: string - description: 'Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal.' + description: 'Ownership of the device. Intune sets this property. The possible values are: unknown, company, personal.' nullable: true deviceVersion: maximum: 2147483647 @@ -750207,7 +750343,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' + description: 'Enrollment type of the device. Intune sets this property. The possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true isCompliant: type: boolean @@ -750227,7 +750363,7 @@ components: nullable: true managementType: type: string - description: 'The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' + description: 'The management channel of the device. This property is set by Intune. The possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' nullable: true manufacturer: type: string @@ -752216,7 +752352,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.operationResult' - type: object nullable: true - description: 'Indicates the result of the activity. Possible values are: success, failure, timeout, unknownFutureValue.' + description: 'Indicates the result of the activity. The possible values are: success, failure, timeout, unknownFutureValue.' resultReason: type: string description: Indicates the reason for failure if the result is failure or timeout. @@ -753149,7 +753285,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationAssignmentStatus' - type: object nullable: true - description: 'Status of the assignment. You can''t PATCH this value. Possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: inactive.' + description: 'Status of the assignment. You can''t PATCH this value. The possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: inactive.' readOnly: true webUrl: type: string @@ -753206,7 +753342,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationAddedStudentAction' - type: object nullable: true - description: 'Class-level default behavior for handling students who are added after the assignment is published. Possible values are: none, assignIfOpen.' + description: 'Class-level default behavior for handling students who are added after the assignment is published. The possible values are: none, assignIfOpen.' addToCalendarAction: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAddToCalendarOptions' @@ -753325,7 +753461,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationExternalSource' - type: object nullable: true - description: 'How this class was created. Possible values are: sis, manual.' + description: 'How this class was created. The possible values are: sis, manual.' externalSourceDetail: type: string description: The name of the external source this resource was generated from. @@ -753524,7 +753660,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationModuleStatus' - type: object nullable: true - description: 'Status of the module. You can''t use a PATCH operation to update this value. Possible values are: draft and published.' + description: 'Status of the module. You can''t use a PATCH operation to update this value. The possible values are: draft and published.' readOnly: true resources: type: array @@ -753562,7 +753698,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationExternalSource' - type: object nullable: true - description: 'Source where this organization was created from. Possible values are: sis, manual.' + description: 'Source where this organization was created from. The possible values are: sis, manual.' externalSourceDetail: type: string description: The name of the external source this resource was generated from. @@ -753875,7 +754011,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationSubmissionStatus' - type: object nullable: true - description: 'Read-only. Possible values are: excused, reassigned, returned, submitted and working. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: excused and reassigned.' + description: 'Read-only. The possible values are: excused, reassigned, returned, submitted and working. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: excused and reassigned.' readOnly: true submittedBy: anyOf: @@ -753991,7 +754127,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationExternalSource' - type: object nullable: true - description: 'Where this user was created from. Possible values are: sis, manual.' + description: 'Where this user was created from. The possible values are: sis, manual.' externalSourceDetail: type: string description: The name of the external source this resource was generated from. @@ -754160,7 +754296,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.externalEmailOtpState' - type: object nullable: true - description: 'Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn''t use public preview have email OTP enabled beginning in October 2021.' + description: 'Determines whether email OTP is usable by external users for authentication. The possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn''t use public preview have email OTP enabled beginning in October 2021.' includeTargets: type: array items: @@ -754181,7 +754317,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.mailDestinationRoutingReason' - type: object nullable: true - description: 'The reason for mail routed to its destination. Possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk.' + description: 'The reason for mail routed to its destination. The possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk.' recipientEmail: type: string description: The mail recipient whose policies are used to assess the mail. @@ -754318,19 +754454,19 @@ components: - $ref: '#/components/schemas/microsoft.graph.endUserNotificationType' - type: object nullable: true - description: 'Type of notification. Possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue.' + description: 'Type of notification. The possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue.' source: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationContentSource' - type: object nullable: true - description: 'The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue.' + description: 'The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue.' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationContentStatus' - type: object nullable: true - description: 'The status of the notification. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' + description: 'The status of the notification. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' supportedLocales: type: array items: @@ -754880,7 +755016,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.sensitivity' - type: object nullable: true - description: 'Possible values are: normal, personal, private, and confidential.' + description: 'The possible values are: normal, personal, private, and confidential.' seriesMasterId: type: string description: 'The ID for the recurring series master item, if this event is part of a recurring series.' @@ -754890,7 +755026,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.freeBusyStatus' - type: object nullable: true - description: 'The status to show. Possible values are: free, tentative, busy, oof, workingElsewhere, unknown.' + description: 'The status to show. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown.' start: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' @@ -754910,7 +755046,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.eventType' - type: object nullable: true - description: 'The event type. Possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only' + description: 'The event type. The possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only' webLink: type: string description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' @@ -755066,7 +755202,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.responseType' - type: object nullable: true - description: 'Specifies the type of response to a meeting request. Possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable.' + description: 'Specifies the type of response to a meeting request. The possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable.' microsoft.graph.exchangeProtectionPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' @@ -755265,7 +755401,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.attestationLevel' - type: object nullable: true - description: 'The attestation level of this FIDO2 security key. Possible values are: attested, or notAttested.' + description: 'The attestation level of this FIDO2 security key. The possible values are: attested, or notAttested.' 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 @@ -755463,7 +755599,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attributeType' - description: 'Attribute types supported by the operator. Possible values are: Boolean, Binary, Reference, Integer, String.' + description: 'Attribute types supported by the operator. The possible values are: Boolean, Binary, Reference, Integer, String.' microsoft.graph.fixtureMap: allOf: - $ref: '#/components/schemas/microsoft.graph.baseMapFeature' @@ -755472,6 +755608,7 @@ components: properties: placeId: type: string + description: Identifier for the floor to which this fixtureMap belongs. nullable: true microsoft.graph.floor: allOf: @@ -755483,6 +755620,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: number + description: 'Specifies the sort order of the floor. For example, a floor might be named ''Lobby'' with a sort order of 0 to show this floor first in ordered lists.' format: int32 nullable: true microsoft.graph.footprintMap: @@ -755714,7 +755852,7 @@ components: nullable: true visibility: type: string - description: 'Specifies the group join policy and group content visibility for groups. Possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can''t be updated later. Other values of visibility can be updated after group creation. If visibility value isn''t specified during group creation on Microsoft Graph, a security group is created as Private by default, and the Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable.' + description: 'Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can''t be updated later. Other values of visibility can be updated after group creation. If visibility value isn''t specified during group creation on Microsoft Graph, a security group is created as Private by default, and the Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable.' nullable: true acceptedSenders: type: array @@ -756485,7 +756623,7 @@ components: nullable: true status: type: string - description: 'The status of the invitation. Possible values are: PendingAcceptance, Completed, InProgress, and Error.' + description: 'The status of the invitation. The possible values are: PendingAcceptance, Completed, InProgress, and Error.' nullable: true invitedUser: anyOf: @@ -757680,13 +757818,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.simulationContentSource' - type: object nullable: true - description: 'The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue.' + description: 'The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue.' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationContentStatus' - type: object nullable: true - description: 'The status of the simulation. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' + description: 'The status of the simulation. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' supportedLocales: type: array items: @@ -757815,7 +757953,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.level' - type: object nullable: true - description: 'The difficulty level of the learning content. Possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional.' + description: 'The difficulty level of the learning content. The possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional.' numberOfPages: maximum: 2147483647 minimum: -2147483648 @@ -757877,7 +758015,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.courseStatus' - type: object nullable: true - description: 'The status of the course activity. Possible values are: notStarted, inProgress, completed. Required.' + description: 'The status of the course activity. The possible values are: notStarted, inProgress, completed. Required.' microsoft.graph.learningProvider: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -757938,21 +758076,25 @@ components: properties: placeId: type: string + description: Identifier of the floor to which this levelMap belongs. nullable: true fixtures: type: array items: $ref: '#/components/schemas/microsoft.graph.fixtureMap' + description: Collection of fixtures (such as furniture or equipment) on this level. Supports upsert. x-ms-navigationProperty: true sections: type: array items: $ref: '#/components/schemas/microsoft.graph.sectionMap' + description: Collection of sections (such as zones or partitions) on this level. Supports upsert. x-ms-navigationProperty: true units: type: array items: $ref: '#/components/schemas/microsoft.graph.unitMap' + description: Collection of units (such as rooms or offices) on this level. Supports upsert. x-ms-navigationProperty: true microsoft.graph.licenseDetails: allOf: @@ -758201,13 +758343,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.simulationContentSource' - type: object nullable: true - description: 'The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue.' + description: 'The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue.' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationContentStatus' - type: object nullable: true - description: 'The login page status. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' + description: 'The login page status. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' microsoft.graph.longRunningOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -758532,7 +758674,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.mailDestinationRoutingReason' - type: object nullable: true - description: 'The reason for mail routed to its destination. Possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk.' + description: 'The reason for mail routed to its destination. The possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk.' messageUri: type: string description: The resource URI of the mail message for assessment. @@ -758742,7 +758884,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.windowsMalwareExecutionState' - type: object nullable: true - description: 'Indicates execution status of the malware. Possible values are: unknown, blocked, allowed, running, notRunning. Defaults to unknown. Possible values are: unknown, blocked, allowed, running, notRunning.' + description: 'Indicates execution status of the malware. The possible values are: unknown, blocked, allowed, running, notRunning. Defaults to unknown. The possible values are: unknown, blocked, allowed, running, notRunning.' initialDetectionDateTime: 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 @@ -758760,7 +758902,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.windowsMalwareThreatState' - type: object nullable: true - description: 'Indicates threat status of the malware. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. defaults to noStatusCleared. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared.' + description: 'Indicates threat status of the malware. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. defaults to noStatusCleared. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared.' description: Malware state for a windows device microsoft.graph.managedAndroidLobApp: allOf: @@ -760829,7 +760971,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.onenoteUserRole' - type: object nullable: true - description: 'Possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.' + description: 'The possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.' sectionGroups: type: array items: @@ -761415,19 +761557,19 @@ components: - $ref: '#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles' - type: object nullable: true - description: 'Specifies the users who can admit from the lobby. Possible values are: organizerAndCoOrganizersAndPresenters, organizerAndCoOrganizers, unknownFutureValue.' + description: 'Specifies the users who can admit from the lobby. The possible values are: organizerAndCoOrganizersAndPresenters, organizerAndCoOrganizers, unknownFutureValue.' allowedPresenters: anyOf: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' - type: object nullable: true - description: 'Specifies who can be a presenter in a meeting. Possible values are: everyone, organization, roleIsPresenter, organizer, unknownFutureValue. Inherited from onlineMeetingBase.' + description: 'Specifies who can be a presenter in a meeting. The possible values are: everyone, organization, roleIsPresenter, organizer, unknownFutureValue. Inherited from onlineMeetingBase.' allowLiveShare: anyOf: - $ref: '#/components/schemas/microsoft.graph.meetingLiveShareOptions' - type: object nullable: true - description: 'Indicates whether live share is enabled for the meeting. Possible values are: enabled, disabled, unknownFutureValue.' + description: 'Indicates whether live share is enabled for the meeting. The possible values are: enabled, disabled, unknownFutureValue.' allowMeetingChat: anyOf: - $ref: '#/components/schemas/microsoft.graph.meetingChatMode' @@ -761515,7 +761657,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.meetingChatHistoryDefaultMode' - type: object nullable: true - description: 'Specifies whether meeting chat history is shared with participants. Possible values are: all, none, unknownFutureValue.' + description: 'Specifies whether meeting chat history is shared with participants. The possible values are: all, none, unknownFutureValue.' subject: type: string description: The subject of the online meeting. @@ -762287,13 +762429,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.payloadBrand' - type: object nullable: true - description: 'The branch of a payload. Possible values are: unknown, other, americanExpress, capitalOne, dhl, docuSign, dropbox, facebook, firstAmerican, microsoft, netflix, scotiabank, sendGrid, stewartTitle, tesco, wellsFargo, syrinxCloud, adobe, teams, zoom, unknownFutureValue.' + description: 'The branch of a payload. The possible values are: unknown, other, americanExpress, capitalOne, dhl, docuSign, dropbox, facebook, firstAmerican, microsoft, netflix, scotiabank, sendGrid, stewartTitle, tesco, wellsFargo, syrinxCloud, adobe, teams, zoom, unknownFutureValue.' complexity: anyOf: - $ref: '#/components/schemas/microsoft.graph.payloadComplexity' - type: object nullable: true - description: 'The complexity of a payload. Possible values are: unknown, low, medium, high, unknownFutureValue.' + description: 'The complexity of a payload. The possible values are: unknown, low, medium, high, unknownFutureValue.' createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailIdentity' @@ -762325,7 +762467,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.payloadIndustry' - type: object nullable: true - description: 'Industry of a payload. Possible values are: unknown, other, banking, businessServices, consumerServices, education, energy, construction, consulting, financialServices, government, hospitality, insurance, legal, courierServices, IT, healthcare, manufacturing, retail, telecom, realEstate, unknownFutureValue.' + description: 'Industry of a payload. The possible values are: unknown, other, banking, businessServices, consumerServices, education, energy, construction, consulting, financialServices, government, hospitality, insurance, legal, courierServices, IT, healthcare, manufacturing, retail, telecom, realEstate, unknownFutureValue.' isAutomated: type: boolean description: Indicates whether the attack simulation and training campaign payload was created from an automation flow. Supports $filter and $orderby. @@ -762365,7 +762507,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.payloadDeliveryPlatform' - type: object nullable: true - description: 'The payload delivery platform for a simulation. Possible values are: unknown, sms, email, teams, unknownFutureValue.' + description: 'The payload delivery platform for a simulation. The possible values are: unknown, sms, email, teams, unknownFutureValue.' predictedCompromiseRate: oneOf: - type: number @@ -762380,7 +762522,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.simulationAttackType' - type: object nullable: true - description: 'Attack type of the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, social, cloud, endpoint, unknownFutureValue.' + description: 'Attack type of the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, social, cloud, endpoint, unknownFutureValue.' source: $ref: '#/components/schemas/microsoft.graph.simulationContentSource' status: @@ -762388,19 +762530,19 @@ components: - $ref: '#/components/schemas/microsoft.graph.simulationContentStatus' - type: object nullable: true - description: 'Simulation content status. Supports $filter and $orderby. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' + description: 'Simulation content status. Supports $filter and $orderby. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' technique: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationAttackTechnique' - type: object nullable: true - description: 'The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations.' + description: 'The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations.' theme: anyOf: - $ref: '#/components/schemas/microsoft.graph.payloadTheme' - type: object nullable: true - description: 'The theme of a payload. Possible values are: unknown, other, accountActivation, accountVerification, billing, cleanUpMail, controversial, documentReceived, expense, fax, financeReport, incomingMessages, invoice, itemReceived, loginAlert, mailReceived, password, payment, payroll, personalizedOffer, quarantine, remoteWork, reviewMessage, securityUpdate, serviceSuspended, signatureRequired, upgradeMailboxStorage, verifyMailbox, voicemail, advertisement, employeeEngagement, unknownFutureValue.' + description: 'The theme of a payload. The possible values are: unknown, other, accountActivation, accountVerification, billing, cleanUpMail, controversial, documentReceived, expense, fax, financeReport, incomingMessages, invoice, itemReceived, loginAlert, mailReceived, password, payment, payroll, personalizedOffer, quarantine, remoteWork, reviewMessage, securityUpdate, serviceSuspended, signatureRequired, upgradeMailboxStorage, verifyMailbox, voicemail, advertisement, employeeEngagement, unknownFutureValue.' microsoft.graph.peopleAdminSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -762662,13 +762804,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.authenticationPhoneType' - type: object nullable: true - description: 'The type of this phone. Possible values are: mobile, alternateMobile, or office.' + description: 'The type of this phone. The possible values are: mobile, alternateMobile, or office.' smsSignInState: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodSignInState' - type: object nullable: true - description: 'Whether a phone is ready to be used for SMS sign-in or not. Possible values are: notSupported, notAllowedByPolicy, notEnabled, phoneNumberNotUnique, ready, or notConfigured, unknownFutureValue.' + description: 'Whether a phone is ready to be used for SMS sign-in or not. The possible values are: notSupported, notAllowedByPolicy, notEnabled, phoneNumberNotUnique, ready, or notConfigured, unknownFutureValue.' microsoft.graph.phoneUserConversationMember: allOf: - $ref: '#/components/schemas/microsoft.graph.conversationMember' @@ -762702,10 +762844,10 @@ components: - $ref: '#/components/schemas/microsoft.graph.physicalAddress' - type: object nullable: true - description: The street address of the place. + description: 'The physical address of the place, including the street, city, state, country or region, and postal code.' displayName: type: string - description: The name associated with the place. + description: The name that is associated with the place. geoCoordinates: anyOf: - $ref: '#/components/schemas/microsoft.graph.outlookGeoCoordinates' @@ -762714,12 +762856,15 @@ components: description: 'Specifies the place location in latitude, longitude, and (optionally) altitude coordinates.' isWheelChairAccessible: type: boolean + description: Indicates whether the place is wheelchair accessible. nullable: true label: type: string + description: User-defined description of the place. nullable: true parentId: type: string + description: The ID of a parent place. nullable: true phone: type: string @@ -762729,10 +762874,12 @@ components: type: array items: type: string + description: Custom tags that are associated with the place for categorization or filtering. checkIns: type: array items: $ref: '#/components/schemas/microsoft.graph.checkInClaim' + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. x-ms-navigationProperty: true microsoft.graph.planner: allOf: @@ -763114,13 +763261,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodKeyStrength' - type: object nullable: true - description: 'Key strength of this Platform Credential key. Possible values are: normal, weak, unknown.' + description: 'Key strength of this Platform Credential key. The possible values are: normal, weak, unknown.' platform: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodPlatform' - type: object nullable: true - description: 'Platform on which this Platform Credential key is present. Possible values are: unknown, windows, macOS,iOS, android, linux.' + description: 'Platform on which this Platform Credential key is present. The possible values are: unknown, windows, macOS,iOS, android, linux.' device: anyOf: - $ref: '#/components/schemas/microsoft.graph.device' @@ -764574,7 +764721,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.provisioningAction' - type: object nullable: true - description: 'Indicates the activity name or the operation name. Possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Microsoft Entra activity list. Supports $filter (eq, contains).' + description: 'Indicates the activity name or the operation name. The possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Microsoft Entra activity list. Supports $filter (eq, contains).' provisioningStatusInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisioningStatusInfo' @@ -765037,7 +765184,7 @@ components: 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. + 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.
tag in HTML messages. Optional. @@ -780126,7 +780282,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.attributeDefinitionMetadata' - type: object nullable: true - description: 'Possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty.' + description: 'The possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty.' value: type: string description: Value of the metadata property. @@ -780586,7 +780742,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.advancedConfigState' - type: object nullable: true - description: 'Enable or disable the feature. Possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn''t been explicitly set and uses the default behavior of Microsoft Entra ID for the setting. The default value is disabled.' + description: 'Enable or disable the feature. The possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn''t been explicitly set and uses the default behavior of Microsoft Entra ID for the setting. The default value is disabled.' microsoft.graph.authenticationMethodsRegistrationCampaign: title: authenticationMethodsRegistrationCampaign type: object @@ -780724,7 +780880,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.bookingsAvailabilityStatus' - type: object nullable: true - description: 'The status of the staff member. Possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue.' + description: 'The status of the staff member. The possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue.' microsoft.graph.averageComparativeScore: title: averageComparativeScore type: object @@ -780855,7 +781011,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.bitLockerEncryptionMethod' - type: object nullable: true - description: 'Select the encryption method for removable drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.' + description: 'Select the encryption method for removable drives. The possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.' requireEncryptionForWriteAccess: type: boolean description: 'Indicates whether to block write access to devices configured in another organization. If requireEncryptionForWriteAccess is false, this value does not affect.' @@ -781287,7 +781443,7 @@ components: properties: format: type: string - description: 'For dateTime output types, the format of the value. Possible values are: dateOnly or dateTime.' + description: 'For dateTime output types, the format of the value. The possible values are: dateOnly or dateTime.' nullable: true formula: type: string @@ -781295,7 +781451,7 @@ components: nullable: true outputType: type: string - description: 'The output type used to format values in this column. Possible values are: boolean, currency, dateTime, number, or text.' + description: 'The output type used to format values in this column. The possible values are: boolean, currency, dateTime, number, or text.' nullable: true microsoft.graph.calendarSharingMessageAction: title: calendarSharingMessageAction @@ -781333,7 +781489,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.teamworkCallEventType' - type: object nullable: true - description: 'Represents the call event type. Possible values are: call, meeting, screenShare, unknownFutureValue.' + description: 'Represents the call event type. The possible values are: call, meeting, screenShare, unknownFutureValue.' callId: type: string description: Unique identifier of the call. @@ -781358,7 +781514,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.mediaState' - type: object nullable: true - description: 'The audio media state. Possible values are: active, inactive, unknownFutureValue.' + description: 'The audio media state. The possible values are: active, inactive, unknownFutureValue.' microsoft.graph.callOptions: title: callOptions type: object @@ -781414,7 +781570,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.callRecordingStatus' - type: object nullable: true - description: 'Status of the call recording. Possible values are: success, failure, initial, chunkFinished, unknownFutureValue.' + description: 'Status of the call recording. The possible values are: success, failure, initial, chunkFinished, unknownFutureValue.' callRecordingUrl: type: string description: Call recording URL. @@ -781452,7 +781608,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.teamworkCallEventType' - type: object nullable: true - description: 'Represents the call event type. Possible values are: call, meeting, screenShare, unknownFutureValue.' + description: 'Represents the call event type. The possible values are: call, meeting, screenShare, unknownFutureValue.' callId: type: string description: Unique identifier of the call. @@ -782148,7 +782304,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudAppSecuritySessionControlType' - type: object nullable: true - description: 'Possible values are: mcasConfigured, monitorOnly, blockDownloads, unknownFutureValue. For more information, see Deploy Conditional Access App Control for featured apps.' + description: 'The possible values are: mcasConfigured, monitorOnly, blockDownloads, unknownFutureValue. For more information, see Deploy Conditional Access App Control for featured apps.' microsoft.graph.cloudAppSecurityState: title: cloudAppSecurityState type: object @@ -782312,7 +782468,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcDomainJoinType' - type: object nullable: true - description: 'Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the hybridAzureADJoin type, only provide a value for the onPremisesConnectionId property and leave the regionName property empty. If you choose the azureADJoin type, provide a value for either the onPremisesConnectionId or the regionName property. Possible values are: azureADJoin, hybridAzureADJoin, unknownFutureValue.' + description: 'Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the hybridAzureADJoin type, only provide a value for the onPremisesConnectionId property and leave the regionName property empty. If you choose the azureADJoin type, provide a value for either the onPremisesConnectionId or the regionName property. The possible values are: azureADJoin, hybridAzureADJoin, unknownFutureValue.' onPremisesConnectionId: type: string description: 'The Azure network connection ID that matches the virtual network IT admins want the provisioning policy to use when they create Cloud PCs. You can use this property in both domain join types: Azure AD joined or Hybrid Microsoft Entra joined. If you enter an onPremisesConnectionId, leave the regionName property empty.' @@ -782322,7 +782478,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcRegionGroup' - type: object nullable: true - description: 'The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. Possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea. Read-only.' + description: 'The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. The possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea. Read-only.' regionName: type: string description: 'The supported Azure region where the IT admin wants the provisioning policy to create Cloud PCs. Within this region, the Windows 365 service creates and manages the underlying virtual network. This option is available only when the IT admin selects Microsoft Entra joined as the domain join type. If you enter a regionName, leave the onPremisesConnectionId property empty.' @@ -782370,7 +782526,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnectionHealthCheckErrorType' - type: object nullable: true - description: 'The type of error that occurred during this health check. Possible values are: endpointConnectivityCheckCloudPcUrlNotAllowListed, endpointConnectivityCheckWVDUrlNotAllowListed, etc. (The all possible values can refer to cloudPcOnPremisesConnectionHealthCheckErrorType) Read-Only.' + description: 'The type of error that occurred during this health check. The possible values are: endpointConnectivityCheckCloudPcUrlNotAllowListed, endpointConnectivityCheckWVDUrlNotAllowListed, etc. (The all possible values can refer to cloudPcOnPremisesConnectionHealthCheckErrorType) Read-Only.' recommendedAction: type: string description: 'The recommended action to fix the corresponding error. For example, The Active Directory domain join check failed because the password of the domain join user has expired. Read-Only.' @@ -782418,7 +782574,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcRestorePointFrequencyType' - type: object nullable: true - description: 'The time interval in hours to take snapshots (restore points) of a Cloud PC automatically. Possible values are: default, fourHours, sixHours, twelveHours, sixteenHours, twentyFourHours, unknownFutureValue. The default value is default that indicates that the time interval for automatic capturing of restore point snapshots is set to 12 hours.' + description: 'The time interval in hours to take snapshots (restore points) of a Cloud PC automatically. The possible values are: default, fourHours, sixHours, twelveHours, sixteenHours, twentyFourHours, unknownFutureValue. The default value is default that indicates that the time interval for automatic capturing of restore point snapshots is set to 12 hours.' userRestoreEnabled: type: boolean description: 'If true, the user has the ability to use snapshots to restore Cloud PCs. If false, non-admin users can''t use snapshots to restore the Cloud PC.' @@ -782631,7 +782787,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.endpointType' - type: object nullable: true - description: 'Type of endpoint that the participant uses. Possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone, unknownFutureValue.' + description: 'Type of endpoint that the participant uses. The possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone, unknownFutureValue.' guest: anyOf: - $ref: '#/components/schemas/microsoft.graph.identity' @@ -782798,7 +782954,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessClientApp' - description: 'Client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member will be deprecated in favor of exchangeActiveSync, which includes EAS supported and unsupported platforms.' + description: 'Client application types included in the policy. The possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member will be deprecated in favor of exchangeActiveSync, which includes EAS supported and unsupported platforms.' devices: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevices' @@ -782827,17 +782983,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.riskLevel' - description: 'Service principal risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue.' + description: 'Service principal risk levels included in the policy. The possible values are: low, medium, high, none, unknownFutureValue.' signInRiskLevels: type: array items: $ref: '#/components/schemas/microsoft.graph.riskLevel' - description: 'Sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.' + description: 'Sign-in risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.' userRiskLevels: type: array items: $ref: '#/components/schemas/microsoft.graph.riskLevel' - description: 'User risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.' + description: 'User risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.' users: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessUsers' @@ -782874,7 +783030,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessExternalTenantsMembershipKind' - type: object nullable: true - description: 'The membership kind. Possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object.' + description: 'The membership kind. The possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object.' microsoft.graph.conditionalAccessFilter: title: conditionalAccessFilter type: object @@ -782947,12 +783103,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevicePlatform' - description: 'Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.' + description: 'The possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.' includePlatforms: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevicePlatform' - description: 'Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.' + description: 'The possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.' microsoft.graph.conditionalAccessPolicyDetail: title: conditionalAccessPolicyDetail type: object @@ -783593,7 +783749,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.trainingAssignedTo' - type: object nullable: true - description: 'A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue.' + description: 'A user collection that specifies to whom the training should be assigned. The possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue.' description: type: string description: The description of the custom training setting. @@ -785487,7 +785643,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.endUserNotificationPreference' - type: object nullable: true - description: 'Notification preference. Possible values are: unknown, microsoft, custom, unknownFutureValue.' + description: 'Notification preference. The possible values are: unknown, microsoft, custom, unknownFutureValue.' positiveReinforcement: anyOf: - $ref: '#/components/schemas/microsoft.graph.positiveReinforcementNotification' @@ -785499,7 +785655,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.endUserNotificationSettingType' - type: object nullable: true - description: 'End user notification type. Possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue.' + description: 'End user notification type. The possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue.' microsoft.graph.engagementIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -785706,7 +785862,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.fido2RestrictionEnforcementType' - type: object nullable: true - description: 'Enforcement type. Possible values are: allow, block.' + description: 'Enforcement type. The possible values are: allow, block.' isEnforced: type: boolean description: Determines if the configured key enforcement is enabled. @@ -785775,7 +785931,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.fileHashType' - type: object nullable: true - description: 'File hash type. Possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256.' + description: 'File hash type. The possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256.' hashValue: type: string description: Value of the file hash. @@ -786290,6 +786446,7 @@ components: properties: isDryRun: type: boolean + description: True indicates that the service processes the map but doesn't save anything. False indicates that the service processes and stores the map. microsoft.graph.importedWindowsAutopilotDeviceIdentityState: title: importedWindowsAutopilotDeviceIdentityState type: object @@ -786405,7 +786562,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.initiatorType' - type: object nullable: true - description: 'Type of initiator. Possible values are: user, application, system, unknownFutureValue.' + description: 'Type of initiator. The possible values are: user, application, system, unknownFutureValue.' microsoft.graph.insightIdentity: title: insightIdentity type: object @@ -786609,7 +786766,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.b2bIdentityProvidersType' - type: object nullable: true - description: 'The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption. Possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount.' + description: 'The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption. The possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount.' primaryIdentityProviderPrecedenceOrder: type: array items: @@ -786617,7 +786774,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.b2bIdentityProvidersType' - type: object nullable: true - description: 'Collection of identity providers in priority order of preference to be used for guest invitation redemption. Possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders.' + description: 'Collection of identity providers in priority order of preference to be used for guest invitation redemption. The possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders.' microsoft.graph.invitedUserMessageInfo: title: invitedUserMessageInfo type: object @@ -787493,9 +787650,11 @@ components: properties: emailAddress: type: string + description: The primary SMTP address associated with the mailbox. nullable: true externalDirectoryObjectId: type: string + description: The unique identifier of the mailbox in the external directory (such as Microsoft Entra). nullable: true microsoft.graph.mailboxSettings: title: mailboxSettings @@ -787520,7 +787679,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.delegateMeetingMessageDeliveryOptions' - type: object nullable: true - description: 'If the user has a calendar delegate, this specifies whether the delegate, mailbox owner, or both receive meeting messages and meeting responses. Possible values are: sendToDelegateAndInformationToPrincipal, sendToDelegateAndPrincipal, sendToDelegateOnly.' + description: 'If the user has a calendar delegate, this specifies whether the delegate, mailbox owner, or both receive meeting messages and meeting responses. The possible values are: sendToDelegateAndInformationToPrincipal, sendToDelegateAndPrincipal, sendToDelegateOnly.' language: anyOf: - $ref: '#/components/schemas/microsoft.graph.localeInfo' @@ -787540,7 +787699,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.userPurpose' - type: object nullable: true - description: 'The purpose of the mailbox. Differentiates a mailbox for a single user from a shared mailbox and equipment mailbox in Exchange Online. Possible values are: user, linked, shared, room, equipment, others, unknownFutureValue. Read-only.' + description: 'The purpose of the mailbox. Differentiates a mailbox for a single user from a shared mailbox and equipment mailbox in Exchange Online. The possible values are: user, linked, shared, room, equipment, others, unknownFutureValue. Read-only.' workingHours: anyOf: - $ref: '#/components/schemas/microsoft.graph.workingHours' @@ -787604,7 +787763,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.recipientScopeType' - type: object nullable: true - description: 'The scope of the recipient. Possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its ''partner''. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It''s also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone and content.' + description: 'The scope of the recipient. The possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its ''partner''. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It''s also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone and content.' recipientSuggestions: type: array items: @@ -788353,7 +788512,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.trainingCompletionDuration' - type: object nullable: true - description: 'The training completion duration that needs to be provided before scheduling the training. Possible values are: week, fortnite, month, unknownFutureValue.' + description: 'The training completion duration that needs to be provided before scheduling the training. The possible values are: week, fortnite, month, unknownFutureValue.' microsoft.graph.microsoftManagedDesktop: title: microsoftManagedDesktop type: object @@ -788363,7 +788522,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.microsoftManagedDesktopType' - type: object nullable: true - description: 'Indicates the provisioning policy associated with Microsoft Managed Desktop settings. Possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default is notManaged.' + description: 'Indicates the provisioning policy associated with Microsoft Managed Desktop settings. The possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default is notManaged.' profile: type: string description: The name of the Microsoft Managed Desktop profile that the Windows 365 Cloud PC is associated with. @@ -788409,7 +788568,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.trainingAssignedTo' - type: object nullable: true - description: 'A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue.' + description: 'A user collection that specifies to whom the training should be assigned. The possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue.' training: anyOf: - $ref: '#/components/schemas/microsoft.graph.training' @@ -788565,7 +788724,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.connectionDirection' - type: object nullable: true - description: 'Network connection direction. Possible values are: unknown, inbound, outbound.' + description: 'Network connection direction. The possible values are: unknown, inbound, outbound.' domainRegisteredDateTime: 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 @@ -788597,7 +788756,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.securityNetworkProtocol' - type: object nullable: true - description: 'Network protocol. Possible values are: unknown, ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII.' + description: 'Network protocol. The possible values are: unknown, ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII.' riskScore: type: string description: 'Provider generated/calculated risk score of the network connection. Recommended value range of 0-1, which equates to a percentage.' @@ -788619,7 +788778,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.connectionStatus' - type: object nullable: true - description: 'Network connection status. Possible values are: unknown, attempted, succeeded, blocked, failed.' + description: 'Network connection status. The possible values are: unknown, attempted, succeeded, blocked, failed.' urlParameters: type: string description: Parameters (suffix) of the destination URL. @@ -788701,7 +788860,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.oAuthAppScope' - type: object nullable: true - description: 'App scope. Possible values are: unknown, readCalendar, readContact, readMail, readAllChat, readAllFile, readAndWriteMail, sendMail, unknownFutureValue.' + description: 'App scope. The possible values are: unknown, readCalendar, readContact, readMail, readAllChat, readAllFile, readAndWriteMail, sendMail, unknownFutureValue.' displayLogo: type: string description: App display logo. @@ -788743,7 +788902,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.objectDefinitionMetadata' - type: object nullable: true - description: 'Possible values are: PropertyNameAccountEnabled, PropertyNameSoftDeleted, IsSoftDeletionSupported, IsSynchronizeAllSupported, ConnectorDataStorageRequired, Extensions, LinkTypeName.' + description: 'The possible values are: PropertyNameAccountEnabled, PropertyNameSoftDeleted, IsSoftDeletionSupported, IsSynchronizeAllSupported, ConnectorDataStorageRequired, Extensions, LinkTypeName.' value: type: string description: Value of the metadata property. @@ -788810,7 +788969,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.objectMappingMetadata' - type: object nullable: true - description: 'Possible values are: EscrowBehavior, DisableMonitoringForChanges, OriginalJoiningProperty, Disposition, IsCustomerDefined, ExcludeFromReporting, Unsynchronized.' + description: 'The possible values are: EscrowBehavior, DisableMonitoringForChanges, OriginalJoiningProperty, Disposition, IsCustomerDefined, ExcludeFromReporting, Unsynchronized.' value: type: string description: Value of the metadata property. @@ -789115,13 +789274,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingContentSharingDisabledReason' - type: object nullable: true - description: 'Specifies the reason shared content from this participant is disabled. Possible values are: watermarkProtection, unknownFutureValue.' + description: 'Specifies the reason shared content from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue.' videoDisabled: anyOf: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingVideoDisabledReason' - type: object nullable: true - description: 'Specifies the reason video from this participant is disabled. Possible values are: watermarkProtection, unknownFutureValue.' + description: 'Specifies the reason video from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue.' microsoft.graph.onOtpSendCustomExtensionHandler: allOf: - $ref: '#/components/schemas/microsoft.graph.onOtpSendHandler' @@ -789646,7 +789805,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.endpointType' - type: object nullable: true - description: 'The type of endpoint the participant is using. Possible values are: default, skypeForBusiness, or skypeForBusinessVoipPhone. Read-only.' + description: 'The type of endpoint the participant is using. The possible values are: default, skypeForBusiness, or skypeForBusinessVoipPhone. Read-only.' identity: $ref: '#/components/schemas/microsoft.graph.identitySet' languageId: @@ -789883,7 +790042,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.persistentBrowserSessionMode' - type: object nullable: true - description: 'Possible values are: always, never.' + description: 'The possible values are: always, never.' microsoft.graph.personOrGroupColumn: title: personOrGroupColumn type: object @@ -790296,7 +790455,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.plannerContainerType' - type: object nullable: true - description: 'The type of the resource that contains the plan. For supported types, see the previous table. Possible values are: group, unknownFutureValue, roster. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: roster. Optional.' + description: 'The type of the resource that contains the plan. For supported types, see the previous table. The possible values are: group, unknownFutureValue, roster. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: roster. Optional.' url: type: string description: The full canonical URL of the container. Optional. @@ -790386,7 +790545,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.notificationDeliveryPreference' - type: object nullable: true - description: 'Delivery preference. Possible values are: unknown, deliverImmedietly, deliverAfterCampaignEnd, unknownFutureValue.' + description: 'Delivery preference. The possible values are: unknown, deliverImmedietly, deliverAfterCampaignEnd, unknownFutureValue.' microsoft.graph.preAuthorizedApplication: title: preAuthorizedApplication type: object @@ -790560,13 +790719,13 @@ components: items: type: string nullable: true - description: 'The media (i.e., paper) colors supported by the printer.' + description: 'The media (for example, paper) colors supported by the printer.' mediaSizes: type: array items: type: string nullable: true - description: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + description: 'The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. For the list of supported values, see mediaSizes values.' mediaTypes: type: array items: @@ -791091,7 +791250,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.processIntegrityLevel' - type: object nullable: true - description: 'The integrity level of the process. Possible values are: unknown, untrusted, low, medium, high, system.' + description: 'The integrity level of the process. The possible values are: unknown, untrusted, low, medium, high, system.' isElevated: type: boolean description: True if the process is elevated. @@ -791406,7 +791565,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.provisioningResult' - type: object nullable: true - description: 'Possible values are: success, warning, failure, skipped, unknownFutureValue.' + description: 'The possible values are: success, warning, failure, skipped, unknownFutureValue.' microsoft.graph.provisioningStep: title: provisioningStep type: object @@ -791430,13 +791589,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.provisioningStepType' - type: object nullable: true - description: 'Type of step. Possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue.' + description: 'Type of step. The possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue.' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisioningResult' - type: object nullable: true - description: 'Status of the step. Possible values are: success, warning, failure, skipped, unknownFutureValue.' + description: 'Status of the step. The possible values are: success, warning, failure, skipped, unknownFutureValue.' microsoft.graph.provisioningSystem: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' @@ -791840,7 +791999,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.registryHive' - type: object nullable: true - description: 'A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default. Possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault.' + description: 'A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default. The possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault.' key: type: string description: Current (i.e. changed) registry key (excludes HIVE). @@ -791862,7 +792021,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.registryOperation' - type: object nullable: true - description: 'Operation that changed the registry key name and/or value. Possible values are: unknown, create, modify, delete.' + description: 'Operation that changed the registry key name and/or value. The possible values are: unknown, create, modify, delete.' processId: maximum: 2147483647 minimum: -2147483648 @@ -791883,7 +792042,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.registryValueType' - type: object nullable: true - description: 'Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ Possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz.' + description: 'Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ The possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz.' microsoft.graph.rejectJoinResponse: allOf: - $ref: '#/components/schemas/microsoft.graph.participantJoiningResponse' @@ -792234,9 +792393,11 @@ components: $ref: '#/components/schemas/microsoft.graph.resourceLinkType' name: type: string + description: The link text that is visible in the Places app. The maximum length is 200 characters. nullable: true value: type: string + description: The URL of the resource link. The maximum length is 200 characters. nullable: true microsoft.graph.resourcePermission: title: resourcePermission @@ -792331,7 +792492,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.responseType' - type: object nullable: true - description: 'The response type. Possible values are: none, organizer, tentativelyAccepted, accepted, declined, notResponded.To differentiate between none and notResponded: none – from organizer''s perspective. This value is used when the status of an attendee/participant is reported to the organizer of a meeting. notResponded – from attendee''s perspective. Indicates the attendee has not responded to the meeting request. Clients can treat notResponded == none. As an example, if attendee Alex hasn''t responded to a meeting request, getting Alex'' response status for that event in Alex'' calendar returns notResponded. Getting Alex'' response from the calendar of any other attendee or the organizer''s returns none. Getting the organizer''s response for the event in anybody''s calendar also returns none.' + description: 'The response type. The possible values are: none, organizer, tentativelyAccepted, accepted, declined, notResponded.To differentiate between none and notResponded: none – from organizer''s perspective. This value is used when the status of an attendee/participant is reported to the organizer of a meeting. notResponded – from attendee''s perspective. Indicates the attendee has not responded to the meeting request. Clients can treat notResponded == none. As an example, if attendee Alex hasn''t responded to a meeting request, getting Alex'' response status for that event in Alex'' calendar returns notResponded. Getting Alex'' response from the calendar of any other attendee or the organizer''s returns none. Getting the organizer''s response for the event in anybody''s calendar also returns none.' time: 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 @@ -792482,7 +792643,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.behaviorDuringRetentionPeriod' - type: object nullable: true - description: 'Describes the item behavior during retention period. Possible values are: doNotRetain, retain, retainAsRecord, retainAsRegulatoryRecord, unknownFutureValue. Read-only.' + description: 'Describes the item behavior during retention period. The possible values are: doNotRetain, retain, retainAsRecord, retainAsRegulatoryRecord, unknownFutureValue. Read-only.' isContentUpdateAllowed: type: boolean description: Specifies whether updates to document content are allowed. Read-only. @@ -793021,7 +793182,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.entityType' - type: object nullable: true - description: 'One or more types of resources expected in the response. Possible values are: event, message, driveItem, externalItem, site, list, listItem, drive, chatMessage, person, acronym, bookmark. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: chatMessage, person, acronym, bookmark. See known limitations for those combinations of two or more entity types that are supported in the same search request. Required.' + description: 'One or more types of resources expected in the response. The possible values are: event, message, driveItem, externalItem, site, list, listItem, drive, chatMessage, person, acronym, bookmark. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: chatMessage, person, acronym, bookmark. See known limitations for those combinations of two or more entity types that are supported in the same search request. Required.' fields: type: array items: @@ -793169,7 +793330,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.securityResourceType' - type: object nullable: true - description: 'Represents type of security resources related to an alert. Possible values are: attacked, related.' + description: 'Represents type of security resources related to an alert. The possible values are: attacked, related.' microsoft.graph.securityVendorInformation: title: securityVendorInformation type: object @@ -793323,7 +793484,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.postType' - type: object nullable: true - description: 'The post type of the service issue historical post. Possible values are: regular, quick, strategic, unknownFutureValue.' + description: 'The post type of the service issue historical post. The possible values are: regular, quick, strategic, unknownFutureValue.' microsoft.graph.serviceHostedMediaConfig: allOf: - $ref: '#/components/schemas/microsoft.graph.mediaConfig' @@ -793956,7 +794117,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.signinFrequencyType' - type: object nullable: true - description: 'Possible values are: days, hours.' + description: 'The possible values are: days, hours.' value: maximum: 2147483647 minimum: -2147483648 @@ -794066,7 +794227,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.targettedUserType' - type: object nullable: true - description: 'Target user type. Possible values are: unknown, clicked, compromised, allUsers, unknownFutureValue.' + description: 'Target user type. The possible values are: unknown, clicked, compromised, allUsers, unknownFutureValue.' microsoft.graph.simulationReport: title: simulationReport type: object @@ -794157,7 +794318,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.siteArchivalDetails' - type: object nullable: true - description: 'Represents whether the site collection is recently archived, fully archived, or reactivating. Possible values are: recentlyArchived, fullyArchived, reactivating, unknownFutureValue.' + description: 'Represents whether the site collection is recently archived, fully archived, or reactivating. The possible values are: recentlyArchived, fullyArchived, reactivating, unknownFutureValue.' dataLocationCode: type: string description: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -794427,13 +794588,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.subjectRightsRequestStage' - type: object nullable: true - description: 'The stage when the entity was changed. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: approval.' + description: The stage when the entity was changed. stageStatus: anyOf: - $ref: '#/components/schemas/microsoft.graph.subjectRightsRequestStageStatus' - type: object nullable: true - description: 'The status of the stage when the entity was changed. Possible values are: notStarted, current, completed, failed, unknownFutureValue.' + description: 'The status of the stage when the entity was changed. The possible values are: notStarted, current, completed, failed, unknownFutureValue.' type: type: string description: Type of history. @@ -794459,13 +794620,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.subjectRightsRequestStage' - type: object nullable: true - description: 'The stage of the subject rights request. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: approval.' + description: The stage of the subject rights request. status: anyOf: - $ref: '#/components/schemas/microsoft.graph.subjectRightsRequestStageStatus' - type: object nullable: true - description: 'Status of the current stage. Possible values are: notStarted, current, completed, failed, unknownFutureValue.' + description: 'Status of the current stage. The possible values are: notStarted, current, completed, failed, unknownFutureValue.' microsoft.graph.subjectSet: title: subjectSet type: object @@ -794552,7 +794713,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.synchronizationMetadata' - type: object nullable: true - description: 'Possible values are: GalleryApplicationIdentifier, GalleryApplicationKey, IsOAuthEnabled, IsSynchronizationAgentAssignmentRequired, IsSynchronizationAgentRequired, IsSynchronizationInPreview, OAuthSettings, SynchronizationLearnMoreIbizaFwLink, ConfigurationFields.' + description: 'The possible values are: GalleryApplicationIdentifier, GalleryApplicationKey, IsOAuthEnabled, IsSynchronizationAgentAssignmentRequired, IsSynchronizationAgentRequired, IsSynchronizationInPreview, OAuthSettings, SynchronizationLearnMoreIbizaFwLink, ConfigurationFields.' value: type: string description: Value of the metadata property. @@ -794858,7 +795019,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.groupType' - type: object nullable: true - description: 'When type is set to Group, this indicates the group type. Possible values are: unifiedGroups, azureAD, and unknownFutureValue' + description: 'When type is set to Group, this indicates the group type. The possible values are: unifiedGroups, azureAD, and unknownFutureValue' id: type: string description: Indicates the unique ID of the resource. @@ -794970,7 +795131,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.giphyRatingType' - type: object nullable: true - description: 'Giphy content rating. Possible values are: moderate, strict.' + description: 'Giphy content rating. The possible values are: moderate, strict.' microsoft.graph.teamGuestSettings: title: teamGuestSettings type: object @@ -795273,7 +795434,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.teamworkActivityTopicSource' - type: object nullable: true - description: 'Type of source. Possible values are: entityUrl, text. For supported Microsoft Graph URLs, use entityUrl. For custom text, use text.' + description: 'Type of source. The possible values are: entityUrl, text. For supported Microsoft Graph URLs, use entityUrl. For custom text, use text.' value: type: string description: 'The topic value. If the value of the source property is entityUrl, this must be a Microsoft Graph URL. If the value is text, this must be a plain text value.' @@ -795292,7 +795453,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.teamworkApplicationIdentityType' - type: object nullable: true - description: 'Type of application that is referenced. Possible values are: aadApplication, bot, tenantBot, office365Connector, outgoingWebhook, and unknownFutureValue.' + description: 'Type of application that is referenced. The possible values are: aadApplication, bot, tenantBot, office365Connector, outgoingWebhook, and unknownFutureValue.' microsoft.graph.teamworkConversationIdentity: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' @@ -795304,7 +795465,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.teamworkConversationIdentityType' - type: object nullable: true - description: 'Type of conversation. Possible values are: team, channel, chat, and unknownFutureValue.' + description: 'Type of conversation. The possible values are: team, channel, chat, and unknownFutureValue.' microsoft.graph.teamworkNotificationRecipient: title: teamworkNotificationRecipient type: object @@ -795342,7 +795503,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.teamworkUserIdentityType' - type: object nullable: true - description: 'Type of user. Possible values are: aadUser, onPremiseAadUser, anonymousGuest, federatedUser, personalMicrosoftAccountUser, skypeUser, phoneUser, unknownFutureValue and emailUser.' + description: 'Type of user. The possible values are: aadUser, onPremiseAadUser, anonymousGuest, federatedUser, personalMicrosoftAccountUser, skypeUser, phoneUser, unknownFutureValue and emailUser.' microsoft.graph.teleconferenceDeviceAudioQuality: allOf: - $ref: '#/components/schemas/microsoft.graph.teleconferenceDeviceMediaQuality' @@ -795997,7 +796158,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.notificationDeliveryFrequency' - type: object nullable: true - description: 'Configurable frequency for the reminder email introduced during simulation creation. Possible values are: unknown, weekly, biWeekly, unknownFutureValue.' + description: 'Configurable frequency for the reminder email introduced during simulation creation. The possible values are: unknown, weekly, biWeekly, unknownFutureValue.' microsoft.graph.trainingSetting: title: trainingSetting type: object @@ -796007,7 +796168,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.trainingSettingType' - type: object nullable: true - description: 'Type of setting. Possible values are: microsoftCustom, microsoftManaged, noTraining, custom, unknownFutureValue.' + description: 'Type of setting. The possible values are: microsoftCustom, microsoftManaged, noTraining, custom, unknownFutureValue.' microsoft.graph.unifiedApprovalStage: title: unifiedApprovalStage type: object @@ -796516,13 +796677,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.includedUserRoles' - type: object nullable: true - description: 'The role type of the user. Possible values are: all, privilegedAdmin, admin, user, unknownFutureValue.' + description: 'The role type of the user. The possible values are: all, privilegedAdmin, admin, user, unknownFutureValue.' userTypes: anyOf: - $ref: '#/components/schemas/microsoft.graph.includedUserTypes' - type: object nullable: true - description: 'User type. Possible values are: all, member, guest, unknownFutureValue.' + description: 'User type. The possible values are: all, member, guest, unknownFutureValue.' microsoft.graph.userRegistrationMethodCount: title: userRegistrationMethodCount type: object @@ -796552,13 +796713,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.includedUserRoles' - type: object nullable: true - description: 'The role type of the user. Possible values are: all, privilegedAdmin, admin, user, unknownFutureValue.' + description: 'The role type of the user. The possible values are: all, privilegedAdmin, admin, user, unknownFutureValue.' userTypes: anyOf: - $ref: '#/components/schemas/microsoft.graph.includedUserTypes' - type: object nullable: true - description: 'User type. Possible values are: all, member, guest, unknownFutureValue.' + description: 'User type. The possible values are: all, member, guest, unknownFutureValue.' microsoft.graph.userScope: allOf: - $ref: '#/components/schemas/microsoft.graph.scopeBase' @@ -796585,7 +796746,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.emailRole' - type: object nullable: true - description: 'For email-related alerts - user account''s email ''role''. Possible values are: unknown, sender, recipient.' + description: 'For email-related alerts - user account''s email ''role''. The possible values are: unknown, sender, recipient.' isVpn: type: boolean description: Indicates whether the user logged on through a VPN. @@ -796613,7 +796774,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.logonType' - type: object nullable: true - description: 'Method of user sign in. Possible values are: unknown, interactive, remoteInteractive, network, batch, service.' + description: 'Method of user sign in. The possible values are: unknown, interactive, remoteInteractive, network, batch, service.' onPremisesSecurityIdentifier: type: string description: Active Directory (on-premises) Security Identifier (SID) of the user. @@ -796627,7 +796788,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.userAccountSecurityType' - type: object nullable: true - description: 'User account type (group membership), per Windows definition. Possible values are: unknown, standard, power, administrator.' + description: 'User account type (group membership), per Windows definition. The possible values are: unknown, standard, power, administrator.' userPrincipalName: type: string description: 'User sign-in name - internet format: (user account name)@(user account DNS domain name).' @@ -796780,7 +796941,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.trainingStatus' - type: object nullable: true - description: 'Latest status of the training assigned to the user. Possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue.' + description: 'Latest status of the training assigned to the user. The possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue.' trainingAssignedProperties: anyOf: - $ref: '#/components/schemas/microsoft.graph.userTrainingContentEventInfo' @@ -796824,7 +796985,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.trainingStatus' - type: object nullable: true - description: 'The status of the training assigned to the user. Possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue.' + description: 'The status of the training assigned to the user. The possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue.' microsoft.graph.verifiedDomain: title: verifiedDomain type: object @@ -797402,7 +797563,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.runAsAccountType' - type: object nullable: true - description: 'The execution context of the script. Do not specify this value if the rule is used for detection. Script detection rules will run in the same context as the associated app install context. Possible values are: system, user.' + description: 'The execution context of the script. Do not specify this value if the rule is used for detection. Script detection rules will run in the same context as the associated app install context. The possible values are: system, user.' scriptContent: type: string description: The base64-encoded script content. @@ -798118,7 +798279,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.workforceIntegrationEncryptionProtocol' - type: object nullable: true - description: 'Possible values are: sharedSecret, unknownFutureValue.' + description: 'The possible values are: sharedSecret, unknownFutureValue.' secret: type: string description: Encryption shared secret. @@ -809196,7 +809357,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.callRecords.modality' - description: 'List of all the modalities used in the call. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.' + description: 'List of all the modalities used in the call. The possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.' organizer: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -809341,7 +809502,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.callRecords.modality' - description: 'List of modalities present in the session. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.' + description: 'List of modalities present in the session. The possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.' startDateTime: 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 @@ -809716,7 +809877,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.callRecords.audioCodec' - type: object nullable: true - description: 'Codec name used to encode audio for transmission on the network. Possible values are: unknown, invalid, cn, pcma, pcmu, amrWide, g722, g7221, g7221c, g729, multiChannelAudio, muchv2, opus, satin, satinFullband, rtAudio8, rtAudio16, silk, silkNarrow, silkWide, siren, xmsRta, unknownFutureValue.' + description: 'Codec name used to encode audio for transmission on the network. The possible values are: unknown, invalid, cn, pcma, pcmu, amrWide, g722, g7221, g7221c, g729, multiChannelAudio, muchv2, opus, satin, satinFullband, rtAudio8, rtAudio16, silk, silkNarrow, silkWide, siren, xmsRta, unknownFutureValue.' averageAudioDegradation: oneOf: - type: number @@ -809910,7 +810071,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.callRecords.videoCodec' - type: object nullable: true - description: 'Codec name used to encode video for transmission on the network. Possible values are: unknown, invalid, av1, h263, h264, h264s, h264uc, h265, rtvc1, rtVideo, xrtvc1, unknownFutureValue.' + description: 'Codec name used to encode video for transmission on the network. The possible values are: unknown, invalid, av1, h263, h264, h264s, h264uc, h265, rtvc1, rtVideo, xrtvc1, unknownFutureValue.' wasMediaBypassed: type: boolean description: 'True if the media stream bypassed the Mediation Server and went straight between client and PSTN Gateway/PBX, false otherwise.' @@ -810475,7 +810636,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionOperationStatus' - type: object nullable: true - description: 'Indicates the status of the asynchronous operation. Possible values are: unspecified, inprogress, completed, failed, unknownFutureValue.' + description: 'Indicates the status of the asynchronous operation. The possible values are: unspecified, inprogress, completed, failed, unknownFutureValue.' microsoft.graph.externalConnectors.external: title: external type: object @@ -810558,7 +810719,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionState' - type: object nullable: true - description: 'Indicates the current state of the connection. Possible values are: draft, ready, obsolete, limitExceeded, unknownFutureValue.' + description: 'Indicates the current state of the connection. The possible values are: draft, ready, obsolete, limitExceeded, unknownFutureValue.' readOnly: true groups: type: array @@ -810641,7 +810802,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.externalConnectors.identityType' - type: object nullable: true - description: 'The type of identity. Possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system.' + description: 'The type of identity. The possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system.' microsoft.graph.externalConnectors.schema: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -812281,7 +812442,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.longRunningOperationStatus' - type: object nullable: true - description: 'The status of the operation. Possible values are: notStarted, running, completed, failed, unknownFutureValue.' + description: 'The status of the operation. The possible values are: notStarted, running, completed, failed, unknownFutureValue.' microsoft.graph.partners.billing.runningOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.partners.billing.operation' @@ -812383,7 +812544,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.devicePlatformType' - description: 'List of devices and operating systems that are able to view this bookmark. Possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.' + description: 'List of devices and operating systems that are able to view this bookmark. The possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.' powerAppIds: type: array items: @@ -812441,7 +812602,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.devicePlatformType' - description: 'List of devices and operating systems that are able to view this QnA. Possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.' + description: 'List of devices and operating systems that are able to view this QnA. The possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.' state: $ref: '#/components/schemas/microsoft.graph.search.answerState' targetedVariations: @@ -812519,7 +812680,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.devicePlatformType' - type: object nullable: true - description: 'The device or operating system that can view this answer variation. Possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.' + description: 'The device or operating system that can view this answer variation. The possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.' webUrl: type: string description: 'The URL link for the answer variation. When users select this answer variation from the search results, they''re directed to the specified URL.' @@ -812598,7 +812759,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.alertClassification' - type: object nullable: true - description: 'Specifies whether the alert represents a true threat. Possible values are: unknown, falsePositive, truePositive, informationalExpectedActivity, unknownFutureValue.' + description: 'Specifies whether the alert represents a true threat. The possible values are: unknown, falsePositive, truePositive, informationalExpectedActivity, unknownFutureValue.' comments: type: array items: @@ -812625,7 +812786,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.detectionSource' - type: object nullable: true - description: 'Detection technology or sensor that identified the notable component or activity. Possible values are: unknown, microsoftDefenderForEndpoint, antivirus, smartScreen, customTi, microsoftDefenderForOffice365, automatedInvestigation, microsoftThreatExperts, customDetection, microsoftDefenderForIdentity, cloudAppSecurity, microsoft365Defender, azureAdIdentityProtection, manual, microsoftDataLossPrevention, appGovernancePolicy, appGovernanceDetection, unknownFutureValue, microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence, microsoftDefenderForAIServices, securityCopilot. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence, microsoftDefenderForAIServices, securityCopilot.' + description: 'Detection technology or sensor that identified the notable component or activity. The possible values are: unknown, microsoftDefenderForEndpoint, antivirus, smartScreen, customTi, microsoftDefenderForOffice365, automatedInvestigation, microsoftThreatExperts, customDetection, microsoftDefenderForIdentity, cloudAppSecurity, microsoft365Defender, azureAdIdentityProtection, manual, microsoftDataLossPrevention, appGovernancePolicy, appGovernanceDetection, unknownFutureValue, microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence, microsoftDefenderForAIServices, securityCopilot. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence, microsoftDefenderForAIServices, securityCopilot.' detectorId: type: string description: The ID of the detector that triggered the alert. @@ -812635,7 +812796,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.alertDetermination' - type: object nullable: true - description: 'Specifies the result of the investigation, whether the alert represents a true attack and if so, the nature of the attack. Possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedAccount, phishing, maliciousUserActivity, notMalicious, notEnoughDataToValidate, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.' + description: 'Specifies the result of the investigation, whether the alert represents a true attack and if so, the nature of the attack. The possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedAccount, phishing, maliciousUserActivity, notMalicious, notEnoughDataToValidate, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.' evidence: type: array items: @@ -812660,7 +812821,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.investigationState' - type: object nullable: true - description: 'Information on the current status of the investigation. Possible values are: unknown, terminated, successfullyRemediated, benign, failed, partiallyRemediated, running, pendingApproval, pendingResource, queued, innerFailure, preexistingAlert, unsupportedOs, unsupportedAlertType, suppressedAlert, partiallyInvestigated, terminatedByUser, terminatedBySystem, unknownFutureValue.' + description: 'Information on the current status of the investigation. The possible values are: unknown, terminated, successfullyRemediated, benign, failed, partiallyRemediated, running, pendingApproval, pendingResource, queued, innerFailure, preexistingAlert, unsupportedOs, unsupportedAlertType, suppressedAlert, partiallyInvestigated, terminatedByUser, terminatedBySystem, unknownFutureValue.' lastActivityDateTime: 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 @@ -812825,7 +812986,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.caseAction' - type: object nullable: true - description: 'The type of action the operation represents. Possible values are: contentExport, applyTags, convertToPdf, index, estimateStatistics, addToReviewSet, holdUpdate, unknownFutureValue, purgeData, exportReport, exportResult, holdPolicySync. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: purgeData, exportReport, exportResult, holdPolicySync.' + description: 'The type of action the operation represents. The possible values are: contentExport, applyTags, convertToPdf, index, estimateStatistics, addToReviewSet, holdUpdate, unknownFutureValue, purgeData, exportReport, exportResult, holdPolicySync. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: purgeData, exportReport, exportResult, holdPolicySync.' completedDateTime: 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 @@ -812862,7 +813023,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.caseOperationStatus' - type: object nullable: true - description: 'The status of the case operation. Possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed, unknownFutureValue.' + description: 'The status of the case operation. The possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed, unknownFutureValue.' microsoft.graph.security.casesRoot: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -812993,7 +813154,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.dataSourceContainerStatus' - type: object nullable: true - description: 'Latest status of the dataSourceContainer. Possible values are: Active, Released.' + description: 'Latest status of the dataSourceContainer. The possible values are: Active, Released.' microsoft.graph.security.departmentTemplate: allOf: - $ref: '#/components/schemas/microsoft.graph.security.filePlanDescriptorTemplate' @@ -813029,25 +813190,25 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.additionalDataOptions' - type: object nullable: true - description: 'The options to add items to the review set. Possible values are: allVersions, linkedFiles, unknownFutureValue, advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder.' + description: 'The options to add items to the review set. The possible values are: allVersions, linkedFiles, unknownFutureValue, advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder.' cloudAttachmentVersion: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.cloudAttachmentVersion' - type: object nullable: true - description: 'Specifies the number of most recent versions of cloud attachments to collect. Possible values are: latest, recent10, recent100, all, unknownFutureValue.' + description: 'Specifies the number of most recent versions of cloud attachments to collect. The possible values are: latest, recent10, recent100, all, unknownFutureValue.' documentVersion: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.documentVersion' - type: object nullable: true - description: 'Specifies the number of most recent versions of SharePoint documents to collect. Possible values are: latest, recent10, recent100, all, unknownFutureValue.' + description: 'Specifies the number of most recent versions of SharePoint documents to collect. The possible values are: latest, recent10, recent100, all, unknownFutureValue.' itemsToInclude: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.itemsToInclude' - type: object nullable: true - description: 'The items to include in the review set. Possible values are: searchHits, partiallyIndexed, unknownFutureValue.' + description: 'The items to include in the review set. The possible values are: searchHits, partiallyIndexed, unknownFutureValue.' reportFileMetadata: type: array items: @@ -813157,7 +813318,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.reviewSetSettings' - type: object nullable: true - description: 'The settings of the review set for the case. Possible values are: none, disableGrouping, unknownFutureValue.' + description: 'The settings of the review set for the case. The possible values are: none, disableGrouping, unknownFutureValue.' topicModeling: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.topicModelingSettings' @@ -813245,7 +813406,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.statisticsOptions' - type: object nullable: true - description: 'The options to generate statistics. Possible values are: includeRefiners, includeQueryStats, includeUnindexedStats, advancedIndexing, locationsWithoutHits, unknownFutureValue.' + description: 'The options to generate statistics. The possible values are: includeRefiners, includeQueryStats, includeUnindexedStats, advancedIndexing, locationsWithoutHits, unknownFutureValue.' unindexedItemCount: type: number description: The estimated count of unindexed items for the collection. @@ -813283,13 +813444,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.exportOptions' - type: object nullable: true - description: 'The options provided for the export. For more information, see reviewSet: export. Possible values are: originalFiles, text, pdfReplacement, tags, unknownFutureValue, splitSource, includeFolderAndPath, friendlyName, condensePaths. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: splitSource, includeFolderAndPath, friendlyName, condensePaths.' + description: 'The options provided for the export. For more information, see reviewSet: export. The possible values are: originalFiles, text, pdfReplacement, tags, unknownFutureValue, splitSource, includeFolderAndPath, friendlyName, condensePaths. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: splitSource, includeFolderAndPath, friendlyName, condensePaths.' exportStructure: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.exportFileStructure' - type: object nullable: true - description: 'The options that specify the structure of the export. For more information, see reviewSet: export. Possible values are: none, directory (deprecated), pst, unknownFutureValue, msg. Use the Prefer: include-unknown-enum-members request header to get the following members from this evolvable enum: msg. The directory member is deprecated. It remains in v1.0 for backward compatibility. Going forward, use either pst or msg.' + description: 'The options that specify the structure of the export. For more information, see reviewSet: export. The possible values are: none, directory (deprecated), pst, unknownFutureValue, msg. Use the Prefer: include-unknown-enum-members request header to get the following members from this evolvable enum: msg. The directory member is deprecated. It remains in v1.0 for backward compatibility. Going forward, use either pst or msg.' outputName: type: string description: The name provided for the export. @@ -813382,7 +813543,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.childSelectability' - type: object nullable: true - description: 'Indicates whether a single or multiple child tags can be associated with a document. Possible values are: One, Many. This value controls whether the UX presents the tags as checkboxes or a radio button group.' + description: 'Indicates whether a single or multiple child tags can be associated with a document. The possible values are: One, Many. This value controls whether the UX presents the tags as checkboxes or a radio button group.' childTags: type: array items: @@ -813407,7 +813568,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.dataSourceScopes' - type: object nullable: true - description: 'When specified, the collection spans across a service for an entire workload. Possible values are: none, allTenantMailboxes, allTenantSites, allCaseCustodians, allCaseNoncustodialDataSources.' + description: 'When specified, the collection spans across a service for an entire workload. The possible values are: none, allTenantMailboxes, allTenantSites, allCaseCustodians, allCaseNoncustodialDataSources.' additionalSources: type: array items: @@ -813457,7 +813618,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.cloudAttachmentVersion' - type: object nullable: true - description: 'The versions of cloud attachments to include in messages. Possible values are: latest, recent10, recent100, all, unknownFutureValue.' + description: 'The versions of cloud attachments to include in messages. The possible values are: latest, recent10, recent100, all, unknownFutureValue.' description: type: string description: The description of the export by the user. @@ -813471,7 +813632,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.documentVersion' - type: object nullable: true - description: 'The versions of files in SharePoint to include. Possible values are: latest, recent10, recent100, all, unknownFutureValue.' + description: 'The versions of files in SharePoint to include. The possible values are: latest, recent10, recent100, all, unknownFutureValue.' exportCriteria: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.exportCriteria' @@ -814096,7 +814257,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.alertClassification' - type: object nullable: true - description: 'The specification for the incident. Possible values are: unknown, falsePositive, truePositive, informationalExpectedActivity, unknownFutureValue.' + description: 'The specification for the incident. The possible values are: unknown, falsePositive, truePositive, informationalExpectedActivity, unknownFutureValue.' comments: type: array items: @@ -814122,7 +814283,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.alertDetermination' - type: object nullable: true - description: 'Specifies the determination of the incident. Possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedUser, phishing, maliciousUserActivity, clean, insufficientData, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.' + description: 'Specifies the determination of the incident. The possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedUser, phishing, maliciousUserActivity, clean, insufficientData, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.' displayName: type: string description: The incident name. @@ -814926,7 +815087,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.sourceType' - type: object nullable: true - description: 'Specifies which sources are included in this group. Possible values are: mailbox, site.' + description: 'Specifies which sources are included in this group. The possible values are: mailbox, site.' group: $ref: '#/components/schemas/microsoft.graph.group' microsoft.graph.security.user: @@ -814957,7 +815118,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.sourceType' - type: object nullable: true - description: 'Specifies which sources are included in this group. Possible values are: mailbox, site.' + description: 'Specifies which sources are included in this group. The possible values are: mailbox, site.' siteWebUrl: type: string description: The URL of the user's OneDrive for Business site. Read-only. @@ -815201,7 +815362,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.aiAgentPlatform' - type: object nullable: true - description: 'Type of the platform the agent runs on. Possible values are: unknown, azureAIFoundry, copilotStudio, copilot, unknownFutureValue.' + description: 'Type of the platform the agent runs on. The possible values are: unknown, azureAIFoundry, copilotStudio, copilot, unknownFutureValue.' instructions: type: string description: The instructions of the agent. @@ -816121,7 +816282,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.googleCloudLocationType' - type: object nullable: true - description: 'The type of location. Possible values are: unknown, regional, zonal, global, unknownFutureValue.' + description: 'The type of location. The possible values are: unknown, regional, zonal, global, unknownFutureValue.' projectId: type: string description: The Google project ID as defined by the user. @@ -816487,7 +816648,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.kubernetesPlatform' - type: object nullable: true - description: 'The platform the cluster runs on. Possible values are: unknown, aks, eks, gke, arc, unknownFutureValue.' + description: 'The platform the cluster runs on. The possible values are: unknown, aks, eks, gke, arc, unknownFutureValue.' version: type: string description: The kubernetes version of the cluster. @@ -816706,7 +816867,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.containerPortProtocol' - type: object nullable: true - description: 'The protocol name. Possible values are: udp, tcp, sctp, unknownFutureValue.' + description: 'The protocol name. The possible values are: udp, tcp, sctp, unknownFutureValue.' targetPort: type: string description: The name or number of the port to access on the pods targeted by the service. The port number must be in the range 1 to 65535. The name must be an IANASVCNAME. @@ -817393,13 +817554,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.teamsMessageDeliveryAction' - type: object nullable: true - description: 'The delivery action of this Teams message. Possible values are: unknown, deliveredAsSpam, delivered, blocked, replaced, unknownFutureValue.' + description: 'The delivery action of this Teams message. The possible values are: unknown, deliveredAsSpam, delivered, blocked, replaced, unknownFutureValue.' deliveryLocation: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.teamsDeliveryLocation' - type: object nullable: true - description: 'The delivery location of this Teams message. Possible values are: unknown, teams, quarantine, failed, unknownFutureValue.' + description: 'The delivery location of this Teams message. The possible values are: unknown, teams, quarantine, failed, unknownFutureValue.' files: type: array items: @@ -818497,7 +818658,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' - type: object nullable: true - description: 'Returns the type of the group. Possible values are: global, system, and siteCollection.' + description: 'Returns the type of the group. The possible values are: global, system, and siteCollection.' sets: type: array items: @@ -818515,7 +818676,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.termStore.relationType' - type: object nullable: true - description: 'The type of relation. Possible values are: pin, reuse.' + description: 'The type of relation. The possible values are: pin, reuse.' fromTerm: anyOf: - $ref: '#/components/schemas/microsoft.graph.termStore.term' diff --git a/openapi/v1.0/graphexplorer.yaml b/openapi/v1.0/graphexplorer.yaml index 667fe053..4d22f64f 100644 --- a/openapi/v1.0/graphexplorer.yaml +++ b/openapi/v1.0/graphexplorer.yaml @@ -7601,11 +7601,11 @@ paths: get: tags: - applications.federatedIdentityCredential - summary: List federatedIdentityCredentials - description: Get a list of the federatedIdentityCredential objects and their properties. + summary: List federatedIdentityCredential objects + description: Get a list of the federatedIdentityCredential objects and their properties assigned to an application. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/federatedidentitycredential-list?view=graph-rest-1.0 operationId: applications.ListFederatedIdentityCredentials parameters: - name: application-id @@ -7688,7 +7688,7 @@ paths: description: 'Create a new federatedIdentityCredential object for an application. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/federatedidentitycredential-post?view=graph-rest-1.0 operationId: applications.CreateFederatedIdentityCredentials parameters: - name: application-id @@ -7721,7 +7721,7 @@ paths: tags: - applications.federatedIdentityCredential summary: Get federatedIdentityCredential - description: Read the properties and relationships of a federatedIdentityCredential object. + description: Read the properties and relationships of a federatedIdentityCredential object assigned to an application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0 @@ -7860,7 +7860,7 @@ paths: tags: - applications.federatedIdentityCredential summary: Get federatedIdentityCredential - description: Read the properties and relationships of a federatedIdentityCredential object. + description: Read the properties and relationships of a federatedIdentityCredential object assigned to an application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0 @@ -460086,7 +460086,11 @@ paths: delete: tags: - me.calendar - summary: Delete navigation property calendars for me + summary: Delete calendar + description: Delete a calendar other than the default calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendar-delete?view=graph-rest-1.0 operationId: me.DeleteCalendars parameters: - name: calendar-id @@ -546237,7 +546241,7 @@ paths: description: Retrieve the properties and relationships of a onenoteSection object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/onenotesection-get?view=graph-rest-1.0 operationId: me.onenote.GetSections parameters: - name: onenoteSection-id @@ -548472,7 +548476,7 @@ paths: tags: - me.onlineMeeting summary: Get callRecording - description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API supports the retrieval of call recordings from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.' + description: 'Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0 @@ -548985,11 +548989,8 @@ paths: get: tags: - me.onlineMeeting - summary: Get callTranscript - description: 'Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 + summary: Get transcripts from me + description: The transcripts of an online meeting. Read-only. operationId: me.onlineMeetings.ListTranscripts parameters: - name: onlineMeeting-id @@ -567253,7 +567254,11 @@ paths: post: tags: - places.place - summary: Add new entity to places + summary: Create place + description: 'Create a new place object. You can also use this method to create the following child object types: building, floor, section, room, workspace, or desk.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-post?view=graph-rest-1.0 operationId: places.place.CreatePlace requestBody: description: New entity @@ -567278,7 +567283,7 @@ paths: tags: - places.place summary: Update place - description: 'Update the properties of place object, which can be a room or roomList. You can identify the room or roomList by specifying the id or emailAddress property.' + description: 'Update the properties of place object that can be a building, floor, section, desk, room, workspace, or roomList. You can identify the place by specifying the id property.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/place-update?view=graph-rest-1.0 @@ -567307,7 +567312,11 @@ paths: delete: tags: - places.place - summary: Delete entity from places + summary: Delete place + description: 'Delete a place object. You can also use this method to delete the following child object types: building, floor, section, or desk.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-delete?view=graph-rest-1.0 operationId: places.place.DeletePlace parameters: - name: place-id @@ -567333,7 +567342,8 @@ paths: get: tags: - places.checkInClaim - summary: Get checkIns from places + summary: Get checkInClaim + description: 'Read the properties and relationships of a checkInClaim object. This API provides the check-in status for a specific place, such as a desk, room, or workspace, associated with a particular reservation.' operationId: places.ListCheckIns parameters: - name: place-id @@ -567403,7 +567413,11 @@ paths: post: tags: - places.checkInClaim - summary: Create new navigation property to checkIns for places + summary: Create checkInClaim + description: 'Create a new checkInClaim object to record the check-in status for a specific place, such as a desk or a room, associated with a specific calendar reservation. This check-in confirms that the reserved space is in use and prevents automatic release if auto-release policies are configured for that place.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-post-checkins?view=graph-rest-1.0 operationId: places.CreateCheckIns parameters: - name: place-id @@ -567445,7 +567459,11 @@ paths: get: tags: - places.checkInClaim - summary: Get checkIns from places + summary: Get checkInClaim + description: 'Read the properties and relationships of a checkInClaim object. This API provides the check-in status for a specific place, such as a desk, room, or workspace, associated with a particular reservation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/checkinclaim-get?view=graph-rest-1.0 operationId: places.GetCheckIns parameters: - name: place-id @@ -567599,7 +567617,11 @@ paths: get: tags: - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.building + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.GetPlace.AsBuilding parameters: - name: place-id @@ -567658,6 +567680,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsBuilding.ListCheckIns parameters: - name: place-id @@ -567770,6 +567793,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsBuilding.GetCheckIns parameters: - name: place-id @@ -567923,7 +567947,11 @@ paths: get: tags: - places.buildingMap - summary: Get map from places + summary: Get buildingMap + description: Get the map of a building in IMDF format. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/buildingmap-get?view=graph-rest-1.0 operationId: places.AsBuilding.GetMap parameters: - name: place-id @@ -568002,7 +568030,11 @@ paths: delete: tags: - places.buildingMap - summary: Delete navigation property map for places + summary: Delete buildingMap + description: Delete the map of a specific building. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/buildingmap-delete?view=graph-rest-1.0 operationId: places.AsBuilding.DeleteMap parameters: - name: place-id @@ -568028,7 +568060,11 @@ paths: get: tags: - places.buildingMap - summary: Get footprints from places + summary: List footprints + description: Get a list of footprintMap objects for building footprints and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/buildingmap-list-footprints?view=graph-rest-1.0 operationId: places.AsBuilding.map.ListFootprints parameters: - name: place-id @@ -568128,6 +568164,7 @@ paths: tags: - places.buildingMap summary: Get footprints from places + description: Represents the approximate physical extent of a referenced building. It corresponds to footprint.geojson in IMDF format. operationId: places.AsBuilding.map.GetFootprints parameters: - name: place-id @@ -568270,7 +568307,11 @@ paths: get: tags: - places.buildingMap - summary: Get levels from places + summary: List levels + description: Get a list of the levelMap objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/buildingmap-list-levels?view=graph-rest-1.0 operationId: places.AsBuilding.map.ListLevels parameters: - name: place-id @@ -568379,6 +568420,7 @@ paths: tags: - places.buildingMap summary: Get levels from places + description: Represents a physical floor structure within a building. It corresponds to level.geojson in IMDF format. operationId: places.AsBuilding.map.GetLevels parameters: - name: place-id @@ -568506,7 +568548,11 @@ paths: get: tags: - places.buildingMap - summary: Get fixtures from places + summary: List fixtures + description: Get a list of the fixtureMap objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/levelmap-list-fixtures?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.ListFixtures parameters: - name: place-id @@ -568623,6 +568669,7 @@ paths: tags: - places.buildingMap summary: Get fixtures from places + description: Collection of fixtures (such as furniture or equipment) on this level. Supports upsert. operationId: places.AsBuilding.map.levels.GetFixtures parameters: - name: place-id @@ -568685,7 +568732,11 @@ paths: patch: tags: - places.buildingMap - summary: Update the navigation property fixtures in places + summary: Update fixtureMap + description: 'Update the properties of an existing fixtureMap object in IMDF format on a specified floor, or create one if it doesn''t exist.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/fixturemap-update?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.UpdateFixtures parameters: - name: place-id @@ -568725,7 +568776,11 @@ paths: delete: tags: - places.buildingMap - summary: Delete navigation property fixtures for places + summary: Delete fixtureMap + description: Delete a fixture on a specified floor. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/fixturemap-delete?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.DeleteFixtures parameters: - name: place-id @@ -568794,7 +568849,11 @@ paths: get: tags: - places.buildingMap - summary: Get sections from places + summary: List sections + description: Get a list of the sectionMap objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/levelmap-list-sections?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.ListSections parameters: - name: place-id @@ -568911,6 +568970,7 @@ paths: tags: - places.buildingMap summary: Get sections from places + description: Collection of sections (such as zones or partitions) on this level. Supports upsert. operationId: places.AsBuilding.map.levels.GetSections parameters: - name: place-id @@ -569082,7 +569142,11 @@ paths: get: tags: - places.buildingMap - summary: Get units from places + summary: List units + description: Get a list of the unitMap objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/levelmap-list-units?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.ListUnits parameters: - name: place-id @@ -569199,6 +569263,7 @@ paths: tags: - places.buildingMap summary: Get units from places + description: Collection of units (such as rooms or offices) on this level. Supports upsert. operationId: places.AsBuilding.map.levels.GetUnits parameters: - name: place-id @@ -569261,7 +569326,11 @@ paths: patch: tags: - places.buildingMap - summary: Update the navigation property units in places + summary: Update unitMap + description: 'Update the properties of an existing unitMap object in IMDF format on a specified floor, or create one if it doesn''t exist.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unitmap-update?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.UpdateUnits parameters: - name: place-id @@ -569301,7 +569370,11 @@ paths: delete: tags: - places.buildingMap - summary: Delete navigation property units for places + summary: Delete unitMap + description: Delete a unitMap object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unitmap-delete?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.DeleteUnits parameters: - name: place-id @@ -569497,7 +569570,11 @@ paths: get: tags: - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.desk + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.GetPlace.AsDesk parameters: - name: place-id @@ -569556,6 +569633,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsDesk.ListCheckIns parameters: - name: place-id @@ -569668,6 +569746,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsDesk.GetCheckIns parameters: - name: place-id @@ -569821,7 +569900,11 @@ paths: get: tags: - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.floor + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.GetPlace.AsFloor parameters: - name: place-id @@ -569880,6 +569963,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsFloor.ListCheckIns parameters: - name: place-id @@ -569992,6 +570076,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsFloor.GetCheckIns parameters: - name: place-id @@ -570145,8 +570230,8 @@ paths: get: tags: - places.place - summary: List places - description: 'Get a collection of the specified type of place objects defined in the tenant. For example, you can get all the rooms, all the room lists, or the rooms in a specific room list in the tenant. A place object can be one of the following types: Both room and roomList are derived from the place object. By default, this operation returns 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. See details for how they compare.' + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 @@ -570208,6 +570293,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoom.ListCheckIns parameters: - name: place-id @@ -570320,6 +570406,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoom.GetCheckIns parameters: - name: place-id @@ -570532,6 +570619,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoomList.ListCheckIns parameters: - name: place-id @@ -570644,6 +570732,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoomList.GetCheckIns parameters: - name: place-id @@ -571090,6 +571179,7 @@ paths: tags: - places.room summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoomList.rooms.ListCheckIns parameters: - name: place-id @@ -571216,6 +571306,7 @@ paths: tags: - places.room summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoomList.rooms.GetCheckIns parameters: - name: place-id @@ -571692,6 +571783,7 @@ paths: tags: - places.workspace summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoomList.workspaces.ListCheckIns parameters: - name: place-id @@ -571818,6 +571910,7 @@ paths: tags: - places.workspace summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoomList.workspaces.GetCheckIns parameters: - name: place-id @@ -572021,7 +572114,11 @@ paths: get: tags: - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.section + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.GetPlace.AsSection parameters: - name: place-id @@ -572080,6 +572177,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsSection.ListCheckIns parameters: - name: place-id @@ -572192,6 +572290,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsSection.GetCheckIns parameters: - name: place-id @@ -572345,7 +572444,11 @@ paths: get: tags: - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.workspace + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.GetPlace.AsWorkspace parameters: - name: place-id @@ -572404,6 +572507,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsWorkspace.ListCheckIns parameters: - name: place-id @@ -572516,6 +572620,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsWorkspace.GetCheckIns parameters: - name: place-id @@ -572684,7 +572789,11 @@ paths: get: tags: - places.place - summary: Get the items of type microsoft.graph.building in the microsoft.graph.place collection + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.ListPlace.AsBuilding parameters: - $ref: '#/components/parameters/top' @@ -572783,7 +572892,11 @@ paths: get: tags: - places.place - summary: Get the items of type microsoft.graph.desk in the microsoft.graph.place collection + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.ListPlace.AsDesk parameters: - $ref: '#/components/parameters/top' @@ -572882,7 +572995,11 @@ paths: get: tags: - places.place - summary: Get the items of type microsoft.graph.floor in the microsoft.graph.place collection + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.ListPlace.AsFloor parameters: - $ref: '#/components/parameters/top' @@ -572981,8 +573098,8 @@ paths: get: tags: - places.place - summary: List places - description: 'Get a collection of the specified type of place objects defined in the tenant. For example, you can get all the rooms, all the room lists, or the rooms in a specific room list in the tenant. A place object can be one of the following types: Both room and roomList are derived from the place object. By default, this operation returns 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. See details for how they compare.' + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 @@ -573183,7 +573300,11 @@ paths: get: tags: - places.place - summary: Get the items of type microsoft.graph.section in the microsoft.graph.place collection + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.ListPlace.AsSection parameters: - $ref: '#/components/parameters/top' @@ -573282,7 +573403,11 @@ paths: get: tags: - places.place - summary: Get the items of type microsoft.graph.workspace in the microsoft.graph.place collection + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.ListPlace.AsWorkspace parameters: - $ref: '#/components/parameters/top' @@ -905824,7 +905949,7 @@ paths: tags: - users.onlineMeeting summary: Get callRecording - description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API supports the retrieval of call recordings from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.' + description: 'Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.' operationId: users.onlineMeetings.ListRecordings parameters: - name: user-id @@ -905959,7 +906084,7 @@ paths: tags: - users.onlineMeeting summary: Get callRecording - description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API supports the retrieval of call recordings from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.' + description: 'Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0 @@ -906410,7 +906535,7 @@ paths: tags: - users.onlineMeeting summary: List transcripts - description: 'Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time.' + description: Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0 @@ -906551,7 +906676,7 @@ paths: tags: - users.onlineMeeting summary: Get callTranscript - description: 'Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.' + description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 @@ -906705,7 +906830,7 @@ paths: tags: - users.onlineMeeting summary: Get callTranscript - description: 'Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.' + description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 @@ -906827,7 +906952,7 @@ paths: tags: - users.onlineMeeting summary: Get callTranscript - description: 'Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.' + description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 @@ -923538,7 +923663,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryDecisionFilter' - type: object nullable: true - description: 'Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified.' + description: 'Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. The possible values are: approve, deny, dontKnow, notReviewed, and notNotified.' displayName: type: string description: Name for the access review history data collection. Required. @@ -924233,7 +924358,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.agreementAcceptanceState' - type: object nullable: true - description: 'The state of the agreement acceptance. Possible values are: accepted, declined. Supports $filter (eq).' + description: 'The state of the agreement acceptance. The possible values are: accepted, declined. Supports $filter (eq).' userDisplayName: type: string description: Display name of the user when the acceptance was recorded. @@ -924486,7 +924611,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.alertFeedback' - type: object nullable: true - description: 'Analyst feedback on the alert. Possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.' + description: 'Analyst feedback on the alert. The possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.' fileStates: type: array items: @@ -925443,7 +925568,7 @@ components: nullable: true disabledByMicrosoftStatus: type: string - description: 'Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).' + description: 'Specifies whether Microsoft has disabled the registered application. The possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).' nullable: true displayName: type: string @@ -925952,7 +926077,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.attackSimulationOperationType' - type: object nullable: true - description: 'The attack simulation operation type. Possible values are: createSimulation, updateSimulation, unknownFutureValue.' + description: 'The attack simulation operation type. The possible values are: createSimulation, updateSimulation, unknownFutureValue.' description: The status of a long-running operation. microsoft.graph.attackSimulationRoot: allOf: @@ -926041,7 +926166,7 @@ components: nullable: true role: type: string - description: 'Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer.' + description: 'Role of the attendee. The possible values are: None, Attendee, Presenter, and Organizer.' nullable: true totalAttendanceInSeconds: maximum: 2147483647 @@ -926363,7 +926488,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodState' - type: object nullable: true - description: 'The state of the policy. Possible values are: enabled, disabled.' + description: 'The state of the policy. The possible values are: enabled, disabled.' microsoft.graph.authenticationMethodModeDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -926550,7 +926675,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.allowInvitesFrom' - type: object nullable: true - description: 'Indicates who can invite guests to the organization. Possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more information, see allowInvitesFrom values.' + description: 'Indicates who can invite guests to the organization. The possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more information, see allowInvitesFrom values.' allowUserConsentForRiskyApps: type: boolean description: Indicates whether user consent for risky apps is allowed. We recommend keeping allowUserConsentForRiskyApps as false. Default value is false. @@ -926837,6 +926962,7 @@ components: properties: properties: type: string + description: Concatenated key-value pair of all properties of a GeoJSON file for this baseMapFeature. nullable: true microsoft.graph.baseSitePage: allOf: @@ -927583,11 +927709,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceLink' + description: A set of links to external resources that are associated with the building. Inherited from place. map: anyOf: - $ref: '#/components/schemas/microsoft.graph.buildingMap' - type: object nullable: true + description: Map file associated with a building in Places. This object is the IMDF-format representation of building.geojson. x-ms-navigationProperty: true microsoft.graph.buildingMap: allOf: @@ -927597,16 +927725,19 @@ components: properties: placeId: type: string + description: Identifier for the building to which this buildingMap belongs. nullable: true footprints: type: array items: $ref: '#/components/schemas/microsoft.graph.footprintMap' + description: Represents the approximate physical extent of a referenced building. It corresponds to footprint.geojson in IMDF format. x-ms-navigationProperty: true levels: type: array items: $ref: '#/components/schemas/microsoft.graph.levelMap' + description: Represents a physical floor structure within a building. It corresponds to level.geojson in IMDF format. x-ms-navigationProperty: true microsoft.graph.builtInIdentityProvider: allOf: @@ -927636,7 +927767,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' - type: object nullable: true - description: 'Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' + description: 'Represent the online meeting service providers that can be used to create online meetings in this calendar. The possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' canEdit: type: boolean description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who shared a calendar and granted write access.' @@ -927664,7 +927795,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' - type: object nullable: true - description: 'The default online meeting provider for meetings sent from this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' + description: 'The default online meeting provider for meetings sent from this calendar. The possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' hexColor: type: string description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' @@ -927760,7 +927891,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.calendarRoleType' - type: object nullable: true - description: 'List of allowed sharing or delegating permission levels for the calendar. Possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom.' + description: 'List of allowed sharing or delegating permission levels for the calendar. The possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom.' emailAddress: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailAddress' @@ -927872,7 +928003,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.modality' - type: object nullable: true - description: 'The list of requested modalities. Possible values are: unknown, audio, video, videoBasedScreenSharing, data.' + description: 'The list of requested modalities. The possible values are: unknown, audio, video, videoBasedScreenSharing, data.' resultInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.resultInfo' @@ -927890,7 +928021,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.callState' - type: object nullable: true - description: 'The call state. Possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only.' + description: 'The call state. The possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only.' subject: type: string description: The subject of the conversation. @@ -928544,11 +928675,13 @@ components: properties: calendarEventId: type: string + description: 'The unique identifier for an Outlook calendar event associated with the checkInClaim object. For more information, see the iCalUId property in event.' checkInMethod: $ref: '#/components/schemas/microsoft.graph.checkInMethod' 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 + description: 'The date and time when the checkInClaim object was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true microsoft.graph.checklistItem: @@ -928719,7 +928852,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningType' - type: object nullable: true - description: 'The type of licenses to be used when provisioning Cloud PCs using this policy. Possible values are: dedicated, shared, unknownFutureValue. The default value is dedicated.' + description: 'The type of licenses to be used when provisioning Cloud PCs using this policy. The possible values are: dedicated, shared, unknownFutureValue. The default value is dedicated.' servicePlanId: type: string description: 'The service plan ID for the Cloud PC that consists of 32 characters in a GUID format. For more information about service plans, see Product names and service plan identifiers for licensing. Read-only.' @@ -928787,7 +928920,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcDeviceImageErrorCode' - type: object nullable: true - description: 'The error code of the status of the image that indicates why the upload failed, if applicable. Possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only.' + description: 'The error code of the status of the image that indicates why the upload failed, if applicable. The possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only.' expirationDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string @@ -928813,7 +928946,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcDeviceImageOsStatus' - type: object nullable: true - description: 'The OS status of this image. Possible values are: supported, supportedWithWarning, unknown, unknownFutureValue. The default value is unknown. Read-only.' + description: 'The OS status of this image. The possible values are: supported, supportedWithWarning, unknown, unknownFutureValue. The default value is unknown. Read-only.' sourceImageResourceId: type: string description: 'The unique identifier (ID) of the source image resource on Azure. The required ID format is: ''/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName}''. Read-only.' @@ -928823,7 +928956,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcDeviceImageStatus' - type: object nullable: true - description: 'The status of the image on the Cloud PC. Possible values are: pending, ready, failed, unknownFutureValue. Read-only.' + description: 'The status of the image on the Cloud PC. The possible values are: pending, ready, failed, unknownFutureValue. Read-only.' version: type: string description: 'The image version. For example, 0.0.1 and 1.5.13. Read-only.' @@ -928880,7 +929013,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcGalleryImageStatus' - type: object nullable: true - description: 'The status of the gallery image on the Cloud PC. Possible values are: supported, supportedWithWarning, notSupported, unknownFutureValue. The default value is supported. Read-only.' + description: 'The status of the gallery image on the Cloud PC. The possible values are: supported, supportedWithWarning, notSupported, unknownFutureValue. The default value is supported. Read-only.' microsoft.graph.cloudPcOnPremisesConnection: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -929018,7 +929151,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningType' - type: object nullable: true - description: 'Specifies the type of license used when provisioning Cloud PCs using this policy. By default, the license type is dedicated if the provisioningType isn''t specified when you create the cloudPcProvisioningPolicy. You can''t change this property after the cloudPcProvisioningPolicy was created. Possible values are: dedicated, shared, unknownFutureValue.' + description: 'Specifies the type of license used when provisioning Cloud PCs using this policy. By default, the license type is dedicated if the provisioningType isn''t specified when you create the cloudPcProvisioningPolicy. You can''t change this property after the cloudPcProvisioningPolicy was created. The possible values are: dedicated, shared, unknownFutureValue.' windowsSetting: anyOf: - $ref: '#/components/schemas/microsoft.graph.cloudPcWindowsSetting' @@ -929395,7 +929528,7 @@ components: nullable: true status: type: string - description: 'The status of this subscription. Possible values are: Enabled, Deleted, Suspended, Warning, LockedOut.' + description: 'The status of this subscription. The possible values are: Enabled, Deleted, Suspended, Warning, LockedOut.' nullable: true totalLicenses: maximum: 2147483647 @@ -929942,7 +930075,7 @@ components: properties: contractType: type: string - description: 'Type of contract. Possible values are: SyndicationPartner, BreadthPartner, ResellerPartner. See more in the table below.' + description: 'Type of contract. The possible values are: SyndicationPartner, BreadthPartner, ResellerPartner. See more in the table below.' nullable: true customerId: 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}$' @@ -930436,7 +930569,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.dataPolicyOperationStatus' - type: object nullable: true - description: 'Possible values are: notStarted, running, complete, failed, unknownFutureValue.' + description: 'The possible values are: notStarted, running, complete, failed, unknownFutureValue.' storageLocation: type: string description: The URL location to where data is being exported for export requests. @@ -930799,17 +930932,20 @@ components: properties: displayDeviceName: type: string + description: 'The name of the display device (for example, monitor or projector) that is available at the desk.' nullable: true mailboxDetails: anyOf: - $ref: '#/components/schemas/microsoft.graph.mailboxDetails' - type: object nullable: true + description: The mailbox object id and email address that are associated with the desk. mode: anyOf: - $ref: '#/components/schemas/microsoft.graph.placeMode' - type: object nullable: true + description: 'The mode of the desk. The supported modes are:assignedPlaceMode - Desks that are assigned to a user.reservablePlaceMode - Desks that can be booked in advance using desk reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks, the desk is booked for you, assuming the peripheral is associated with the desk in the Microsoft Teams Rooms Pro management portal.' microsoft.graph.detectedApp: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -930888,7 +931024,7 @@ components: nullable: true deviceOwnership: type: string - description: 'Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal.' + description: 'Ownership of the device. Intune sets this property. The possible values are: unknown, company, personal.' nullable: true deviceVersion: maximum: 2147483647 @@ -930907,7 +931043,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' + description: 'Enrollment type of the device. Intune sets this property. The possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true isCompliant: type: boolean @@ -930927,7 +931063,7 @@ components: nullable: true managementType: type: string - description: 'The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' + description: 'The management channel of the device. This property is set by Intune. The possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' nullable: true manufacturer: type: string @@ -932916,7 +933052,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.operationResult' - type: object nullable: true - description: 'Indicates the result of the activity. Possible values are: success, failure, timeout, unknownFutureValue.' + description: 'Indicates the result of the activity. The possible values are: success, failure, timeout, unknownFutureValue.' resultReason: type: string description: Indicates the reason for failure if the result is failure or timeout. @@ -933849,7 +933985,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationAssignmentStatus' - type: object nullable: true - description: 'Status of the assignment. You can''t PATCH this value. Possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: inactive.' + description: 'Status of the assignment. You can''t PATCH this value. The possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: inactive.' readOnly: true webUrl: type: string @@ -933906,7 +934042,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationAddedStudentAction' - type: object nullable: true - description: 'Class-level default behavior for handling students who are added after the assignment is published. Possible values are: none, assignIfOpen.' + description: 'Class-level default behavior for handling students who are added after the assignment is published. The possible values are: none, assignIfOpen.' addToCalendarAction: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAddToCalendarOptions' @@ -934025,7 +934161,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationExternalSource' - type: object nullable: true - description: 'How this class was created. Possible values are: sis, manual.' + description: 'How this class was created. The possible values are: sis, manual.' externalSourceDetail: type: string description: The name of the external source this resource was generated from. @@ -934224,7 +934360,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationModuleStatus' - type: object nullable: true - description: 'Status of the module. You can''t use a PATCH operation to update this value. Possible values are: draft and published.' + description: 'Status of the module. You can''t use a PATCH operation to update this value. The possible values are: draft and published.' readOnly: true resources: type: array @@ -934262,7 +934398,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationExternalSource' - type: object nullable: true - description: 'Source where this organization was created from. Possible values are: sis, manual.' + description: 'Source where this organization was created from. The possible values are: sis, manual.' externalSourceDetail: type: string description: The name of the external source this resource was generated from. @@ -934575,7 +934711,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationSubmissionStatus' - type: object nullable: true - description: 'Read-only. Possible values are: excused, reassigned, returned, submitted and working. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: excused and reassigned.' + description: 'Read-only. The possible values are: excused, reassigned, returned, submitted and working. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: excused and reassigned.' readOnly: true submittedBy: anyOf: @@ -934691,7 +934827,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationExternalSource' - type: object nullable: true - description: 'Where this user was created from. Possible values are: sis, manual.' + description: 'Where this user was created from. The possible values are: sis, manual.' externalSourceDetail: type: string description: The name of the external source this resource was generated from. @@ -934860,7 +934996,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.externalEmailOtpState' - type: object nullable: true - description: 'Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn''t use public preview have email OTP enabled beginning in October 2021.' + description: 'Determines whether email OTP is usable by external users for authentication. The possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn''t use public preview have email OTP enabled beginning in October 2021.' includeTargets: type: array items: @@ -934881,7 +935017,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.mailDestinationRoutingReason' - type: object nullable: true - description: 'The reason for mail routed to its destination. Possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk.' + description: 'The reason for mail routed to its destination. The possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk.' recipientEmail: type: string description: The mail recipient whose policies are used to assess the mail. @@ -935018,19 +935154,19 @@ components: - $ref: '#/components/schemas/microsoft.graph.endUserNotificationType' - type: object nullable: true - description: 'Type of notification. Possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue.' + description: 'Type of notification. The possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue.' source: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationContentSource' - type: object nullable: true - description: 'The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue.' + description: 'The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue.' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationContentStatus' - type: object nullable: true - description: 'The status of the notification. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' + description: 'The status of the notification. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' supportedLocales: type: array items: @@ -935580,7 +935716,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.sensitivity' - type: object nullable: true - description: 'Possible values are: normal, personal, private, and confidential.' + description: 'The possible values are: normal, personal, private, and confidential.' seriesMasterId: type: string description: 'The ID for the recurring series master item, if this event is part of a recurring series.' @@ -935590,7 +935726,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.freeBusyStatus' - type: object nullable: true - description: 'The status to show. Possible values are: free, tentative, busy, oof, workingElsewhere, unknown.' + description: 'The status to show. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown.' start: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' @@ -935610,7 +935746,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.eventType' - type: object nullable: true - description: 'The event type. Possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only' + description: 'The event type. The possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only' webLink: type: string description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' @@ -935766,7 +935902,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.responseType' - type: object nullable: true - description: 'Specifies the type of response to a meeting request. Possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable.' + description: 'Specifies the type of response to a meeting request. The possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable.' microsoft.graph.exchangeProtectionPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' @@ -935965,7 +936101,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.attestationLevel' - type: object nullable: true - description: 'The attestation level of this FIDO2 security key. Possible values are: attested, or notAttested.' + description: 'The attestation level of this FIDO2 security key. The possible values are: attested, or notAttested.' 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 @@ -936163,7 +936299,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attributeType' - description: 'Attribute types supported by the operator. Possible values are: Boolean, Binary, Reference, Integer, String.' + description: 'Attribute types supported by the operator. The possible values are: Boolean, Binary, Reference, Integer, String.' microsoft.graph.fixtureMap: allOf: - $ref: '#/components/schemas/microsoft.graph.baseMapFeature' @@ -936172,6 +936308,7 @@ components: properties: placeId: type: string + description: Identifier for the floor to which this fixtureMap belongs. nullable: true microsoft.graph.floor: allOf: @@ -936183,6 +936320,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: number + description: 'Specifies the sort order of the floor. For example, a floor might be named ''Lobby'' with a sort order of 0 to show this floor first in ordered lists.' format: int32 nullable: true microsoft.graph.footprintMap: @@ -936414,7 +936552,7 @@ components: nullable: true visibility: type: string - description: 'Specifies the group join policy and group content visibility for groups. Possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can''t be updated later. Other values of visibility can be updated after group creation. If visibility value isn''t specified during group creation on Microsoft Graph, a security group is created as Private by default, and the Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable.' + description: 'Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can''t be updated later. Other values of visibility can be updated after group creation. If visibility value isn''t specified during group creation on Microsoft Graph, a security group is created as Private by default, and the Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable.' nullable: true acceptedSenders: type: array @@ -937185,7 +937323,7 @@ components: nullable: true status: type: string - description: 'The status of the invitation. Possible values are: PendingAcceptance, Completed, InProgress, and Error.' + description: 'The status of the invitation. The possible values are: PendingAcceptance, Completed, InProgress, and Error.' nullable: true invitedUser: anyOf: @@ -938380,13 +938518,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.simulationContentSource' - type: object nullable: true - description: 'The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue.' + description: 'The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue.' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationContentStatus' - type: object nullable: true - description: 'The status of the simulation. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' + description: 'The status of the simulation. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' supportedLocales: type: array items: @@ -938515,7 +938653,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.level' - type: object nullable: true - description: 'The difficulty level of the learning content. Possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional.' + description: 'The difficulty level of the learning content. The possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional.' numberOfPages: maximum: 2147483647 minimum: -2147483648 @@ -938577,7 +938715,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.courseStatus' - type: object nullable: true - description: 'The status of the course activity. Possible values are: notStarted, inProgress, completed. Required.' + description: 'The status of the course activity. The possible values are: notStarted, inProgress, completed. Required.' microsoft.graph.learningProvider: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -938638,21 +938776,25 @@ components: properties: placeId: type: string + description: Identifier of the floor to which this levelMap belongs. nullable: true fixtures: type: array items: $ref: '#/components/schemas/microsoft.graph.fixtureMap' + description: Collection of fixtures (such as furniture or equipment) on this level. Supports upsert. x-ms-navigationProperty: true sections: type: array items: $ref: '#/components/schemas/microsoft.graph.sectionMap' + description: Collection of sections (such as zones or partitions) on this level. Supports upsert. x-ms-navigationProperty: true units: type: array items: $ref: '#/components/schemas/microsoft.graph.unitMap' + description: Collection of units (such as rooms or offices) on this level. Supports upsert. x-ms-navigationProperty: true microsoft.graph.licenseDetails: allOf: @@ -938901,13 +939043,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.simulationContentSource' - type: object nullable: true - description: 'The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue.' + description: 'The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue.' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationContentStatus' - type: object nullable: true - description: 'The login page status. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' + description: 'The login page status. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' microsoft.graph.longRunningOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -939232,7 +939374,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.mailDestinationRoutingReason' - type: object nullable: true - description: 'The reason for mail routed to its destination. Possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk.' + description: 'The reason for mail routed to its destination. The possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk.' messageUri: type: string description: The resource URI of the mail message for assessment. @@ -939442,7 +939584,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.windowsMalwareExecutionState' - type: object nullable: true - description: 'Indicates execution status of the malware. Possible values are: unknown, blocked, allowed, running, notRunning. Defaults to unknown. Possible values are: unknown, blocked, allowed, running, notRunning.' + description: 'Indicates execution status of the malware. The possible values are: unknown, blocked, allowed, running, notRunning. Defaults to unknown. The possible values are: unknown, blocked, allowed, running, notRunning.' initialDetectionDateTime: 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 @@ -939460,7 +939602,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.windowsMalwareThreatState' - type: object nullable: true - description: 'Indicates threat status of the malware. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. defaults to noStatusCleared. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared.' + description: 'Indicates threat status of the malware. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. defaults to noStatusCleared. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared.' description: Malware state for a windows device microsoft.graph.managedAndroidLobApp: allOf: @@ -941529,7 +941671,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.onenoteUserRole' - type: object nullable: true - description: 'Possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.' + description: 'The possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.' sectionGroups: type: array items: @@ -942115,19 +942257,19 @@ components: - $ref: '#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles' - type: object nullable: true - description: 'Specifies the users who can admit from the lobby. Possible values are: organizerAndCoOrganizersAndPresenters, organizerAndCoOrganizers, unknownFutureValue.' + description: 'Specifies the users who can admit from the lobby. The possible values are: organizerAndCoOrganizersAndPresenters, organizerAndCoOrganizers, unknownFutureValue.' allowedPresenters: anyOf: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' - type: object nullable: true - description: 'Specifies who can be a presenter in a meeting. Possible values are: everyone, organization, roleIsPresenter, organizer, unknownFutureValue. Inherited from onlineMeetingBase.' + description: 'Specifies who can be a presenter in a meeting. The possible values are: everyone, organization, roleIsPresenter, organizer, unknownFutureValue. Inherited from onlineMeetingBase.' allowLiveShare: anyOf: - $ref: '#/components/schemas/microsoft.graph.meetingLiveShareOptions' - type: object nullable: true - description: 'Indicates whether live share is enabled for the meeting. Possible values are: enabled, disabled, unknownFutureValue.' + description: 'Indicates whether live share is enabled for the meeting. The possible values are: enabled, disabled, unknownFutureValue.' allowMeetingChat: anyOf: - $ref: '#/components/schemas/microsoft.graph.meetingChatMode' @@ -942215,7 +942357,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.meetingChatHistoryDefaultMode' - type: object nullable: true - description: 'Specifies whether meeting chat history is shared with participants. Possible values are: all, none, unknownFutureValue.' + description: 'Specifies whether meeting chat history is shared with participants. The possible values are: all, none, unknownFutureValue.' subject: type: string description: The subject of the online meeting. @@ -942987,13 +943129,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.payloadBrand' - type: object nullable: true - description: 'The branch of a payload. Possible values are: unknown, other, americanExpress, capitalOne, dhl, docuSign, dropbox, facebook, firstAmerican, microsoft, netflix, scotiabank, sendGrid, stewartTitle, tesco, wellsFargo, syrinxCloud, adobe, teams, zoom, unknownFutureValue.' + description: 'The branch of a payload. The possible values are: unknown, other, americanExpress, capitalOne, dhl, docuSign, dropbox, facebook, firstAmerican, microsoft, netflix, scotiabank, sendGrid, stewartTitle, tesco, wellsFargo, syrinxCloud, adobe, teams, zoom, unknownFutureValue.' complexity: anyOf: - $ref: '#/components/schemas/microsoft.graph.payloadComplexity' - type: object nullable: true - description: 'The complexity of a payload. Possible values are: unknown, low, medium, high, unknownFutureValue.' + description: 'The complexity of a payload. The possible values are: unknown, low, medium, high, unknownFutureValue.' createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailIdentity' @@ -943025,7 +943167,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.payloadIndustry' - type: object nullable: true - description: 'Industry of a payload. Possible values are: unknown, other, banking, businessServices, consumerServices, education, energy, construction, consulting, financialServices, government, hospitality, insurance, legal, courierServices, IT, healthcare, manufacturing, retail, telecom, realEstate, unknownFutureValue.' + description: 'Industry of a payload. The possible values are: unknown, other, banking, businessServices, consumerServices, education, energy, construction, consulting, financialServices, government, hospitality, insurance, legal, courierServices, IT, healthcare, manufacturing, retail, telecom, realEstate, unknownFutureValue.' isAutomated: type: boolean description: Indicates whether the attack simulation and training campaign payload was created from an automation flow. Supports $filter and $orderby. @@ -943065,7 +943207,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.payloadDeliveryPlatform' - type: object nullable: true - description: 'The payload delivery platform for a simulation. Possible values are: unknown, sms, email, teams, unknownFutureValue.' + description: 'The payload delivery platform for a simulation. The possible values are: unknown, sms, email, teams, unknownFutureValue.' predictedCompromiseRate: oneOf: - type: number @@ -943080,7 +943222,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.simulationAttackType' - type: object nullable: true - description: 'Attack type of the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, social, cloud, endpoint, unknownFutureValue.' + description: 'Attack type of the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, social, cloud, endpoint, unknownFutureValue.' source: $ref: '#/components/schemas/microsoft.graph.simulationContentSource' status: @@ -943088,19 +943230,19 @@ components: - $ref: '#/components/schemas/microsoft.graph.simulationContentStatus' - type: object nullable: true - description: 'Simulation content status. Supports $filter and $orderby. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' + description: 'Simulation content status. Supports $filter and $orderby. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' technique: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationAttackTechnique' - type: object nullable: true - description: 'The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations.' + description: 'The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations.' theme: anyOf: - $ref: '#/components/schemas/microsoft.graph.payloadTheme' - type: object nullable: true - description: 'The theme of a payload. Possible values are: unknown, other, accountActivation, accountVerification, billing, cleanUpMail, controversial, documentReceived, expense, fax, financeReport, incomingMessages, invoice, itemReceived, loginAlert, mailReceived, password, payment, payroll, personalizedOffer, quarantine, remoteWork, reviewMessage, securityUpdate, serviceSuspended, signatureRequired, upgradeMailboxStorage, verifyMailbox, voicemail, advertisement, employeeEngagement, unknownFutureValue.' + description: 'The theme of a payload. The possible values are: unknown, other, accountActivation, accountVerification, billing, cleanUpMail, controversial, documentReceived, expense, fax, financeReport, incomingMessages, invoice, itemReceived, loginAlert, mailReceived, password, payment, payroll, personalizedOffer, quarantine, remoteWork, reviewMessage, securityUpdate, serviceSuspended, signatureRequired, upgradeMailboxStorage, verifyMailbox, voicemail, advertisement, employeeEngagement, unknownFutureValue.' microsoft.graph.peopleAdminSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -943362,13 +943504,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.authenticationPhoneType' - type: object nullable: true - description: 'The type of this phone. Possible values are: mobile, alternateMobile, or office.' + description: 'The type of this phone. The possible values are: mobile, alternateMobile, or office.' smsSignInState: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodSignInState' - type: object nullable: true - description: 'Whether a phone is ready to be used for SMS sign-in or not. Possible values are: notSupported, notAllowedByPolicy, notEnabled, phoneNumberNotUnique, ready, or notConfigured, unknownFutureValue.' + description: 'Whether a phone is ready to be used for SMS sign-in or not. The possible values are: notSupported, notAllowedByPolicy, notEnabled, phoneNumberNotUnique, ready, or notConfigured, unknownFutureValue.' microsoft.graph.phoneUserConversationMember: allOf: - $ref: '#/components/schemas/microsoft.graph.conversationMember' @@ -943402,10 +943544,10 @@ components: - $ref: '#/components/schemas/microsoft.graph.physicalAddress' - type: object nullable: true - description: The street address of the place. + description: 'The physical address of the place, including the street, city, state, country or region, and postal code.' displayName: type: string - description: The name associated with the place. + description: The name that is associated with the place. geoCoordinates: anyOf: - $ref: '#/components/schemas/microsoft.graph.outlookGeoCoordinates' @@ -943414,12 +943556,15 @@ components: description: 'Specifies the place location in latitude, longitude, and (optionally) altitude coordinates.' isWheelChairAccessible: type: boolean + description: Indicates whether the place is wheelchair accessible. nullable: true label: type: string + description: User-defined description of the place. nullable: true parentId: type: string + description: The ID of a parent place. nullable: true phone: type: string @@ -943429,10 +943574,12 @@ components: type: array items: type: string + description: Custom tags that are associated with the place for categorization or filtering. checkIns: type: array items: $ref: '#/components/schemas/microsoft.graph.checkInClaim' + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. x-ms-navigationProperty: true microsoft.graph.planner: allOf: @@ -943814,13 +943961,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodKeyStrength' - type: object nullable: true - description: 'Key strength of this Platform Credential key. Possible values are: normal, weak, unknown.' + description: 'Key strength of this Platform Credential key. The possible values are: normal, weak, unknown.' platform: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodPlatform' - type: object nullable: true - description: 'Platform on which this Platform Credential key is present. Possible values are: unknown, windows, macOS,iOS, android, linux.' + description: 'Platform on which this Platform Credential key is present. The possible values are: unknown, windows, macOS,iOS, android, linux.' device: anyOf: - $ref: '#/components/schemas/microsoft.graph.device' @@ -945274,7 +945421,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.provisioningAction' - type: object nullable: true - description: 'Indicates the activity name or the operation name. Possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Microsoft Entra activity list. Supports $filter (eq, contains).' + description: 'Indicates the activity name or the operation name. The possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Microsoft Entra activity list. Supports $filter (eq, contains).' provisioningStatusInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisioningStatusInfo' @@ -945737,7 +945884,7 @@ components: 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. + 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.
tag in HTML messages. Optional. @@ -960826,7 +960982,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.attributeDefinitionMetadata' - type: object nullable: true - description: 'Possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty.' + description: 'The possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty.' value: type: string description: Value of the metadata property. @@ -961286,7 +961442,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.advancedConfigState' - type: object nullable: true - description: 'Enable or disable the feature. Possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn''t been explicitly set and uses the default behavior of Microsoft Entra ID for the setting. The default value is disabled.' + description: 'Enable or disable the feature. The possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn''t been explicitly set and uses the default behavior of Microsoft Entra ID for the setting. The default value is disabled.' microsoft.graph.authenticationMethodsRegistrationCampaign: title: authenticationMethodsRegistrationCampaign type: object @@ -961424,7 +961580,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.bookingsAvailabilityStatus' - type: object nullable: true - description: 'The status of the staff member. Possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue.' + description: 'The status of the staff member. The possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue.' microsoft.graph.averageComparativeScore: title: averageComparativeScore type: object @@ -961555,7 +961711,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.bitLockerEncryptionMethod' - type: object nullable: true - description: 'Select the encryption method for removable drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.' + description: 'Select the encryption method for removable drives. The possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.' requireEncryptionForWriteAccess: type: boolean description: 'Indicates whether to block write access to devices configured in another organization. If requireEncryptionForWriteAccess is false, this value does not affect.' @@ -961987,7 +962143,7 @@ components: properties: format: type: string - description: 'For dateTime output types, the format of the value. Possible values are: dateOnly or dateTime.' + description: 'For dateTime output types, the format of the value. The possible values are: dateOnly or dateTime.' nullable: true formula: type: string @@ -961995,7 +962151,7 @@ components: nullable: true outputType: type: string - description: 'The output type used to format values in this column. Possible values are: boolean, currency, dateTime, number, or text.' + description: 'The output type used to format values in this column. The possible values are: boolean, currency, dateTime, number, or text.' nullable: true microsoft.graph.calendarSharingMessageAction: title: calendarSharingMessageAction @@ -962033,7 +962189,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.teamworkCallEventType' - type: object nullable: true - description: 'Represents the call event type. Possible values are: call, meeting, screenShare, unknownFutureValue.' + description: 'Represents the call event type. The possible values are: call, meeting, screenShare, unknownFutureValue.' callId: type: string description: Unique identifier of the call. @@ -962058,7 +962214,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.mediaState' - type: object nullable: true - description: 'The audio media state. Possible values are: active, inactive, unknownFutureValue.' + description: 'The audio media state. The possible values are: active, inactive, unknownFutureValue.' microsoft.graph.callOptions: title: callOptions type: object @@ -962114,7 +962270,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.callRecordingStatus' - type: object nullable: true - description: 'Status of the call recording. Possible values are: success, failure, initial, chunkFinished, unknownFutureValue.' + description: 'Status of the call recording. The possible values are: success, failure, initial, chunkFinished, unknownFutureValue.' callRecordingUrl: type: string description: Call recording URL. @@ -962152,7 +962308,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.teamworkCallEventType' - type: object nullable: true - description: 'Represents the call event type. Possible values are: call, meeting, screenShare, unknownFutureValue.' + description: 'Represents the call event type. The possible values are: call, meeting, screenShare, unknownFutureValue.' callId: type: string description: Unique identifier of the call. @@ -962848,7 +963004,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudAppSecuritySessionControlType' - type: object nullable: true - description: 'Possible values are: mcasConfigured, monitorOnly, blockDownloads, unknownFutureValue. For more information, see Deploy Conditional Access App Control for featured apps.' + description: 'The possible values are: mcasConfigured, monitorOnly, blockDownloads, unknownFutureValue. For more information, see Deploy Conditional Access App Control for featured apps.' microsoft.graph.cloudAppSecurityState: title: cloudAppSecurityState type: object @@ -963012,7 +963168,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcDomainJoinType' - type: object nullable: true - description: 'Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the hybridAzureADJoin type, only provide a value for the onPremisesConnectionId property and leave the regionName property empty. If you choose the azureADJoin type, provide a value for either the onPremisesConnectionId or the regionName property. Possible values are: azureADJoin, hybridAzureADJoin, unknownFutureValue.' + description: 'Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the hybridAzureADJoin type, only provide a value for the onPremisesConnectionId property and leave the regionName property empty. If you choose the azureADJoin type, provide a value for either the onPremisesConnectionId or the regionName property. The possible values are: azureADJoin, hybridAzureADJoin, unknownFutureValue.' onPremisesConnectionId: type: string description: 'The Azure network connection ID that matches the virtual network IT admins want the provisioning policy to use when they create Cloud PCs. You can use this property in both domain join types: Azure AD joined or Hybrid Microsoft Entra joined. If you enter an onPremisesConnectionId, leave the regionName property empty.' @@ -963022,7 +963178,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcRegionGroup' - type: object nullable: true - description: 'The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. Possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea. Read-only.' + description: 'The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. The possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea. Read-only.' regionName: type: string description: 'The supported Azure region where the IT admin wants the provisioning policy to create Cloud PCs. Within this region, the Windows 365 service creates and manages the underlying virtual network. This option is available only when the IT admin selects Microsoft Entra joined as the domain join type. If you enter a regionName, leave the onPremisesConnectionId property empty.' @@ -963070,7 +963226,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnectionHealthCheckErrorType' - type: object nullable: true - description: 'The type of error that occurred during this health check. Possible values are: endpointConnectivityCheckCloudPcUrlNotAllowListed, endpointConnectivityCheckWVDUrlNotAllowListed, etc. (The all possible values can refer to cloudPcOnPremisesConnectionHealthCheckErrorType) Read-Only.' + description: 'The type of error that occurred during this health check. The possible values are: endpointConnectivityCheckCloudPcUrlNotAllowListed, endpointConnectivityCheckWVDUrlNotAllowListed, etc. (The all possible values can refer to cloudPcOnPremisesConnectionHealthCheckErrorType) Read-Only.' recommendedAction: type: string description: 'The recommended action to fix the corresponding error. For example, The Active Directory domain join check failed because the password of the domain join user has expired. Read-Only.' @@ -963118,7 +963274,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcRestorePointFrequencyType' - type: object nullable: true - description: 'The time interval in hours to take snapshots (restore points) of a Cloud PC automatically. Possible values are: default, fourHours, sixHours, twelveHours, sixteenHours, twentyFourHours, unknownFutureValue. The default value is default that indicates that the time interval for automatic capturing of restore point snapshots is set to 12 hours.' + description: 'The time interval in hours to take snapshots (restore points) of a Cloud PC automatically. The possible values are: default, fourHours, sixHours, twelveHours, sixteenHours, twentyFourHours, unknownFutureValue. The default value is default that indicates that the time interval for automatic capturing of restore point snapshots is set to 12 hours.' userRestoreEnabled: type: boolean description: 'If true, the user has the ability to use snapshots to restore Cloud PCs. If false, non-admin users can''t use snapshots to restore the Cloud PC.' @@ -963331,7 +963487,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.endpointType' - type: object nullable: true - description: 'Type of endpoint that the participant uses. Possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone, unknownFutureValue.' + description: 'Type of endpoint that the participant uses. The possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone, unknownFutureValue.' guest: anyOf: - $ref: '#/components/schemas/microsoft.graph.identity' @@ -963498,7 +963654,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessClientApp' - description: 'Client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member will be deprecated in favor of exchangeActiveSync, which includes EAS supported and unsupported platforms.' + description: 'Client application types included in the policy. The possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member will be deprecated in favor of exchangeActiveSync, which includes EAS supported and unsupported platforms.' devices: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevices' @@ -963527,17 +963683,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.riskLevel' - description: 'Service principal risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue.' + description: 'Service principal risk levels included in the policy. The possible values are: low, medium, high, none, unknownFutureValue.' signInRiskLevels: type: array items: $ref: '#/components/schemas/microsoft.graph.riskLevel' - description: 'Sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.' + description: 'Sign-in risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.' userRiskLevels: type: array items: $ref: '#/components/schemas/microsoft.graph.riskLevel' - description: 'User risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.' + description: 'User risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.' users: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessUsers' @@ -963574,7 +963730,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessExternalTenantsMembershipKind' - type: object nullable: true - description: 'The membership kind. Possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object.' + description: 'The membership kind. The possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object.' microsoft.graph.conditionalAccessFilter: title: conditionalAccessFilter type: object @@ -963647,12 +963803,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevicePlatform' - description: 'Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.' + description: 'The possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.' includePlatforms: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevicePlatform' - description: 'Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.' + description: 'The possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.' microsoft.graph.conditionalAccessPolicyDetail: title: conditionalAccessPolicyDetail type: object @@ -964293,7 +964449,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.trainingAssignedTo' - type: object nullable: true - description: 'A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue.' + description: 'A user collection that specifies to whom the training should be assigned. The possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue.' description: type: string description: The description of the custom training setting. @@ -966187,7 +966343,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.endUserNotificationPreference' - type: object nullable: true - description: 'Notification preference. Possible values are: unknown, microsoft, custom, unknownFutureValue.' + description: 'Notification preference. The possible values are: unknown, microsoft, custom, unknownFutureValue.' positiveReinforcement: anyOf: - $ref: '#/components/schemas/microsoft.graph.positiveReinforcementNotification' @@ -966199,7 +966355,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.endUserNotificationSettingType' - type: object nullable: true - description: 'End user notification type. Possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue.' + description: 'End user notification type. The possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue.' microsoft.graph.engagementIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -966406,7 +966562,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.fido2RestrictionEnforcementType' - type: object nullable: true - description: 'Enforcement type. Possible values are: allow, block.' + description: 'Enforcement type. The possible values are: allow, block.' isEnforced: type: boolean description: Determines if the configured key enforcement is enabled. @@ -966475,7 +966631,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.fileHashType' - type: object nullable: true - description: 'File hash type. Possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256.' + description: 'File hash type. The possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256.' hashValue: type: string description: Value of the file hash. @@ -966990,6 +967146,7 @@ components: properties: isDryRun: type: boolean + description: True indicates that the service processes the map but doesn't save anything. False indicates that the service processes and stores the map. microsoft.graph.importedWindowsAutopilotDeviceIdentityState: title: importedWindowsAutopilotDeviceIdentityState type: object @@ -967105,7 +967262,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.initiatorType' - type: object nullable: true - description: 'Type of initiator. Possible values are: user, application, system, unknownFutureValue.' + description: 'Type of initiator. The possible values are: user, application, system, unknownFutureValue.' microsoft.graph.insightIdentity: title: insightIdentity type: object @@ -967309,7 +967466,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.b2bIdentityProvidersType' - type: object nullable: true - description: 'The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption. Possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount.' + description: 'The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption. The possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount.' primaryIdentityProviderPrecedenceOrder: type: array items: @@ -967317,7 +967474,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.b2bIdentityProvidersType' - type: object nullable: true - description: 'Collection of identity providers in priority order of preference to be used for guest invitation redemption. Possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders.' + description: 'Collection of identity providers in priority order of preference to be used for guest invitation redemption. The possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders.' microsoft.graph.invitedUserMessageInfo: title: invitedUserMessageInfo type: object @@ -968193,9 +968350,11 @@ components: properties: emailAddress: type: string + description: The primary SMTP address associated with the mailbox. nullable: true externalDirectoryObjectId: type: string + description: The unique identifier of the mailbox in the external directory (such as Microsoft Entra). nullable: true microsoft.graph.mailboxSettings: title: mailboxSettings @@ -968220,7 +968379,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.delegateMeetingMessageDeliveryOptions' - type: object nullable: true - description: 'If the user has a calendar delegate, this specifies whether the delegate, mailbox owner, or both receive meeting messages and meeting responses. Possible values are: sendToDelegateAndInformationToPrincipal, sendToDelegateAndPrincipal, sendToDelegateOnly.' + description: 'If the user has a calendar delegate, this specifies whether the delegate, mailbox owner, or both receive meeting messages and meeting responses. The possible values are: sendToDelegateAndInformationToPrincipal, sendToDelegateAndPrincipal, sendToDelegateOnly.' language: anyOf: - $ref: '#/components/schemas/microsoft.graph.localeInfo' @@ -968240,7 +968399,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.userPurpose' - type: object nullable: true - description: 'The purpose of the mailbox. Differentiates a mailbox for a single user from a shared mailbox and equipment mailbox in Exchange Online. Possible values are: user, linked, shared, room, equipment, others, unknownFutureValue. Read-only.' + description: 'The purpose of the mailbox. Differentiates a mailbox for a single user from a shared mailbox and equipment mailbox in Exchange Online. The possible values are: user, linked, shared, room, equipment, others, unknownFutureValue. Read-only.' workingHours: anyOf: - $ref: '#/components/schemas/microsoft.graph.workingHours' @@ -968304,7 +968463,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.recipientScopeType' - type: object nullable: true - description: 'The scope of the recipient. Possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its ''partner''. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It''s also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone and content.' + description: 'The scope of the recipient. The possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its ''partner''. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It''s also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone and content.' recipientSuggestions: type: array items: @@ -969053,7 +969212,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.trainingCompletionDuration' - type: object nullable: true - description: 'The training completion duration that needs to be provided before scheduling the training. Possible values are: week, fortnite, month, unknownFutureValue.' + description: 'The training completion duration that needs to be provided before scheduling the training. The possible values are: week, fortnite, month, unknownFutureValue.' microsoft.graph.microsoftManagedDesktop: title: microsoftManagedDesktop type: object @@ -969063,7 +969222,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.microsoftManagedDesktopType' - type: object nullable: true - description: 'Indicates the provisioning policy associated with Microsoft Managed Desktop settings. Possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default is notManaged.' + description: 'Indicates the provisioning policy associated with Microsoft Managed Desktop settings. The possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default is notManaged.' profile: type: string description: The name of the Microsoft Managed Desktop profile that the Windows 365 Cloud PC is associated with. @@ -969109,7 +969268,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.trainingAssignedTo' - type: object nullable: true - description: 'A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue.' + description: 'A user collection that specifies to whom the training should be assigned. The possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue.' training: anyOf: - $ref: '#/components/schemas/microsoft.graph.training' @@ -969265,7 +969424,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.connectionDirection' - type: object nullable: true - description: 'Network connection direction. Possible values are: unknown, inbound, outbound.' + description: 'Network connection direction. The possible values are: unknown, inbound, outbound.' domainRegisteredDateTime: 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 @@ -969297,7 +969456,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.securityNetworkProtocol' - type: object nullable: true - description: 'Network protocol. Possible values are: unknown, ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII.' + description: 'Network protocol. The possible values are: unknown, ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII.' riskScore: type: string description: 'Provider generated/calculated risk score of the network connection. Recommended value range of 0-1, which equates to a percentage.' @@ -969319,7 +969478,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.connectionStatus' - type: object nullable: true - description: 'Network connection status. Possible values are: unknown, attempted, succeeded, blocked, failed.' + description: 'Network connection status. The possible values are: unknown, attempted, succeeded, blocked, failed.' urlParameters: type: string description: Parameters (suffix) of the destination URL. @@ -969401,7 +969560,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.oAuthAppScope' - type: object nullable: true - description: 'App scope. Possible values are: unknown, readCalendar, readContact, readMail, readAllChat, readAllFile, readAndWriteMail, sendMail, unknownFutureValue.' + description: 'App scope. The possible values are: unknown, readCalendar, readContact, readMail, readAllChat, readAllFile, readAndWriteMail, sendMail, unknownFutureValue.' displayLogo: type: string description: App display logo. @@ -969443,7 +969602,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.objectDefinitionMetadata' - type: object nullable: true - description: 'Possible values are: PropertyNameAccountEnabled, PropertyNameSoftDeleted, IsSoftDeletionSupported, IsSynchronizeAllSupported, ConnectorDataStorageRequired, Extensions, LinkTypeName.' + description: 'The possible values are: PropertyNameAccountEnabled, PropertyNameSoftDeleted, IsSoftDeletionSupported, IsSynchronizeAllSupported, ConnectorDataStorageRequired, Extensions, LinkTypeName.' value: type: string description: Value of the metadata property. @@ -969510,7 +969669,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.objectMappingMetadata' - type: object nullable: true - description: 'Possible values are: EscrowBehavior, DisableMonitoringForChanges, OriginalJoiningProperty, Disposition, IsCustomerDefined, ExcludeFromReporting, Unsynchronized.' + description: 'The possible values are: EscrowBehavior, DisableMonitoringForChanges, OriginalJoiningProperty, Disposition, IsCustomerDefined, ExcludeFromReporting, Unsynchronized.' value: type: string description: Value of the metadata property. @@ -969815,13 +969974,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingContentSharingDisabledReason' - type: object nullable: true - description: 'Specifies the reason shared content from this participant is disabled. Possible values are: watermarkProtection, unknownFutureValue.' + description: 'Specifies the reason shared content from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue.' videoDisabled: anyOf: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingVideoDisabledReason' - type: object nullable: true - description: 'Specifies the reason video from this participant is disabled. Possible values are: watermarkProtection, unknownFutureValue.' + description: 'Specifies the reason video from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue.' microsoft.graph.onOtpSendCustomExtensionHandler: allOf: - $ref: '#/components/schemas/microsoft.graph.onOtpSendHandler' @@ -970346,7 +970505,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.endpointType' - type: object nullable: true - description: 'The type of endpoint the participant is using. Possible values are: default, skypeForBusiness, or skypeForBusinessVoipPhone. Read-only.' + description: 'The type of endpoint the participant is using. The possible values are: default, skypeForBusiness, or skypeForBusinessVoipPhone. Read-only.' identity: $ref: '#/components/schemas/microsoft.graph.identitySet' languageId: @@ -970583,7 +970742,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.persistentBrowserSessionMode' - type: object nullable: true - description: 'Possible values are: always, never.' + description: 'The possible values are: always, never.' microsoft.graph.personOrGroupColumn: title: personOrGroupColumn type: object @@ -970996,7 +971155,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.plannerContainerType' - type: object nullable: true - description: 'The type of the resource that contains the plan. For supported types, see the previous table. Possible values are: group, unknownFutureValue, roster. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: roster. Optional.' + description: 'The type of the resource that contains the plan. For supported types, see the previous table. The possible values are: group, unknownFutureValue, roster. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: roster. Optional.' url: type: string description: The full canonical URL of the container. Optional. @@ -971086,7 +971245,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.notificationDeliveryPreference' - type: object nullable: true - description: 'Delivery preference. Possible values are: unknown, deliverImmedietly, deliverAfterCampaignEnd, unknownFutureValue.' + description: 'Delivery preference. The possible values are: unknown, deliverImmedietly, deliverAfterCampaignEnd, unknownFutureValue.' microsoft.graph.preAuthorizedApplication: title: preAuthorizedApplication type: object @@ -971260,13 +971419,13 @@ components: items: type: string nullable: true - description: 'The media (i.e., paper) colors supported by the printer.' + description: 'The media (for example, paper) colors supported by the printer.' mediaSizes: type: array items: type: string nullable: true - description: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + description: 'The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. For the list of supported values, see mediaSizes values.' mediaTypes: type: array items: @@ -971791,7 +971950,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.processIntegrityLevel' - type: object nullable: true - description: 'The integrity level of the process. Possible values are: unknown, untrusted, low, medium, high, system.' + description: 'The integrity level of the process. The possible values are: unknown, untrusted, low, medium, high, system.' isElevated: type: boolean description: True if the process is elevated. @@ -972106,7 +972265,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.provisioningResult' - type: object nullable: true - description: 'Possible values are: success, warning, failure, skipped, unknownFutureValue.' + description: 'The possible values are: success, warning, failure, skipped, unknownFutureValue.' microsoft.graph.provisioningStep: title: provisioningStep type: object @@ -972130,13 +972289,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.provisioningStepType' - type: object nullable: true - description: 'Type of step. Possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue.' + description: 'Type of step. The possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue.' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisioningResult' - type: object nullable: true - description: 'Status of the step. Possible values are: success, warning, failure, skipped, unknownFutureValue.' + description: 'Status of the step. The possible values are: success, warning, failure, skipped, unknownFutureValue.' microsoft.graph.provisioningSystem: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' @@ -972540,7 +972699,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.registryHive' - type: object nullable: true - description: 'A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default. Possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault.' + description: 'A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default. The possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault.' key: type: string description: Current (i.e. changed) registry key (excludes HIVE). @@ -972562,7 +972721,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.registryOperation' - type: object nullable: true - description: 'Operation that changed the registry key name and/or value. Possible values are: unknown, create, modify, delete.' + description: 'Operation that changed the registry key name and/or value. The possible values are: unknown, create, modify, delete.' processId: maximum: 2147483647 minimum: -2147483648 @@ -972583,7 +972742,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.registryValueType' - type: object nullable: true - description: 'Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ Possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz.' + description: 'Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ The possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz.' microsoft.graph.rejectJoinResponse: allOf: - $ref: '#/components/schemas/microsoft.graph.participantJoiningResponse' @@ -972934,9 +973093,11 @@ components: $ref: '#/components/schemas/microsoft.graph.resourceLinkType' name: type: string + description: The link text that is visible in the Places app. The maximum length is 200 characters. nullable: true value: type: string + description: The URL of the resource link. The maximum length is 200 characters. nullable: true microsoft.graph.resourcePermission: title: resourcePermission @@ -973031,7 +973192,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.responseType' - type: object nullable: true - description: 'The response type. Possible values are: none, organizer, tentativelyAccepted, accepted, declined, notResponded.To differentiate between none and notResponded: none – from organizer''s perspective. This value is used when the status of an attendee/participant is reported to the organizer of a meeting. notResponded – from attendee''s perspective. Indicates the attendee has not responded to the meeting request. Clients can treat notResponded == none. As an example, if attendee Alex hasn''t responded to a meeting request, getting Alex'' response status for that event in Alex'' calendar returns notResponded. Getting Alex'' response from the calendar of any other attendee or the organizer''s returns none. Getting the organizer''s response for the event in anybody''s calendar also returns none.' + description: 'The response type. The possible values are: none, organizer, tentativelyAccepted, accepted, declined, notResponded.To differentiate between none and notResponded: none – from organizer''s perspective. This value is used when the status of an attendee/participant is reported to the organizer of a meeting. notResponded – from attendee''s perspective. Indicates the attendee has not responded to the meeting request. Clients can treat notResponded == none. As an example, if attendee Alex hasn''t responded to a meeting request, getting Alex'' response status for that event in Alex'' calendar returns notResponded. Getting Alex'' response from the calendar of any other attendee or the organizer''s returns none. Getting the organizer''s response for the event in anybody''s calendar also returns none.' time: 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 @@ -973182,7 +973343,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.behaviorDuringRetentionPeriod' - type: object nullable: true - description: 'Describes the item behavior during retention period. Possible values are: doNotRetain, retain, retainAsRecord, retainAsRegulatoryRecord, unknownFutureValue. Read-only.' + description: 'Describes the item behavior during retention period. The possible values are: doNotRetain, retain, retainAsRecord, retainAsRegulatoryRecord, unknownFutureValue. Read-only.' isContentUpdateAllowed: type: boolean description: Specifies whether updates to document content are allowed. Read-only. @@ -973721,7 +973882,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.entityType' - type: object nullable: true - description: 'One or more types of resources expected in the response. Possible values are: event, message, driveItem, externalItem, site, list, listItem, drive, chatMessage, person, acronym, bookmark. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: chatMessage, person, acronym, bookmark. See known limitations for those combinations of two or more entity types that are supported in the same search request. Required.' + description: 'One or more types of resources expected in the response. The possible values are: event, message, driveItem, externalItem, site, list, listItem, drive, chatMessage, person, acronym, bookmark. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: chatMessage, person, acronym, bookmark. See known limitations for those combinations of two or more entity types that are supported in the same search request. Required.' fields: type: array items: @@ -973869,7 +974030,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.securityResourceType' - type: object nullable: true - description: 'Represents type of security resources related to an alert. Possible values are: attacked, related.' + description: 'Represents type of security resources related to an alert. The possible values are: attacked, related.' microsoft.graph.securityVendorInformation: title: securityVendorInformation type: object @@ -974023,7 +974184,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.postType' - type: object nullable: true - description: 'The post type of the service issue historical post. Possible values are: regular, quick, strategic, unknownFutureValue.' + description: 'The post type of the service issue historical post. The possible values are: regular, quick, strategic, unknownFutureValue.' microsoft.graph.serviceHostedMediaConfig: allOf: - $ref: '#/components/schemas/microsoft.graph.mediaConfig' @@ -974656,7 +974817,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.signinFrequencyType' - type: object nullable: true - description: 'Possible values are: days, hours.' + description: 'The possible values are: days, hours.' value: maximum: 2147483647 minimum: -2147483648 @@ -974766,7 +974927,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.targettedUserType' - type: object nullable: true - description: 'Target user type. Possible values are: unknown, clicked, compromised, allUsers, unknownFutureValue.' + description: 'Target user type. The possible values are: unknown, clicked, compromised, allUsers, unknownFutureValue.' microsoft.graph.simulationReport: title: simulationReport type: object @@ -974857,7 +975018,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.siteArchivalDetails' - type: object nullable: true - description: 'Represents whether the site collection is recently archived, fully archived, or reactivating. Possible values are: recentlyArchived, fullyArchived, reactivating, unknownFutureValue.' + description: 'Represents whether the site collection is recently archived, fully archived, or reactivating. The possible values are: recentlyArchived, fullyArchived, reactivating, unknownFutureValue.' dataLocationCode: type: string description: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -975127,13 +975288,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.subjectRightsRequestStage' - type: object nullable: true - description: 'The stage when the entity was changed. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: approval.' + description: The stage when the entity was changed. stageStatus: anyOf: - $ref: '#/components/schemas/microsoft.graph.subjectRightsRequestStageStatus' - type: object nullable: true - description: 'The status of the stage when the entity was changed. Possible values are: notStarted, current, completed, failed, unknownFutureValue.' + description: 'The status of the stage when the entity was changed. The possible values are: notStarted, current, completed, failed, unknownFutureValue.' type: type: string description: Type of history. @@ -975159,13 +975320,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.subjectRightsRequestStage' - type: object nullable: true - description: 'The stage of the subject rights request. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: approval.' + description: The stage of the subject rights request. status: anyOf: - $ref: '#/components/schemas/microsoft.graph.subjectRightsRequestStageStatus' - type: object nullable: true - description: 'Status of the current stage. Possible values are: notStarted, current, completed, failed, unknownFutureValue.' + description: 'Status of the current stage. The possible values are: notStarted, current, completed, failed, unknownFutureValue.' microsoft.graph.subjectSet: title: subjectSet type: object @@ -975252,7 +975413,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.synchronizationMetadata' - type: object nullable: true - description: 'Possible values are: GalleryApplicationIdentifier, GalleryApplicationKey, IsOAuthEnabled, IsSynchronizationAgentAssignmentRequired, IsSynchronizationAgentRequired, IsSynchronizationInPreview, OAuthSettings, SynchronizationLearnMoreIbizaFwLink, ConfigurationFields.' + description: 'The possible values are: GalleryApplicationIdentifier, GalleryApplicationKey, IsOAuthEnabled, IsSynchronizationAgentAssignmentRequired, IsSynchronizationAgentRequired, IsSynchronizationInPreview, OAuthSettings, SynchronizationLearnMoreIbizaFwLink, ConfigurationFields.' value: type: string description: Value of the metadata property. @@ -975558,7 +975719,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.groupType' - type: object nullable: true - description: 'When type is set to Group, this indicates the group type. Possible values are: unifiedGroups, azureAD, and unknownFutureValue' + description: 'When type is set to Group, this indicates the group type. The possible values are: unifiedGroups, azureAD, and unknownFutureValue' id: type: string description: Indicates the unique ID of the resource. @@ -975670,7 +975831,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.giphyRatingType' - type: object nullable: true - description: 'Giphy content rating. Possible values are: moderate, strict.' + description: 'Giphy content rating. The possible values are: moderate, strict.' microsoft.graph.teamGuestSettings: title: teamGuestSettings type: object @@ -975973,7 +976134,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.teamworkActivityTopicSource' - type: object nullable: true - description: 'Type of source. Possible values are: entityUrl, text. For supported Microsoft Graph URLs, use entityUrl. For custom text, use text.' + description: 'Type of source. The possible values are: entityUrl, text. For supported Microsoft Graph URLs, use entityUrl. For custom text, use text.' value: type: string description: 'The topic value. If the value of the source property is entityUrl, this must be a Microsoft Graph URL. If the value is text, this must be a plain text value.' @@ -975992,7 +976153,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.teamworkApplicationIdentityType' - type: object nullable: true - description: 'Type of application that is referenced. Possible values are: aadApplication, bot, tenantBot, office365Connector, outgoingWebhook, and unknownFutureValue.' + description: 'Type of application that is referenced. The possible values are: aadApplication, bot, tenantBot, office365Connector, outgoingWebhook, and unknownFutureValue.' microsoft.graph.teamworkConversationIdentity: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' @@ -976004,7 +976165,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.teamworkConversationIdentityType' - type: object nullable: true - description: 'Type of conversation. Possible values are: team, channel, chat, and unknownFutureValue.' + description: 'Type of conversation. The possible values are: team, channel, chat, and unknownFutureValue.' microsoft.graph.teamworkNotificationRecipient: title: teamworkNotificationRecipient type: object @@ -976042,7 +976203,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.teamworkUserIdentityType' - type: object nullable: true - description: 'Type of user. Possible values are: aadUser, onPremiseAadUser, anonymousGuest, federatedUser, personalMicrosoftAccountUser, skypeUser, phoneUser, unknownFutureValue and emailUser.' + description: 'Type of user. The possible values are: aadUser, onPremiseAadUser, anonymousGuest, federatedUser, personalMicrosoftAccountUser, skypeUser, phoneUser, unknownFutureValue and emailUser.' microsoft.graph.teleconferenceDeviceAudioQuality: allOf: - $ref: '#/components/schemas/microsoft.graph.teleconferenceDeviceMediaQuality' @@ -976697,7 +976858,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.notificationDeliveryFrequency' - type: object nullable: true - description: 'Configurable frequency for the reminder email introduced during simulation creation. Possible values are: unknown, weekly, biWeekly, unknownFutureValue.' + description: 'Configurable frequency for the reminder email introduced during simulation creation. The possible values are: unknown, weekly, biWeekly, unknownFutureValue.' microsoft.graph.trainingSetting: title: trainingSetting type: object @@ -976707,7 +976868,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.trainingSettingType' - type: object nullable: true - description: 'Type of setting. Possible values are: microsoftCustom, microsoftManaged, noTraining, custom, unknownFutureValue.' + description: 'Type of setting. The possible values are: microsoftCustom, microsoftManaged, noTraining, custom, unknownFutureValue.' microsoft.graph.unifiedApprovalStage: title: unifiedApprovalStage type: object @@ -977216,13 +977377,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.includedUserRoles' - type: object nullable: true - description: 'The role type of the user. Possible values are: all, privilegedAdmin, admin, user, unknownFutureValue.' + description: 'The role type of the user. The possible values are: all, privilegedAdmin, admin, user, unknownFutureValue.' userTypes: anyOf: - $ref: '#/components/schemas/microsoft.graph.includedUserTypes' - type: object nullable: true - description: 'User type. Possible values are: all, member, guest, unknownFutureValue.' + description: 'User type. The possible values are: all, member, guest, unknownFutureValue.' microsoft.graph.userRegistrationMethodCount: title: userRegistrationMethodCount type: object @@ -977252,13 +977413,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.includedUserRoles' - type: object nullable: true - description: 'The role type of the user. Possible values are: all, privilegedAdmin, admin, user, unknownFutureValue.' + description: 'The role type of the user. The possible values are: all, privilegedAdmin, admin, user, unknownFutureValue.' userTypes: anyOf: - $ref: '#/components/schemas/microsoft.graph.includedUserTypes' - type: object nullable: true - description: 'User type. Possible values are: all, member, guest, unknownFutureValue.' + description: 'User type. The possible values are: all, member, guest, unknownFutureValue.' microsoft.graph.userScope: allOf: - $ref: '#/components/schemas/microsoft.graph.scopeBase' @@ -977285,7 +977446,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.emailRole' - type: object nullable: true - description: 'For email-related alerts - user account''s email ''role''. Possible values are: unknown, sender, recipient.' + description: 'For email-related alerts - user account''s email ''role''. The possible values are: unknown, sender, recipient.' isVpn: type: boolean description: Indicates whether the user logged on through a VPN. @@ -977313,7 +977474,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.logonType' - type: object nullable: true - description: 'Method of user sign in. Possible values are: unknown, interactive, remoteInteractive, network, batch, service.' + description: 'Method of user sign in. The possible values are: unknown, interactive, remoteInteractive, network, batch, service.' onPremisesSecurityIdentifier: type: string description: Active Directory (on-premises) Security Identifier (SID) of the user. @@ -977327,7 +977488,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.userAccountSecurityType' - type: object nullable: true - description: 'User account type (group membership), per Windows definition. Possible values are: unknown, standard, power, administrator.' + description: 'User account type (group membership), per Windows definition. The possible values are: unknown, standard, power, administrator.' userPrincipalName: type: string description: 'User sign-in name - internet format: (user account name)@(user account DNS domain name).' @@ -977480,7 +977641,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.trainingStatus' - type: object nullable: true - description: 'Latest status of the training assigned to the user. Possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue.' + description: 'Latest status of the training assigned to the user. The possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue.' trainingAssignedProperties: anyOf: - $ref: '#/components/schemas/microsoft.graph.userTrainingContentEventInfo' @@ -977524,7 +977685,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.trainingStatus' - type: object nullable: true - description: 'The status of the training assigned to the user. Possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue.' + description: 'The status of the training assigned to the user. The possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue.' microsoft.graph.verifiedDomain: title: verifiedDomain type: object @@ -978102,7 +978263,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.runAsAccountType' - type: object nullable: true - description: 'The execution context of the script. Do not specify this value if the rule is used for detection. Script detection rules will run in the same context as the associated app install context. Possible values are: system, user.' + description: 'The execution context of the script. Do not specify this value if the rule is used for detection. Script detection rules will run in the same context as the associated app install context. The possible values are: system, user.' scriptContent: type: string description: The base64-encoded script content. @@ -978818,7 +978979,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.workforceIntegrationEncryptionProtocol' - type: object nullable: true - description: 'Possible values are: sharedSecret, unknownFutureValue.' + description: 'The possible values are: sharedSecret, unknownFutureValue.' secret: type: string description: Encryption shared secret. @@ -989896,7 +990057,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.callRecords.modality' - description: 'List of all the modalities used in the call. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.' + description: 'List of all the modalities used in the call. The possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.' organizer: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -990041,7 +990202,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.callRecords.modality' - description: 'List of modalities present in the session. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.' + description: 'List of modalities present in the session. The possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.' startDateTime: 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 @@ -990416,7 +990577,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.callRecords.audioCodec' - type: object nullable: true - description: 'Codec name used to encode audio for transmission on the network. Possible values are: unknown, invalid, cn, pcma, pcmu, amrWide, g722, g7221, g7221c, g729, multiChannelAudio, muchv2, opus, satin, satinFullband, rtAudio8, rtAudio16, silk, silkNarrow, silkWide, siren, xmsRta, unknownFutureValue.' + description: 'Codec name used to encode audio for transmission on the network. The possible values are: unknown, invalid, cn, pcma, pcmu, amrWide, g722, g7221, g7221c, g729, multiChannelAudio, muchv2, opus, satin, satinFullband, rtAudio8, rtAudio16, silk, silkNarrow, silkWide, siren, xmsRta, unknownFutureValue.' averageAudioDegradation: oneOf: - type: number @@ -990610,7 +990771,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.callRecords.videoCodec' - type: object nullable: true - description: 'Codec name used to encode video for transmission on the network. Possible values are: unknown, invalid, av1, h263, h264, h264s, h264uc, h265, rtvc1, rtVideo, xrtvc1, unknownFutureValue.' + description: 'Codec name used to encode video for transmission on the network. The possible values are: unknown, invalid, av1, h263, h264, h264s, h264uc, h265, rtvc1, rtVideo, xrtvc1, unknownFutureValue.' wasMediaBypassed: type: boolean description: 'True if the media stream bypassed the Mediation Server and went straight between client and PSTN Gateway/PBX, false otherwise.' @@ -991175,7 +991336,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionOperationStatus' - type: object nullable: true - description: 'Indicates the status of the asynchronous operation. Possible values are: unspecified, inprogress, completed, failed, unknownFutureValue.' + description: 'Indicates the status of the asynchronous operation. The possible values are: unspecified, inprogress, completed, failed, unknownFutureValue.' microsoft.graph.externalConnectors.external: title: external type: object @@ -991258,7 +991419,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionState' - type: object nullable: true - description: 'Indicates the current state of the connection. Possible values are: draft, ready, obsolete, limitExceeded, unknownFutureValue.' + description: 'Indicates the current state of the connection. The possible values are: draft, ready, obsolete, limitExceeded, unknownFutureValue.' readOnly: true groups: type: array @@ -991341,7 +991502,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.externalConnectors.identityType' - type: object nullable: true - description: 'The type of identity. Possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system.' + description: 'The type of identity. The possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system.' microsoft.graph.externalConnectors.schema: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -992981,7 +993142,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.longRunningOperationStatus' - type: object nullable: true - description: 'The status of the operation. Possible values are: notStarted, running, completed, failed, unknownFutureValue.' + description: 'The status of the operation. The possible values are: notStarted, running, completed, failed, unknownFutureValue.' microsoft.graph.partners.billing.runningOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.partners.billing.operation' @@ -993083,7 +993244,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.devicePlatformType' - description: 'List of devices and operating systems that are able to view this bookmark. Possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.' + description: 'List of devices and operating systems that are able to view this bookmark. The possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.' powerAppIds: type: array items: @@ -993141,7 +993302,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.devicePlatformType' - description: 'List of devices and operating systems that are able to view this QnA. Possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.' + description: 'List of devices and operating systems that are able to view this QnA. The possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.' state: $ref: '#/components/schemas/microsoft.graph.search.answerState' targetedVariations: @@ -993219,7 +993380,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.devicePlatformType' - type: object nullable: true - description: 'The device or operating system that can view this answer variation. Possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.' + description: 'The device or operating system that can view this answer variation. The possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.' webUrl: type: string description: 'The URL link for the answer variation. When users select this answer variation from the search results, they''re directed to the specified URL.' @@ -993298,7 +993459,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.alertClassification' - type: object nullable: true - description: 'Specifies whether the alert represents a true threat. Possible values are: unknown, falsePositive, truePositive, informationalExpectedActivity, unknownFutureValue.' + description: 'Specifies whether the alert represents a true threat. The possible values are: unknown, falsePositive, truePositive, informationalExpectedActivity, unknownFutureValue.' comments: type: array items: @@ -993325,7 +993486,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.detectionSource' - type: object nullable: true - description: 'Detection technology or sensor that identified the notable component or activity. Possible values are: unknown, microsoftDefenderForEndpoint, antivirus, smartScreen, customTi, microsoftDefenderForOffice365, automatedInvestigation, microsoftThreatExperts, customDetection, microsoftDefenderForIdentity, cloudAppSecurity, microsoft365Defender, azureAdIdentityProtection, manual, microsoftDataLossPrevention, appGovernancePolicy, appGovernanceDetection, unknownFutureValue, microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence, microsoftDefenderForAIServices, securityCopilot. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence, microsoftDefenderForAIServices, securityCopilot.' + description: 'Detection technology or sensor that identified the notable component or activity. The possible values are: unknown, microsoftDefenderForEndpoint, antivirus, smartScreen, customTi, microsoftDefenderForOffice365, automatedInvestigation, microsoftThreatExperts, customDetection, microsoftDefenderForIdentity, cloudAppSecurity, microsoft365Defender, azureAdIdentityProtection, manual, microsoftDataLossPrevention, appGovernancePolicy, appGovernanceDetection, unknownFutureValue, microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence, microsoftDefenderForAIServices, securityCopilot. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence, microsoftDefenderForAIServices, securityCopilot.' detectorId: type: string description: The ID of the detector that triggered the alert. @@ -993335,7 +993496,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.alertDetermination' - type: object nullable: true - description: 'Specifies the result of the investigation, whether the alert represents a true attack and if so, the nature of the attack. Possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedAccount, phishing, maliciousUserActivity, notMalicious, notEnoughDataToValidate, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.' + description: 'Specifies the result of the investigation, whether the alert represents a true attack and if so, the nature of the attack. The possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedAccount, phishing, maliciousUserActivity, notMalicious, notEnoughDataToValidate, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.' evidence: type: array items: @@ -993360,7 +993521,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.investigationState' - type: object nullable: true - description: 'Information on the current status of the investigation. Possible values are: unknown, terminated, successfullyRemediated, benign, failed, partiallyRemediated, running, pendingApproval, pendingResource, queued, innerFailure, preexistingAlert, unsupportedOs, unsupportedAlertType, suppressedAlert, partiallyInvestigated, terminatedByUser, terminatedBySystem, unknownFutureValue.' + description: 'Information on the current status of the investigation. The possible values are: unknown, terminated, successfullyRemediated, benign, failed, partiallyRemediated, running, pendingApproval, pendingResource, queued, innerFailure, preexistingAlert, unsupportedOs, unsupportedAlertType, suppressedAlert, partiallyInvestigated, terminatedByUser, terminatedBySystem, unknownFutureValue.' lastActivityDateTime: 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 @@ -993525,7 +993686,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.caseAction' - type: object nullable: true - description: 'The type of action the operation represents. Possible values are: contentExport, applyTags, convertToPdf, index, estimateStatistics, addToReviewSet, holdUpdate, unknownFutureValue, purgeData, exportReport, exportResult, holdPolicySync. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: purgeData, exportReport, exportResult, holdPolicySync.' + description: 'The type of action the operation represents. The possible values are: contentExport, applyTags, convertToPdf, index, estimateStatistics, addToReviewSet, holdUpdate, unknownFutureValue, purgeData, exportReport, exportResult, holdPolicySync. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: purgeData, exportReport, exportResult, holdPolicySync.' completedDateTime: 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 @@ -993562,7 +993723,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.caseOperationStatus' - type: object nullable: true - description: 'The status of the case operation. Possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed, unknownFutureValue.' + description: 'The status of the case operation. The possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed, unknownFutureValue.' microsoft.graph.security.casesRoot: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -993693,7 +993854,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.dataSourceContainerStatus' - type: object nullable: true - description: 'Latest status of the dataSourceContainer. Possible values are: Active, Released.' + description: 'Latest status of the dataSourceContainer. The possible values are: Active, Released.' microsoft.graph.security.departmentTemplate: allOf: - $ref: '#/components/schemas/microsoft.graph.security.filePlanDescriptorTemplate' @@ -993729,25 +993890,25 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.additionalDataOptions' - type: object nullable: true - description: 'The options to add items to the review set. Possible values are: allVersions, linkedFiles, unknownFutureValue, advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder.' + description: 'The options to add items to the review set. The possible values are: allVersions, linkedFiles, unknownFutureValue, advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder.' cloudAttachmentVersion: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.cloudAttachmentVersion' - type: object nullable: true - description: 'Specifies the number of most recent versions of cloud attachments to collect. Possible values are: latest, recent10, recent100, all, unknownFutureValue.' + description: 'Specifies the number of most recent versions of cloud attachments to collect. The possible values are: latest, recent10, recent100, all, unknownFutureValue.' documentVersion: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.documentVersion' - type: object nullable: true - description: 'Specifies the number of most recent versions of SharePoint documents to collect. Possible values are: latest, recent10, recent100, all, unknownFutureValue.' + description: 'Specifies the number of most recent versions of SharePoint documents to collect. The possible values are: latest, recent10, recent100, all, unknownFutureValue.' itemsToInclude: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.itemsToInclude' - type: object nullable: true - description: 'The items to include in the review set. Possible values are: searchHits, partiallyIndexed, unknownFutureValue.' + description: 'The items to include in the review set. The possible values are: searchHits, partiallyIndexed, unknownFutureValue.' reportFileMetadata: type: array items: @@ -993857,7 +994018,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.reviewSetSettings' - type: object nullable: true - description: 'The settings of the review set for the case. Possible values are: none, disableGrouping, unknownFutureValue.' + description: 'The settings of the review set for the case. The possible values are: none, disableGrouping, unknownFutureValue.' topicModeling: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.topicModelingSettings' @@ -993945,7 +994106,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.statisticsOptions' - type: object nullable: true - description: 'The options to generate statistics. Possible values are: includeRefiners, includeQueryStats, includeUnindexedStats, advancedIndexing, locationsWithoutHits, unknownFutureValue.' + description: 'The options to generate statistics. The possible values are: includeRefiners, includeQueryStats, includeUnindexedStats, advancedIndexing, locationsWithoutHits, unknownFutureValue.' unindexedItemCount: type: number description: The estimated count of unindexed items for the collection. @@ -993983,13 +994144,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.exportOptions' - type: object nullable: true - description: 'The options provided for the export. For more information, see reviewSet: export. Possible values are: originalFiles, text, pdfReplacement, tags, unknownFutureValue, splitSource, includeFolderAndPath, friendlyName, condensePaths. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: splitSource, includeFolderAndPath, friendlyName, condensePaths.' + description: 'The options provided for the export. For more information, see reviewSet: export. The possible values are: originalFiles, text, pdfReplacement, tags, unknownFutureValue, splitSource, includeFolderAndPath, friendlyName, condensePaths. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: splitSource, includeFolderAndPath, friendlyName, condensePaths.' exportStructure: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.exportFileStructure' - type: object nullable: true - description: 'The options that specify the structure of the export. For more information, see reviewSet: export. Possible values are: none, directory (deprecated), pst, unknownFutureValue, msg. Use the Prefer: include-unknown-enum-members request header to get the following members from this evolvable enum: msg. The directory member is deprecated. It remains in v1.0 for backward compatibility. Going forward, use either pst or msg.' + description: 'The options that specify the structure of the export. For more information, see reviewSet: export. The possible values are: none, directory (deprecated), pst, unknownFutureValue, msg. Use the Prefer: include-unknown-enum-members request header to get the following members from this evolvable enum: msg. The directory member is deprecated. It remains in v1.0 for backward compatibility. Going forward, use either pst or msg.' outputName: type: string description: The name provided for the export. @@ -994082,7 +994243,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.childSelectability' - type: object nullable: true - description: 'Indicates whether a single or multiple child tags can be associated with a document. Possible values are: One, Many. This value controls whether the UX presents the tags as checkboxes or a radio button group.' + description: 'Indicates whether a single or multiple child tags can be associated with a document. The possible values are: One, Many. This value controls whether the UX presents the tags as checkboxes or a radio button group.' childTags: type: array items: @@ -994107,7 +994268,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.dataSourceScopes' - type: object nullable: true - description: 'When specified, the collection spans across a service for an entire workload. Possible values are: none, allTenantMailboxes, allTenantSites, allCaseCustodians, allCaseNoncustodialDataSources.' + description: 'When specified, the collection spans across a service for an entire workload. The possible values are: none, allTenantMailboxes, allTenantSites, allCaseCustodians, allCaseNoncustodialDataSources.' additionalSources: type: array items: @@ -994157,7 +994318,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.cloudAttachmentVersion' - type: object nullable: true - description: 'The versions of cloud attachments to include in messages. Possible values are: latest, recent10, recent100, all, unknownFutureValue.' + description: 'The versions of cloud attachments to include in messages. The possible values are: latest, recent10, recent100, all, unknownFutureValue.' description: type: string description: The description of the export by the user. @@ -994171,7 +994332,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.documentVersion' - type: object nullable: true - description: 'The versions of files in SharePoint to include. Possible values are: latest, recent10, recent100, all, unknownFutureValue.' + description: 'The versions of files in SharePoint to include. The possible values are: latest, recent10, recent100, all, unknownFutureValue.' exportCriteria: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.exportCriteria' @@ -994796,7 +994957,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.alertClassification' - type: object nullable: true - description: 'The specification for the incident. Possible values are: unknown, falsePositive, truePositive, informationalExpectedActivity, unknownFutureValue.' + description: 'The specification for the incident. The possible values are: unknown, falsePositive, truePositive, informationalExpectedActivity, unknownFutureValue.' comments: type: array items: @@ -994822,7 +994983,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.alertDetermination' - type: object nullable: true - description: 'Specifies the determination of the incident. Possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedUser, phishing, maliciousUserActivity, clean, insufficientData, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.' + description: 'Specifies the determination of the incident. The possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedUser, phishing, maliciousUserActivity, clean, insufficientData, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.' displayName: type: string description: The incident name. @@ -995626,7 +995787,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.sourceType' - type: object nullable: true - description: 'Specifies which sources are included in this group. Possible values are: mailbox, site.' + description: 'Specifies which sources are included in this group. The possible values are: mailbox, site.' group: $ref: '#/components/schemas/microsoft.graph.group' microsoft.graph.security.user: @@ -995657,7 +995818,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.sourceType' - type: object nullable: true - description: 'Specifies which sources are included in this group. Possible values are: mailbox, site.' + description: 'Specifies which sources are included in this group. The possible values are: mailbox, site.' siteWebUrl: type: string description: The URL of the user's OneDrive for Business site. Read-only. @@ -995901,7 +996062,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.aiAgentPlatform' - type: object nullable: true - description: 'Type of the platform the agent runs on. Possible values are: unknown, azureAIFoundry, copilotStudio, copilot, unknownFutureValue.' + description: 'Type of the platform the agent runs on. The possible values are: unknown, azureAIFoundry, copilotStudio, copilot, unknownFutureValue.' instructions: type: string description: The instructions of the agent. @@ -996821,7 +996982,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.googleCloudLocationType' - type: object nullable: true - description: 'The type of location. Possible values are: unknown, regional, zonal, global, unknownFutureValue.' + description: 'The type of location. The possible values are: unknown, regional, zonal, global, unknownFutureValue.' projectId: type: string description: The Google project ID as defined by the user. @@ -997187,7 +997348,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.kubernetesPlatform' - type: object nullable: true - description: 'The platform the cluster runs on. Possible values are: unknown, aks, eks, gke, arc, unknownFutureValue.' + description: 'The platform the cluster runs on. The possible values are: unknown, aks, eks, gke, arc, unknownFutureValue.' version: type: string description: The kubernetes version of the cluster. @@ -997406,7 +997567,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.containerPortProtocol' - type: object nullable: true - description: 'The protocol name. Possible values are: udp, tcp, sctp, unknownFutureValue.' + description: 'The protocol name. The possible values are: udp, tcp, sctp, unknownFutureValue.' targetPort: type: string description: The name or number of the port to access on the pods targeted by the service. The port number must be in the range 1 to 65535. The name must be an IANASVCNAME. @@ -998093,13 +998254,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.teamsMessageDeliveryAction' - type: object nullable: true - description: 'The delivery action of this Teams message. Possible values are: unknown, deliveredAsSpam, delivered, blocked, replaced, unknownFutureValue.' + description: 'The delivery action of this Teams message. The possible values are: unknown, deliveredAsSpam, delivered, blocked, replaced, unknownFutureValue.' deliveryLocation: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.teamsDeliveryLocation' - type: object nullable: true - description: 'The delivery location of this Teams message. Possible values are: unknown, teams, quarantine, failed, unknownFutureValue.' + description: 'The delivery location of this Teams message. The possible values are: unknown, teams, quarantine, failed, unknownFutureValue.' files: type: array items: @@ -999197,7 +999358,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' - type: object nullable: true - description: 'Returns the type of the group. Possible values are: global, system, and siteCollection.' + description: 'Returns the type of the group. The possible values are: global, system, and siteCollection.' sets: type: array items: @@ -999215,7 +999376,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.termStore.relationType' - type: object nullable: true - description: 'The type of relation. Possible values are: pin, reuse.' + description: 'The type of relation. The possible values are: pin, reuse.' fromTerm: anyOf: - $ref: '#/components/schemas/microsoft.graph.termStore.term' diff --git a/openapi/v1.0/openapi.yaml b/openapi/v1.0/openapi.yaml index 5e74a043..8f3f5b96 100644 --- a/openapi/v1.0/openapi.yaml +++ b/openapi/v1.0/openapi.yaml @@ -6180,11 +6180,11 @@ paths: get: tags: - applications.federatedIdentityCredential - summary: List federatedIdentityCredentials - description: Get a list of the federatedIdentityCredential objects and their properties. + summary: List federatedIdentityCredential objects + description: Get a list of the federatedIdentityCredential objects and their properties assigned to an application. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/federatedidentitycredential-list?view=graph-rest-1.0 operationId: applications.ListFederatedIdentityCredentials parameters: - $ref: '#/components/parameters/top' @@ -6240,7 +6240,7 @@ paths: description: 'Create a new federatedIdentityCredential object for an application. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/federatedidentitycredential-post?view=graph-rest-1.0 operationId: applications.CreateFederatedIdentityCredentials requestBody: description: New navigation property @@ -6275,7 +6275,7 @@ paths: tags: - applications.federatedIdentityCredential summary: Get federatedIdentityCredential - description: Read the properties and relationships of a federatedIdentityCredential object. + description: Read the properties and relationships of a federatedIdentityCredential object assigned to an application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0 @@ -6387,7 +6387,7 @@ paths: tags: - applications.federatedIdentityCredential summary: Get federatedIdentityCredential - description: Read the properties and relationships of a federatedIdentityCredential object. + description: Read the properties and relationships of a federatedIdentityCredential object assigned to an application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0 @@ -420766,7 +420766,11 @@ paths: delete: tags: - me.calendar - summary: Delete navigation property calendars for me + summary: Delete calendar + description: Delete a calendar other than the default calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendar-delete?view=graph-rest-1.0 operationId: me.DeleteCalendars parameters: - name: If-Match @@ -465594,7 +465598,7 @@ paths: description: Retrieve the properties and relationships of a onenoteSection object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/onenotesection-get?view=graph-rest-1.0 operationId: me.onenote.GetSections parameters: - name: $select @@ -467348,7 +467352,7 @@ paths: tags: - me.onlineMeeting summary: Get callRecording - description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API supports the retrieval of call recordings from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.' + description: 'Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0 @@ -467747,11 +467751,8 @@ paths: get: tags: - me.onlineMeeting - summary: Get callTranscript - description: 'Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 + summary: Get transcripts from me + description: The transcripts of an online meeting. Read-only. operationId: me.onlineMeetings.ListTranscripts parameters: - $ref: '#/components/parameters/top' @@ -483294,7 +483295,11 @@ paths: post: tags: - places.place - summary: Add new entity to places + summary: Create place + description: 'Create a new place object. You can also use this method to create the following child object types: building, floor, section, room, workspace, or desk.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-post?view=graph-rest-1.0 operationId: places.place.CreatePlace requestBody: description: New entity @@ -483321,7 +483326,7 @@ paths: tags: - places.place summary: Update place - description: 'Update the properties of place object, which can be a room or roomList. You can identify the room or roomList by specifying the id or emailAddress property.' + description: 'Update the properties of place object that can be a building, floor, section, desk, room, workspace, or roomList. You can identify the place by specifying the id property.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/place-update?view=graph-rest-1.0 @@ -483348,7 +483353,11 @@ paths: delete: tags: - places.place - summary: Delete entity from places + summary: Delete place + description: 'Delete a place object. You can also use this method to delete the following child object types: building, floor, section, or desk.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-delete?view=graph-rest-1.0 operationId: places.place.DeletePlace parameters: - name: If-Match @@ -483377,7 +483386,8 @@ paths: get: tags: - places.checkInClaim - summary: Get checkIns from places + summary: Get checkInClaim + description: 'Read the properties and relationships of a checkInClaim object. This API provides the check-in status for a specific place, such as a desk, room, or workspace, associated with a particular reservation.' operationId: places.ListCheckIns parameters: - $ref: '#/components/parameters/top' @@ -483429,7 +483439,11 @@ paths: post: tags: - places.checkInClaim - summary: Create new navigation property to checkIns for places + summary: Create checkInClaim + description: 'Create a new checkInClaim object to record the check-in status for a specific place, such as a desk or a room, associated with a specific calendar reservation. This check-in confirms that the reserved space is in use and prevents automatic release if auto-release policies are configured for that place.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-post-checkins?view=graph-rest-1.0 operationId: places.CreateCheckIns requestBody: description: New navigation property @@ -483473,7 +483487,11 @@ paths: get: tags: - places.checkInClaim - summary: Get checkIns from places + summary: Get checkInClaim + description: 'Read the properties and relationships of a checkInClaim object. This API provides the check-in status for a specific place, such as a desk, room, or workspace, associated with a particular reservation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/checkinclaim-get?view=graph-rest-1.0 operationId: places.GetCheckIns parameters: - name: $select @@ -483606,7 +483624,11 @@ paths: get: tags: - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.building + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.GetPlace.AsBuilding parameters: - name: $select @@ -483654,6 +483676,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsBuilding.ListCheckIns parameters: - $ref: '#/components/parameters/top' @@ -483750,6 +483773,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsBuilding.GetCheckIns parameters: - name: $select @@ -483882,7 +483906,11 @@ paths: get: tags: - places.buildingMap - summary: Get map from places + summary: Get buildingMap + description: Get the map of a building in IMDF format. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/buildingmap-get?view=graph-rest-1.0 operationId: places.AsBuilding.GetMap parameters: - name: $select @@ -483944,7 +483972,11 @@ paths: delete: tags: - places.buildingMap - summary: Delete navigation property map for places + summary: Delete buildingMap + description: Delete the map of a specific building. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/buildingmap-delete?view=graph-rest-1.0 operationId: places.AsBuilding.DeleteMap parameters: - name: If-Match @@ -483973,7 +484005,11 @@ paths: get: tags: - places.buildingMap - summary: Get footprints from places + summary: List footprints + description: Get a list of footprintMap objects for building footprints and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/buildingmap-list-footprints?view=graph-rest-1.0 operationId: places.AsBuilding.map.ListFootprints parameters: - $ref: '#/components/parameters/top' @@ -484060,6 +484096,7 @@ paths: tags: - places.buildingMap summary: Get footprints from places + description: Represents the approximate physical extent of a referenced building. It corresponds to footprint.geojson in IMDF format. operationId: places.AsBuilding.map.GetFootprints parameters: - name: $select @@ -484182,7 +484219,11 @@ paths: get: tags: - places.buildingMap - summary: Get levels from places + summary: List levels + description: Get a list of the levelMap objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/buildingmap-list-levels?view=graph-rest-1.0 operationId: places.AsBuilding.map.ListLevels parameters: - $ref: '#/components/parameters/top' @@ -484269,6 +484310,7 @@ paths: tags: - places.buildingMap summary: Get levels from places + description: Represents a physical floor structure within a building. It corresponds to level.geojson in IMDF format. operationId: places.AsBuilding.map.GetLevels parameters: - name: $select @@ -484366,7 +484408,11 @@ paths: get: tags: - places.buildingMap - summary: Get fixtures from places + summary: List fixtures + description: Get a list of the fixtureMap objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/levelmap-list-fixtures?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.ListFixtures parameters: - $ref: '#/components/parameters/top' @@ -484460,6 +484506,7 @@ paths: tags: - places.buildingMap summary: Get fixtures from places + description: Collection of fixtures (such as furniture or equipment) on this level. Supports upsert. operationId: places.AsBuilding.map.levels.GetFixtures parameters: - name: $select @@ -484497,7 +484544,11 @@ paths: patch: tags: - places.buildingMap - summary: Update the navigation property fixtures in places + summary: Update fixtureMap + description: 'Update the properties of an existing fixtureMap object in IMDF format on a specified floor, or create one if it doesn''t exist.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/fixturemap-update?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.UpdateFixtures requestBody: description: New navigation property values @@ -484521,7 +484572,11 @@ paths: delete: tags: - places.buildingMap - summary: Delete navigation property fixtures for places + summary: Delete fixtureMap + description: Delete a fixture on a specified floor. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/fixturemap-delete?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.DeleteFixtures parameters: - name: If-Match @@ -484596,7 +484651,11 @@ paths: get: tags: - places.buildingMap - summary: Get sections from places + summary: List sections + description: Get a list of the sectionMap objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/levelmap-list-sections?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.ListSections parameters: - $ref: '#/components/parameters/top' @@ -484690,6 +484749,7 @@ paths: tags: - places.buildingMap summary: Get sections from places + description: Collection of sections (such as zones or partitions) on this level. Supports upsert. operationId: places.AsBuilding.map.levels.GetSections parameters: - name: $select @@ -484826,7 +484886,11 @@ paths: get: tags: - places.buildingMap - summary: Get units from places + summary: List units + description: Get a list of the unitMap objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/levelmap-list-units?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.ListUnits parameters: - $ref: '#/components/parameters/top' @@ -484920,6 +484984,7 @@ paths: tags: - places.buildingMap summary: Get units from places + description: Collection of units (such as rooms or offices) on this level. Supports upsert. operationId: places.AsBuilding.map.levels.GetUnits parameters: - name: $select @@ -484957,7 +485022,11 @@ paths: patch: tags: - places.buildingMap - summary: Update the navigation property units in places + summary: Update unitMap + description: 'Update the properties of an existing unitMap object in IMDF format on a specified floor, or create one if it doesn''t exist.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unitmap-update?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.UpdateUnits requestBody: description: New navigation property values @@ -484981,7 +485050,11 @@ paths: delete: tags: - places.buildingMap - summary: Delete navigation property units for places + summary: Delete unitMap + description: Delete a unitMap object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unitmap-delete?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.DeleteUnits parameters: - name: If-Match @@ -485156,7 +485229,11 @@ paths: get: tags: - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.desk + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.GetPlace.AsDesk parameters: - name: $select @@ -485204,6 +485281,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsDesk.ListCheckIns parameters: - $ref: '#/components/parameters/top' @@ -485300,6 +485378,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsDesk.GetCheckIns parameters: - name: $select @@ -485432,7 +485511,11 @@ paths: get: tags: - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.floor + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.GetPlace.AsFloor parameters: - name: $select @@ -485480,6 +485563,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsFloor.ListCheckIns parameters: - $ref: '#/components/parameters/top' @@ -485576,6 +485660,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsFloor.GetCheckIns parameters: - name: $select @@ -485708,8 +485793,8 @@ paths: get: tags: - places.place - summary: List places - description: 'Get a collection of the specified type of place objects defined in the tenant. For example, you can get all the rooms, all the room lists, or the rooms in a specific room list in the tenant. A place object can be one of the following types: Both room and roomList are derived from the place object. By default, this operation returns 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. See details for how they compare.' + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 @@ -485760,6 +485845,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoom.ListCheckIns parameters: - $ref: '#/components/parameters/top' @@ -485856,6 +485942,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoom.GetCheckIns parameters: - name: $select @@ -486036,6 +486123,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoomList.ListCheckIns parameters: - $ref: '#/components/parameters/top' @@ -486132,6 +486220,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoomList.GetCheckIns parameters: - name: $select @@ -486449,6 +486538,7 @@ paths: tags: - places.room summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoomList.rooms.ListCheckIns parameters: - $ref: '#/components/parameters/top' @@ -486552,6 +486642,7 @@ paths: tags: - places.room summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoomList.rooms.GetCheckIns parameters: - name: $select @@ -486908,6 +486999,7 @@ paths: tags: - places.workspace summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoomList.workspaces.ListCheckIns parameters: - $ref: '#/components/parameters/top' @@ -487011,6 +487103,7 @@ paths: tags: - places.workspace summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoomList.workspaces.GetCheckIns parameters: - name: $select @@ -487182,7 +487275,11 @@ paths: get: tags: - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.section + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.GetPlace.AsSection parameters: - name: $select @@ -487230,6 +487327,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsSection.ListCheckIns parameters: - $ref: '#/components/parameters/top' @@ -487326,6 +487424,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsSection.GetCheckIns parameters: - name: $select @@ -487458,7 +487557,11 @@ paths: get: tags: - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.workspace + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.GetPlace.AsWorkspace parameters: - name: $select @@ -487506,6 +487609,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsWorkspace.ListCheckIns parameters: - $ref: '#/components/parameters/top' @@ -487602,6 +487706,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsWorkspace.GetCheckIns parameters: - name: $select @@ -487751,7 +487856,11 @@ paths: get: tags: - places.place - summary: Get the items of type microsoft.graph.building in the microsoft.graph.place collection + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.ListPlace.AsBuilding parameters: - $ref: '#/components/parameters/top' @@ -487821,7 +487930,11 @@ paths: get: tags: - places.place - summary: Get the items of type microsoft.graph.desk in the microsoft.graph.place collection + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.ListPlace.AsDesk parameters: - $ref: '#/components/parameters/top' @@ -487891,7 +488004,11 @@ paths: get: tags: - places.place - summary: Get the items of type microsoft.graph.floor in the microsoft.graph.place collection + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.ListPlace.AsFloor parameters: - $ref: '#/components/parameters/top' @@ -487961,8 +488078,8 @@ paths: get: tags: - places.place - summary: List places - description: 'Get a collection of the specified type of place objects defined in the tenant. For example, you can get all the rooms, all the room lists, or the rooms in a specific room list in the tenant. A place object can be one of the following types: Both room and roomList are derived from the place object. By default, this operation returns 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. See details for how they compare.' + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 @@ -488105,7 +488222,11 @@ paths: get: tags: - places.place - summary: Get the items of type microsoft.graph.section in the microsoft.graph.place collection + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.ListPlace.AsSection parameters: - $ref: '#/components/parameters/top' @@ -488175,7 +488296,11 @@ paths: get: tags: - places.place - summary: Get the items of type microsoft.graph.workspace in the microsoft.graph.place collection + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.ListPlace.AsWorkspace parameters: - $ref: '#/components/parameters/top' @@ -715793,7 +715918,7 @@ paths: tags: - users.onlineMeeting summary: Get callRecording - description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API supports the retrieval of call recordings from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.' + description: 'Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.' operationId: users.onlineMeetings.ListRecordings parameters: - $ref: '#/components/parameters/top' @@ -715887,7 +716012,7 @@ paths: tags: - users.onlineMeeting summary: Get callRecording - description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API supports the retrieval of call recordings from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.' + description: 'Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0 @@ -716230,7 +716355,7 @@ paths: tags: - users.onlineMeeting summary: List transcripts - description: 'Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time.' + description: Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0 @@ -716327,7 +716452,7 @@ paths: tags: - users.onlineMeeting summary: Get callTranscript - description: 'Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.' + description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 @@ -716436,7 +716561,7 @@ paths: tags: - users.onlineMeeting summary: Get callTranscript - description: 'Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.' + description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 @@ -716525,7 +716650,7 @@ paths: tags: - users.onlineMeeting summary: Get callTranscript - description: 'Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.' + description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 @@ -730247,7 +730372,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryDecisionFilter' - type: object nullable: true - description: 'Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified.' + description: 'Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. The possible values are: approve, deny, dontKnow, notReviewed, and notNotified.' displayName: type: string description: Name for the access review history data collection. Required. @@ -731035,7 +731160,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.agreementAcceptanceState' - type: object nullable: true - description: 'The state of the agreement acceptance. Possible values are: accepted, declined. Supports $filter (eq).' + description: 'The state of the agreement acceptance. The possible values are: accepted, declined. Supports $filter (eq).' userDisplayName: type: string description: Display name of the user when the acceptance was recorded. @@ -731341,7 +731466,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.alertFeedback' - type: object nullable: true - description: 'Analyst feedback on the alert. Possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.' + description: 'Analyst feedback on the alert. The possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.' fileStates: type: array items: @@ -732412,7 +732537,7 @@ components: nullable: true disabledByMicrosoftStatus: type: string - description: 'Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).' + description: 'Specifies whether Microsoft has disabled the registered application. The possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).' nullable: true displayName: type: string @@ -732999,7 +733124,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.attackSimulationOperationType' - type: object nullable: true - description: 'The attack simulation operation type. Possible values are: createSimulation, updateSimulation, unknownFutureValue.' + description: 'The attack simulation operation type. The possible values are: createSimulation, updateSimulation, unknownFutureValue.' '@odata.type': type: string description: The status of a long-running operation. @@ -733098,7 +733223,7 @@ components: nullable: true role: type: string - description: 'Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer.' + description: 'Role of the attendee. The possible values are: None, Attendee, Presenter, and Organizer.' nullable: true totalAttendanceInSeconds: maximum: 2147483647 @@ -733519,7 +733644,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodState' - type: object nullable: true - description: 'The state of the policy. Possible values are: enabled, disabled.' + description: 'The state of the policy. The possible values are: enabled, disabled.' '@odata.type': type: string discriminator: @@ -733760,7 +733885,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.allowInvitesFrom' - type: object nullable: true - description: 'Indicates who can invite guests to the organization. Possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more information, see allowInvitesFrom values.' + description: 'Indicates who can invite guests to the organization. The possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more information, see allowInvitesFrom values.' allowUserConsentForRiskyApps: type: boolean description: Indicates whether user consent for risky apps is allowed. We recommend keeping allowUserConsentForRiskyApps as false. Default value is false. @@ -734096,6 +734221,7 @@ components: properties: properties: type: string + description: Concatenated key-value pair of all properties of a GeoJSON file for this baseMapFeature. nullable: true '@odata.type': type: string @@ -734944,11 +735070,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceLink' + description: A set of links to external resources that are associated with the building. Inherited from place. map: anyOf: - $ref: '#/components/schemas/microsoft.graph.buildingMap' - type: object nullable: true + description: Map file associated with a building in Places. This object is the IMDF-format representation of building.geojson. x-ms-navigationProperty: true '@odata.type': type: string @@ -734964,16 +735092,19 @@ components: properties: placeId: type: string + description: Identifier for the building to which this buildingMap belongs. nullable: true footprints: type: array items: $ref: '#/components/schemas/microsoft.graph.footprintMap' + description: Represents the approximate physical extent of a referenced building. It corresponds to footprint.geojson in IMDF format. x-ms-navigationProperty: true levels: type: array items: $ref: '#/components/schemas/microsoft.graph.levelMap' + description: Represents a physical floor structure within a building. It corresponds to level.geojson in IMDF format. x-ms-navigationProperty: true '@odata.type': type: string @@ -735021,7 +735152,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' - type: object nullable: true - description: 'Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' + description: 'Represent the online meeting service providers that can be used to create online meetings in this calendar. The possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' canEdit: type: boolean description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who shared a calendar and granted write access.' @@ -735049,7 +735180,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' - type: object nullable: true - description: 'The default online meeting provider for meetings sent from this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' + description: 'The default online meeting provider for meetings sent from this calendar. The possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' hexColor: type: string description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' @@ -735155,7 +735286,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.calendarRoleType' - type: object nullable: true - description: 'List of allowed sharing or delegating permission levels for the calendar. Possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom.' + description: 'List of allowed sharing or delegating permission levels for the calendar. The possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom.' emailAddress: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailAddress' @@ -735278,7 +735409,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.modality' - type: object nullable: true - description: 'The list of requested modalities. Possible values are: unknown, audio, video, videoBasedScreenSharing, data.' + description: 'The list of requested modalities. The possible values are: unknown, audio, video, videoBasedScreenSharing, data.' resultInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.resultInfo' @@ -735296,7 +735427,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.callState' - type: object nullable: true - description: 'The call state. Possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only.' + description: 'The call state. The possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only.' subject: type: string description: The subject of the conversation. @@ -736048,11 +736179,13 @@ components: properties: calendarEventId: type: string + description: 'The unique identifier for an Outlook calendar event associated with the checkInClaim object. For more information, see the iCalUId property in event.' checkInMethod: $ref: '#/components/schemas/microsoft.graph.checkInMethod' 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 + description: 'The date and time when the checkInClaim object was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true '@odata.type': @@ -736259,7 +736392,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningType' - type: object nullable: true - description: 'The type of licenses to be used when provisioning Cloud PCs using this policy. Possible values are: dedicated, shared, unknownFutureValue. The default value is dedicated.' + description: 'The type of licenses to be used when provisioning Cloud PCs using this policy. The possible values are: dedicated, shared, unknownFutureValue. The default value is dedicated.' servicePlanId: type: string description: 'The service plan ID for the Cloud PC that consists of 32 characters in a GUID format. For more information about service plans, see Product names and service plan identifiers for licensing. Read-only.' @@ -736337,7 +736470,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcDeviceImageErrorCode' - type: object nullable: true - description: 'The error code of the status of the image that indicates why the upload failed, if applicable. Possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only.' + description: 'The error code of the status of the image that indicates why the upload failed, if applicable. The possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only.' expirationDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string @@ -736363,7 +736496,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcDeviceImageOsStatus' - type: object nullable: true - description: 'The OS status of this image. Possible values are: supported, supportedWithWarning, unknown, unknownFutureValue. The default value is unknown. Read-only.' + description: 'The OS status of this image. The possible values are: supported, supportedWithWarning, unknown, unknownFutureValue. The default value is unknown. Read-only.' sourceImageResourceId: type: string description: 'The unique identifier (ID) of the source image resource on Azure. The required ID format is: ''/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName}''. Read-only.' @@ -736373,7 +736506,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcDeviceImageStatus' - type: object nullable: true - description: 'The status of the image on the Cloud PC. Possible values are: pending, ready, failed, unknownFutureValue. Read-only.' + description: 'The status of the image on the Cloud PC. The possible values are: pending, ready, failed, unknownFutureValue. Read-only.' version: type: string description: 'The image version. For example, 0.0.1 and 1.5.13. Read-only.' @@ -736435,7 +736568,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcGalleryImageStatus' - type: object nullable: true - description: 'The status of the gallery image on the Cloud PC. Possible values are: supported, supportedWithWarning, notSupported, unknownFutureValue. The default value is supported. Read-only.' + description: 'The status of the gallery image on the Cloud PC. The possible values are: supported, supportedWithWarning, notSupported, unknownFutureValue. The default value is supported. Read-only.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.cloudPcGalleryImage' @@ -736583,7 +736716,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningType' - type: object nullable: true - description: 'Specifies the type of license used when provisioning Cloud PCs using this policy. By default, the license type is dedicated if the provisioningType isn''t specified when you create the cloudPcProvisioningPolicy. You can''t change this property after the cloudPcProvisioningPolicy was created. Possible values are: dedicated, shared, unknownFutureValue.' + description: 'Specifies the type of license used when provisioning Cloud PCs using this policy. By default, the license type is dedicated if the provisioningType isn''t specified when you create the cloudPcProvisioningPolicy. You can''t change this property after the cloudPcProvisioningPolicy was created. The possible values are: dedicated, shared, unknownFutureValue.' windowsSetting: anyOf: - $ref: '#/components/schemas/microsoft.graph.cloudPcWindowsSetting' @@ -737014,7 +737147,7 @@ components: nullable: true status: type: string - description: 'The status of this subscription. Possible values are: Enabled, Deleted, Suspended, Warning, LockedOut.' + description: 'The status of this subscription. The possible values are: Enabled, Deleted, Suspended, Warning, LockedOut.' nullable: true totalLicenses: maximum: 2147483647 @@ -737626,7 +737759,7 @@ components: properties: contractType: type: string - description: 'Type of contract. Possible values are: SyndicationPartner, BreadthPartner, ResellerPartner. See more in the table below.' + description: 'Type of contract. The possible values are: SyndicationPartner, BreadthPartner, ResellerPartner. See more in the table below.' nullable: true customerId: 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}$' @@ -738236,7 +738369,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.dataPolicyOperationStatus' - type: object nullable: true - description: 'Possible values are: notStarted, running, complete, failed, unknownFutureValue.' + description: 'The possible values are: notStarted, running, complete, failed, unknownFutureValue.' storageLocation: type: string description: The URL location to where data is being exported for export requests. @@ -738684,17 +738817,20 @@ components: properties: displayDeviceName: type: string + description: 'The name of the display device (for example, monitor or projector) that is available at the desk.' nullable: true mailboxDetails: anyOf: - $ref: '#/components/schemas/microsoft.graph.mailboxDetails' - type: object nullable: true + description: The mailbox object id and email address that are associated with the desk. mode: anyOf: - $ref: '#/components/schemas/microsoft.graph.placeMode' - type: object nullable: true + description: 'The mode of the desk. The supported modes are:assignedPlaceMode - Desks that are assigned to a user.reservablePlaceMode - Desks that can be booked in advance using desk reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks, the desk is booked for you, assuming the peripheral is associated with the desk in the Microsoft Teams Rooms Pro management portal.' '@odata.type': type: string default: '#microsoft.graph.desk' @@ -738784,7 +738920,7 @@ components: nullable: true deviceOwnership: type: string - description: 'Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal.' + description: 'Ownership of the device. Intune sets this property. The possible values are: unknown, company, personal.' nullable: true deviceVersion: maximum: 2147483647 @@ -738803,7 +738939,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' + description: 'Enrollment type of the device. Intune sets this property. The possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true isCompliant: type: boolean @@ -738823,7 +738959,7 @@ components: nullable: true managementType: type: string - description: 'The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' + description: 'The management channel of the device. This property is set by Intune. The possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' nullable: true manufacturer: type: string @@ -741071,7 +741207,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.operationResult' - type: object nullable: true - description: 'Indicates the result of the activity. Possible values are: success, failure, timeout, unknownFutureValue.' + description: 'Indicates the result of the activity. The possible values are: success, failure, timeout, unknownFutureValue.' resultReason: type: string description: Indicates the reason for failure if the result is failure or timeout. @@ -742182,7 +742318,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationAssignmentStatus' - type: object nullable: true - description: 'Status of the assignment. You can''t PATCH this value. Possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: inactive.' + description: 'Status of the assignment. You can''t PATCH this value. The possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: inactive.' readOnly: true webUrl: type: string @@ -742244,7 +742380,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationAddedStudentAction' - type: object nullable: true - description: 'Class-level default behavior for handling students who are added after the assignment is published. Possible values are: none, assignIfOpen.' + description: 'Class-level default behavior for handling students who are added after the assignment is published. The possible values are: none, assignIfOpen.' addToCalendarAction: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAddToCalendarOptions' @@ -742383,7 +742519,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationExternalSource' - type: object nullable: true - description: 'How this class was created. Possible values are: sis, manual.' + description: 'How this class was created. The possible values are: sis, manual.' externalSourceDetail: type: string description: The name of the external source this resource was generated from. @@ -742609,7 +742745,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationModuleStatus' - type: object nullable: true - description: 'Status of the module. You can''t use a PATCH operation to update this value. Possible values are: draft and published.' + description: 'Status of the module. You can''t use a PATCH operation to update this value. The possible values are: draft and published.' readOnly: true resources: type: array @@ -742657,7 +742793,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationExternalSource' - type: object nullable: true - description: 'Source where this organization was created from. Possible values are: sis, manual.' + description: 'Source where this organization was created from. The possible values are: sis, manual.' externalSourceDetail: type: string description: The name of the external source this resource was generated from. @@ -743016,7 +743152,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationSubmissionStatus' - type: object nullable: true - description: 'Read-only. Possible values are: excused, reassigned, returned, submitted and working. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: excused and reassigned.' + description: 'Read-only. The possible values are: excused, reassigned, returned, submitted and working. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: excused and reassigned.' readOnly: true submittedBy: anyOf: @@ -743142,7 +743278,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationExternalSource' - type: object nullable: true - description: 'Where this user was created from. Possible values are: sis, manual.' + description: 'Where this user was created from. The possible values are: sis, manual.' externalSourceDetail: type: string description: The name of the external source this resource was generated from. @@ -743322,7 +743458,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.externalEmailOtpState' - type: object nullable: true - description: 'Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn''t use public preview have email OTP enabled beginning in October 2021.' + description: 'Determines whether email OTP is usable by external users for authentication. The possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn''t use public preview have email OTP enabled beginning in October 2021.' includeTargets: type: array items: @@ -743349,7 +743485,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.mailDestinationRoutingReason' - type: object nullable: true - description: 'The reason for mail routed to its destination. Possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk.' + description: 'The reason for mail routed to its destination. The possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk.' recipientEmail: type: string description: The mail recipient whose policies are used to assess the mail. @@ -743512,19 +743648,19 @@ components: - $ref: '#/components/schemas/microsoft.graph.endUserNotificationType' - type: object nullable: true - description: 'Type of notification. Possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue.' + description: 'Type of notification. The possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue.' source: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationContentSource' - type: object nullable: true - description: 'The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue.' + description: 'The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue.' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationContentStatus' - type: object nullable: true - description: 'The status of the notification. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' + description: 'The status of the notification. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' supportedLocales: type: array items: @@ -745229,7 +745365,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.sensitivity' - type: object nullable: true - description: 'Possible values are: normal, personal, private, and confidential.' + description: 'The possible values are: normal, personal, private, and confidential.' seriesMasterId: type: string description: 'The ID for the recurring series master item, if this event is part of a recurring series.' @@ -745239,7 +745375,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.freeBusyStatus' - type: object nullable: true - description: 'The status to show. Possible values are: free, tentative, busy, oof, workingElsewhere, unknown.' + description: 'The status to show. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown.' start: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' @@ -745259,7 +745395,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.eventType' - type: object nullable: true - description: 'The event type. Possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only' + description: 'The event type. The possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only' webLink: type: string description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' @@ -745437,7 +745573,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.responseType' - type: object nullable: true - description: 'Specifies the type of response to a meeting request. Possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable.' + description: 'Specifies the type of response to a meeting request. The possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable.' '@odata.type': type: string default: '#microsoft.graph.eventMessageResponse' @@ -745691,7 +745827,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.attestationLevel' - type: object nullable: true - description: 'The attestation level of this FIDO2 security key. Possible values are: attested, or notAttested.' + description: 'The attestation level of this FIDO2 security key. The possible values are: attested, or notAttested.' 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 @@ -745935,7 +746071,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attributeType' - description: 'Attribute types supported by the operator. Possible values are: Boolean, Binary, Reference, Integer, String.' + description: 'Attribute types supported by the operator. The possible values are: Boolean, Binary, Reference, Integer, String.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.filterOperatorSchema' @@ -745949,6 +746085,7 @@ components: properties: placeId: type: string + description: Identifier for the floor to which this fixtureMap belongs. nullable: true '@odata.type': type: string @@ -745966,6 +746103,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: number + description: 'Specifies the sort order of the floor. For example, a floor might be named ''Lobby'' with a sort order of 0 to show this floor first in ordered lists.' format: int32 nullable: true '@odata.type': @@ -746233,7 +746371,7 @@ components: nullable: true visibility: type: string - description: 'Specifies the group join policy and group content visibility for groups. Possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can''t be updated later. Other values of visibility can be updated after group creation. If visibility value isn''t specified during group creation on Microsoft Graph, a security group is created as Private by default, and the Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable.' + description: 'Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can''t be updated later. Other values of visibility can be updated after group creation. If visibility value isn''t specified during group creation on Microsoft Graph, a security group is created as Private by default, and the Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable.' nullable: true acceptedSenders: type: array @@ -747167,7 +747305,7 @@ components: nullable: true status: type: string - description: 'The status of the invitation. Possible values are: PendingAcceptance, Completed, InProgress, and Error.' + description: 'The status of the invitation. The possible values are: PendingAcceptance, Completed, InProgress, and Error.' nullable: true invitedUser: anyOf: @@ -748516,13 +748654,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.simulationContentSource' - type: object nullable: true - description: 'The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue.' + description: 'The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue.' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationContentStatus' - type: object nullable: true - description: 'The status of the simulation. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' + description: 'The status of the simulation. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' supportedLocales: type: array items: @@ -748666,7 +748804,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.level' - type: object nullable: true - description: 'The difficulty level of the learning content. Possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional.' + description: 'The difficulty level of the learning content. The possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional.' numberOfPages: maximum: 2147483647 minimum: -2147483648 @@ -748733,7 +748871,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.courseStatus' - type: object nullable: true - description: 'The status of the course activity. Possible values are: notStarted, inProgress, completed. Required.' + description: 'The status of the course activity. The possible values are: notStarted, inProgress, completed. Required.' '@odata.type': type: string discriminator: @@ -748813,21 +748951,25 @@ components: properties: placeId: type: string + description: Identifier of the floor to which this levelMap belongs. nullable: true fixtures: type: array items: $ref: '#/components/schemas/microsoft.graph.fixtureMap' + description: Collection of fixtures (such as furniture or equipment) on this level. Supports upsert. x-ms-navigationProperty: true sections: type: array items: $ref: '#/components/schemas/microsoft.graph.sectionMap' + description: Collection of sections (such as zones or partitions) on this level. Supports upsert. x-ms-navigationProperty: true units: type: array items: $ref: '#/components/schemas/microsoft.graph.unitMap' + description: Collection of units (such as rooms or offices) on this level. Supports upsert. x-ms-navigationProperty: true '@odata.type': type: string @@ -749118,13 +749260,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.simulationContentSource' - type: object nullable: true - description: 'The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue.' + description: 'The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue.' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationContentStatus' - type: object nullable: true - description: 'The login page status. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' + description: 'The login page status. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.loginPage' @@ -749526,7 +749668,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.mailDestinationRoutingReason' - type: object nullable: true - description: 'The reason for mail routed to its destination. Possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk.' + description: 'The reason for mail routed to its destination. The possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk.' messageUri: type: string description: The resource URI of the mail message for assessment. @@ -749787,7 +749929,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.windowsMalwareExecutionState' - type: object nullable: true - description: 'Indicates execution status of the malware. Possible values are: unknown, blocked, allowed, running, notRunning. Defaults to unknown. Possible values are: unknown, blocked, allowed, running, notRunning.' + description: 'Indicates execution status of the malware. The possible values are: unknown, blocked, allowed, running, notRunning. Defaults to unknown. The possible values are: unknown, blocked, allowed, running, notRunning.' initialDetectionDateTime: 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 @@ -749805,7 +749947,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.windowsMalwareThreatState' - type: object nullable: true - description: 'Indicates threat status of the malware. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. defaults to noStatusCleared. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared.' + description: 'Indicates threat status of the malware. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. defaults to noStatusCleared. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared.' '@odata.type': type: string description: Malware state for a windows device @@ -752260,7 +752402,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.onenoteUserRole' - type: object nullable: true - description: 'Possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.' + description: 'The possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.' sectionGroups: type: array items: @@ -753019,19 +753161,19 @@ components: - $ref: '#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles' - type: object nullable: true - description: 'Specifies the users who can admit from the lobby. Possible values are: organizerAndCoOrganizersAndPresenters, organizerAndCoOrganizers, unknownFutureValue.' + description: 'Specifies the users who can admit from the lobby. The possible values are: organizerAndCoOrganizersAndPresenters, organizerAndCoOrganizers, unknownFutureValue.' allowedPresenters: anyOf: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' - type: object nullable: true - description: 'Specifies who can be a presenter in a meeting. Possible values are: everyone, organization, roleIsPresenter, organizer, unknownFutureValue. Inherited from onlineMeetingBase.' + description: 'Specifies who can be a presenter in a meeting. The possible values are: everyone, organization, roleIsPresenter, organizer, unknownFutureValue. Inherited from onlineMeetingBase.' allowLiveShare: anyOf: - $ref: '#/components/schemas/microsoft.graph.meetingLiveShareOptions' - type: object nullable: true - description: 'Indicates whether live share is enabled for the meeting. Possible values are: enabled, disabled, unknownFutureValue.' + description: 'Indicates whether live share is enabled for the meeting. The possible values are: enabled, disabled, unknownFutureValue.' allowMeetingChat: anyOf: - $ref: '#/components/schemas/microsoft.graph.meetingChatMode' @@ -753119,7 +753261,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.meetingChatHistoryDefaultMode' - type: object nullable: true - description: 'Specifies whether meeting chat history is shared with participants. Possible values are: all, none, unknownFutureValue.' + description: 'Specifies whether meeting chat history is shared with participants. The possible values are: all, none, unknownFutureValue.' subject: type: string description: The subject of the online meeting. @@ -754057,13 +754199,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.payloadBrand' - type: object nullable: true - description: 'The branch of a payload. Possible values are: unknown, other, americanExpress, capitalOne, dhl, docuSign, dropbox, facebook, firstAmerican, microsoft, netflix, scotiabank, sendGrid, stewartTitle, tesco, wellsFargo, syrinxCloud, adobe, teams, zoom, unknownFutureValue.' + description: 'The branch of a payload. The possible values are: unknown, other, americanExpress, capitalOne, dhl, docuSign, dropbox, facebook, firstAmerican, microsoft, netflix, scotiabank, sendGrid, stewartTitle, tesco, wellsFargo, syrinxCloud, adobe, teams, zoom, unknownFutureValue.' complexity: anyOf: - $ref: '#/components/schemas/microsoft.graph.payloadComplexity' - type: object nullable: true - description: 'The complexity of a payload. Possible values are: unknown, low, medium, high, unknownFutureValue.' + description: 'The complexity of a payload. The possible values are: unknown, low, medium, high, unknownFutureValue.' createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailIdentity' @@ -754095,7 +754237,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.payloadIndustry' - type: object nullable: true - description: 'Industry of a payload. Possible values are: unknown, other, banking, businessServices, consumerServices, education, energy, construction, consulting, financialServices, government, hospitality, insurance, legal, courierServices, IT, healthcare, manufacturing, retail, telecom, realEstate, unknownFutureValue.' + description: 'Industry of a payload. The possible values are: unknown, other, banking, businessServices, consumerServices, education, energy, construction, consulting, financialServices, government, hospitality, insurance, legal, courierServices, IT, healthcare, manufacturing, retail, telecom, realEstate, unknownFutureValue.' isAutomated: type: boolean description: Indicates whether the attack simulation and training campaign payload was created from an automation flow. Supports $filter and $orderby. @@ -754135,7 +754277,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.payloadDeliveryPlatform' - type: object nullable: true - description: 'The payload delivery platform for a simulation. Possible values are: unknown, sms, email, teams, unknownFutureValue.' + description: 'The payload delivery platform for a simulation. The possible values are: unknown, sms, email, teams, unknownFutureValue.' predictedCompromiseRate: oneOf: - type: number @@ -754150,7 +754292,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.simulationAttackType' - type: object nullable: true - description: 'Attack type of the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, social, cloud, endpoint, unknownFutureValue.' + description: 'Attack type of the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, social, cloud, endpoint, unknownFutureValue.' source: $ref: '#/components/schemas/microsoft.graph.simulationContentSource' status: @@ -754158,19 +754300,19 @@ components: - $ref: '#/components/schemas/microsoft.graph.simulationContentStatus' - type: object nullable: true - description: 'Simulation content status. Supports $filter and $orderby. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' + description: 'Simulation content status. Supports $filter and $orderby. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' technique: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationAttackTechnique' - type: object nullable: true - description: 'The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations.' + description: 'The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations.' theme: anyOf: - $ref: '#/components/schemas/microsoft.graph.payloadTheme' - type: object nullable: true - description: 'The theme of a payload. Possible values are: unknown, other, accountActivation, accountVerification, billing, cleanUpMail, controversial, documentReceived, expense, fax, financeReport, incomingMessages, invoice, itemReceived, loginAlert, mailReceived, password, payment, payroll, personalizedOffer, quarantine, remoteWork, reviewMessage, securityUpdate, serviceSuspended, signatureRequired, upgradeMailboxStorage, verifyMailbox, voicemail, advertisement, employeeEngagement, unknownFutureValue.' + description: 'The theme of a payload. The possible values are: unknown, other, accountActivation, accountVerification, billing, cleanUpMail, controversial, documentReceived, expense, fax, financeReport, incomingMessages, invoice, itemReceived, loginAlert, mailReceived, password, payment, payroll, personalizedOffer, quarantine, remoteWork, reviewMessage, securityUpdate, serviceSuspended, signatureRequired, upgradeMailboxStorage, verifyMailbox, voicemail, advertisement, employeeEngagement, unknownFutureValue.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.payload' @@ -754463,13 +754605,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.authenticationPhoneType' - type: object nullable: true - description: 'The type of this phone. Possible values are: mobile, alternateMobile, or office.' + description: 'The type of this phone. The possible values are: mobile, alternateMobile, or office.' smsSignInState: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodSignInState' - type: object nullable: true - description: 'Whether a phone is ready to be used for SMS sign-in or not. Possible values are: notSupported, notAllowedByPolicy, notEnabled, phoneNumberNotUnique, ready, or notConfigured, unknownFutureValue.' + description: 'Whether a phone is ready to be used for SMS sign-in or not. The possible values are: notSupported, notAllowedByPolicy, notEnabled, phoneNumberNotUnique, ready, or notConfigured, unknownFutureValue.' '@odata.type': type: string default: '#microsoft.graph.phoneAuthenticationMethod' @@ -754520,10 +754662,10 @@ components: - $ref: '#/components/schemas/microsoft.graph.physicalAddress' - type: object nullable: true - description: The street address of the place. + description: 'The physical address of the place, including the street, city, state, country or region, and postal code.' displayName: type: string - description: The name associated with the place. + description: The name that is associated with the place. geoCoordinates: anyOf: - $ref: '#/components/schemas/microsoft.graph.outlookGeoCoordinates' @@ -754532,12 +754674,15 @@ components: description: 'Specifies the place location in latitude, longitude, and (optionally) altitude coordinates.' isWheelChairAccessible: type: boolean + description: Indicates whether the place is wheelchair accessible. nullable: true label: type: string + description: User-defined description of the place. nullable: true parentId: type: string + description: The ID of a parent place. nullable: true phone: type: string @@ -754547,10 +754692,12 @@ components: type: array items: type: string + description: Custom tags that are associated with the place for categorization or filtering. checkIns: type: array items: $ref: '#/components/schemas/microsoft.graph.checkInClaim' + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. x-ms-navigationProperty: true '@odata.type': type: string @@ -755001,13 +755148,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodKeyStrength' - type: object nullable: true - description: 'Key strength of this Platform Credential key. Possible values are: normal, weak, unknown.' + description: 'Key strength of this Platform Credential key. The possible values are: normal, weak, unknown.' platform: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodPlatform' - type: object nullable: true - description: 'Platform on which this Platform Credential key is present. Possible values are: unknown, windows, macOS,iOS, android, linux.' + description: 'Platform on which this Platform Credential key is present. The possible values are: unknown, windows, macOS,iOS, android, linux.' device: anyOf: - $ref: '#/components/schemas/microsoft.graph.device' @@ -756746,7 +756893,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.provisioningAction' - type: object nullable: true - description: 'Indicates the activity name or the operation name. Possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Microsoft Entra activity list. Supports $filter (eq, contains).' + description: 'Indicates the activity name or the operation name. The possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Microsoft Entra activity list. Supports $filter (eq, contains).' provisioningStatusInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisioningStatusInfo' @@ -757273,7 +757420,7 @@ components: 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. + 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.
tag in HTML messages. Optional. @@ -774739,7 +774895,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.attributeDefinitionMetadata' - type: object nullable: true - description: 'Possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty.' + description: 'The possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty.' value: type: string description: Value of the metadata property. @@ -775287,7 +775443,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.advancedConfigState' - type: object nullable: true - description: 'Enable or disable the feature. Possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn''t been explicitly set and uses the default behavior of Microsoft Entra ID for the setting. The default value is disabled.' + description: 'Enable or disable the feature. The possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn''t been explicitly set and uses the default behavior of Microsoft Entra ID for the setting. The default value is disabled.' '@odata.type': type: string microsoft.graph.authenticationMethodsRegistrationCampaign: @@ -775453,7 +775609,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.bookingsAvailabilityStatus' - type: object nullable: true - description: 'The status of the staff member. Possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue.' + description: 'The status of the staff member. The possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue.' '@odata.type': type: string microsoft.graph.averageComparativeScore: @@ -775647,7 +775803,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.bitLockerEncryptionMethod' - type: object nullable: true - description: 'Select the encryption method for removable drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.' + description: 'Select the encryption method for removable drives. The possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.' requireEncryptionForWriteAccess: type: boolean description: 'Indicates whether to block write access to devices configured in another organization. If requireEncryptionForWriteAccess is false, this value does not affect.' @@ -776173,7 +776329,7 @@ components: properties: format: type: string - description: 'For dateTime output types, the format of the value. Possible values are: dateOnly or dateTime.' + description: 'For dateTime output types, the format of the value. The possible values are: dateOnly or dateTime.' nullable: true formula: type: string @@ -776181,7 +776337,7 @@ components: nullable: true outputType: type: string - description: 'The output type used to format values in this column. Possible values are: boolean, currency, dateTime, number, or text.' + description: 'The output type used to format values in this column. The possible values are: boolean, currency, dateTime, number, or text.' nullable: true '@odata.type': type: string @@ -776227,7 +776383,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.teamworkCallEventType' - type: object nullable: true - description: 'Represents the call event type. Possible values are: call, meeting, screenShare, unknownFutureValue.' + description: 'Represents the call event type. The possible values are: call, meeting, screenShare, unknownFutureValue.' callId: type: string description: Unique identifier of the call. @@ -776258,7 +776414,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.mediaState' - type: object nullable: true - description: 'The audio media state. Possible values are: active, inactive, unknownFutureValue.' + description: 'The audio media state. The possible values are: active, inactive, unknownFutureValue.' '@odata.type': type: string microsoft.graph.callOptions: @@ -776331,7 +776487,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.callRecordingStatus' - type: object nullable: true - description: 'Status of the call recording. Possible values are: success, failure, initial, chunkFinished, unknownFutureValue.' + description: 'Status of the call recording. The possible values are: success, failure, initial, chunkFinished, unknownFutureValue.' callRecordingUrl: type: string description: Call recording URL. @@ -776379,7 +776535,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.teamworkCallEventType' - type: object nullable: true - description: 'Represents the call event type. Possible values are: call, meeting, screenShare, unknownFutureValue.' + description: 'Represents the call event type. The possible values are: call, meeting, screenShare, unknownFutureValue.' callId: type: string description: Unique identifier of the call. @@ -777268,7 +777424,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudAppSecuritySessionControlType' - type: object nullable: true - description: 'Possible values are: mcasConfigured, monitorOnly, blockDownloads, unknownFutureValue. For more information, see Deploy Conditional Access App Control for featured apps.' + description: 'The possible values are: mcasConfigured, monitorOnly, blockDownloads, unknownFutureValue. For more information, see Deploy Conditional Access App Control for featured apps.' '@odata.type': type: string default: '#microsoft.graph.cloudAppSecuritySessionControl' @@ -777472,7 +777628,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcDomainJoinType' - type: object nullable: true - description: 'Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the hybridAzureADJoin type, only provide a value for the onPremisesConnectionId property and leave the regionName property empty. If you choose the azureADJoin type, provide a value for either the onPremisesConnectionId or the regionName property. Possible values are: azureADJoin, hybridAzureADJoin, unknownFutureValue.' + description: 'Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the hybridAzureADJoin type, only provide a value for the onPremisesConnectionId property and leave the regionName property empty. If you choose the azureADJoin type, provide a value for either the onPremisesConnectionId or the regionName property. The possible values are: azureADJoin, hybridAzureADJoin, unknownFutureValue.' onPremisesConnectionId: type: string description: 'The Azure network connection ID that matches the virtual network IT admins want the provisioning policy to use when they create Cloud PCs. You can use this property in both domain join types: Azure AD joined or Hybrid Microsoft Entra joined. If you enter an onPremisesConnectionId, leave the regionName property empty.' @@ -777482,7 +777638,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcRegionGroup' - type: object nullable: true - description: 'The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. Possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea. Read-only.' + description: 'The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. The possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea. Read-only.' regionName: type: string description: 'The supported Azure region where the IT admin wants the provisioning policy to create Cloud PCs. Within this region, the Windows 365 service creates and manages the underlying virtual network. This option is available only when the IT admin selects Microsoft Entra joined as the domain join type. If you enter a regionName, leave the onPremisesConnectionId property empty.' @@ -777549,7 +777705,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnectionHealthCheckErrorType' - type: object nullable: true - description: 'The type of error that occurred during this health check. Possible values are: endpointConnectivityCheckCloudPcUrlNotAllowListed, endpointConnectivityCheckWVDUrlNotAllowListed, etc. (The all possible values can refer to cloudPcOnPremisesConnectionHealthCheckErrorType) Read-Only.' + description: 'The type of error that occurred during this health check. The possible values are: endpointConnectivityCheckCloudPcUrlNotAllowListed, endpointConnectivityCheckWVDUrlNotAllowListed, etc. (The all possible values can refer to cloudPcOnPremisesConnectionHealthCheckErrorType) Read-Only.' recommendedAction: type: string description: 'The recommended action to fix the corresponding error. For example, The Active Directory domain join check failed because the password of the domain join user has expired. Read-Only.' @@ -777609,7 +777765,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcRestorePointFrequencyType' - type: object nullable: true - description: 'The time interval in hours to take snapshots (restore points) of a Cloud PC automatically. Possible values are: default, fourHours, sixHours, twelveHours, sixteenHours, twentyFourHours, unknownFutureValue. The default value is default that indicates that the time interval for automatic capturing of restore point snapshots is set to 12 hours.' + description: 'The time interval in hours to take snapshots (restore points) of a Cloud PC automatically. The possible values are: default, fourHours, sixHours, twelveHours, sixteenHours, twentyFourHours, unknownFutureValue. The default value is default that indicates that the time interval for automatic capturing of restore point snapshots is set to 12 hours.' userRestoreEnabled: type: boolean description: 'If true, the user has the ability to use snapshots to restore Cloud PCs. If false, non-admin users can''t use snapshots to restore the Cloud PC.' @@ -777887,7 +778043,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.endpointType' - type: object nullable: true - description: 'Type of endpoint that the participant uses. Possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone, unknownFutureValue.' + description: 'Type of endpoint that the participant uses. The possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone, unknownFutureValue.' guest: anyOf: - $ref: '#/components/schemas/microsoft.graph.identity' @@ -778109,7 +778265,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessClientApp' - description: 'Client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member will be deprecated in favor of exchangeActiveSync, which includes EAS supported and unsupported platforms.' + description: 'Client application types included in the policy. The possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member will be deprecated in favor of exchangeActiveSync, which includes EAS supported and unsupported platforms.' devices: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevices' @@ -778138,17 +778294,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.riskLevel' - description: 'Service principal risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue.' + description: 'Service principal risk levels included in the policy. The possible values are: low, medium, high, none, unknownFutureValue.' signInRiskLevels: type: array items: $ref: '#/components/schemas/microsoft.graph.riskLevel' - description: 'Sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.' + description: 'Sign-in risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.' userRiskLevels: type: array items: $ref: '#/components/schemas/microsoft.graph.riskLevel' - description: 'User risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.' + description: 'User risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.' users: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessUsers' @@ -778199,7 +778355,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessExternalTenantsMembershipKind' - type: object nullable: true - description: 'The membership kind. Possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object.' + description: 'The membership kind. The possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object.' '@odata.type': type: string discriminator: @@ -778297,12 +778453,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevicePlatform' - description: 'Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.' + description: 'The possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.' includePlatforms: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevicePlatform' - description: 'Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.' + description: 'The possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.' '@odata.type': type: string microsoft.graph.conditionalAccessPolicyDetail: @@ -779183,7 +779339,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.trainingAssignedTo' - type: object nullable: true - description: 'A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue.' + description: 'A user collection that specifies to whom the training should be assigned. The possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue.' description: type: string description: The description of the custom training setting. @@ -781622,7 +781778,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.endUserNotificationPreference' - type: object nullable: true - description: 'Notification preference. Possible values are: unknown, microsoft, custom, unknownFutureValue.' + description: 'Notification preference. The possible values are: unknown, microsoft, custom, unknownFutureValue.' positiveReinforcement: anyOf: - $ref: '#/components/schemas/microsoft.graph.positiveReinforcementNotification' @@ -781634,7 +781790,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.endUserNotificationSettingType' - type: object nullable: true - description: 'End user notification type. Possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue.' + description: 'End user notification type. The possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue.' '@odata.type': type: string discriminator: @@ -781963,7 +782119,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.fido2RestrictionEnforcementType' - type: object nullable: true - description: 'Enforcement type. Possible values are: allow, block.' + description: 'Enforcement type. The possible values are: allow, block.' isEnforced: type: boolean description: Determines if the configured key enforcement is enabled. @@ -782044,7 +782200,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.fileHashType' - type: object nullable: true - description: 'File hash type. Possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256.' + description: 'File hash type. The possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256.' hashValue: type: string description: Value of the file hash. @@ -782770,6 +782926,7 @@ components: properties: isDryRun: type: boolean + description: True indicates that the service processes the map but doesn't save anything. False indicates that the service processes and stores the map. '@odata.type': type: string microsoft.graph.importedWindowsAutopilotDeviceIdentityState: @@ -782923,7 +783080,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.initiatorType' - type: object nullable: true - description: 'Type of initiator. Possible values are: user, application, system, unknownFutureValue.' + description: 'Type of initiator. The possible values are: user, application, system, unknownFutureValue.' '@odata.type': type: string default: '#microsoft.graph.initiator' @@ -783188,7 +783345,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.b2bIdentityProvidersType' - type: object nullable: true - description: 'The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption. Possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount.' + description: 'The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption. The possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount.' primaryIdentityProviderPrecedenceOrder: type: array items: @@ -783196,7 +783353,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.b2bIdentityProvidersType' - type: object nullable: true - description: 'Collection of identity providers in priority order of preference to be used for guest invitation redemption. Possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders.' + description: 'Collection of identity providers in priority order of preference to be used for guest invitation redemption. The possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders.' '@odata.type': type: string discriminator: @@ -784329,9 +784486,11 @@ components: properties: emailAddress: type: string + description: The primary SMTP address associated with the mailbox. nullable: true externalDirectoryObjectId: type: string + description: The unique identifier of the mailbox in the external directory (such as Microsoft Entra). nullable: true '@odata.type': type: string @@ -784360,7 +784519,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.delegateMeetingMessageDeliveryOptions' - type: object nullable: true - description: 'If the user has a calendar delegate, this specifies whether the delegate, mailbox owner, or both receive meeting messages and meeting responses. Possible values are: sendToDelegateAndInformationToPrincipal, sendToDelegateAndPrincipal, sendToDelegateOnly.' + description: 'If the user has a calendar delegate, this specifies whether the delegate, mailbox owner, or both receive meeting messages and meeting responses. The possible values are: sendToDelegateAndInformationToPrincipal, sendToDelegateAndPrincipal, sendToDelegateOnly.' language: anyOf: - $ref: '#/components/schemas/microsoft.graph.localeInfo' @@ -784380,7 +784539,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.userPurpose' - type: object nullable: true - description: 'The purpose of the mailbox. Differentiates a mailbox for a single user from a shared mailbox and equipment mailbox in Exchange Online. Possible values are: user, linked, shared, room, equipment, others, unknownFutureValue. Read-only.' + description: 'The purpose of the mailbox. Differentiates a mailbox for a single user from a shared mailbox and equipment mailbox in Exchange Online. The possible values are: user, linked, shared, room, equipment, others, unknownFutureValue. Read-only.' workingHours: anyOf: - $ref: '#/components/schemas/microsoft.graph.workingHours' @@ -784448,7 +784607,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.recipientScopeType' - type: object nullable: true - description: 'The scope of the recipient. Possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its ''partner''. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It''s also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone and content.' + description: 'The scope of the recipient. The possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its ''partner''. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It''s also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone and content.' recipientSuggestions: type: array items: @@ -785382,7 +785541,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.trainingCompletionDuration' - type: object nullable: true - description: 'The training completion duration that needs to be provided before scheduling the training. Possible values are: week, fortnite, month, unknownFutureValue.' + description: 'The training completion duration that needs to be provided before scheduling the training. The possible values are: week, fortnite, month, unknownFutureValue.' '@odata.type': type: string default: '#microsoft.graph.microsoftCustomTrainingSetting' @@ -785398,7 +785557,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.microsoftManagedDesktopType' - type: object nullable: true - description: 'Indicates the provisioning policy associated with Microsoft Managed Desktop settings. Possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default is notManaged.' + description: 'Indicates the provisioning policy associated with Microsoft Managed Desktop settings. The possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default is notManaged.' profile: type: string description: The name of the Microsoft Managed Desktop profile that the Windows 365 Cloud PC is associated with. @@ -785460,7 +785619,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.trainingAssignedTo' - type: object nullable: true - description: 'A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue.' + description: 'A user collection that specifies to whom the training should be assigned. The possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue.' training: anyOf: - $ref: '#/components/schemas/microsoft.graph.training' @@ -785672,7 +785831,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.connectionDirection' - type: object nullable: true - description: 'Network connection direction. Possible values are: unknown, inbound, outbound.' + description: 'Network connection direction. The possible values are: unknown, inbound, outbound.' domainRegisteredDateTime: 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 @@ -785704,7 +785863,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.securityNetworkProtocol' - type: object nullable: true - description: 'Network protocol. Possible values are: unknown, ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII.' + description: 'Network protocol. The possible values are: unknown, ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII.' riskScore: type: string description: 'Provider generated/calculated risk score of the network connection. Recommended value range of 0-1, which equates to a percentage.' @@ -785726,7 +785885,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.connectionStatus' - type: object nullable: true - description: 'Network connection status. Possible values are: unknown, attempted, succeeded, blocked, failed.' + description: 'Network connection status. The possible values are: unknown, attempted, succeeded, blocked, failed.' urlParameters: type: string description: Parameters (suffix) of the destination URL. @@ -785840,7 +785999,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.oAuthAppScope' - type: object nullable: true - description: 'App scope. Possible values are: unknown, readCalendar, readContact, readMail, readAllChat, readAllFile, readAndWriteMail, sendMail, unknownFutureValue.' + description: 'App scope. The possible values are: unknown, readCalendar, readContact, readMail, readAllChat, readAllFile, readAndWriteMail, sendMail, unknownFutureValue.' displayLogo: type: string description: App display logo. @@ -785890,7 +786049,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.objectDefinitionMetadata' - type: object nullable: true - description: 'Possible values are: PropertyNameAccountEnabled, PropertyNameSoftDeleted, IsSoftDeletionSupported, IsSynchronizeAllSupported, ConnectorDataStorageRequired, Extensions, LinkTypeName.' + description: 'The possible values are: PropertyNameAccountEnabled, PropertyNameSoftDeleted, IsSoftDeletionSupported, IsSynchronizeAllSupported, ConnectorDataStorageRequired, Extensions, LinkTypeName.' value: type: string description: Value of the metadata property. @@ -785969,7 +786128,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.objectMappingMetadata' - type: object nullable: true - description: 'Possible values are: EscrowBehavior, DisableMonitoringForChanges, OriginalJoiningProperty, Disposition, IsCustomerDefined, ExcludeFromReporting, Unsynchronized.' + description: 'The possible values are: EscrowBehavior, DisableMonitoringForChanges, OriginalJoiningProperty, Disposition, IsCustomerDefined, ExcludeFromReporting, Unsynchronized.' value: type: string description: Value of the metadata property. @@ -786444,13 +786603,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingContentSharingDisabledReason' - type: object nullable: true - description: 'Specifies the reason shared content from this participant is disabled. Possible values are: watermarkProtection, unknownFutureValue.' + description: 'Specifies the reason shared content from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue.' videoDisabled: anyOf: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingVideoDisabledReason' - type: object nullable: true - description: 'Specifies the reason video from this participant is disabled. Possible values are: watermarkProtection, unknownFutureValue.' + description: 'Specifies the reason video from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue.' '@odata.type': type: string microsoft.graph.onOtpSendCustomExtensionHandler: @@ -787115,7 +787274,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.endpointType' - type: object nullable: true - description: 'The type of endpoint the participant is using. Possible values are: default, skypeForBusiness, or skypeForBusinessVoipPhone. Read-only.' + description: 'The type of endpoint the participant is using. The possible values are: default, skypeForBusiness, or skypeForBusinessVoipPhone. Read-only.' identity: $ref: '#/components/schemas/microsoft.graph.identitySet' languageId: @@ -787411,7 +787570,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.persistentBrowserSessionMode' - type: object nullable: true - description: 'Possible values are: always, never.' + description: 'The possible values are: always, never.' '@odata.type': type: string default: '#microsoft.graph.persistentBrowserSessionControl' @@ -787916,7 +788075,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.plannerContainerType' - type: object nullable: true - description: 'The type of the resource that contains the plan. For supported types, see the previous table. Possible values are: group, unknownFutureValue, roster. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: roster. Optional.' + description: 'The type of the resource that contains the plan. For supported types, see the previous table. The possible values are: group, unknownFutureValue, roster. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: roster. Optional.' url: type: string description: The full canonical URL of the container. Optional. @@ -788072,7 +788231,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.notificationDeliveryPreference' - type: object nullable: true - description: 'Delivery preference. Possible values are: unknown, deliverImmedietly, deliverAfterCampaignEnd, unknownFutureValue.' + description: 'Delivery preference. The possible values are: unknown, deliverImmedietly, deliverAfterCampaignEnd, unknownFutureValue.' '@odata.type': type: string default: '#microsoft.graph.positiveReinforcementNotification' @@ -788274,13 +788433,13 @@ components: items: type: string nullable: true - description: 'The media (i.e., paper) colors supported by the printer.' + description: 'The media (for example, paper) colors supported by the printer.' mediaSizes: type: array items: type: string nullable: true - description: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + description: 'The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. For the list of supported values, see mediaSizes values.' mediaTypes: type: array items: @@ -788857,7 +789016,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.processIntegrityLevel' - type: object nullable: true - description: 'The integrity level of the process. Possible values are: unknown, untrusted, low, medium, high, system.' + description: 'The integrity level of the process. The possible values are: unknown, untrusted, low, medium, high, system.' isElevated: type: boolean description: True if the process is elevated. @@ -789266,7 +789425,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.provisioningResult' - type: object nullable: true - description: 'Possible values are: success, warning, failure, skipped, unknownFutureValue.' + description: 'The possible values are: success, warning, failure, skipped, unknownFutureValue.' '@odata.type': type: string microsoft.graph.provisioningStep: @@ -789294,13 +789453,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.provisioningStepType' - type: object nullable: true - description: 'Type of step. Possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue.' + description: 'Type of step. The possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue.' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisioningResult' - type: object nullable: true - description: 'Status of the step. Possible values are: success, warning, failure, skipped, unknownFutureValue.' + description: 'Status of the step. The possible values are: success, warning, failure, skipped, unknownFutureValue.' '@odata.type': type: string microsoft.graph.provisioningSystem: @@ -789799,7 +789958,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.registryHive' - type: object nullable: true - description: 'A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default. Possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault.' + description: 'A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default. The possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault.' key: type: string description: Current (i.e. changed) registry key (excludes HIVE). @@ -789821,7 +789980,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.registryOperation' - type: object nullable: true - description: 'Operation that changed the registry key name and/or value. Possible values are: unknown, create, modify, delete.' + description: 'Operation that changed the registry key name and/or value. The possible values are: unknown, create, modify, delete.' processId: maximum: 2147483647 minimum: -2147483648 @@ -789842,7 +790001,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.registryValueType' - type: object nullable: true - description: 'Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ Possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz.' + description: 'Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ The possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz.' '@odata.type': type: string microsoft.graph.rejectJoinResponse: @@ -790282,9 +790441,11 @@ components: $ref: '#/components/schemas/microsoft.graph.resourceLinkType' name: type: string + description: The link text that is visible in the Places app. The maximum length is 200 characters. nullable: true value: type: string + description: The URL of the resource link. The maximum length is 200 characters. nullable: true '@odata.type': type: string @@ -790399,7 +790560,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.responseType' - type: object nullable: true - description: 'The response type. Possible values are: none, organizer, tentativelyAccepted, accepted, declined, notResponded.To differentiate between none and notResponded: none – from organizer''s perspective. This value is used when the status of an attendee/participant is reported to the organizer of a meeting. notResponded – from attendee''s perspective. Indicates the attendee has not responded to the meeting request. Clients can treat notResponded == none. As an example, if attendee Alex hasn''t responded to a meeting request, getting Alex'' response status for that event in Alex'' calendar returns notResponded. Getting Alex'' response from the calendar of any other attendee or the organizer''s returns none. Getting the organizer''s response for the event in anybody''s calendar also returns none.' + description: 'The response type. The possible values are: none, organizer, tentativelyAccepted, accepted, declined, notResponded.To differentiate between none and notResponded: none – from organizer''s perspective. This value is used when the status of an attendee/participant is reported to the organizer of a meeting. notResponded – from attendee''s perspective. Indicates the attendee has not responded to the meeting request. Clients can treat notResponded == none. As an example, if attendee Alex hasn''t responded to a meeting request, getting Alex'' response status for that event in Alex'' calendar returns notResponded. Getting Alex'' response from the calendar of any other attendee or the organizer''s returns none. Getting the organizer''s response for the event in anybody''s calendar also returns none.' time: 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 @@ -790600,7 +790761,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.behaviorDuringRetentionPeriod' - type: object nullable: true - description: 'Describes the item behavior during retention period. Possible values are: doNotRetain, retain, retainAsRecord, retainAsRegulatoryRecord, unknownFutureValue. Read-only.' + description: 'Describes the item behavior during retention period. The possible values are: doNotRetain, retain, retainAsRecord, retainAsRegulatoryRecord, unknownFutureValue. Read-only.' isContentUpdateAllowed: type: boolean description: Specifies whether updates to document content are allowed. Read-only. @@ -791269,7 +791430,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.entityType' - type: object nullable: true - description: 'One or more types of resources expected in the response. Possible values are: event, message, driveItem, externalItem, site, list, listItem, drive, chatMessage, person, acronym, bookmark. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: chatMessage, person, acronym, bookmark. See known limitations for those combinations of two or more entity types that are supported in the same search request. Required.' + description: 'One or more types of resources expected in the response. The possible values are: event, message, driveItem, externalItem, site, list, listItem, drive, chatMessage, person, acronym, bookmark. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: chatMessage, person, acronym, bookmark. See known limitations for those combinations of two or more entity types that are supported in the same search request. Required.' fields: type: array items: @@ -791450,7 +791611,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.securityResourceType' - type: object nullable: true - description: 'Represents type of security resources related to an alert. Possible values are: attacked, related.' + description: 'Represents type of security resources related to an alert. The possible values are: attacked, related.' '@odata.type': type: string microsoft.graph.securityVendorInformation: @@ -791632,7 +791793,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.postType' - type: object nullable: true - description: 'The post type of the service issue historical post. Possible values are: regular, quick, strategic, unknownFutureValue.' + description: 'The post type of the service issue historical post. The possible values are: regular, quick, strategic, unknownFutureValue.' '@odata.type': type: string microsoft.graph.serviceHostedMediaConfig: @@ -792412,7 +792573,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.signinFrequencyType' - type: object nullable: true - description: 'Possible values are: days, hours.' + description: 'The possible values are: days, hours.' value: maximum: 2147483647 minimum: -2147483648 @@ -792558,7 +792719,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.targettedUserType' - type: object nullable: true - description: 'Target user type. Possible values are: unknown, clicked, compromised, allUsers, unknownFutureValue.' + description: 'Target user type. The possible values are: unknown, clicked, compromised, allUsers, unknownFutureValue.' '@odata.type': type: string default: '#microsoft.graph.simulationNotification' @@ -792679,7 +792840,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.siteArchivalDetails' - type: object nullable: true - description: 'Represents whether the site collection is recently archived, fully archived, or reactivating. Possible values are: recentlyArchived, fullyArchived, reactivating, unknownFutureValue.' + description: 'Represents whether the site collection is recently archived, fully archived, or reactivating. The possible values are: recentlyArchived, fullyArchived, reactivating, unknownFutureValue.' dataLocationCode: type: string description: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -793037,13 +793198,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.subjectRightsRequestStage' - type: object nullable: true - description: 'The stage when the entity was changed. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: approval.' + description: The stage when the entity was changed. stageStatus: anyOf: - $ref: '#/components/schemas/microsoft.graph.subjectRightsRequestStageStatus' - type: object nullable: true - description: 'The status of the stage when the entity was changed. Possible values are: notStarted, current, completed, failed, unknownFutureValue.' + description: 'The status of the stage when the entity was changed. The possible values are: notStarted, current, completed, failed, unknownFutureValue.' type: type: string description: Type of history. @@ -793093,13 +793254,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.subjectRightsRequestStage' - type: object nullable: true - description: 'The stage of the subject rights request. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: approval.' + description: The stage of the subject rights request. status: anyOf: - $ref: '#/components/schemas/microsoft.graph.subjectRightsRequestStageStatus' - type: object nullable: true - description: 'Status of the current stage. Possible values are: notStarted, current, completed, failed, unknownFutureValue.' + description: 'Status of the current stage. The possible values are: notStarted, current, completed, failed, unknownFutureValue.' '@odata.type': type: string microsoft.graph.subjectSet: @@ -793231,7 +793392,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.synchronizationMetadata' - type: object nullable: true - description: 'Possible values are: GalleryApplicationIdentifier, GalleryApplicationKey, IsOAuthEnabled, IsSynchronizationAgentAssignmentRequired, IsSynchronizationAgentRequired, IsSynchronizationInPreview, OAuthSettings, SynchronizationLearnMoreIbizaFwLink, ConfigurationFields.' + description: 'The possible values are: GalleryApplicationIdentifier, GalleryApplicationKey, IsOAuthEnabled, IsSynchronizationAgentAssignmentRequired, IsSynchronizationAgentRequired, IsSynchronizationInPreview, OAuthSettings, SynchronizationLearnMoreIbizaFwLink, ConfigurationFields.' value: type: string description: Value of the metadata property. @@ -793593,7 +793754,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.groupType' - type: object nullable: true - description: 'When type is set to Group, this indicates the group type. Possible values are: unifiedGroups, azureAD, and unknownFutureValue' + description: 'When type is set to Group, this indicates the group type. The possible values are: unifiedGroups, azureAD, and unknownFutureValue' id: type: string description: Indicates the unique ID of the resource. @@ -793738,7 +793899,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.giphyRatingType' - type: object nullable: true - description: 'Giphy content rating. Possible values are: moderate, strict.' + description: 'Giphy content rating. The possible values are: moderate, strict.' '@odata.type': type: string microsoft.graph.teamGuestSettings: @@ -794130,7 +794291,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.teamworkActivityTopicSource' - type: object nullable: true - description: 'Type of source. Possible values are: entityUrl, text. For supported Microsoft Graph URLs, use entityUrl. For custom text, use text.' + description: 'Type of source. The possible values are: entityUrl, text. For supported Microsoft Graph URLs, use entityUrl. For custom text, use text.' value: type: string description: 'The topic value. If the value of the source property is entityUrl, this must be a Microsoft Graph URL. If the value is text, this must be a plain text value.' @@ -794153,7 +794314,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.teamworkApplicationIdentityType' - type: object nullable: true - description: 'Type of application that is referenced. Possible values are: aadApplication, bot, tenantBot, office365Connector, outgoingWebhook, and unknownFutureValue.' + description: 'Type of application that is referenced. The possible values are: aadApplication, bot, tenantBot, office365Connector, outgoingWebhook, and unknownFutureValue.' '@odata.type': type: string default: '#microsoft.graph.teamworkApplicationIdentity' @@ -794171,7 +794332,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.teamworkConversationIdentityType' - type: object nullable: true - description: 'Type of conversation. Possible values are: team, channel, chat, and unknownFutureValue.' + description: 'Type of conversation. The possible values are: team, channel, chat, and unknownFutureValue.' '@odata.type': type: string default: '#microsoft.graph.teamworkConversationIdentity' @@ -794238,7 +794399,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.teamworkUserIdentityType' - type: object nullable: true - description: 'Type of user. Possible values are: aadUser, onPremiseAadUser, anonymousGuest, federatedUser, personalMicrosoftAccountUser, skypeUser, phoneUser, unknownFutureValue and emailUser.' + description: 'Type of user. The possible values are: aadUser, onPremiseAadUser, anonymousGuest, federatedUser, personalMicrosoftAccountUser, skypeUser, phoneUser, unknownFutureValue and emailUser.' '@odata.type': type: string default: '#microsoft.graph.teamworkUserIdentity' @@ -795050,7 +795211,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.notificationDeliveryFrequency' - type: object nullable: true - description: 'Configurable frequency for the reminder email introduced during simulation creation. Possible values are: unknown, weekly, biWeekly, unknownFutureValue.' + description: 'Configurable frequency for the reminder email introduced during simulation creation. The possible values are: unknown, weekly, biWeekly, unknownFutureValue.' '@odata.type': type: string default: '#microsoft.graph.trainingReminderNotification' @@ -795066,7 +795227,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.trainingSettingType' - type: object nullable: true - description: 'Type of setting. Possible values are: microsoftCustom, microsoftManaged, noTraining, custom, unknownFutureValue.' + description: 'Type of setting. The possible values are: microsoftCustom, microsoftManaged, noTraining, custom, unknownFutureValue.' '@odata.type': type: string discriminator: @@ -795695,13 +795856,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.includedUserRoles' - type: object nullable: true - description: 'The role type of the user. Possible values are: all, privilegedAdmin, admin, user, unknownFutureValue.' + description: 'The role type of the user. The possible values are: all, privilegedAdmin, admin, user, unknownFutureValue.' userTypes: anyOf: - $ref: '#/components/schemas/microsoft.graph.includedUserTypes' - type: object nullable: true - description: 'User type. Possible values are: all, member, guest, unknownFutureValue.' + description: 'User type. The possible values are: all, member, guest, unknownFutureValue.' '@odata.type': type: string microsoft.graph.userRegistrationMethodCount: @@ -795739,13 +795900,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.includedUserRoles' - type: object nullable: true - description: 'The role type of the user. Possible values are: all, privilegedAdmin, admin, user, unknownFutureValue.' + description: 'The role type of the user. The possible values are: all, privilegedAdmin, admin, user, unknownFutureValue.' userTypes: anyOf: - $ref: '#/components/schemas/microsoft.graph.includedUserTypes' - type: object nullable: true - description: 'User type. Possible values are: all, member, guest, unknownFutureValue.' + description: 'User type. The possible values are: all, member, guest, unknownFutureValue.' '@odata.type': type: string microsoft.graph.userScope: @@ -795783,7 +795944,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.emailRole' - type: object nullable: true - description: 'For email-related alerts - user account''s email ''role''. Possible values are: unknown, sender, recipient.' + description: 'For email-related alerts - user account''s email ''role''. The possible values are: unknown, sender, recipient.' isVpn: type: boolean description: Indicates whether the user logged on through a VPN. @@ -795811,7 +795972,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.logonType' - type: object nullable: true - description: 'Method of user sign in. Possible values are: unknown, interactive, remoteInteractive, network, batch, service.' + description: 'Method of user sign in. The possible values are: unknown, interactive, remoteInteractive, network, batch, service.' onPremisesSecurityIdentifier: type: string description: Active Directory (on-premises) Security Identifier (SID) of the user. @@ -795825,7 +795986,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.userAccountSecurityType' - type: object nullable: true - description: 'User account type (group membership), per Windows definition. Possible values are: unknown, standard, power, administrator.' + description: 'User account type (group membership), per Windows definition. The possible values are: unknown, standard, power, administrator.' userPrincipalName: type: string description: 'User sign-in name - internet format: (user account name)@(user account DNS domain name).' @@ -796000,7 +796161,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.trainingStatus' - type: object nullable: true - description: 'Latest status of the training assigned to the user. Possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue.' + description: 'Latest status of the training assigned to the user. The possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue.' trainingAssignedProperties: anyOf: - $ref: '#/components/schemas/microsoft.graph.userTrainingContentEventInfo' @@ -796048,7 +796209,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.trainingStatus' - type: object nullable: true - description: 'The status of the training assigned to the user. Possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue.' + description: 'The status of the training assigned to the user. The possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue.' '@odata.type': type: string microsoft.graph.verifiedDomain: @@ -796737,7 +796898,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.runAsAccountType' - type: object nullable: true - description: 'The execution context of the script. Do not specify this value if the rule is used for detection. Script detection rules will run in the same context as the associated app install context. Possible values are: system, user.' + description: 'The execution context of the script. Do not specify this value if the rule is used for detection. Script detection rules will run in the same context as the associated app install context. The possible values are: system, user.' scriptContent: type: string description: The base64-encoded script content. @@ -797652,7 +797813,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.workforceIntegrationEncryptionProtocol' - type: object nullable: true - description: 'Possible values are: sharedSecret, unknownFutureValue.' + description: 'The possible values are: sharedSecret, unknownFutureValue.' secret: type: string description: Encryption shared secret. @@ -808754,7 +808915,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.callRecords.modality' - description: 'List of all the modalities used in the call. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.' + description: 'List of all the modalities used in the call. The possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.' organizer: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -808932,7 +809093,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.callRecords.modality' - description: 'List of modalities present in the session. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.' + description: 'List of modalities present in the session. The possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.' startDateTime: 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 @@ -809352,7 +809513,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.callRecords.audioCodec' - type: object nullable: true - description: 'Codec name used to encode audio for transmission on the network. Possible values are: unknown, invalid, cn, pcma, pcmu, amrWide, g722, g7221, g7221c, g729, multiChannelAudio, muchv2, opus, satin, satinFullband, rtAudio8, rtAudio16, silk, silkNarrow, silkWide, siren, xmsRta, unknownFutureValue.' + description: 'Codec name used to encode audio for transmission on the network. The possible values are: unknown, invalid, cn, pcma, pcmu, amrWide, g722, g7221, g7221c, g729, multiChannelAudio, muchv2, opus, satin, satinFullband, rtAudio8, rtAudio16, silk, silkNarrow, silkWide, siren, xmsRta, unknownFutureValue.' averageAudioDegradation: oneOf: - type: number @@ -809546,7 +809707,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.callRecords.videoCodec' - type: object nullable: true - description: 'Codec name used to encode video for transmission on the network. Possible values are: unknown, invalid, av1, h263, h264, h264s, h264uc, h265, rtvc1, rtVideo, xrtvc1, unknownFutureValue.' + description: 'Codec name used to encode video for transmission on the network. The possible values are: unknown, invalid, av1, h263, h264, h264s, h264uc, h265, rtvc1, rtVideo, xrtvc1, unknownFutureValue.' wasMediaBypassed: type: boolean description: 'True if the media stream bypassed the Mediation Server and went straight between client and PSTN Gateway/PBX, false otherwise.' @@ -810165,7 +810326,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionOperationStatus' - type: object nullable: true - description: 'Indicates the status of the asynchronous operation. Possible values are: unspecified, inprogress, completed, failed, unknownFutureValue.' + description: 'Indicates the status of the asynchronous operation. The possible values are: unspecified, inprogress, completed, failed, unknownFutureValue.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.externalConnectors.connectionOperation' @@ -810270,7 +810431,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionState' - type: object nullable: true - description: 'Indicates the current state of the connection. Possible values are: draft, ready, obsolete, limitExceeded, unknownFutureValue.' + description: 'Indicates the current state of the connection. The possible values are: draft, ready, obsolete, limitExceeded, unknownFutureValue.' readOnly: true groups: type: array @@ -810368,7 +810529,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.externalConnectors.identityType' - type: object nullable: true - description: 'The type of identity. Possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system.' + description: 'The type of identity. The possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.externalConnectors.identity' @@ -812358,7 +812519,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.longRunningOperationStatus' - type: object nullable: true - description: 'The status of the operation. Possible values are: notStarted, running, completed, failed, unknownFutureValue.' + description: 'The status of the operation. The possible values are: notStarted, running, completed, failed, unknownFutureValue.' '@odata.type': type: string discriminator: @@ -812497,7 +812658,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.devicePlatformType' - description: 'List of devices and operating systems that are able to view this bookmark. Possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.' + description: 'List of devices and operating systems that are able to view this bookmark. The possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.' powerAppIds: type: array items: @@ -812560,7 +812721,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.devicePlatformType' - description: 'List of devices and operating systems that are able to view this QnA. Possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.' + description: 'List of devices and operating systems that are able to view this QnA. The possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.' state: $ref: '#/components/schemas/microsoft.graph.search.answerState' targetedVariations: @@ -812657,7 +812818,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.devicePlatformType' - type: object nullable: true - description: 'The device or operating system that can view this answer variation. Possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.' + description: 'The device or operating system that can view this answer variation. The possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.' webUrl: type: string description: 'The URL link for the answer variation. When users select this answer variation from the search results, they''re directed to the specified URL.' @@ -812748,7 +812909,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.alertClassification' - type: object nullable: true - description: 'Specifies whether the alert represents a true threat. Possible values are: unknown, falsePositive, truePositive, informationalExpectedActivity, unknownFutureValue.' + description: 'Specifies whether the alert represents a true threat. The possible values are: unknown, falsePositive, truePositive, informationalExpectedActivity, unknownFutureValue.' comments: type: array items: @@ -812775,7 +812936,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.detectionSource' - type: object nullable: true - description: 'Detection technology or sensor that identified the notable component or activity. Possible values are: unknown, microsoftDefenderForEndpoint, antivirus, smartScreen, customTi, microsoftDefenderForOffice365, automatedInvestigation, microsoftThreatExperts, customDetection, microsoftDefenderForIdentity, cloudAppSecurity, microsoft365Defender, azureAdIdentityProtection, manual, microsoftDataLossPrevention, appGovernancePolicy, appGovernanceDetection, unknownFutureValue, microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence, microsoftDefenderForAIServices, securityCopilot. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence, microsoftDefenderForAIServices, securityCopilot.' + description: 'Detection technology or sensor that identified the notable component or activity. The possible values are: unknown, microsoftDefenderForEndpoint, antivirus, smartScreen, customTi, microsoftDefenderForOffice365, automatedInvestigation, microsoftThreatExperts, customDetection, microsoftDefenderForIdentity, cloudAppSecurity, microsoft365Defender, azureAdIdentityProtection, manual, microsoftDataLossPrevention, appGovernancePolicy, appGovernanceDetection, unknownFutureValue, microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence, microsoftDefenderForAIServices, securityCopilot. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence, microsoftDefenderForAIServices, securityCopilot.' detectorId: type: string description: The ID of the detector that triggered the alert. @@ -812785,7 +812946,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.alertDetermination' - type: object nullable: true - description: 'Specifies the result of the investigation, whether the alert represents a true attack and if so, the nature of the attack. Possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedAccount, phishing, maliciousUserActivity, notMalicious, notEnoughDataToValidate, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.' + description: 'Specifies the result of the investigation, whether the alert represents a true attack and if so, the nature of the attack. The possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedAccount, phishing, maliciousUserActivity, notMalicious, notEnoughDataToValidate, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.' evidence: type: array items: @@ -812810,7 +812971,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.investigationState' - type: object nullable: true - description: 'Information on the current status of the investigation. Possible values are: unknown, terminated, successfullyRemediated, benign, failed, partiallyRemediated, running, pendingApproval, pendingResource, queued, innerFailure, preexistingAlert, unsupportedOs, unsupportedAlertType, suppressedAlert, partiallyInvestigated, terminatedByUser, terminatedBySystem, unknownFutureValue.' + description: 'Information on the current status of the investigation. The possible values are: unknown, terminated, successfullyRemediated, benign, failed, partiallyRemediated, running, pendingApproval, pendingResource, queued, innerFailure, preexistingAlert, unsupportedOs, unsupportedAlertType, suppressedAlert, partiallyInvestigated, terminatedByUser, terminatedBySystem, unknownFutureValue.' lastActivityDateTime: 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 @@ -813024,7 +813185,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.caseAction' - type: object nullable: true - description: 'The type of action the operation represents. Possible values are: contentExport, applyTags, convertToPdf, index, estimateStatistics, addToReviewSet, holdUpdate, unknownFutureValue, purgeData, exportReport, exportResult, holdPolicySync. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: purgeData, exportReport, exportResult, holdPolicySync.' + description: 'The type of action the operation represents. The possible values are: contentExport, applyTags, convertToPdf, index, estimateStatistics, addToReviewSet, holdUpdate, unknownFutureValue, purgeData, exportReport, exportResult, holdPolicySync. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: purgeData, exportReport, exportResult, holdPolicySync.' completedDateTime: 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 @@ -813061,7 +813222,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.caseOperationStatus' - type: object nullable: true - description: 'The status of the case operation. Possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed, unknownFutureValue.' + description: 'The status of the case operation. The possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed, unknownFutureValue.' '@odata.type': type: string discriminator: @@ -813241,7 +813402,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.dataSourceContainerStatus' - type: object nullable: true - description: 'Latest status of the dataSourceContainer. Possible values are: Active, Released.' + description: 'Latest status of the dataSourceContainer. The possible values are: Active, Released.' '@odata.type': type: string discriminator: @@ -813297,25 +813458,25 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.additionalDataOptions' - type: object nullable: true - description: 'The options to add items to the review set. Possible values are: allVersions, linkedFiles, unknownFutureValue, advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder.' + description: 'The options to add items to the review set. The possible values are: allVersions, linkedFiles, unknownFutureValue, advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder.' cloudAttachmentVersion: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.cloudAttachmentVersion' - type: object nullable: true - description: 'Specifies the number of most recent versions of cloud attachments to collect. Possible values are: latest, recent10, recent100, all, unknownFutureValue.' + description: 'Specifies the number of most recent versions of cloud attachments to collect. The possible values are: latest, recent10, recent100, all, unknownFutureValue.' documentVersion: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.documentVersion' - type: object nullable: true - description: 'Specifies the number of most recent versions of SharePoint documents to collect. Possible values are: latest, recent10, recent100, all, unknownFutureValue.' + description: 'Specifies the number of most recent versions of SharePoint documents to collect. The possible values are: latest, recent10, recent100, all, unknownFutureValue.' itemsToInclude: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.itemsToInclude' - type: object nullable: true - description: 'The items to include in the review set. Possible values are: searchHits, partiallyIndexed, unknownFutureValue.' + description: 'The items to include in the review set. The possible values are: searchHits, partiallyIndexed, unknownFutureValue.' reportFileMetadata: type: array items: @@ -813436,7 +813597,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.reviewSetSettings' - type: object nullable: true - description: 'The settings of the review set for the case. Possible values are: none, disableGrouping, unknownFutureValue.' + description: 'The settings of the review set for the case. The possible values are: none, disableGrouping, unknownFutureValue.' topicModeling: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.topicModelingSettings' @@ -813535,7 +813696,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.statisticsOptions' - type: object nullable: true - description: 'The options to generate statistics. Possible values are: includeRefiners, includeQueryStats, includeUnindexedStats, advancedIndexing, locationsWithoutHits, unknownFutureValue.' + description: 'The options to generate statistics. The possible values are: includeRefiners, includeQueryStats, includeUnindexedStats, advancedIndexing, locationsWithoutHits, unknownFutureValue.' unindexedItemCount: type: number description: The estimated count of unindexed items for the collection. @@ -813578,13 +813739,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.exportOptions' - type: object nullable: true - description: 'The options provided for the export. For more information, see reviewSet: export. Possible values are: originalFiles, text, pdfReplacement, tags, unknownFutureValue, splitSource, includeFolderAndPath, friendlyName, condensePaths. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: splitSource, includeFolderAndPath, friendlyName, condensePaths.' + description: 'The options provided for the export. For more information, see reviewSet: export. The possible values are: originalFiles, text, pdfReplacement, tags, unknownFutureValue, splitSource, includeFolderAndPath, friendlyName, condensePaths. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: splitSource, includeFolderAndPath, friendlyName, condensePaths.' exportStructure: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.exportFileStructure' - type: object nullable: true - description: 'The options that specify the structure of the export. For more information, see reviewSet: export. Possible values are: none, directory (deprecated), pst, unknownFutureValue, msg. Use the Prefer: include-unknown-enum-members request header to get the following members from this evolvable enum: msg. The directory member is deprecated. It remains in v1.0 for backward compatibility. Going forward, use either pst or msg.' + description: 'The options that specify the structure of the export. For more information, see reviewSet: export. The possible values are: none, directory (deprecated), pst, unknownFutureValue, msg. Use the Prefer: include-unknown-enum-members request header to get the following members from this evolvable enum: msg. The directory member is deprecated. It remains in v1.0 for backward compatibility. Going forward, use either pst or msg.' outputName: type: string description: The name provided for the export. @@ -813724,7 +813885,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.childSelectability' - type: object nullable: true - description: 'Indicates whether a single or multiple child tags can be associated with a document. Possible values are: One, Many. This value controls whether the UX presents the tags as checkboxes or a radio button group.' + description: 'Indicates whether a single or multiple child tags can be associated with a document. The possible values are: One, Many. This value controls whether the UX presents the tags as checkboxes or a radio button group.' childTags: type: array items: @@ -813755,7 +813916,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.dataSourceScopes' - type: object nullable: true - description: 'When specified, the collection spans across a service for an entire workload. Possible values are: none, allTenantMailboxes, allTenantSites, allCaseCustodians, allCaseNoncustodialDataSources.' + description: 'When specified, the collection spans across a service for an entire workload. The possible values are: none, allTenantMailboxes, allTenantSites, allCaseCustodians, allCaseNoncustodialDataSources.' additionalSources: type: array items: @@ -813811,7 +813972,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.cloudAttachmentVersion' - type: object nullable: true - description: 'The versions of cloud attachments to include in messages. Possible values are: latest, recent10, recent100, all, unknownFutureValue.' + description: 'The versions of cloud attachments to include in messages. The possible values are: latest, recent10, recent100, all, unknownFutureValue.' description: type: string description: The description of the export by the user. @@ -813825,7 +813986,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.documentVersion' - type: object nullable: true - description: 'The versions of files in SharePoint to include. Possible values are: latest, recent10, recent100, all, unknownFutureValue.' + description: 'The versions of files in SharePoint to include. The possible values are: latest, recent10, recent100, all, unknownFutureValue.' exportCriteria: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.exportCriteria' @@ -814558,7 +814719,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.alertClassification' - type: object nullable: true - description: 'The specification for the incident. Possible values are: unknown, falsePositive, truePositive, informationalExpectedActivity, unknownFutureValue.' + description: 'The specification for the incident. The possible values are: unknown, falsePositive, truePositive, informationalExpectedActivity, unknownFutureValue.' comments: type: array items: @@ -814584,7 +814745,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.alertDetermination' - type: object nullable: true - description: 'Specifies the determination of the incident. Possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedUser, phishing, maliciousUserActivity, clean, insufficientData, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.' + description: 'Specifies the determination of the incident. The possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedUser, phishing, maliciousUserActivity, clean, insufficientData, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.' displayName: type: string description: The incident name. @@ -815526,7 +815687,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.sourceType' - type: object nullable: true - description: 'Specifies which sources are included in this group. Possible values are: mailbox, site.' + description: 'Specifies which sources are included in this group. The possible values are: mailbox, site.' group: $ref: '#/components/schemas/microsoft.graph.group' '@odata.type': @@ -815569,7 +815730,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.sourceType' - type: object nullable: true - description: 'Specifies which sources are included in this group. Possible values are: mailbox, site.' + description: 'Specifies which sources are included in this group. The possible values are: mailbox, site.' siteWebUrl: type: string description: The URL of the user's OneDrive for Business site. Read-only. @@ -815855,7 +816016,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.aiAgentPlatform' - type: object nullable: true - description: 'Type of the platform the agent runs on. Possible values are: unknown, azureAIFoundry, copilotStudio, copilot, unknownFutureValue.' + description: 'Type of the platform the agent runs on. The possible values are: unknown, azureAIFoundry, copilotStudio, copilot, unknownFutureValue.' instructions: type: string description: The instructions of the agent. @@ -817048,7 +817209,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.googleCloudLocationType' - type: object nullable: true - description: 'The type of location. Possible values are: unknown, regional, zonal, global, unknownFutureValue.' + description: 'The type of location. The possible values are: unknown, regional, zonal, global, unknownFutureValue.' projectId: type: string description: The Google project ID as defined by the user. @@ -817475,7 +817636,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.kubernetesPlatform' - type: object nullable: true - description: 'The platform the cluster runs on. Possible values are: unknown, aks, eks, gke, arc, unknownFutureValue.' + description: 'The platform the cluster runs on. The possible values are: unknown, aks, eks, gke, arc, unknownFutureValue.' version: type: string description: The kubernetes version of the cluster. @@ -817736,7 +817897,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.containerPortProtocol' - type: object nullable: true - description: 'The protocol name. Possible values are: udp, tcp, sctp, unknownFutureValue.' + description: 'The protocol name. The possible values are: udp, tcp, sctp, unknownFutureValue.' targetPort: type: string description: The name or number of the port to access on the pods targeted by the service. The port number must be in the range 1 to 65535. The name must be an IANASVCNAME. @@ -818583,13 +818744,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.teamsMessageDeliveryAction' - type: object nullable: true - description: 'The delivery action of this Teams message. Possible values are: unknown, deliveredAsSpam, delivered, blocked, replaced, unknownFutureValue.' + description: 'The delivery action of this Teams message. The possible values are: unknown, deliveredAsSpam, delivered, blocked, replaced, unknownFutureValue.' deliveryLocation: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.teamsDeliveryLocation' - type: object nullable: true - description: 'The delivery location of this Teams message. Possible values are: unknown, teams, quarantine, failed, unknownFutureValue.' + description: 'The delivery location of this Teams message. The possible values are: unknown, teams, quarantine, failed, unknownFutureValue.' files: type: array items: @@ -819725,7 +819886,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' - type: object nullable: true - description: 'Returns the type of the group. Possible values are: global, system, and siteCollection.' + description: 'Returns the type of the group. The possible values are: global, system, and siteCollection.' sets: type: array items: @@ -819748,7 +819909,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.termStore.relationType' - type: object nullable: true - description: 'The type of relation. Possible values are: pin, reuse.' + description: 'The type of relation. The possible values are: pin, reuse.' fromTerm: anyOf: - $ref: '#/components/schemas/microsoft.graph.termStore.term' diff --git a/openapi/v1.0/powershell_v2.yaml b/openapi/v1.0/powershell_v2.yaml index a08a1861..6383884f 100644 --- a/openapi/v1.0/powershell_v2.yaml +++ b/openapi/v1.0/powershell_v2.yaml @@ -6460,11 +6460,11 @@ paths: get: tags: - applications.federatedIdentityCredential - summary: List federatedIdentityCredentials - description: Get a list of the federatedIdentityCredential objects and their properties. + summary: List federatedIdentityCredential objects + description: Get a list of the federatedIdentityCredential objects and their properties assigned to an application. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/federatedidentitycredential-list?view=graph-rest-1.0 operationId: applications.ListFederatedIdentityCredentials parameters: - name: application-id @@ -6525,7 +6525,7 @@ paths: description: 'Create a new federatedIdentityCredential object for an application. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/federatedidentitycredential-post?view=graph-rest-1.0 operationId: applications.CreateFederatedIdentityCredentials parameters: - name: application-id @@ -6558,7 +6558,7 @@ paths: tags: - applications.federatedIdentityCredential summary: Get federatedIdentityCredential - description: Read the properties and relationships of a federatedIdentityCredential object. + description: Read the properties and relationships of a federatedIdentityCredential object assigned to an application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0 @@ -6692,7 +6692,7 @@ paths: tags: - applications.federatedIdentityCredential summary: Get federatedIdentityCredential - description: Read the properties and relationships of a federatedIdentityCredential object. + description: Read the properties and relationships of a federatedIdentityCredential object assigned to an application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0 @@ -376316,7 +376316,11 @@ paths: delete: tags: - me.calendar - summary: Delete navigation property calendars for me + summary: Delete calendar + description: Delete a calendar other than the default calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendar-delete?view=graph-rest-1.0 operationId: me.DeleteCalendars parameters: - name: calendar-id @@ -443969,7 +443973,7 @@ paths: description: Retrieve the properties and relationships of a onenoteSection object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/onenotesection-get?view=graph-rest-1.0 operationId: me.onenote.GetSections parameters: - name: onenoteSection-id @@ -445826,7 +445830,7 @@ paths: tags: - me.onlineMeeting summary: Get callRecording - description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API supports the retrieval of call recordings from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.' + description: 'Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0 @@ -446276,11 +446280,8 @@ paths: get: tags: - me.onlineMeeting - summary: Get callTranscript - description: 'Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 + summary: Get transcripts from me + description: The transcripts of an online meeting. Read-only. operationId: me.onlineMeetings.ListTranscripts parameters: - name: onlineMeeting-id @@ -462609,7 +462610,11 @@ paths: post: tags: - places.place - summary: Add new entity to places + summary: Create place + description: 'Create a new place object. You can also use this method to create the following child object types: building, floor, section, room, workspace, or desk.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-post?view=graph-rest-1.0 operationId: places.place.CreatePlace requestBody: description: New entity @@ -462634,7 +462639,7 @@ paths: tags: - places.place summary: Update place - description: 'Update the properties of place object, which can be a room or roomList. You can identify the room or roomList by specifying the id or emailAddress property.' + description: 'Update the properties of place object that can be a building, floor, section, desk, room, workspace, or roomList. You can identify the place by specifying the id property.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/place-update?view=graph-rest-1.0 @@ -462667,7 +462672,11 @@ paths: delete: tags: - places.place - summary: Delete entity from places + summary: Delete place + description: 'Delete a place object. You can also use this method to delete the following child object types: building, floor, section, or desk.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-delete?view=graph-rest-1.0 operationId: places.place.DeletePlace parameters: - name: place-id @@ -462693,7 +462702,8 @@ paths: get: tags: - places.checkInClaim - summary: Get checkIns from places + summary: Get checkInClaim + description: 'Read the properties and relationships of a checkInClaim object. This API provides the check-in status for a specific place, such as a desk, room, or workspace, associated with a particular reservation.' operationId: places.ListCheckIns parameters: - name: place-id @@ -462750,7 +462760,11 @@ paths: post: tags: - places.checkInClaim - summary: Create new navigation property to checkIns for places + summary: Create checkInClaim + description: 'Create a new checkInClaim object to record the check-in status for a specific place, such as a desk or a room, associated with a specific calendar reservation. This check-in confirms that the reserved space is in use and prevents automatic release if auto-release policies are configured for that place.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-post-checkins?view=graph-rest-1.0 operationId: places.CreateCheckIns parameters: - name: place-id @@ -462792,7 +462806,11 @@ paths: get: tags: - places.checkInClaim - summary: Get checkIns from places + summary: Get checkInClaim + description: 'Read the properties and relationships of a checkInClaim object. This API provides the check-in status for a specific place, such as a desk, room, or workspace, associated with a particular reservation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/checkinclaim-get?view=graph-rest-1.0 operationId: places.GetCheckIns parameters: - name: place-id @@ -462944,7 +462962,11 @@ paths: get: tags: - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.building + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.GetPlace.AsBuilding parameters: - name: place-id @@ -462989,6 +463011,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsBuilding.ListCheckIns parameters: - name: place-id @@ -463088,6 +463111,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsBuilding.GetCheckIns parameters: - name: place-id @@ -463239,7 +463263,11 @@ paths: get: tags: - places.buildingMap - summary: Get map from places + summary: Get buildingMap + description: Get the map of a building in IMDF format. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/buildingmap-get?view=graph-rest-1.0 operationId: places.AsBuilding.GetMap parameters: - name: place-id @@ -463312,7 +463340,11 @@ paths: delete: tags: - places.buildingMap - summary: Delete navigation property map for places + summary: Delete buildingMap + description: Delete the map of a specific building. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/buildingmap-delete?view=graph-rest-1.0 operationId: places.AsBuilding.DeleteMap parameters: - name: place-id @@ -463338,7 +463370,11 @@ paths: get: tags: - places.buildingMap - summary: Get footprints from places + summary: List footprints + description: Get a list of footprintMap objects for building footprints and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/buildingmap-list-footprints?view=graph-rest-1.0 operationId: places.AsBuilding.map.ListFootprints parameters: - name: place-id @@ -463428,6 +463464,7 @@ paths: tags: - places.buildingMap summary: Get footprints from places + description: Represents the approximate physical extent of a referenced building. It corresponds to footprint.geojson in IMDF format. operationId: places.AsBuilding.map.GetFootprints parameters: - name: place-id @@ -463569,7 +463606,11 @@ paths: get: tags: - places.buildingMap - summary: Get levels from places + summary: List levels + description: Get a list of the levelMap objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/buildingmap-list-levels?view=graph-rest-1.0 operationId: places.AsBuilding.map.ListLevels parameters: - name: place-id @@ -463659,6 +463700,7 @@ paths: tags: - places.buildingMap summary: Get levels from places + description: Represents a physical floor structure within a building. It corresponds to level.geojson in IMDF format. operationId: places.AsBuilding.map.GetLevels parameters: - name: place-id @@ -463778,7 +463820,11 @@ paths: get: tags: - places.buildingMap - summary: Get fixtures from places + summary: List fixtures + description: Get a list of the fixtureMap objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/levelmap-list-fixtures?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.ListFixtures parameters: - name: place-id @@ -463882,6 +463928,7 @@ paths: tags: - places.buildingMap summary: Get fixtures from places + description: Collection of fixtures (such as furniture or equipment) on this level. Supports upsert. operationId: places.AsBuilding.map.levels.GetFixtures parameters: - name: place-id @@ -463938,7 +463985,11 @@ paths: patch: tags: - places.buildingMap - summary: Update the navigation property fixtures in places + summary: Update fixtureMap + description: 'Update the properties of an existing fixtureMap object in IMDF format on a specified floor, or create one if it doesn''t exist.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/fixturemap-update?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.UpdateFixtures parameters: - name: place-id @@ -463982,7 +464033,11 @@ paths: delete: tags: - places.buildingMap - summary: Delete navigation property fixtures for places + summary: Delete fixtureMap + description: Delete a fixture on a specified floor. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/fixturemap-delete?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.DeleteFixtures parameters: - name: place-id @@ -464051,7 +464106,11 @@ paths: get: tags: - places.buildingMap - summary: Get sections from places + summary: List sections + description: Get a list of the sectionMap objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/levelmap-list-sections?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.ListSections parameters: - name: place-id @@ -464155,6 +464214,7 @@ paths: tags: - places.buildingMap summary: Get sections from places + description: Collection of sections (such as zones or partitions) on this level. Supports upsert. operationId: places.AsBuilding.map.levels.GetSections parameters: - name: place-id @@ -464324,7 +464384,11 @@ paths: get: tags: - places.buildingMap - summary: Get units from places + summary: List units + description: Get a list of the unitMap objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/levelmap-list-units?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.ListUnits parameters: - name: place-id @@ -464428,6 +464492,7 @@ paths: tags: - places.buildingMap summary: Get units from places + description: Collection of units (such as rooms or offices) on this level. Supports upsert. operationId: places.AsBuilding.map.levels.GetUnits parameters: - name: place-id @@ -464484,7 +464549,11 @@ paths: patch: tags: - places.buildingMap - summary: Update the navigation property units in places + summary: Update unitMap + description: 'Update the properties of an existing unitMap object in IMDF format on a specified floor, or create one if it doesn''t exist.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unitmap-update?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.UpdateUnits parameters: - name: place-id @@ -464528,7 +464597,11 @@ paths: delete: tags: - places.buildingMap - summary: Delete navigation property units for places + summary: Delete unitMap + description: Delete a unitMap object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unitmap-delete?view=graph-rest-1.0 operationId: places.AsBuilding.map.levels.DeleteUnits parameters: - name: place-id @@ -464691,7 +464764,11 @@ paths: get: tags: - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.desk + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.GetPlace.AsDesk parameters: - name: place-id @@ -464736,6 +464813,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsDesk.ListCheckIns parameters: - name: place-id @@ -464835,6 +464913,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsDesk.GetCheckIns parameters: - name: place-id @@ -464986,7 +465065,11 @@ paths: get: tags: - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.floor + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.GetPlace.AsFloor parameters: - name: place-id @@ -465031,6 +465114,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsFloor.ListCheckIns parameters: - name: place-id @@ -465130,6 +465214,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsFloor.GetCheckIns parameters: - name: place-id @@ -465281,8 +465366,8 @@ paths: get: tags: - places.place - summary: List places - description: 'Get a collection of the specified type of place objects defined in the tenant. For example, you can get all the rooms, all the room lists, or the rooms in a specific room list in the tenant. A place object can be one of the following types: Both room and roomList are derived from the place object. By default, this operation returns 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. See details for how they compare.' + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 @@ -465330,6 +465415,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoom.ListCheckIns parameters: - name: place-id @@ -465429,6 +465515,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoom.GetCheckIns parameters: - name: place-id @@ -465625,6 +465712,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoomList.ListCheckIns parameters: - name: place-id @@ -465724,6 +465812,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoomList.GetCheckIns parameters: - name: place-id @@ -466085,6 +466174,7 @@ paths: tags: - places.room summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoomList.rooms.ListCheckIns parameters: - name: place-id @@ -466198,6 +466288,7 @@ paths: tags: - places.room summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoomList.rooms.GetCheckIns parameters: - name: place-id @@ -466609,6 +466700,7 @@ paths: tags: - places.workspace summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoomList.workspaces.ListCheckIns parameters: - name: place-id @@ -466722,6 +466814,7 @@ paths: tags: - places.workspace summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsRoomList.workspaces.GetCheckIns parameters: - name: place-id @@ -466923,7 +467016,11 @@ paths: get: tags: - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.section + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.GetPlace.AsSection parameters: - name: place-id @@ -466968,6 +467065,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsSection.ListCheckIns parameters: - name: place-id @@ -467067,6 +467165,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsSection.GetCheckIns parameters: - name: place-id @@ -467218,7 +467317,11 @@ paths: get: tags: - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.workspace + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.GetPlace.AsWorkspace parameters: - name: place-id @@ -467263,6 +467366,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsWorkspace.ListCheckIns parameters: - name: place-id @@ -467362,6 +467466,7 @@ paths: tags: - places.checkInClaim summary: Get checkIns from places + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. operationId: places.AsWorkspace.GetCheckIns parameters: - name: place-id @@ -467528,7 +467633,11 @@ paths: get: tags: - places.place - summary: Get the items of type microsoft.graph.building in the microsoft.graph.place collection + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.ListPlace.AsBuilding parameters: - $ref: '#/components/parameters/top' @@ -467594,7 +467703,11 @@ paths: get: tags: - places.place - summary: Get the items of type microsoft.graph.desk in the microsoft.graph.place collection + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.ListPlace.AsDesk parameters: - $ref: '#/components/parameters/top' @@ -467660,7 +467773,11 @@ paths: get: tags: - places.place - summary: Get the items of type microsoft.graph.floor in the microsoft.graph.place collection + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.ListPlace.AsFloor parameters: - $ref: '#/components/parameters/top' @@ -467726,8 +467843,8 @@ paths: get: tags: - places.place - summary: List places - description: 'Get a collection of the specified type of place objects defined in the tenant. For example, you can get all the rooms, all the room lists, or the rooms in a specific room list in the tenant. A place object can be one of the following types: Both room and roomList are derived from the place object. By default, this operation returns 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. See details for how they compare.' + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 @@ -467862,7 +467979,11 @@ paths: get: tags: - places.place - summary: Get the items of type microsoft.graph.section in the microsoft.graph.place collection + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.ListPlace.AsSection parameters: - $ref: '#/components/parameters/top' @@ -467928,7 +468049,11 @@ paths: get: tags: - places.place - summary: Get the items of type microsoft.graph.workspace in the microsoft.graph.place collection + summary: List place objects + description: "Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:\r\n- List all buildings.\r\n- List all floors.\r\n- List all sections.\r\n- List all desks.\r\n- List all rooms.\r\n- List all workspaces.\r\n- List all room lists.\r\n- List rooms in a specific room list.\r\n- List workspaces in a specific room list." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.ListPlace.AsWorkspace parameters: - $ref: '#/components/parameters/top' @@ -737006,7 +737131,7 @@ paths: tags: - users.onlineMeeting summary: Get callRecording - description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API supports the retrieval of call recordings from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.' + description: 'Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.' operationId: users.onlineMeetings.ListRecordings parameters: - name: user-id @@ -737110,7 +737235,7 @@ paths: tags: - users.onlineMeeting summary: Get callRecording - description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API supports the retrieval of call recordings from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.' + description: 'Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0 @@ -737529,7 +737654,7 @@ paths: tags: - users.onlineMeeting summary: List transcripts - description: 'Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time.' + description: Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0 @@ -737636,7 +737761,7 @@ paths: tags: - users.onlineMeeting summary: Get callTranscript - description: 'Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.' + description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 @@ -737781,7 +737906,7 @@ paths: tags: - users.onlineMeeting summary: Get callTranscript - description: 'Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.' + description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 @@ -737907,7 +738032,7 @@ paths: tags: - users.onlineMeeting summary: Get callTranscript - description: 'Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.' + description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 @@ -752804,7 +752929,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryDecisionFilter' - type: object nullable: true - description: 'Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified.' + description: 'Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. The possible values are: approve, deny, dontKnow, notReviewed, and notNotified.' displayName: type: string description: Name for the access review history data collection. Required. @@ -753499,7 +753624,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.agreementAcceptanceState' - type: object nullable: true - description: 'The state of the agreement acceptance. Possible values are: accepted, declined. Supports $filter (eq).' + description: 'The state of the agreement acceptance. The possible values are: accepted, declined. Supports $filter (eq).' userDisplayName: type: string description: Display name of the user when the acceptance was recorded. @@ -753752,7 +753877,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.alertFeedback' - type: object nullable: true - description: 'Analyst feedback on the alert. Possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.' + description: 'Analyst feedback on the alert. The possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.' fileStates: type: array items: @@ -754709,7 +754834,7 @@ components: nullable: true disabledByMicrosoftStatus: type: string - description: 'Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).' + description: 'Specifies whether Microsoft has disabled the registered application. The possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).' nullable: true displayName: type: string @@ -755218,7 +755343,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.attackSimulationOperationType' - type: object nullable: true - description: 'The attack simulation operation type. Possible values are: createSimulation, updateSimulation, unknownFutureValue.' + description: 'The attack simulation operation type. The possible values are: createSimulation, updateSimulation, unknownFutureValue.' description: The status of a long-running operation. microsoft.graph.attackSimulationRoot: allOf: @@ -755307,7 +755432,7 @@ components: nullable: true role: type: string - description: 'Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer.' + description: 'Role of the attendee. The possible values are: None, Attendee, Presenter, and Organizer.' nullable: true totalAttendanceInSeconds: maximum: 2147483647 @@ -755629,7 +755754,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodState' - type: object nullable: true - description: 'The state of the policy. Possible values are: enabled, disabled.' + description: 'The state of the policy. The possible values are: enabled, disabled.' microsoft.graph.authenticationMethodModeDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -755816,7 +755941,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.allowInvitesFrom' - type: object nullable: true - description: 'Indicates who can invite guests to the organization. Possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more information, see allowInvitesFrom values.' + description: 'Indicates who can invite guests to the organization. The possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more information, see allowInvitesFrom values.' allowUserConsentForRiskyApps: type: boolean description: Indicates whether user consent for risky apps is allowed. We recommend keeping allowUserConsentForRiskyApps as false. Default value is false. @@ -756103,6 +756228,7 @@ components: properties: properties: type: string + description: Concatenated key-value pair of all properties of a GeoJSON file for this baseMapFeature. nullable: true microsoft.graph.baseSitePage: allOf: @@ -756849,11 +756975,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceLink' + description: A set of links to external resources that are associated with the building. Inherited from place. map: anyOf: - $ref: '#/components/schemas/microsoft.graph.buildingMap' - type: object nullable: true + description: Map file associated with a building in Places. This object is the IMDF-format representation of building.geojson. x-ms-navigationProperty: true microsoft.graph.buildingMap: allOf: @@ -756863,16 +756991,19 @@ components: properties: placeId: type: string + description: Identifier for the building to which this buildingMap belongs. nullable: true footprints: type: array items: $ref: '#/components/schemas/microsoft.graph.footprintMap' + description: Represents the approximate physical extent of a referenced building. It corresponds to footprint.geojson in IMDF format. x-ms-navigationProperty: true levels: type: array items: $ref: '#/components/schemas/microsoft.graph.levelMap' + description: Represents a physical floor structure within a building. It corresponds to level.geojson in IMDF format. x-ms-navigationProperty: true microsoft.graph.builtInIdentityProvider: allOf: @@ -756902,7 +757033,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' - type: object nullable: true - description: 'Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' + description: 'Represent the online meeting service providers that can be used to create online meetings in this calendar. The possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' canEdit: type: boolean description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who shared a calendar and granted write access.' @@ -756930,7 +757061,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' - type: object nullable: true - description: 'The default online meeting provider for meetings sent from this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' + description: 'The default online meeting provider for meetings sent from this calendar. The possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' hexColor: type: string description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' @@ -757026,7 +757157,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.calendarRoleType' - type: object nullable: true - description: 'List of allowed sharing or delegating permission levels for the calendar. Possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom.' + description: 'List of allowed sharing or delegating permission levels for the calendar. The possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom.' emailAddress: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailAddress' @@ -757138,7 +757269,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.modality' - type: object nullable: true - description: 'The list of requested modalities. Possible values are: unknown, audio, video, videoBasedScreenSharing, data.' + description: 'The list of requested modalities. The possible values are: unknown, audio, video, videoBasedScreenSharing, data.' resultInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.resultInfo' @@ -757156,7 +757287,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.callState' - type: object nullable: true - description: 'The call state. Possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only.' + description: 'The call state. The possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only.' subject: type: string description: The subject of the conversation. @@ -757810,11 +757941,13 @@ components: properties: calendarEventId: type: string + description: 'The unique identifier for an Outlook calendar event associated with the checkInClaim object. For more information, see the iCalUId property in event.' checkInMethod: $ref: '#/components/schemas/microsoft.graph.checkInMethod' 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 + description: 'The date and time when the checkInClaim object was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true microsoft.graph.checklistItem: @@ -757985,7 +758118,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningType' - type: object nullable: true - description: 'The type of licenses to be used when provisioning Cloud PCs using this policy. Possible values are: dedicated, shared, unknownFutureValue. The default value is dedicated.' + description: 'The type of licenses to be used when provisioning Cloud PCs using this policy. The possible values are: dedicated, shared, unknownFutureValue. The default value is dedicated.' servicePlanId: type: string description: 'The service plan ID for the Cloud PC that consists of 32 characters in a GUID format. For more information about service plans, see Product names and service plan identifiers for licensing. Read-only.' @@ -758053,7 +758186,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcDeviceImageErrorCode' - type: object nullable: true - description: 'The error code of the status of the image that indicates why the upload failed, if applicable. Possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only.' + description: 'The error code of the status of the image that indicates why the upload failed, if applicable. The possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only.' expirationDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string @@ -758079,7 +758212,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcDeviceImageOsStatus' - type: object nullable: true - description: 'The OS status of this image. Possible values are: supported, supportedWithWarning, unknown, unknownFutureValue. The default value is unknown. Read-only.' + description: 'The OS status of this image. The possible values are: supported, supportedWithWarning, unknown, unknownFutureValue. The default value is unknown. Read-only.' sourceImageResourceId: type: string description: 'The unique identifier (ID) of the source image resource on Azure. The required ID format is: ''/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName}''. Read-only.' @@ -758089,7 +758222,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcDeviceImageStatus' - type: object nullable: true - description: 'The status of the image on the Cloud PC. Possible values are: pending, ready, failed, unknownFutureValue. Read-only.' + description: 'The status of the image on the Cloud PC. The possible values are: pending, ready, failed, unknownFutureValue. Read-only.' version: type: string description: 'The image version. For example, 0.0.1 and 1.5.13. Read-only.' @@ -758146,7 +758279,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcGalleryImageStatus' - type: object nullable: true - description: 'The status of the gallery image on the Cloud PC. Possible values are: supported, supportedWithWarning, notSupported, unknownFutureValue. The default value is supported. Read-only.' + description: 'The status of the gallery image on the Cloud PC. The possible values are: supported, supportedWithWarning, notSupported, unknownFutureValue. The default value is supported. Read-only.' microsoft.graph.cloudPcOnPremisesConnection: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -758284,7 +758417,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningType' - type: object nullable: true - description: 'Specifies the type of license used when provisioning Cloud PCs using this policy. By default, the license type is dedicated if the provisioningType isn''t specified when you create the cloudPcProvisioningPolicy. You can''t change this property after the cloudPcProvisioningPolicy was created. Possible values are: dedicated, shared, unknownFutureValue.' + description: 'Specifies the type of license used when provisioning Cloud PCs using this policy. By default, the license type is dedicated if the provisioningType isn''t specified when you create the cloudPcProvisioningPolicy. You can''t change this property after the cloudPcProvisioningPolicy was created. The possible values are: dedicated, shared, unknownFutureValue.' windowsSetting: anyOf: - $ref: '#/components/schemas/microsoft.graph.cloudPcWindowsSetting' @@ -758661,7 +758794,7 @@ components: nullable: true status: type: string - description: 'The status of this subscription. Possible values are: Enabled, Deleted, Suspended, Warning, LockedOut.' + description: 'The status of this subscription. The possible values are: Enabled, Deleted, Suspended, Warning, LockedOut.' nullable: true totalLicenses: maximum: 2147483647 @@ -759208,7 +759341,7 @@ components: properties: contractType: type: string - description: 'Type of contract. Possible values are: SyndicationPartner, BreadthPartner, ResellerPartner. See more in the table below.' + description: 'Type of contract. The possible values are: SyndicationPartner, BreadthPartner, ResellerPartner. See more in the table below.' nullable: true customerId: 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}$' @@ -759702,7 +759835,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.dataPolicyOperationStatus' - type: object nullable: true - description: 'Possible values are: notStarted, running, complete, failed, unknownFutureValue.' + description: 'The possible values are: notStarted, running, complete, failed, unknownFutureValue.' storageLocation: type: string description: The URL location to where data is being exported for export requests. @@ -760065,17 +760198,20 @@ components: properties: displayDeviceName: type: string + description: 'The name of the display device (for example, monitor or projector) that is available at the desk.' nullable: true mailboxDetails: anyOf: - $ref: '#/components/schemas/microsoft.graph.mailboxDetails' - type: object nullable: true + description: The mailbox object id and email address that are associated with the desk. mode: anyOf: - $ref: '#/components/schemas/microsoft.graph.placeMode' - type: object nullable: true + description: 'The mode of the desk. The supported modes are:assignedPlaceMode - Desks that are assigned to a user.reservablePlaceMode - Desks that can be booked in advance using desk reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks, the desk is booked for you, assuming the peripheral is associated with the desk in the Microsoft Teams Rooms Pro management portal.' microsoft.graph.detectedApp: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -760154,7 +760290,7 @@ components: nullable: true deviceOwnership: type: string - description: 'Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal.' + description: 'Ownership of the device. Intune sets this property. The possible values are: unknown, company, personal.' nullable: true deviceVersion: maximum: 2147483647 @@ -760173,7 +760309,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' + description: 'Enrollment type of the device. Intune sets this property. The possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true isCompliant: type: boolean @@ -760193,7 +760329,7 @@ components: nullable: true managementType: type: string - description: 'The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' + description: 'The management channel of the device. This property is set by Intune. The possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' nullable: true manufacturer: type: string @@ -762182,7 +762318,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.operationResult' - type: object nullable: true - description: 'Indicates the result of the activity. Possible values are: success, failure, timeout, unknownFutureValue.' + description: 'Indicates the result of the activity. The possible values are: success, failure, timeout, unknownFutureValue.' resultReason: type: string description: Indicates the reason for failure if the result is failure or timeout. @@ -763115,7 +763251,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationAssignmentStatus' - type: object nullable: true - description: 'Status of the assignment. You can''t PATCH this value. Possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: inactive.' + description: 'Status of the assignment. You can''t PATCH this value. The possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: inactive.' readOnly: true webUrl: type: string @@ -763172,7 +763308,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationAddedStudentAction' - type: object nullable: true - description: 'Class-level default behavior for handling students who are added after the assignment is published. Possible values are: none, assignIfOpen.' + description: 'Class-level default behavior for handling students who are added after the assignment is published. The possible values are: none, assignIfOpen.' addToCalendarAction: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAddToCalendarOptions' @@ -763291,7 +763427,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationExternalSource' - type: object nullable: true - description: 'How this class was created. Possible values are: sis, manual.' + description: 'How this class was created. The possible values are: sis, manual.' externalSourceDetail: type: string description: The name of the external source this resource was generated from. @@ -763490,7 +763626,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationModuleStatus' - type: object nullable: true - description: 'Status of the module. You can''t use a PATCH operation to update this value. Possible values are: draft and published.' + description: 'Status of the module. You can''t use a PATCH operation to update this value. The possible values are: draft and published.' readOnly: true resources: type: array @@ -763528,7 +763664,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationExternalSource' - type: object nullable: true - description: 'Source where this organization was created from. Possible values are: sis, manual.' + description: 'Source where this organization was created from. The possible values are: sis, manual.' externalSourceDetail: type: string description: The name of the external source this resource was generated from. @@ -763841,7 +763977,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationSubmissionStatus' - type: object nullable: true - description: 'Read-only. Possible values are: excused, reassigned, returned, submitted and working. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: excused and reassigned.' + description: 'Read-only. The possible values are: excused, reassigned, returned, submitted and working. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: excused and reassigned.' readOnly: true submittedBy: anyOf: @@ -763957,7 +764093,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.educationExternalSource' - type: object nullable: true - description: 'Where this user was created from. Possible values are: sis, manual.' + description: 'Where this user was created from. The possible values are: sis, manual.' externalSourceDetail: type: string description: The name of the external source this resource was generated from. @@ -764126,7 +764262,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.externalEmailOtpState' - type: object nullable: true - description: 'Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn''t use public preview have email OTP enabled beginning in October 2021.' + description: 'Determines whether email OTP is usable by external users for authentication. The possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn''t use public preview have email OTP enabled beginning in October 2021.' includeTargets: type: array items: @@ -764147,7 +764283,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.mailDestinationRoutingReason' - type: object nullable: true - description: 'The reason for mail routed to its destination. Possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk.' + description: 'The reason for mail routed to its destination. The possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk.' recipientEmail: type: string description: The mail recipient whose policies are used to assess the mail. @@ -764284,19 +764420,19 @@ components: - $ref: '#/components/schemas/microsoft.graph.endUserNotificationType' - type: object nullable: true - description: 'Type of notification. Possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue.' + description: 'Type of notification. The possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue.' source: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationContentSource' - type: object nullable: true - description: 'The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue.' + description: 'The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue.' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationContentStatus' - type: object nullable: true - description: 'The status of the notification. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' + description: 'The status of the notification. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' supportedLocales: type: array items: @@ -764846,7 +764982,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.sensitivity' - type: object nullable: true - description: 'Possible values are: normal, personal, private, and confidential.' + description: 'The possible values are: normal, personal, private, and confidential.' seriesMasterId: type: string description: 'The ID for the recurring series master item, if this event is part of a recurring series.' @@ -764856,7 +764992,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.freeBusyStatus' - type: object nullable: true - description: 'The status to show. Possible values are: free, tentative, busy, oof, workingElsewhere, unknown.' + description: 'The status to show. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown.' start: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' @@ -764876,7 +765012,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.eventType' - type: object nullable: true - description: 'The event type. Possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only' + description: 'The event type. The possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only' webLink: type: string description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' @@ -765032,7 +765168,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.responseType' - type: object nullable: true - description: 'Specifies the type of response to a meeting request. Possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable.' + description: 'Specifies the type of response to a meeting request. The possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable.' microsoft.graph.exchangeProtectionPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' @@ -765231,7 +765367,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.attestationLevel' - type: object nullable: true - description: 'The attestation level of this FIDO2 security key. Possible values are: attested, or notAttested.' + description: 'The attestation level of this FIDO2 security key. The possible values are: attested, or notAttested.' 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 @@ -765429,7 +765565,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attributeType' - description: 'Attribute types supported by the operator. Possible values are: Boolean, Binary, Reference, Integer, String.' + description: 'Attribute types supported by the operator. The possible values are: Boolean, Binary, Reference, Integer, String.' microsoft.graph.fixtureMap: allOf: - $ref: '#/components/schemas/microsoft.graph.baseMapFeature' @@ -765438,6 +765574,7 @@ components: properties: placeId: type: string + description: Identifier for the floor to which this fixtureMap belongs. nullable: true microsoft.graph.floor: allOf: @@ -765449,6 +765586,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: number + description: 'Specifies the sort order of the floor. For example, a floor might be named ''Lobby'' with a sort order of 0 to show this floor first in ordered lists.' format: int32 nullable: true microsoft.graph.footprintMap: @@ -765680,7 +765818,7 @@ components: nullable: true visibility: type: string - description: 'Specifies the group join policy and group content visibility for groups. Possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can''t be updated later. Other values of visibility can be updated after group creation. If visibility value isn''t specified during group creation on Microsoft Graph, a security group is created as Private by default, and the Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable.' + description: 'Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can''t be updated later. Other values of visibility can be updated after group creation. If visibility value isn''t specified during group creation on Microsoft Graph, a security group is created as Private by default, and the Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable.' nullable: true acceptedSenders: type: array @@ -766451,7 +766589,7 @@ components: nullable: true status: type: string - description: 'The status of the invitation. Possible values are: PendingAcceptance, Completed, InProgress, and Error.' + description: 'The status of the invitation. The possible values are: PendingAcceptance, Completed, InProgress, and Error.' nullable: true invitedUser: anyOf: @@ -767646,13 +767784,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.simulationContentSource' - type: object nullable: true - description: 'The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue.' + description: 'The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue.' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationContentStatus' - type: object nullable: true - description: 'The status of the simulation. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' + description: 'The status of the simulation. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' supportedLocales: type: array items: @@ -767781,7 +767919,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.level' - type: object nullable: true - description: 'The difficulty level of the learning content. Possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional.' + description: 'The difficulty level of the learning content. The possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional.' numberOfPages: maximum: 2147483647 minimum: -2147483648 @@ -767843,7 +767981,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.courseStatus' - type: object nullable: true - description: 'The status of the course activity. Possible values are: notStarted, inProgress, completed. Required.' + description: 'The status of the course activity. The possible values are: notStarted, inProgress, completed. Required.' microsoft.graph.learningProvider: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -767904,21 +768042,25 @@ components: properties: placeId: type: string + description: Identifier of the floor to which this levelMap belongs. nullable: true fixtures: type: array items: $ref: '#/components/schemas/microsoft.graph.fixtureMap' + description: Collection of fixtures (such as furniture or equipment) on this level. Supports upsert. x-ms-navigationProperty: true sections: type: array items: $ref: '#/components/schemas/microsoft.graph.sectionMap' + description: Collection of sections (such as zones or partitions) on this level. Supports upsert. x-ms-navigationProperty: true units: type: array items: $ref: '#/components/schemas/microsoft.graph.unitMap' + description: Collection of units (such as rooms or offices) on this level. Supports upsert. x-ms-navigationProperty: true microsoft.graph.licenseDetails: allOf: @@ -768167,13 +768309,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.simulationContentSource' - type: object nullable: true - description: 'The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue.' + description: 'The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue.' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationContentStatus' - type: object nullable: true - description: 'The login page status. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' + description: 'The login page status. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' microsoft.graph.longRunningOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -768498,7 +768640,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.mailDestinationRoutingReason' - type: object nullable: true - description: 'The reason for mail routed to its destination. Possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk.' + description: 'The reason for mail routed to its destination. The possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk.' messageUri: type: string description: The resource URI of the mail message for assessment. @@ -768708,7 +768850,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.windowsMalwareExecutionState' - type: object nullable: true - description: 'Indicates execution status of the malware. Possible values are: unknown, blocked, allowed, running, notRunning. Defaults to unknown. Possible values are: unknown, blocked, allowed, running, notRunning.' + description: 'Indicates execution status of the malware. The possible values are: unknown, blocked, allowed, running, notRunning. Defaults to unknown. The possible values are: unknown, blocked, allowed, running, notRunning.' initialDetectionDateTime: 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 @@ -768726,7 +768868,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.windowsMalwareThreatState' - type: object nullable: true - description: 'Indicates threat status of the malware. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. defaults to noStatusCleared. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared.' + description: 'Indicates threat status of the malware. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. defaults to noStatusCleared. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared.' description: Malware state for a windows device microsoft.graph.managedAndroidLobApp: allOf: @@ -770795,7 +770937,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.onenoteUserRole' - type: object nullable: true - description: 'Possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.' + description: 'The possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.' sectionGroups: type: array items: @@ -771381,19 +771523,19 @@ components: - $ref: '#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles' - type: object nullable: true - description: 'Specifies the users who can admit from the lobby. Possible values are: organizerAndCoOrganizersAndPresenters, organizerAndCoOrganizers, unknownFutureValue.' + description: 'Specifies the users who can admit from the lobby. The possible values are: organizerAndCoOrganizersAndPresenters, organizerAndCoOrganizers, unknownFutureValue.' allowedPresenters: anyOf: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' - type: object nullable: true - description: 'Specifies who can be a presenter in a meeting. Possible values are: everyone, organization, roleIsPresenter, organizer, unknownFutureValue. Inherited from onlineMeetingBase.' + description: 'Specifies who can be a presenter in a meeting. The possible values are: everyone, organization, roleIsPresenter, organizer, unknownFutureValue. Inherited from onlineMeetingBase.' allowLiveShare: anyOf: - $ref: '#/components/schemas/microsoft.graph.meetingLiveShareOptions' - type: object nullable: true - description: 'Indicates whether live share is enabled for the meeting. Possible values are: enabled, disabled, unknownFutureValue.' + description: 'Indicates whether live share is enabled for the meeting. The possible values are: enabled, disabled, unknownFutureValue.' allowMeetingChat: anyOf: - $ref: '#/components/schemas/microsoft.graph.meetingChatMode' @@ -771481,7 +771623,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.meetingChatHistoryDefaultMode' - type: object nullable: true - description: 'Specifies whether meeting chat history is shared with participants. Possible values are: all, none, unknownFutureValue.' + description: 'Specifies whether meeting chat history is shared with participants. The possible values are: all, none, unknownFutureValue.' subject: type: string description: The subject of the online meeting. @@ -772253,13 +772395,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.payloadBrand' - type: object nullable: true - description: 'The branch of a payload. Possible values are: unknown, other, americanExpress, capitalOne, dhl, docuSign, dropbox, facebook, firstAmerican, microsoft, netflix, scotiabank, sendGrid, stewartTitle, tesco, wellsFargo, syrinxCloud, adobe, teams, zoom, unknownFutureValue.' + description: 'The branch of a payload. The possible values are: unknown, other, americanExpress, capitalOne, dhl, docuSign, dropbox, facebook, firstAmerican, microsoft, netflix, scotiabank, sendGrid, stewartTitle, tesco, wellsFargo, syrinxCloud, adobe, teams, zoom, unknownFutureValue.' complexity: anyOf: - $ref: '#/components/schemas/microsoft.graph.payloadComplexity' - type: object nullable: true - description: 'The complexity of a payload. Possible values are: unknown, low, medium, high, unknownFutureValue.' + description: 'The complexity of a payload. The possible values are: unknown, low, medium, high, unknownFutureValue.' createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailIdentity' @@ -772291,7 +772433,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.payloadIndustry' - type: object nullable: true - description: 'Industry of a payload. Possible values are: unknown, other, banking, businessServices, consumerServices, education, energy, construction, consulting, financialServices, government, hospitality, insurance, legal, courierServices, IT, healthcare, manufacturing, retail, telecom, realEstate, unknownFutureValue.' + description: 'Industry of a payload. The possible values are: unknown, other, banking, businessServices, consumerServices, education, energy, construction, consulting, financialServices, government, hospitality, insurance, legal, courierServices, IT, healthcare, manufacturing, retail, telecom, realEstate, unknownFutureValue.' isAutomated: type: boolean description: Indicates whether the attack simulation and training campaign payload was created from an automation flow. Supports $filter and $orderby. @@ -772331,7 +772473,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.payloadDeliveryPlatform' - type: object nullable: true - description: 'The payload delivery platform for a simulation. Possible values are: unknown, sms, email, teams, unknownFutureValue.' + description: 'The payload delivery platform for a simulation. The possible values are: unknown, sms, email, teams, unknownFutureValue.' predictedCompromiseRate: oneOf: - type: number @@ -772346,7 +772488,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.simulationAttackType' - type: object nullable: true - description: 'Attack type of the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, social, cloud, endpoint, unknownFutureValue.' + description: 'Attack type of the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, social, cloud, endpoint, unknownFutureValue.' source: $ref: '#/components/schemas/microsoft.graph.simulationContentSource' status: @@ -772354,19 +772496,19 @@ components: - $ref: '#/components/schemas/microsoft.graph.simulationContentStatus' - type: object nullable: true - description: 'Simulation content status. Supports $filter and $orderby. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' + description: 'Simulation content status. Supports $filter and $orderby. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' technique: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationAttackTechnique' - type: object nullable: true - description: 'The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations.' + description: 'The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations.' theme: anyOf: - $ref: '#/components/schemas/microsoft.graph.payloadTheme' - type: object nullable: true - description: 'The theme of a payload. Possible values are: unknown, other, accountActivation, accountVerification, billing, cleanUpMail, controversial, documentReceived, expense, fax, financeReport, incomingMessages, invoice, itemReceived, loginAlert, mailReceived, password, payment, payroll, personalizedOffer, quarantine, remoteWork, reviewMessage, securityUpdate, serviceSuspended, signatureRequired, upgradeMailboxStorage, verifyMailbox, voicemail, advertisement, employeeEngagement, unknownFutureValue.' + description: 'The theme of a payload. The possible values are: unknown, other, accountActivation, accountVerification, billing, cleanUpMail, controversial, documentReceived, expense, fax, financeReport, incomingMessages, invoice, itemReceived, loginAlert, mailReceived, password, payment, payroll, personalizedOffer, quarantine, remoteWork, reviewMessage, securityUpdate, serviceSuspended, signatureRequired, upgradeMailboxStorage, verifyMailbox, voicemail, advertisement, employeeEngagement, unknownFutureValue.' microsoft.graph.peopleAdminSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -772628,13 +772770,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.authenticationPhoneType' - type: object nullable: true - description: 'The type of this phone. Possible values are: mobile, alternateMobile, or office.' + description: 'The type of this phone. The possible values are: mobile, alternateMobile, or office.' smsSignInState: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodSignInState' - type: object nullable: true - description: 'Whether a phone is ready to be used for SMS sign-in or not. Possible values are: notSupported, notAllowedByPolicy, notEnabled, phoneNumberNotUnique, ready, or notConfigured, unknownFutureValue.' + description: 'Whether a phone is ready to be used for SMS sign-in or not. The possible values are: notSupported, notAllowedByPolicy, notEnabled, phoneNumberNotUnique, ready, or notConfigured, unknownFutureValue.' microsoft.graph.phoneUserConversationMember: allOf: - $ref: '#/components/schemas/microsoft.graph.conversationMember' @@ -772668,10 +772810,10 @@ components: - $ref: '#/components/schemas/microsoft.graph.physicalAddress' - type: object nullable: true - description: The street address of the place. + description: 'The physical address of the place, including the street, city, state, country or region, and postal code.' displayName: type: string - description: The name associated with the place. + description: The name that is associated with the place. geoCoordinates: anyOf: - $ref: '#/components/schemas/microsoft.graph.outlookGeoCoordinates' @@ -772680,12 +772822,15 @@ components: description: 'Specifies the place location in latitude, longitude, and (optionally) altitude coordinates.' isWheelChairAccessible: type: boolean + description: Indicates whether the place is wheelchair accessible. nullable: true label: type: string + description: User-defined description of the place. nullable: true parentId: type: string + description: The ID of a parent place. nullable: true phone: type: string @@ -772695,10 +772840,12 @@ components: type: array items: type: string + description: Custom tags that are associated with the place for categorization or filtering. checkIns: type: array items: $ref: '#/components/schemas/microsoft.graph.checkInClaim' + description: A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. x-ms-navigationProperty: true microsoft.graph.planner: allOf: @@ -773080,13 +773227,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodKeyStrength' - type: object nullable: true - description: 'Key strength of this Platform Credential key. Possible values are: normal, weak, unknown.' + description: 'Key strength of this Platform Credential key. The possible values are: normal, weak, unknown.' platform: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodPlatform' - type: object nullable: true - description: 'Platform on which this Platform Credential key is present. Possible values are: unknown, windows, macOS,iOS, android, linux.' + description: 'Platform on which this Platform Credential key is present. The possible values are: unknown, windows, macOS,iOS, android, linux.' device: anyOf: - $ref: '#/components/schemas/microsoft.graph.device' @@ -774540,7 +774687,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.provisioningAction' - type: object nullable: true - description: 'Indicates the activity name or the operation name. Possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Microsoft Entra activity list. Supports $filter (eq, contains).' + description: 'Indicates the activity name or the operation name. The possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Microsoft Entra activity list. Supports $filter (eq, contains).' provisioningStatusInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisioningStatusInfo' @@ -775003,7 +775150,7 @@ components: 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. + 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.
tag in HTML messages. Optional. @@ -790092,7 +790248,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.attributeDefinitionMetadata' - type: object nullable: true - description: 'Possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty.' + description: 'The possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty.' value: type: string description: Value of the metadata property. @@ -790552,7 +790708,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.advancedConfigState' - type: object nullable: true - description: 'Enable or disable the feature. Possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn''t been explicitly set and uses the default behavior of Microsoft Entra ID for the setting. The default value is disabled.' + description: 'Enable or disable the feature. The possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn''t been explicitly set and uses the default behavior of Microsoft Entra ID for the setting. The default value is disabled.' microsoft.graph.authenticationMethodsRegistrationCampaign: title: authenticationMethodsRegistrationCampaign type: object @@ -790690,7 +790846,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.bookingsAvailabilityStatus' - type: object nullable: true - description: 'The status of the staff member. Possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue.' + description: 'The status of the staff member. The possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue.' microsoft.graph.averageComparativeScore: title: averageComparativeScore type: object @@ -790821,7 +790977,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.bitLockerEncryptionMethod' - type: object nullable: true - description: 'Select the encryption method for removable drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.' + description: 'Select the encryption method for removable drives. The possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.' requireEncryptionForWriteAccess: type: boolean description: 'Indicates whether to block write access to devices configured in another organization. If requireEncryptionForWriteAccess is false, this value does not affect.' @@ -791253,7 +791409,7 @@ components: properties: format: type: string - description: 'For dateTime output types, the format of the value. Possible values are: dateOnly or dateTime.' + description: 'For dateTime output types, the format of the value. The possible values are: dateOnly or dateTime.' nullable: true formula: type: string @@ -791261,7 +791417,7 @@ components: nullable: true outputType: type: string - description: 'The output type used to format values in this column. Possible values are: boolean, currency, dateTime, number, or text.' + description: 'The output type used to format values in this column. The possible values are: boolean, currency, dateTime, number, or text.' nullable: true microsoft.graph.calendarSharingMessageAction: title: calendarSharingMessageAction @@ -791299,7 +791455,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.teamworkCallEventType' - type: object nullable: true - description: 'Represents the call event type. Possible values are: call, meeting, screenShare, unknownFutureValue.' + description: 'Represents the call event type. The possible values are: call, meeting, screenShare, unknownFutureValue.' callId: type: string description: Unique identifier of the call. @@ -791324,7 +791480,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.mediaState' - type: object nullable: true - description: 'The audio media state. Possible values are: active, inactive, unknownFutureValue.' + description: 'The audio media state. The possible values are: active, inactive, unknownFutureValue.' microsoft.graph.callOptions: title: callOptions type: object @@ -791380,7 +791536,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.callRecordingStatus' - type: object nullable: true - description: 'Status of the call recording. Possible values are: success, failure, initial, chunkFinished, unknownFutureValue.' + description: 'Status of the call recording. The possible values are: success, failure, initial, chunkFinished, unknownFutureValue.' callRecordingUrl: type: string description: Call recording URL. @@ -791418,7 +791574,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.teamworkCallEventType' - type: object nullable: true - description: 'Represents the call event type. Possible values are: call, meeting, screenShare, unknownFutureValue.' + description: 'Represents the call event type. The possible values are: call, meeting, screenShare, unknownFutureValue.' callId: type: string description: Unique identifier of the call. @@ -792114,7 +792270,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudAppSecuritySessionControlType' - type: object nullable: true - description: 'Possible values are: mcasConfigured, monitorOnly, blockDownloads, unknownFutureValue. For more information, see Deploy Conditional Access App Control for featured apps.' + description: 'The possible values are: mcasConfigured, monitorOnly, blockDownloads, unknownFutureValue. For more information, see Deploy Conditional Access App Control for featured apps.' microsoft.graph.cloudAppSecurityState: title: cloudAppSecurityState type: object @@ -792278,7 +792434,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcDomainJoinType' - type: object nullable: true - description: 'Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the hybridAzureADJoin type, only provide a value for the onPremisesConnectionId property and leave the regionName property empty. If you choose the azureADJoin type, provide a value for either the onPremisesConnectionId or the regionName property. Possible values are: azureADJoin, hybridAzureADJoin, unknownFutureValue.' + description: 'Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the hybridAzureADJoin type, only provide a value for the onPremisesConnectionId property and leave the regionName property empty. If you choose the azureADJoin type, provide a value for either the onPremisesConnectionId or the regionName property. The possible values are: azureADJoin, hybridAzureADJoin, unknownFutureValue.' onPremisesConnectionId: type: string description: 'The Azure network connection ID that matches the virtual network IT admins want the provisioning policy to use when they create Cloud PCs. You can use this property in both domain join types: Azure AD joined or Hybrid Microsoft Entra joined. If you enter an onPremisesConnectionId, leave the regionName property empty.' @@ -792288,7 +792444,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcRegionGroup' - type: object nullable: true - description: 'The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. Possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea. Read-only.' + description: 'The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. The possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea. Read-only.' regionName: type: string description: 'The supported Azure region where the IT admin wants the provisioning policy to create Cloud PCs. Within this region, the Windows 365 service creates and manages the underlying virtual network. This option is available only when the IT admin selects Microsoft Entra joined as the domain join type. If you enter a regionName, leave the onPremisesConnectionId property empty.' @@ -792336,7 +792492,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnectionHealthCheckErrorType' - type: object nullable: true - description: 'The type of error that occurred during this health check. Possible values are: endpointConnectivityCheckCloudPcUrlNotAllowListed, endpointConnectivityCheckWVDUrlNotAllowListed, etc. (The all possible values can refer to cloudPcOnPremisesConnectionHealthCheckErrorType) Read-Only.' + description: 'The type of error that occurred during this health check. The possible values are: endpointConnectivityCheckCloudPcUrlNotAllowListed, endpointConnectivityCheckWVDUrlNotAllowListed, etc. (The all possible values can refer to cloudPcOnPremisesConnectionHealthCheckErrorType) Read-Only.' recommendedAction: type: string description: 'The recommended action to fix the corresponding error. For example, The Active Directory domain join check failed because the password of the domain join user has expired. Read-Only.' @@ -792384,7 +792540,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.cloudPcRestorePointFrequencyType' - type: object nullable: true - description: 'The time interval in hours to take snapshots (restore points) of a Cloud PC automatically. Possible values are: default, fourHours, sixHours, twelveHours, sixteenHours, twentyFourHours, unknownFutureValue. The default value is default that indicates that the time interval for automatic capturing of restore point snapshots is set to 12 hours.' + description: 'The time interval in hours to take snapshots (restore points) of a Cloud PC automatically. The possible values are: default, fourHours, sixHours, twelveHours, sixteenHours, twentyFourHours, unknownFutureValue. The default value is default that indicates that the time interval for automatic capturing of restore point snapshots is set to 12 hours.' userRestoreEnabled: type: boolean description: 'If true, the user has the ability to use snapshots to restore Cloud PCs. If false, non-admin users can''t use snapshots to restore the Cloud PC.' @@ -792597,7 +792753,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.endpointType' - type: object nullable: true - description: 'Type of endpoint that the participant uses. Possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone, unknownFutureValue.' + description: 'Type of endpoint that the participant uses. The possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone, unknownFutureValue.' guest: anyOf: - $ref: '#/components/schemas/microsoft.graph.identity' @@ -792764,7 +792920,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessClientApp' - description: 'Client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member will be deprecated in favor of exchangeActiveSync, which includes EAS supported and unsupported platforms.' + description: 'Client application types included in the policy. The possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member will be deprecated in favor of exchangeActiveSync, which includes EAS supported and unsupported platforms.' devices: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevices' @@ -792793,17 +792949,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.riskLevel' - description: 'Service principal risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue.' + description: 'Service principal risk levels included in the policy. The possible values are: low, medium, high, none, unknownFutureValue.' signInRiskLevels: type: array items: $ref: '#/components/schemas/microsoft.graph.riskLevel' - description: 'Sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.' + description: 'Sign-in risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.' userRiskLevels: type: array items: $ref: '#/components/schemas/microsoft.graph.riskLevel' - description: 'User risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.' + description: 'User risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.' users: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessUsers' @@ -792840,7 +792996,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessExternalTenantsMembershipKind' - type: object nullable: true - description: 'The membership kind. Possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object.' + description: 'The membership kind. The possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object.' microsoft.graph.conditionalAccessFilter: title: conditionalAccessFilter type: object @@ -792913,12 +793069,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevicePlatform' - description: 'Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.' + description: 'The possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.' includePlatforms: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevicePlatform' - description: 'Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.' + description: 'The possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.' microsoft.graph.conditionalAccessPolicyDetail: title: conditionalAccessPolicyDetail type: object @@ -793559,7 +793715,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.trainingAssignedTo' - type: object nullable: true - description: 'A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue.' + description: 'A user collection that specifies to whom the training should be assigned. The possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue.' description: type: string description: The description of the custom training setting. @@ -795453,7 +795609,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.endUserNotificationPreference' - type: object nullable: true - description: 'Notification preference. Possible values are: unknown, microsoft, custom, unknownFutureValue.' + description: 'Notification preference. The possible values are: unknown, microsoft, custom, unknownFutureValue.' positiveReinforcement: anyOf: - $ref: '#/components/schemas/microsoft.graph.positiveReinforcementNotification' @@ -795465,7 +795621,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.endUserNotificationSettingType' - type: object nullable: true - description: 'End user notification type. Possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue.' + description: 'End user notification type. The possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue.' microsoft.graph.engagementIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -795672,7 +795828,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.fido2RestrictionEnforcementType' - type: object nullable: true - description: 'Enforcement type. Possible values are: allow, block.' + description: 'Enforcement type. The possible values are: allow, block.' isEnforced: type: boolean description: Determines if the configured key enforcement is enabled. @@ -795741,7 +795897,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.fileHashType' - type: object nullable: true - description: 'File hash type. Possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256.' + description: 'File hash type. The possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256.' hashValue: type: string description: Value of the file hash. @@ -796256,6 +796412,7 @@ components: properties: isDryRun: type: boolean + description: True indicates that the service processes the map but doesn't save anything. False indicates that the service processes and stores the map. microsoft.graph.importedWindowsAutopilotDeviceIdentityState: title: importedWindowsAutopilotDeviceIdentityState type: object @@ -796371,7 +796528,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.initiatorType' - type: object nullable: true - description: 'Type of initiator. Possible values are: user, application, system, unknownFutureValue.' + description: 'Type of initiator. The possible values are: user, application, system, unknownFutureValue.' microsoft.graph.insightIdentity: title: insightIdentity type: object @@ -796575,7 +796732,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.b2bIdentityProvidersType' - type: object nullable: true - description: 'The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption. Possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount.' + description: 'The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption. The possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount.' primaryIdentityProviderPrecedenceOrder: type: array items: @@ -796583,7 +796740,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.b2bIdentityProvidersType' - type: object nullable: true - description: 'Collection of identity providers in priority order of preference to be used for guest invitation redemption. Possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders.' + description: 'Collection of identity providers in priority order of preference to be used for guest invitation redemption. The possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders.' microsoft.graph.invitedUserMessageInfo: title: invitedUserMessageInfo type: object @@ -797459,9 +797616,11 @@ components: properties: emailAddress: type: string + description: The primary SMTP address associated with the mailbox. nullable: true externalDirectoryObjectId: type: string + description: The unique identifier of the mailbox in the external directory (such as Microsoft Entra). nullable: true microsoft.graph.mailboxSettings: title: mailboxSettings @@ -797486,7 +797645,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.delegateMeetingMessageDeliveryOptions' - type: object nullable: true - description: 'If the user has a calendar delegate, this specifies whether the delegate, mailbox owner, or both receive meeting messages and meeting responses. Possible values are: sendToDelegateAndInformationToPrincipal, sendToDelegateAndPrincipal, sendToDelegateOnly.' + description: 'If the user has a calendar delegate, this specifies whether the delegate, mailbox owner, or both receive meeting messages and meeting responses. The possible values are: sendToDelegateAndInformationToPrincipal, sendToDelegateAndPrincipal, sendToDelegateOnly.' language: anyOf: - $ref: '#/components/schemas/microsoft.graph.localeInfo' @@ -797506,7 +797665,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.userPurpose' - type: object nullable: true - description: 'The purpose of the mailbox. Differentiates a mailbox for a single user from a shared mailbox and equipment mailbox in Exchange Online. Possible values are: user, linked, shared, room, equipment, others, unknownFutureValue. Read-only.' + description: 'The purpose of the mailbox. Differentiates a mailbox for a single user from a shared mailbox and equipment mailbox in Exchange Online. The possible values are: user, linked, shared, room, equipment, others, unknownFutureValue. Read-only.' workingHours: anyOf: - $ref: '#/components/schemas/microsoft.graph.workingHours' @@ -797570,7 +797729,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.recipientScopeType' - type: object nullable: true - description: 'The scope of the recipient. Possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its ''partner''. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It''s also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone and content.' + description: 'The scope of the recipient. The possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its ''partner''. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It''s also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone and content.' recipientSuggestions: type: array items: @@ -798319,7 +798478,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.trainingCompletionDuration' - type: object nullable: true - description: 'The training completion duration that needs to be provided before scheduling the training. Possible values are: week, fortnite, month, unknownFutureValue.' + description: 'The training completion duration that needs to be provided before scheduling the training. The possible values are: week, fortnite, month, unknownFutureValue.' microsoft.graph.microsoftManagedDesktop: title: microsoftManagedDesktop type: object @@ -798329,7 +798488,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.microsoftManagedDesktopType' - type: object nullable: true - description: 'Indicates the provisioning policy associated with Microsoft Managed Desktop settings. Possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default is notManaged.' + description: 'Indicates the provisioning policy associated with Microsoft Managed Desktop settings. The possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default is notManaged.' profile: type: string description: The name of the Microsoft Managed Desktop profile that the Windows 365 Cloud PC is associated with. @@ -798375,7 +798534,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.trainingAssignedTo' - type: object nullable: true - description: 'A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue.' + description: 'A user collection that specifies to whom the training should be assigned. The possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue.' training: anyOf: - $ref: '#/components/schemas/microsoft.graph.training' @@ -798531,7 +798690,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.connectionDirection' - type: object nullable: true - description: 'Network connection direction. Possible values are: unknown, inbound, outbound.' + description: 'Network connection direction. The possible values are: unknown, inbound, outbound.' domainRegisteredDateTime: 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 @@ -798563,7 +798722,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.securityNetworkProtocol' - type: object nullable: true - description: 'Network protocol. Possible values are: unknown, ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII.' + description: 'Network protocol. The possible values are: unknown, ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII.' riskScore: type: string description: 'Provider generated/calculated risk score of the network connection. Recommended value range of 0-1, which equates to a percentage.' @@ -798585,7 +798744,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.connectionStatus' - type: object nullable: true - description: 'Network connection status. Possible values are: unknown, attempted, succeeded, blocked, failed.' + description: 'Network connection status. The possible values are: unknown, attempted, succeeded, blocked, failed.' urlParameters: type: string description: Parameters (suffix) of the destination URL. @@ -798667,7 +798826,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.oAuthAppScope' - type: object nullable: true - description: 'App scope. Possible values are: unknown, readCalendar, readContact, readMail, readAllChat, readAllFile, readAndWriteMail, sendMail, unknownFutureValue.' + description: 'App scope. The possible values are: unknown, readCalendar, readContact, readMail, readAllChat, readAllFile, readAndWriteMail, sendMail, unknownFutureValue.' displayLogo: type: string description: App display logo. @@ -798709,7 +798868,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.objectDefinitionMetadata' - type: object nullable: true - description: 'Possible values are: PropertyNameAccountEnabled, PropertyNameSoftDeleted, IsSoftDeletionSupported, IsSynchronizeAllSupported, ConnectorDataStorageRequired, Extensions, LinkTypeName.' + description: 'The possible values are: PropertyNameAccountEnabled, PropertyNameSoftDeleted, IsSoftDeletionSupported, IsSynchronizeAllSupported, ConnectorDataStorageRequired, Extensions, LinkTypeName.' value: type: string description: Value of the metadata property. @@ -798776,7 +798935,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.objectMappingMetadata' - type: object nullable: true - description: 'Possible values are: EscrowBehavior, DisableMonitoringForChanges, OriginalJoiningProperty, Disposition, IsCustomerDefined, ExcludeFromReporting, Unsynchronized.' + description: 'The possible values are: EscrowBehavior, DisableMonitoringForChanges, OriginalJoiningProperty, Disposition, IsCustomerDefined, ExcludeFromReporting, Unsynchronized.' value: type: string description: Value of the metadata property. @@ -799081,13 +799240,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingContentSharingDisabledReason' - type: object nullable: true - description: 'Specifies the reason shared content from this participant is disabled. Possible values are: watermarkProtection, unknownFutureValue.' + description: 'Specifies the reason shared content from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue.' videoDisabled: anyOf: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingVideoDisabledReason' - type: object nullable: true - description: 'Specifies the reason video from this participant is disabled. Possible values are: watermarkProtection, unknownFutureValue.' + description: 'Specifies the reason video from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue.' microsoft.graph.onOtpSendCustomExtensionHandler: allOf: - $ref: '#/components/schemas/microsoft.graph.onOtpSendHandler' @@ -799612,7 +799771,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.endpointType' - type: object nullable: true - description: 'The type of endpoint the participant is using. Possible values are: default, skypeForBusiness, or skypeForBusinessVoipPhone. Read-only.' + description: 'The type of endpoint the participant is using. The possible values are: default, skypeForBusiness, or skypeForBusinessVoipPhone. Read-only.' identity: $ref: '#/components/schemas/microsoft.graph.identitySet' languageId: @@ -799849,7 +800008,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.persistentBrowserSessionMode' - type: object nullable: true - description: 'Possible values are: always, never.' + description: 'The possible values are: always, never.' microsoft.graph.personOrGroupColumn: title: personOrGroupColumn type: object @@ -800262,7 +800421,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.plannerContainerType' - type: object nullable: true - description: 'The type of the resource that contains the plan. For supported types, see the previous table. Possible values are: group, unknownFutureValue, roster. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: roster. Optional.' + description: 'The type of the resource that contains the plan. For supported types, see the previous table. The possible values are: group, unknownFutureValue, roster. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: roster. Optional.' url: type: string description: The full canonical URL of the container. Optional. @@ -800352,7 +800511,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.notificationDeliveryPreference' - type: object nullable: true - description: 'Delivery preference. Possible values are: unknown, deliverImmedietly, deliverAfterCampaignEnd, unknownFutureValue.' + description: 'Delivery preference. The possible values are: unknown, deliverImmedietly, deliverAfterCampaignEnd, unknownFutureValue.' microsoft.graph.preAuthorizedApplication: title: preAuthorizedApplication type: object @@ -800526,13 +800685,13 @@ components: items: type: string nullable: true - description: 'The media (i.e., paper) colors supported by the printer.' + description: 'The media (for example, paper) colors supported by the printer.' mediaSizes: type: array items: type: string nullable: true - description: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + description: 'The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. For the list of supported values, see mediaSizes values.' mediaTypes: type: array items: @@ -801057,7 +801216,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.processIntegrityLevel' - type: object nullable: true - description: 'The integrity level of the process. Possible values are: unknown, untrusted, low, medium, high, system.' + description: 'The integrity level of the process. The possible values are: unknown, untrusted, low, medium, high, system.' isElevated: type: boolean description: True if the process is elevated. @@ -801372,7 +801531,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.provisioningResult' - type: object nullable: true - description: 'Possible values are: success, warning, failure, skipped, unknownFutureValue.' + description: 'The possible values are: success, warning, failure, skipped, unknownFutureValue.' microsoft.graph.provisioningStep: title: provisioningStep type: object @@ -801396,13 +801555,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.provisioningStepType' - type: object nullable: true - description: 'Type of step. Possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue.' + description: 'Type of step. The possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue.' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisioningResult' - type: object nullable: true - description: 'Status of the step. Possible values are: success, warning, failure, skipped, unknownFutureValue.' + description: 'Status of the step. The possible values are: success, warning, failure, skipped, unknownFutureValue.' microsoft.graph.provisioningSystem: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' @@ -801806,7 +801965,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.registryHive' - type: object nullable: true - description: 'A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default. Possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault.' + description: 'A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default. The possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault.' key: type: string description: Current (i.e. changed) registry key (excludes HIVE). @@ -801828,7 +801987,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.registryOperation' - type: object nullable: true - description: 'Operation that changed the registry key name and/or value. Possible values are: unknown, create, modify, delete.' + description: 'Operation that changed the registry key name and/or value. The possible values are: unknown, create, modify, delete.' processId: maximum: 2147483647 minimum: -2147483648 @@ -801849,7 +802008,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.registryValueType' - type: object nullable: true - description: 'Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ Possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz.' + description: 'Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ The possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz.' microsoft.graph.rejectJoinResponse: allOf: - $ref: '#/components/schemas/microsoft.graph.participantJoiningResponse' @@ -802200,9 +802359,11 @@ components: $ref: '#/components/schemas/microsoft.graph.resourceLinkType' name: type: string + description: The link text that is visible in the Places app. The maximum length is 200 characters. nullable: true value: type: string + description: The URL of the resource link. The maximum length is 200 characters. nullable: true microsoft.graph.resourcePermission: title: resourcePermission @@ -802297,7 +802458,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.responseType' - type: object nullable: true - description: 'The response type. Possible values are: none, organizer, tentativelyAccepted, accepted, declined, notResponded.To differentiate between none and notResponded: none – from organizer''s perspective. This value is used when the status of an attendee/participant is reported to the organizer of a meeting. notResponded – from attendee''s perspective. Indicates the attendee has not responded to the meeting request. Clients can treat notResponded == none. As an example, if attendee Alex hasn''t responded to a meeting request, getting Alex'' response status for that event in Alex'' calendar returns notResponded. Getting Alex'' response from the calendar of any other attendee or the organizer''s returns none. Getting the organizer''s response for the event in anybody''s calendar also returns none.' + description: 'The response type. The possible values are: none, organizer, tentativelyAccepted, accepted, declined, notResponded.To differentiate between none and notResponded: none – from organizer''s perspective. This value is used when the status of an attendee/participant is reported to the organizer of a meeting. notResponded – from attendee''s perspective. Indicates the attendee has not responded to the meeting request. Clients can treat notResponded == none. As an example, if attendee Alex hasn''t responded to a meeting request, getting Alex'' response status for that event in Alex'' calendar returns notResponded. Getting Alex'' response from the calendar of any other attendee or the organizer''s returns none. Getting the organizer''s response for the event in anybody''s calendar also returns none.' time: 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 @@ -802448,7 +802609,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.behaviorDuringRetentionPeriod' - type: object nullable: true - description: 'Describes the item behavior during retention period. Possible values are: doNotRetain, retain, retainAsRecord, retainAsRegulatoryRecord, unknownFutureValue. Read-only.' + description: 'Describes the item behavior during retention period. The possible values are: doNotRetain, retain, retainAsRecord, retainAsRegulatoryRecord, unknownFutureValue. Read-only.' isContentUpdateAllowed: type: boolean description: Specifies whether updates to document content are allowed. Read-only. @@ -802987,7 +803148,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.entityType' - type: object nullable: true - description: 'One or more types of resources expected in the response. Possible values are: event, message, driveItem, externalItem, site, list, listItem, drive, chatMessage, person, acronym, bookmark. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: chatMessage, person, acronym, bookmark. See known limitations for those combinations of two or more entity types that are supported in the same search request. Required.' + description: 'One or more types of resources expected in the response. The possible values are: event, message, driveItem, externalItem, site, list, listItem, drive, chatMessage, person, acronym, bookmark. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: chatMessage, person, acronym, bookmark. See known limitations for those combinations of two or more entity types that are supported in the same search request. Required.' fields: type: array items: @@ -803135,7 +803296,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.securityResourceType' - type: object nullable: true - description: 'Represents type of security resources related to an alert. Possible values are: attacked, related.' + description: 'Represents type of security resources related to an alert. The possible values are: attacked, related.' microsoft.graph.securityVendorInformation: title: securityVendorInformation type: object @@ -803289,7 +803450,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.postType' - type: object nullable: true - description: 'The post type of the service issue historical post. Possible values are: regular, quick, strategic, unknownFutureValue.' + description: 'The post type of the service issue historical post. The possible values are: regular, quick, strategic, unknownFutureValue.' microsoft.graph.serviceHostedMediaConfig: allOf: - $ref: '#/components/schemas/microsoft.graph.mediaConfig' @@ -803922,7 +804083,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.signinFrequencyType' - type: object nullable: true - description: 'Possible values are: days, hours.' + description: 'The possible values are: days, hours.' value: maximum: 2147483647 minimum: -2147483648 @@ -804032,7 +804193,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.targettedUserType' - type: object nullable: true - description: 'Target user type. Possible values are: unknown, clicked, compromised, allUsers, unknownFutureValue.' + description: 'Target user type. The possible values are: unknown, clicked, compromised, allUsers, unknownFutureValue.' microsoft.graph.simulationReport: title: simulationReport type: object @@ -804123,7 +804284,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.siteArchivalDetails' - type: object nullable: true - description: 'Represents whether the site collection is recently archived, fully archived, or reactivating. Possible values are: recentlyArchived, fullyArchived, reactivating, unknownFutureValue.' + description: 'Represents whether the site collection is recently archived, fully archived, or reactivating. The possible values are: recentlyArchived, fullyArchived, reactivating, unknownFutureValue.' dataLocationCode: type: string description: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -804393,13 +804554,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.subjectRightsRequestStage' - type: object nullable: true - description: 'The stage when the entity was changed. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: approval.' + description: The stage when the entity was changed. stageStatus: anyOf: - $ref: '#/components/schemas/microsoft.graph.subjectRightsRequestStageStatus' - type: object nullable: true - description: 'The status of the stage when the entity was changed. Possible values are: notStarted, current, completed, failed, unknownFutureValue.' + description: 'The status of the stage when the entity was changed. The possible values are: notStarted, current, completed, failed, unknownFutureValue.' type: type: string description: Type of history. @@ -804425,13 +804586,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.subjectRightsRequestStage' - type: object nullable: true - description: 'The stage of the subject rights request. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: approval.' + description: The stage of the subject rights request. status: anyOf: - $ref: '#/components/schemas/microsoft.graph.subjectRightsRequestStageStatus' - type: object nullable: true - description: 'Status of the current stage. Possible values are: notStarted, current, completed, failed, unknownFutureValue.' + description: 'Status of the current stage. The possible values are: notStarted, current, completed, failed, unknownFutureValue.' microsoft.graph.subjectSet: title: subjectSet type: object @@ -804518,7 +804679,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.synchronizationMetadata' - type: object nullable: true - description: 'Possible values are: GalleryApplicationIdentifier, GalleryApplicationKey, IsOAuthEnabled, IsSynchronizationAgentAssignmentRequired, IsSynchronizationAgentRequired, IsSynchronizationInPreview, OAuthSettings, SynchronizationLearnMoreIbizaFwLink, ConfigurationFields.' + description: 'The possible values are: GalleryApplicationIdentifier, GalleryApplicationKey, IsOAuthEnabled, IsSynchronizationAgentAssignmentRequired, IsSynchronizationAgentRequired, IsSynchronizationInPreview, OAuthSettings, SynchronizationLearnMoreIbizaFwLink, ConfigurationFields.' value: type: string description: Value of the metadata property. @@ -804824,7 +804985,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.groupType' - type: object nullable: true - description: 'When type is set to Group, this indicates the group type. Possible values are: unifiedGroups, azureAD, and unknownFutureValue' + description: 'When type is set to Group, this indicates the group type. The possible values are: unifiedGroups, azureAD, and unknownFutureValue' id: type: string description: Indicates the unique ID of the resource. @@ -804936,7 +805097,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.giphyRatingType' - type: object nullable: true - description: 'Giphy content rating. Possible values are: moderate, strict.' + description: 'Giphy content rating. The possible values are: moderate, strict.' microsoft.graph.teamGuestSettings: title: teamGuestSettings type: object @@ -805239,7 +805400,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.teamworkActivityTopicSource' - type: object nullable: true - description: 'Type of source. Possible values are: entityUrl, text. For supported Microsoft Graph URLs, use entityUrl. For custom text, use text.' + description: 'Type of source. The possible values are: entityUrl, text. For supported Microsoft Graph URLs, use entityUrl. For custom text, use text.' value: type: string description: 'The topic value. If the value of the source property is entityUrl, this must be a Microsoft Graph URL. If the value is text, this must be a plain text value.' @@ -805258,7 +805419,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.teamworkApplicationIdentityType' - type: object nullable: true - description: 'Type of application that is referenced. Possible values are: aadApplication, bot, tenantBot, office365Connector, outgoingWebhook, and unknownFutureValue.' + description: 'Type of application that is referenced. The possible values are: aadApplication, bot, tenantBot, office365Connector, outgoingWebhook, and unknownFutureValue.' microsoft.graph.teamworkConversationIdentity: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' @@ -805270,7 +805431,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.teamworkConversationIdentityType' - type: object nullable: true - description: 'Type of conversation. Possible values are: team, channel, chat, and unknownFutureValue.' + description: 'Type of conversation. The possible values are: team, channel, chat, and unknownFutureValue.' microsoft.graph.teamworkNotificationRecipient: title: teamworkNotificationRecipient type: object @@ -805308,7 +805469,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.teamworkUserIdentityType' - type: object nullable: true - description: 'Type of user. Possible values are: aadUser, onPremiseAadUser, anonymousGuest, federatedUser, personalMicrosoftAccountUser, skypeUser, phoneUser, unknownFutureValue and emailUser.' + description: 'Type of user. The possible values are: aadUser, onPremiseAadUser, anonymousGuest, federatedUser, personalMicrosoftAccountUser, skypeUser, phoneUser, unknownFutureValue and emailUser.' microsoft.graph.teleconferenceDeviceAudioQuality: allOf: - $ref: '#/components/schemas/microsoft.graph.teleconferenceDeviceMediaQuality' @@ -805963,7 +806124,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.notificationDeliveryFrequency' - type: object nullable: true - description: 'Configurable frequency for the reminder email introduced during simulation creation. Possible values are: unknown, weekly, biWeekly, unknownFutureValue.' + description: 'Configurable frequency for the reminder email introduced during simulation creation. The possible values are: unknown, weekly, biWeekly, unknownFutureValue.' microsoft.graph.trainingSetting: title: trainingSetting type: object @@ -805973,7 +806134,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.trainingSettingType' - type: object nullable: true - description: 'Type of setting. Possible values are: microsoftCustom, microsoftManaged, noTraining, custom, unknownFutureValue.' + description: 'Type of setting. The possible values are: microsoftCustom, microsoftManaged, noTraining, custom, unknownFutureValue.' microsoft.graph.unifiedApprovalStage: title: unifiedApprovalStage type: object @@ -806482,13 +806643,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.includedUserRoles' - type: object nullable: true - description: 'The role type of the user. Possible values are: all, privilegedAdmin, admin, user, unknownFutureValue.' + description: 'The role type of the user. The possible values are: all, privilegedAdmin, admin, user, unknownFutureValue.' userTypes: anyOf: - $ref: '#/components/schemas/microsoft.graph.includedUserTypes' - type: object nullable: true - description: 'User type. Possible values are: all, member, guest, unknownFutureValue.' + description: 'User type. The possible values are: all, member, guest, unknownFutureValue.' microsoft.graph.userRegistrationMethodCount: title: userRegistrationMethodCount type: object @@ -806518,13 +806679,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.includedUserRoles' - type: object nullable: true - description: 'The role type of the user. Possible values are: all, privilegedAdmin, admin, user, unknownFutureValue.' + description: 'The role type of the user. The possible values are: all, privilegedAdmin, admin, user, unknownFutureValue.' userTypes: anyOf: - $ref: '#/components/schemas/microsoft.graph.includedUserTypes' - type: object nullable: true - description: 'User type. Possible values are: all, member, guest, unknownFutureValue.' + description: 'User type. The possible values are: all, member, guest, unknownFutureValue.' microsoft.graph.userScope: allOf: - $ref: '#/components/schemas/microsoft.graph.scopeBase' @@ -806551,7 +806712,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.emailRole' - type: object nullable: true - description: 'For email-related alerts - user account''s email ''role''. Possible values are: unknown, sender, recipient.' + description: 'For email-related alerts - user account''s email ''role''. The possible values are: unknown, sender, recipient.' isVpn: type: boolean description: Indicates whether the user logged on through a VPN. @@ -806579,7 +806740,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.logonType' - type: object nullable: true - description: 'Method of user sign in. Possible values are: unknown, interactive, remoteInteractive, network, batch, service.' + description: 'Method of user sign in. The possible values are: unknown, interactive, remoteInteractive, network, batch, service.' onPremisesSecurityIdentifier: type: string description: Active Directory (on-premises) Security Identifier (SID) of the user. @@ -806593,7 +806754,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.userAccountSecurityType' - type: object nullable: true - description: 'User account type (group membership), per Windows definition. Possible values are: unknown, standard, power, administrator.' + description: 'User account type (group membership), per Windows definition. The possible values are: unknown, standard, power, administrator.' userPrincipalName: type: string description: 'User sign-in name - internet format: (user account name)@(user account DNS domain name).' @@ -806746,7 +806907,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.trainingStatus' - type: object nullable: true - description: 'Latest status of the training assigned to the user. Possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue.' + description: 'Latest status of the training assigned to the user. The possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue.' trainingAssignedProperties: anyOf: - $ref: '#/components/schemas/microsoft.graph.userTrainingContentEventInfo' @@ -806790,7 +806951,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.trainingStatus' - type: object nullable: true - description: 'The status of the training assigned to the user. Possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue.' + description: 'The status of the training assigned to the user. The possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue.' microsoft.graph.verifiedDomain: title: verifiedDomain type: object @@ -807368,7 +807529,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.runAsAccountType' - type: object nullable: true - description: 'The execution context of the script. Do not specify this value if the rule is used for detection. Script detection rules will run in the same context as the associated app install context. Possible values are: system, user.' + description: 'The execution context of the script. Do not specify this value if the rule is used for detection. Script detection rules will run in the same context as the associated app install context. The possible values are: system, user.' scriptContent: type: string description: The base64-encoded script content. @@ -808084,7 +808245,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.workforceIntegrationEncryptionProtocol' - type: object nullable: true - description: 'Possible values are: sharedSecret, unknownFutureValue.' + description: 'The possible values are: sharedSecret, unknownFutureValue.' secret: type: string description: Encryption shared secret. @@ -819162,7 +819323,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.callRecords.modality' - description: 'List of all the modalities used in the call. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.' + description: 'List of all the modalities used in the call. The possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.' organizer: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -819307,7 +819468,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.callRecords.modality' - description: 'List of modalities present in the session. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.' + description: 'List of modalities present in the session. The possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.' startDateTime: 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 @@ -819682,7 +819843,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.callRecords.audioCodec' - type: object nullable: true - description: 'Codec name used to encode audio for transmission on the network. Possible values are: unknown, invalid, cn, pcma, pcmu, amrWide, g722, g7221, g7221c, g729, multiChannelAudio, muchv2, opus, satin, satinFullband, rtAudio8, rtAudio16, silk, silkNarrow, silkWide, siren, xmsRta, unknownFutureValue.' + description: 'Codec name used to encode audio for transmission on the network. The possible values are: unknown, invalid, cn, pcma, pcmu, amrWide, g722, g7221, g7221c, g729, multiChannelAudio, muchv2, opus, satin, satinFullband, rtAudio8, rtAudio16, silk, silkNarrow, silkWide, siren, xmsRta, unknownFutureValue.' averageAudioDegradation: oneOf: - type: number @@ -819876,7 +820037,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.callRecords.videoCodec' - type: object nullable: true - description: 'Codec name used to encode video for transmission on the network. Possible values are: unknown, invalid, av1, h263, h264, h264s, h264uc, h265, rtvc1, rtVideo, xrtvc1, unknownFutureValue.' + description: 'Codec name used to encode video for transmission on the network. The possible values are: unknown, invalid, av1, h263, h264, h264s, h264uc, h265, rtvc1, rtVideo, xrtvc1, unknownFutureValue.' wasMediaBypassed: type: boolean description: 'True if the media stream bypassed the Mediation Server and went straight between client and PSTN Gateway/PBX, false otherwise.' @@ -820441,7 +820602,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionOperationStatus' - type: object nullable: true - description: 'Indicates the status of the asynchronous operation. Possible values are: unspecified, inprogress, completed, failed, unknownFutureValue.' + description: 'Indicates the status of the asynchronous operation. The possible values are: unspecified, inprogress, completed, failed, unknownFutureValue.' microsoft.graph.externalConnectors.external: title: external type: object @@ -820524,7 +820685,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionState' - type: object nullable: true - description: 'Indicates the current state of the connection. Possible values are: draft, ready, obsolete, limitExceeded, unknownFutureValue.' + description: 'Indicates the current state of the connection. The possible values are: draft, ready, obsolete, limitExceeded, unknownFutureValue.' readOnly: true groups: type: array @@ -820607,7 +820768,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.externalConnectors.identityType' - type: object nullable: true - description: 'The type of identity. Possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system.' + description: 'The type of identity. The possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system.' microsoft.graph.externalConnectors.schema: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -822247,7 +822408,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.longRunningOperationStatus' - type: object nullable: true - description: 'The status of the operation. Possible values are: notStarted, running, completed, failed, unknownFutureValue.' + description: 'The status of the operation. The possible values are: notStarted, running, completed, failed, unknownFutureValue.' microsoft.graph.partners.billing.runningOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.partners.billing.operation' @@ -822349,7 +822510,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.devicePlatformType' - description: 'List of devices and operating systems that are able to view this bookmark. Possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.' + description: 'List of devices and operating systems that are able to view this bookmark. The possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.' powerAppIds: type: array items: @@ -822407,7 +822568,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.devicePlatformType' - description: 'List of devices and operating systems that are able to view this QnA. Possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.' + description: 'List of devices and operating systems that are able to view this QnA. The possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.' state: $ref: '#/components/schemas/microsoft.graph.search.answerState' targetedVariations: @@ -822485,7 +822646,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.devicePlatformType' - type: object nullable: true - description: 'The device or operating system that can view this answer variation. Possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.' + description: 'The device or operating system that can view this answer variation. The possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.' webUrl: type: string description: 'The URL link for the answer variation. When users select this answer variation from the search results, they''re directed to the specified URL.' @@ -822564,7 +822725,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.alertClassification' - type: object nullable: true - description: 'Specifies whether the alert represents a true threat. Possible values are: unknown, falsePositive, truePositive, informationalExpectedActivity, unknownFutureValue.' + description: 'Specifies whether the alert represents a true threat. The possible values are: unknown, falsePositive, truePositive, informationalExpectedActivity, unknownFutureValue.' comments: type: array items: @@ -822591,7 +822752,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.detectionSource' - type: object nullable: true - description: 'Detection technology or sensor that identified the notable component or activity. Possible values are: unknown, microsoftDefenderForEndpoint, antivirus, smartScreen, customTi, microsoftDefenderForOffice365, automatedInvestigation, microsoftThreatExperts, customDetection, microsoftDefenderForIdentity, cloudAppSecurity, microsoft365Defender, azureAdIdentityProtection, manual, microsoftDataLossPrevention, appGovernancePolicy, appGovernanceDetection, unknownFutureValue, microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence, microsoftDefenderForAIServices, securityCopilot. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence, microsoftDefenderForAIServices, securityCopilot.' + description: 'Detection technology or sensor that identified the notable component or activity. The possible values are: unknown, microsoftDefenderForEndpoint, antivirus, smartScreen, customTi, microsoftDefenderForOffice365, automatedInvestigation, microsoftThreatExperts, customDetection, microsoftDefenderForIdentity, cloudAppSecurity, microsoft365Defender, azureAdIdentityProtection, manual, microsoftDataLossPrevention, appGovernancePolicy, appGovernanceDetection, unknownFutureValue, microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence, microsoftDefenderForAIServices, securityCopilot. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence, microsoftDefenderForAIServices, securityCopilot.' detectorId: type: string description: The ID of the detector that triggered the alert. @@ -822601,7 +822762,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.alertDetermination' - type: object nullable: true - description: 'Specifies the result of the investigation, whether the alert represents a true attack and if so, the nature of the attack. Possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedAccount, phishing, maliciousUserActivity, notMalicious, notEnoughDataToValidate, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.' + description: 'Specifies the result of the investigation, whether the alert represents a true attack and if so, the nature of the attack. The possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedAccount, phishing, maliciousUserActivity, notMalicious, notEnoughDataToValidate, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.' evidence: type: array items: @@ -822626,7 +822787,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.investigationState' - type: object nullable: true - description: 'Information on the current status of the investigation. Possible values are: unknown, terminated, successfullyRemediated, benign, failed, partiallyRemediated, running, pendingApproval, pendingResource, queued, innerFailure, preexistingAlert, unsupportedOs, unsupportedAlertType, suppressedAlert, partiallyInvestigated, terminatedByUser, terminatedBySystem, unknownFutureValue.' + description: 'Information on the current status of the investigation. The possible values are: unknown, terminated, successfullyRemediated, benign, failed, partiallyRemediated, running, pendingApproval, pendingResource, queued, innerFailure, preexistingAlert, unsupportedOs, unsupportedAlertType, suppressedAlert, partiallyInvestigated, terminatedByUser, terminatedBySystem, unknownFutureValue.' lastActivityDateTime: 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 @@ -822791,7 +822952,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.caseAction' - type: object nullable: true - description: 'The type of action the operation represents. Possible values are: contentExport, applyTags, convertToPdf, index, estimateStatistics, addToReviewSet, holdUpdate, unknownFutureValue, purgeData, exportReport, exportResult, holdPolicySync. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: purgeData, exportReport, exportResult, holdPolicySync.' + description: 'The type of action the operation represents. The possible values are: contentExport, applyTags, convertToPdf, index, estimateStatistics, addToReviewSet, holdUpdate, unknownFutureValue, purgeData, exportReport, exportResult, holdPolicySync. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: purgeData, exportReport, exportResult, holdPolicySync.' completedDateTime: 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 @@ -822828,7 +822989,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.caseOperationStatus' - type: object nullable: true - description: 'The status of the case operation. Possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed, unknownFutureValue.' + description: 'The status of the case operation. The possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed, unknownFutureValue.' microsoft.graph.security.casesRoot: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -822959,7 +823120,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.dataSourceContainerStatus' - type: object nullable: true - description: 'Latest status of the dataSourceContainer. Possible values are: Active, Released.' + description: 'Latest status of the dataSourceContainer. The possible values are: Active, Released.' microsoft.graph.security.departmentTemplate: allOf: - $ref: '#/components/schemas/microsoft.graph.security.filePlanDescriptorTemplate' @@ -822995,25 +823156,25 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.additionalDataOptions' - type: object nullable: true - description: 'The options to add items to the review set. Possible values are: allVersions, linkedFiles, unknownFutureValue, advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder.' + description: 'The options to add items to the review set. The possible values are: allVersions, linkedFiles, unknownFutureValue, advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder.' cloudAttachmentVersion: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.cloudAttachmentVersion' - type: object nullable: true - description: 'Specifies the number of most recent versions of cloud attachments to collect. Possible values are: latest, recent10, recent100, all, unknownFutureValue.' + description: 'Specifies the number of most recent versions of cloud attachments to collect. The possible values are: latest, recent10, recent100, all, unknownFutureValue.' documentVersion: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.documentVersion' - type: object nullable: true - description: 'Specifies the number of most recent versions of SharePoint documents to collect. Possible values are: latest, recent10, recent100, all, unknownFutureValue.' + description: 'Specifies the number of most recent versions of SharePoint documents to collect. The possible values are: latest, recent10, recent100, all, unknownFutureValue.' itemsToInclude: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.itemsToInclude' - type: object nullable: true - description: 'The items to include in the review set. Possible values are: searchHits, partiallyIndexed, unknownFutureValue.' + description: 'The items to include in the review set. The possible values are: searchHits, partiallyIndexed, unknownFutureValue.' reportFileMetadata: type: array items: @@ -823123,7 +823284,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.reviewSetSettings' - type: object nullable: true - description: 'The settings of the review set for the case. Possible values are: none, disableGrouping, unknownFutureValue.' + description: 'The settings of the review set for the case. The possible values are: none, disableGrouping, unknownFutureValue.' topicModeling: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.topicModelingSettings' @@ -823211,7 +823372,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.statisticsOptions' - type: object nullable: true - description: 'The options to generate statistics. Possible values are: includeRefiners, includeQueryStats, includeUnindexedStats, advancedIndexing, locationsWithoutHits, unknownFutureValue.' + description: 'The options to generate statistics. The possible values are: includeRefiners, includeQueryStats, includeUnindexedStats, advancedIndexing, locationsWithoutHits, unknownFutureValue.' unindexedItemCount: type: number description: The estimated count of unindexed items for the collection. @@ -823249,13 +823410,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.exportOptions' - type: object nullable: true - description: 'The options provided for the export. For more information, see reviewSet: export. Possible values are: originalFiles, text, pdfReplacement, tags, unknownFutureValue, splitSource, includeFolderAndPath, friendlyName, condensePaths. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: splitSource, includeFolderAndPath, friendlyName, condensePaths.' + description: 'The options provided for the export. For more information, see reviewSet: export. The possible values are: originalFiles, text, pdfReplacement, tags, unknownFutureValue, splitSource, includeFolderAndPath, friendlyName, condensePaths. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: splitSource, includeFolderAndPath, friendlyName, condensePaths.' exportStructure: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.exportFileStructure' - type: object nullable: true - description: 'The options that specify the structure of the export. For more information, see reviewSet: export. Possible values are: none, directory (deprecated), pst, unknownFutureValue, msg. Use the Prefer: include-unknown-enum-members request header to get the following members from this evolvable enum: msg. The directory member is deprecated. It remains in v1.0 for backward compatibility. Going forward, use either pst or msg.' + description: 'The options that specify the structure of the export. For more information, see reviewSet: export. The possible values are: none, directory (deprecated), pst, unknownFutureValue, msg. Use the Prefer: include-unknown-enum-members request header to get the following members from this evolvable enum: msg. The directory member is deprecated. It remains in v1.0 for backward compatibility. Going forward, use either pst or msg.' outputName: type: string description: The name provided for the export. @@ -823348,7 +823509,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.childSelectability' - type: object nullable: true - description: 'Indicates whether a single or multiple child tags can be associated with a document. Possible values are: One, Many. This value controls whether the UX presents the tags as checkboxes or a radio button group.' + description: 'Indicates whether a single or multiple child tags can be associated with a document. The possible values are: One, Many. This value controls whether the UX presents the tags as checkboxes or a radio button group.' childTags: type: array items: @@ -823373,7 +823534,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.dataSourceScopes' - type: object nullable: true - description: 'When specified, the collection spans across a service for an entire workload. Possible values are: none, allTenantMailboxes, allTenantSites, allCaseCustodians, allCaseNoncustodialDataSources.' + description: 'When specified, the collection spans across a service for an entire workload. The possible values are: none, allTenantMailboxes, allTenantSites, allCaseCustodians, allCaseNoncustodialDataSources.' additionalSources: type: array items: @@ -823423,7 +823584,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.cloudAttachmentVersion' - type: object nullable: true - description: 'The versions of cloud attachments to include in messages. Possible values are: latest, recent10, recent100, all, unknownFutureValue.' + description: 'The versions of cloud attachments to include in messages. The possible values are: latest, recent10, recent100, all, unknownFutureValue.' description: type: string description: The description of the export by the user. @@ -823437,7 +823598,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.documentVersion' - type: object nullable: true - description: 'The versions of files in SharePoint to include. Possible values are: latest, recent10, recent100, all, unknownFutureValue.' + description: 'The versions of files in SharePoint to include. The possible values are: latest, recent10, recent100, all, unknownFutureValue.' exportCriteria: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.exportCriteria' @@ -824062,7 +824223,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.alertClassification' - type: object nullable: true - description: 'The specification for the incident. Possible values are: unknown, falsePositive, truePositive, informationalExpectedActivity, unknownFutureValue.' + description: 'The specification for the incident. The possible values are: unknown, falsePositive, truePositive, informationalExpectedActivity, unknownFutureValue.' comments: type: array items: @@ -824088,7 +824249,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.alertDetermination' - type: object nullable: true - description: 'Specifies the determination of the incident. Possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedUser, phishing, maliciousUserActivity, clean, insufficientData, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.' + description: 'Specifies the determination of the incident. The possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedUser, phishing, maliciousUserActivity, clean, insufficientData, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue.' displayName: type: string description: The incident name. @@ -824892,7 +825053,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.sourceType' - type: object nullable: true - description: 'Specifies which sources are included in this group. Possible values are: mailbox, site.' + description: 'Specifies which sources are included in this group. The possible values are: mailbox, site.' group: $ref: '#/components/schemas/microsoft.graph.group' microsoft.graph.security.user: @@ -824923,7 +825084,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.sourceType' - type: object nullable: true - description: 'Specifies which sources are included in this group. Possible values are: mailbox, site.' + description: 'Specifies which sources are included in this group. The possible values are: mailbox, site.' siteWebUrl: type: string description: The URL of the user's OneDrive for Business site. Read-only. @@ -825167,7 +825328,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.aiAgentPlatform' - type: object nullable: true - description: 'Type of the platform the agent runs on. Possible values are: unknown, azureAIFoundry, copilotStudio, copilot, unknownFutureValue.' + description: 'Type of the platform the agent runs on. The possible values are: unknown, azureAIFoundry, copilotStudio, copilot, unknownFutureValue.' instructions: type: string description: The instructions of the agent. @@ -826087,7 +826248,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.googleCloudLocationType' - type: object nullable: true - description: 'The type of location. Possible values are: unknown, regional, zonal, global, unknownFutureValue.' + description: 'The type of location. The possible values are: unknown, regional, zonal, global, unknownFutureValue.' projectId: type: string description: The Google project ID as defined by the user. @@ -826453,7 +826614,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.kubernetesPlatform' - type: object nullable: true - description: 'The platform the cluster runs on. Possible values are: unknown, aks, eks, gke, arc, unknownFutureValue.' + description: 'The platform the cluster runs on. The possible values are: unknown, aks, eks, gke, arc, unknownFutureValue.' version: type: string description: The kubernetes version of the cluster. @@ -826672,7 +826833,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.containerPortProtocol' - type: object nullable: true - description: 'The protocol name. Possible values are: udp, tcp, sctp, unknownFutureValue.' + description: 'The protocol name. The possible values are: udp, tcp, sctp, unknownFutureValue.' targetPort: type: string description: The name or number of the port to access on the pods targeted by the service. The port number must be in the range 1 to 65535. The name must be an IANASVCNAME. @@ -827359,13 +827520,13 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.teamsMessageDeliveryAction' - type: object nullable: true - description: 'The delivery action of this Teams message. Possible values are: unknown, deliveredAsSpam, delivered, blocked, replaced, unknownFutureValue.' + description: 'The delivery action of this Teams message. The possible values are: unknown, deliveredAsSpam, delivered, blocked, replaced, unknownFutureValue.' deliveryLocation: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.teamsDeliveryLocation' - type: object nullable: true - description: 'The delivery location of this Teams message. Possible values are: unknown, teams, quarantine, failed, unknownFutureValue.' + description: 'The delivery location of this Teams message. The possible values are: unknown, teams, quarantine, failed, unknownFutureValue.' files: type: array items: @@ -828463,7 +828624,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' - type: object nullable: true - description: 'Returns the type of the group. Possible values are: global, system, and siteCollection.' + description: 'Returns the type of the group. The possible values are: global, system, and siteCollection.' sets: type: array items: @@ -828481,7 +828642,7 @@ components: - $ref: '#/components/schemas/microsoft.graph.termStore.relationType' - type: object nullable: true - description: 'The type of relation. Possible values are: pin, reuse.' + description: 'The type of relation. The possible values are: pin, reuse.' fromTerm: anyOf: - $ref: '#/components/schemas/microsoft.graph.termStore.term'