diff --git a/packages/kiota-lock.json b/packages/kiota-lock.json index 38ffdf96cbf..00b09a25707 100644 --- a/packages/kiota-lock.json +++ b/packages/kiota-lock.json @@ -1,5 +1,5 @@ { - "descriptionHash": "B243F90AAC3F548EAA1D4BB9C012663E5F123A401E193B25D219B7D016381FF78B94701C2AF3F0DBDF12C8E8952F4095F9956FF17DE3320747B1A1BB91287751", + "descriptionHash": "C00D26F092ED047E2B673F4D4AECAB01A3187818C66466C54F2F67BB43DC7762A57476FC6DB2C95F213034E60A57374E84B2B6A01F223BF7D23A0BB155BCA47D", "descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml", "lockFileVersion": "1.0.0", "kiotaVersion": "1.30.0", diff --git a/packages/msgraph-sdk-applications/applications/item/federatedIdentityCredentials/index.ts b/packages/msgraph-sdk-applications/applications/item/federatedIdentityCredentials/index.ts index 421948fec58..164611e7e27 100644 --- a/packages/msgraph-sdk-applications/applications/item/federatedIdentityCredentials/index.ts +++ b/packages/msgraph-sdk-applications/applications/item/federatedIdentityCredentials/index.ts @@ -27,11 +27,11 @@ export interface FederatedIdentityCredentialsRequestBuilder extends BaseRequestB */ byFederatedIdentityCredentialId(federatedIdentityCredentialId: string) : FederatedIdentityCredentialItemRequestBuilder; /** - * Get a list of the federatedIdentityCredential objects and their properties. + * Get a list of the federatedIdentityCredential objects and their properties assigned to an application. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/federatedidentitycredential-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -40,11 +40,11 @@ export interface FederatedIdentityCredentialsRequestBuilder extends BaseRequestB * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/federatedidentitycredential-post?view=graph-rest-1.0|Find more info here} */ post(body: FederatedIdentityCredential, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get a list of the federatedIdentityCredential objects and their properties. + * Get a list of the federatedIdentityCredential objects and their properties assigned to an application. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -58,7 +58,7 @@ export interface FederatedIdentityCredentialsRequestBuilder extends BaseRequestB toPostRequestInformation(body: FederatedIdentityCredential, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get a list of the federatedIdentityCredential objects and their properties. + * Get a list of the federatedIdentityCredential objects and their properties assigned to an application. */ export interface FederatedIdentityCredentialsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-applications/applications/item/federatedIdentityCredentials/item/index.ts b/packages/msgraph-sdk-applications/applications/item/federatedIdentityCredentials/item/index.ts index 1b8f25cbfdb..fa1306d3c4c 100644 --- a/packages/msgraph-sdk-applications/applications/item/federatedIdentityCredentials/item/index.ts +++ b/packages/msgraph-sdk-applications/applications/item/federatedIdentityCredentials/item/index.ts @@ -20,7 +20,7 @@ export interface FederatedIdentityCredentialItemRequestBuilder extends BaseReque */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Read the properties and relationships of a federatedIdentityCredential object. + * Read the properties and relationships of a federatedIdentityCredential object assigned to an application. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -43,7 +43,7 @@ export interface FederatedIdentityCredentialItemRequestBuilder extends BaseReque */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Read the properties and relationships of a federatedIdentityCredential object. + * Read the properties and relationships of a federatedIdentityCredential object assigned to an application. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -57,7 +57,7 @@ export interface FederatedIdentityCredentialItemRequestBuilder extends BaseReque toPatchRequestInformation(body: FederatedIdentityCredential, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Read the properties and relationships of a federatedIdentityCredential object. + * Read the properties and relationships of a federatedIdentityCredential object assigned to an application. */ export interface FederatedIdentityCredentialItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-applications/applications/item/federatedIdentityCredentialsWithName/index.ts b/packages/msgraph-sdk-applications/applications/item/federatedIdentityCredentialsWithName/index.ts index cec6845b05c..830c6332b01 100644 --- a/packages/msgraph-sdk-applications/applications/item/federatedIdentityCredentialsWithName/index.ts +++ b/packages/msgraph-sdk-applications/applications/item/federatedIdentityCredentialsWithName/index.ts @@ -20,7 +20,7 @@ export interface FederatedIdentityCredentialsWithNameRequestBuilder extends Base */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Read the properties and relationships of a federatedIdentityCredential object. + * Read the properties and relationships of a federatedIdentityCredential object assigned to an application. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -43,7 +43,7 @@ export interface FederatedIdentityCredentialsWithNameRequestBuilder extends Base */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Read the properties and relationships of a federatedIdentityCredential object. + * Read the properties and relationships of a federatedIdentityCredential object assigned to an application. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -57,7 +57,7 @@ export interface FederatedIdentityCredentialsWithNameRequestBuilder extends Base toPatchRequestInformation(body: FederatedIdentityCredential, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Read the properties and relationships of a federatedIdentityCredential object. + * Read the properties and relationships of a federatedIdentityCredential object assigned to an application. */ export interface FederatedIdentityCredentialsWithNameRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/graphBuilding/index.ts b/packages/msgraph-sdk-places/places/graphBuilding/index.ts index 8675d1dc8f8..7be2a2c394e 100644 --- a/packages/msgraph-sdk-places/places/graphBuilding/index.ts +++ b/packages/msgraph-sdk-places/places/graphBuilding/index.ts @@ -19,21 +19,22 @@ export interface GraphBuildingRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get the items of type microsoft.graph.building in the microsoft.graph.place collection + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get the items of type microsoft.graph.building in the microsoft.graph.place collection + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. */ export interface GraphBuildingRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/graphDesk/index.ts b/packages/msgraph-sdk-places/places/graphDesk/index.ts index 856c53bfa1f..e6ab08d35dc 100644 --- a/packages/msgraph-sdk-places/places/graphDesk/index.ts +++ b/packages/msgraph-sdk-places/places/graphDesk/index.ts @@ -19,21 +19,22 @@ export interface GraphDeskRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get the items of type microsoft.graph.desk in the microsoft.graph.place collection + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get the items of type microsoft.graph.desk in the microsoft.graph.place collection + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. */ export interface GraphDeskRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/graphFloor/index.ts b/packages/msgraph-sdk-places/places/graphFloor/index.ts index fab6259ae4b..2e908abb253 100644 --- a/packages/msgraph-sdk-places/places/graphFloor/index.ts +++ b/packages/msgraph-sdk-places/places/graphFloor/index.ts @@ -19,21 +19,22 @@ export interface GraphFloorRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get the items of type microsoft.graph.floor in the microsoft.graph.place collection + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get the items of type microsoft.graph.floor in the microsoft.graph.place collection + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. */ export interface GraphFloorRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/graphRoom/index.ts b/packages/msgraph-sdk-places/places/graphRoom/index.ts index c4f8e383e4f..f3df787059b 100644 --- a/packages/msgraph-sdk-places/places/graphRoom/index.ts +++ b/packages/msgraph-sdk-places/places/graphRoom/index.ts @@ -19,7 +19,7 @@ export interface GraphRoomRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -27,14 +27,14 @@ export interface GraphRoomRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * 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. + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * 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. + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. */ export interface GraphRoomRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/graphSection/index.ts b/packages/msgraph-sdk-places/places/graphSection/index.ts index 93134d4ccd9..0fb69e5180d 100644 --- a/packages/msgraph-sdk-places/places/graphSection/index.ts +++ b/packages/msgraph-sdk-places/places/graphSection/index.ts @@ -19,21 +19,22 @@ export interface GraphSectionRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get the items of type microsoft.graph.section in the microsoft.graph.place collection + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get the items of type microsoft.graph.section in the microsoft.graph.place collection + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. */ export interface GraphSectionRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/graphWorkspace/index.ts b/packages/msgraph-sdk-places/places/graphWorkspace/index.ts index b0bba96cd7d..fa107290636 100644 --- a/packages/msgraph-sdk-places/places/graphWorkspace/index.ts +++ b/packages/msgraph-sdk-places/places/graphWorkspace/index.ts @@ -19,21 +19,22 @@ export interface GraphWorkspaceRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get the items of type microsoft.graph.workspace in the microsoft.graph.place collection + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get the items of type microsoft.graph.workspace in the microsoft.graph.place collection + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. */ export interface GraphWorkspaceRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/index.ts b/packages/msgraph-sdk-places/places/index.ts index e41eb0bd390..d2caca8f719 100644 --- a/packages/msgraph-sdk-places/places/index.ts +++ b/packages/msgraph-sdk-places/places/index.ts @@ -69,15 +69,16 @@ export interface PlacesRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/place-post?view=graph-rest-1.0|Find more info here} */ post(body: Place, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Add new entity to places + * 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. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-places/places/item/checkIns/index.ts b/packages/msgraph-sdk-places/places/item/checkIns/index.ts index 8366dc66daa..ad66530d612 100644 --- a/packages/msgraph-sdk-places/places/item/checkIns/index.ts +++ b/packages/msgraph-sdk-places/places/item/checkIns/index.ts @@ -27,28 +27,29 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Create new navigation property to checkIns for places + * 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. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/place-post-checkins?view=graph-rest-1.0|Find more info here} */ post(body: CheckInClaim, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get checkIns from places + * 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. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Create new navigation property to checkIns for places + * 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. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -56,7 +57,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get checkIns from places + * 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. */ export interface CheckInsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/checkIns/item/index.ts b/packages/msgraph-sdk-places/places/item/checkIns/item/index.ts index e8294843e7a..b6727d55b5f 100644 --- a/packages/msgraph-sdk-places/places/item/checkIns/item/index.ts +++ b/packages/msgraph-sdk-places/places/item/checkIns/item/index.ts @@ -19,10 +19,11 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get checkIns from places + * 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. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/checkinclaim-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -40,7 +41,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get checkIns from places + * 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. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +55,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest toPatchRequestInformation(body: CheckInClaim, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get checkIns from places + * 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. */ export interface CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphBuilding/checkIns/index.ts b/packages/msgraph-sdk-places/places/item/graphBuilding/checkIns/index.ts index 85dd10a2cd0..8b092cda9e0 100644 --- a/packages/msgraph-sdk-places/places/item/graphBuilding/checkIns/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphBuilding/checkIns/index.ts @@ -27,7 +27,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. */ export interface CheckInsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphBuilding/checkIns/item/index.ts b/packages/msgraph-sdk-places/places/item/graphBuilding/checkIns/item/index.ts index 7d5667855be..200932c4cca 100644 --- a/packages/msgraph-sdk-places/places/item/graphBuilding/checkIns/item/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphBuilding/checkIns/item/index.ts @@ -19,7 +19,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -40,7 +40,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest toPatchRequestInformation(body: CheckInClaim, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. */ export interface CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphBuilding/index.ts b/packages/msgraph-sdk-places/places/item/graphBuilding/index.ts index 7af1b2f9df5..a134852f04f 100644 --- a/packages/msgraph-sdk-places/places/item/graphBuilding/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphBuilding/index.ts @@ -25,21 +25,22 @@ export interface GraphBuildingRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get the item of type microsoft.graph.place as microsoft.graph.building + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get the item of type microsoft.graph.place as microsoft.graph.building + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. */ export interface GraphBuildingRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphBuilding/map/footprints/index.ts b/packages/msgraph-sdk-places/places/item/graphBuilding/map/footprints/index.ts index a78dc16ad93..9741ac5a77d 100644 --- a/packages/msgraph-sdk-places/places/item/graphBuilding/map/footprints/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphBuilding/map/footprints/index.ts @@ -27,10 +27,11 @@ export interface FootprintsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/buildingmap-list-footprints?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -42,7 +43,7 @@ export interface FootprintsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get footprints from places + * Get a list of footprintMap objects for building footprints and their properties. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +57,7 @@ export interface FootprintsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get footprints from places + * Get a list of footprintMap objects for building footprints and their properties. */ export interface FootprintsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphBuilding/map/footprints/item/index.ts b/packages/msgraph-sdk-places/places/item/graphBuilding/map/footprints/item/index.ts index adf184c38d9..1f85b1c2c38 100644 --- a/packages/msgraph-sdk-places/places/item/graphBuilding/map/footprints/item/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphBuilding/map/footprints/item/index.ts @@ -19,7 +19,7 @@ export interface FootprintMapItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get footprints from places + * Represents the approximate physical extent of a referenced building. It corresponds to footprint.geojson in IMDF format. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -40,7 +40,7 @@ export interface FootprintMapItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Get footprints from places + * Represents the approximate physical extent of a referenced building. It corresponds to footprint.geojson in IMDF format. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface FootprintMapItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get footprints from places + * Represents the approximate physical extent of a referenced building. It corresponds to footprint.geojson in IMDF format. */ export interface FootprintMapItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphBuilding/map/index.ts b/packages/msgraph-sdk-places/places/item/graphBuilding/map/index.ts index 09f351e3276..d587a4d502e 100644 --- a/packages/msgraph-sdk-places/places/item/graphBuilding/map/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphBuilding/map/index.ts @@ -25,16 +25,18 @@ export interface MapRequestBuilder extends BaseRequestBuilder */ get levels(): LevelsRequestBuilder; /** - * Delete navigation property map for places + * Delete the map of a specific building. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/buildingmap-delete?view=graph-rest-1.0|Find more info here} */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get map from places + * Get the map of a building in IMDF format. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/buildingmap-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -46,13 +48,13 @@ export interface MapRequestBuilder extends BaseRequestBuilder */ patch(body: BuildingMap, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Delete navigation property map for places + * Delete the map of a specific building. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get map from places + * Get the map of a building in IMDF format. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -66,7 +68,7 @@ export interface MapRequestBuilder extends BaseRequestBuilder toPatchRequestInformation(body: BuildingMap, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get map from places + * Get the map of a building in IMDF format. */ export interface MapRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/index.ts b/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/index.ts index 914e601dd6e..821088b8f57 100644 --- a/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/index.ts @@ -27,10 +27,11 @@ export interface LevelsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/buildingmap-list-levels?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -42,7 +43,7 @@ export interface LevelsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get levels from places + * Get a list of the levelMap objects and their properties. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +57,7 @@ export interface LevelsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get levels from places + * Get a list of the levelMap objects and their properties. */ export interface LevelsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/fixtures/index.ts b/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/fixtures/index.ts index e40c3bc370d..096e3fc3b91 100644 --- a/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/fixtures/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/fixtures/index.ts @@ -27,10 +27,11 @@ export interface FixturesRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/levelmap-list-fixtures?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -42,7 +43,7 @@ export interface FixturesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get fixtures from places + * Get a list of the fixtureMap objects and their properties. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +57,7 @@ export interface FixturesRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get fixtures from places + * Get a list of the fixtureMap objects and their properties. */ export interface FixturesRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/fixtures/item/index.ts b/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/fixtures/item/index.ts index 132c27a098f..3deb9c4ed8e 100644 --- a/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/fixtures/item/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/fixtures/item/index.ts @@ -13,40 +13,42 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ */ export interface FixtureMapItemRequestBuilder extends BaseRequestBuilder { /** - * Delete navigation property fixtures for places + * Delete a fixture on a specified floor. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/fixturemap-delete?view=graph-rest-1.0|Find more info here} */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get fixtures from places + * Collection of fixtures (such as furniture or equipment) on this level. Supports upsert. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Update the navigation property fixtures in places + * Update the properties of an existing fixtureMap object in IMDF format on a specified floor, or create one if it doesn't exist. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/fixturemap-update?view=graph-rest-1.0|Find more info here} */ patch(body: FixtureMap, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Delete navigation property fixtures for places + * Delete a fixture on a specified floor. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get fixtures from places + * Collection of fixtures (such as furniture or equipment) on this level. Supports upsert. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Update the navigation property fixtures in places + * Update the properties of an existing fixtureMap object in IMDF format on a specified floor, or create one if it doesn't exist. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -54,7 +56,7 @@ export interface FixtureMapItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get fixtures from places + * Collection of fixtures (such as furniture or equipment) on this level. Supports upsert. */ export interface FixtureMapItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/index.ts b/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/index.ts index 5527fb65703..82ef1e70712 100644 --- a/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/index.ts @@ -37,7 +37,7 @@ export interface LevelMapItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get levels from places + * Represents a physical floor structure within a building. It corresponds to level.geojson in IMDF format. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -58,7 +58,7 @@ export interface LevelMapItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Get levels from places + * Represents a physical floor structure within a building. It corresponds to level.geojson in IMDF format. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -72,7 +72,7 @@ export interface LevelMapItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get levels from places + * Represents a physical floor structure within a building. It corresponds to level.geojson in IMDF format. */ export interface LevelMapItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/sections/index.ts b/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/sections/index.ts index fa1054cb95f..75cf764d158 100644 --- a/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/sections/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/sections/index.ts @@ -27,10 +27,11 @@ export interface SectionsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/levelmap-list-sections?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -42,7 +43,7 @@ export interface SectionsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get sections from places + * Get a list of the sectionMap objects and their properties. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +57,7 @@ export interface SectionsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get sections from places + * Get a list of the sectionMap objects and their properties. */ export interface SectionsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/sections/item/index.ts b/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/sections/item/index.ts index 227bae03a8b..35136266b61 100644 --- a/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/sections/item/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/sections/item/index.ts @@ -19,7 +19,7 @@ export interface SectionMapItemRequestBuilder extends BaseRequestBuilder
| undefined) : Promise; /** - * Get sections from places + * Collection of sections (such as zones or partitions) on this level. Supports upsert. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -40,7 +40,7 @@ export interface SectionMapItemRequestBuilder extends BaseRequestBuilder
| undefined) : RequestInformation; /** - * Get sections from places + * Collection of sections (such as zones or partitions) on this level. Supports upsert. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface SectionMapItemRequestBuilder extends BaseRequestBuilder
| undefined) : RequestInformation; } /** - * Get sections from places + * Collection of sections (such as zones or partitions) on this level. Supports upsert. */ export interface SectionMapItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/units/index.ts b/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/units/index.ts index ef5bb2c09e5..b3d1c82b65b 100644 --- a/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/units/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/units/index.ts @@ -27,10 +27,11 @@ export interface UnitsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/levelmap-list-units?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -42,7 +43,7 @@ export interface UnitsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get units from places + * Get a list of the unitMap objects and their properties. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +57,7 @@ export interface UnitsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get units from places + * Get a list of the unitMap objects and their properties. */ export interface UnitsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/units/item/index.ts b/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/units/item/index.ts index 8005f040a77..49e999273f8 100644 --- a/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/units/item/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphBuilding/map/levels/item/units/item/index.ts @@ -13,40 +13,42 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ */ export interface UnitMapItemRequestBuilder extends BaseRequestBuilder { /** - * Delete navigation property units for places + * Delete a unitMap object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/unitmap-delete?view=graph-rest-1.0|Find more info here} */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get units from places + * Collection of units (such as rooms or offices) on this level. Supports upsert. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Update the navigation property units in places + * Update the properties of an existing unitMap object in IMDF format on a specified floor, or create one if it doesn't exist. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/unitmap-update?view=graph-rest-1.0|Find more info here} */ patch(body: UnitMap, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Delete navigation property units for places + * Delete a unitMap object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get units from places + * Collection of units (such as rooms or offices) on this level. Supports upsert. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Update the navigation property units in places + * Update the properties of an existing unitMap object in IMDF format on a specified floor, or create one if it doesn't exist. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -54,7 +56,7 @@ export interface UnitMapItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get units from places + * Collection of units (such as rooms or offices) on this level. Supports upsert. */ export interface UnitMapItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphDesk/checkIns/index.ts b/packages/msgraph-sdk-places/places/item/graphDesk/checkIns/index.ts index 3dd16690ca2..556721b6704 100644 --- a/packages/msgraph-sdk-places/places/item/graphDesk/checkIns/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphDesk/checkIns/index.ts @@ -27,7 +27,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. */ export interface CheckInsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphDesk/checkIns/item/index.ts b/packages/msgraph-sdk-places/places/item/graphDesk/checkIns/item/index.ts index 4ae6e0086b7..97a318badd6 100644 --- a/packages/msgraph-sdk-places/places/item/graphDesk/checkIns/item/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphDesk/checkIns/item/index.ts @@ -19,7 +19,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -40,7 +40,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest toPatchRequestInformation(body: CheckInClaim, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. */ export interface CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphDesk/index.ts b/packages/msgraph-sdk-places/places/item/graphDesk/index.ts index 61b7a626095..d00e55e62c8 100644 --- a/packages/msgraph-sdk-places/places/item/graphDesk/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphDesk/index.ts @@ -19,21 +19,22 @@ export interface GraphDeskRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get the item of type microsoft.graph.place as microsoft.graph.desk + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get the item of type microsoft.graph.place as microsoft.graph.desk + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. */ export interface GraphDeskRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphFloor/checkIns/index.ts b/packages/msgraph-sdk-places/places/item/graphFloor/checkIns/index.ts index f9151dfcd98..3f07b53b2c0 100644 --- a/packages/msgraph-sdk-places/places/item/graphFloor/checkIns/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphFloor/checkIns/index.ts @@ -27,7 +27,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. */ export interface CheckInsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphFloor/checkIns/item/index.ts b/packages/msgraph-sdk-places/places/item/graphFloor/checkIns/item/index.ts index fd739e52a71..5c6669fe716 100644 --- a/packages/msgraph-sdk-places/places/item/graphFloor/checkIns/item/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphFloor/checkIns/item/index.ts @@ -19,7 +19,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -40,7 +40,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest toPatchRequestInformation(body: CheckInClaim, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. */ export interface CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphFloor/index.ts b/packages/msgraph-sdk-places/places/item/graphFloor/index.ts index 31447b92475..51e4ed30c98 100644 --- a/packages/msgraph-sdk-places/places/item/graphFloor/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphFloor/index.ts @@ -19,21 +19,22 @@ export interface GraphFloorRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get the item of type microsoft.graph.place as microsoft.graph.floor + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get the item of type microsoft.graph.place as microsoft.graph.floor + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. */ export interface GraphFloorRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphRoom/checkIns/index.ts b/packages/msgraph-sdk-places/places/item/graphRoom/checkIns/index.ts index 714b14bffec..03b2971805f 100644 --- a/packages/msgraph-sdk-places/places/item/graphRoom/checkIns/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphRoom/checkIns/index.ts @@ -27,7 +27,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. */ export interface CheckInsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphRoom/checkIns/item/index.ts b/packages/msgraph-sdk-places/places/item/graphRoom/checkIns/item/index.ts index 958a66e6c93..54803459694 100644 --- a/packages/msgraph-sdk-places/places/item/graphRoom/checkIns/item/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphRoom/checkIns/item/index.ts @@ -19,7 +19,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -40,7 +40,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest toPatchRequestInformation(body: CheckInClaim, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. */ export interface CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphRoom/index.ts b/packages/msgraph-sdk-places/places/item/graphRoom/index.ts index e9d1c9bc29e..e525f5c508c 100644 --- a/packages/msgraph-sdk-places/places/item/graphRoom/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphRoom/index.ts @@ -19,7 +19,7 @@ export interface GraphRoomRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -27,14 +27,14 @@ export interface GraphRoomRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * 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. + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * 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. + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. */ export interface GraphRoomRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphRoomList/checkIns/index.ts b/packages/msgraph-sdk-places/places/item/graphRoomList/checkIns/index.ts index fcc30866d06..cc45b61f010 100644 --- a/packages/msgraph-sdk-places/places/item/graphRoomList/checkIns/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphRoomList/checkIns/index.ts @@ -27,7 +27,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. */ export interface CheckInsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphRoomList/checkIns/item/index.ts b/packages/msgraph-sdk-places/places/item/graphRoomList/checkIns/item/index.ts index d5207f3d3a0..05550ce442a 100644 --- a/packages/msgraph-sdk-places/places/item/graphRoomList/checkIns/item/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphRoomList/checkIns/item/index.ts @@ -19,7 +19,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -40,7 +40,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest toPatchRequestInformation(body: CheckInClaim, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. */ export interface CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphRoomList/rooms/item/checkIns/index.ts b/packages/msgraph-sdk-places/places/item/graphRoomList/rooms/item/checkIns/index.ts index c03f6fbda83..d6291a93722 100644 --- a/packages/msgraph-sdk-places/places/item/graphRoomList/rooms/item/checkIns/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphRoomList/rooms/item/checkIns/index.ts @@ -27,7 +27,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. */ export interface CheckInsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphRoomList/rooms/item/checkIns/item/index.ts b/packages/msgraph-sdk-places/places/item/graphRoomList/rooms/item/checkIns/item/index.ts index 691e4329ca2..4940e9489be 100644 --- a/packages/msgraph-sdk-places/places/item/graphRoomList/rooms/item/checkIns/item/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphRoomList/rooms/item/checkIns/item/index.ts @@ -19,7 +19,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -40,7 +40,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest toPatchRequestInformation(body: CheckInClaim, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. */ export interface CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphRoomList/workspaces/item/checkIns/index.ts b/packages/msgraph-sdk-places/places/item/graphRoomList/workspaces/item/checkIns/index.ts index cc3a56990ce..ed03130ad23 100644 --- a/packages/msgraph-sdk-places/places/item/graphRoomList/workspaces/item/checkIns/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphRoomList/workspaces/item/checkIns/index.ts @@ -27,7 +27,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. */ export interface CheckInsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphRoomList/workspaces/item/checkIns/item/index.ts b/packages/msgraph-sdk-places/places/item/graphRoomList/workspaces/item/checkIns/item/index.ts index 03b58b86200..33e1fea30be 100644 --- a/packages/msgraph-sdk-places/places/item/graphRoomList/workspaces/item/checkIns/item/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphRoomList/workspaces/item/checkIns/item/index.ts @@ -19,7 +19,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -40,7 +40,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest toPatchRequestInformation(body: CheckInClaim, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. */ export interface CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphSection/checkIns/index.ts b/packages/msgraph-sdk-places/places/item/graphSection/checkIns/index.ts index 4841c1be83c..d16f562e16d 100644 --- a/packages/msgraph-sdk-places/places/item/graphSection/checkIns/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphSection/checkIns/index.ts @@ -27,7 +27,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. */ export interface CheckInsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphSection/checkIns/item/index.ts b/packages/msgraph-sdk-places/places/item/graphSection/checkIns/item/index.ts index 527e24fe4b9..90f5d270740 100644 --- a/packages/msgraph-sdk-places/places/item/graphSection/checkIns/item/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphSection/checkIns/item/index.ts @@ -19,7 +19,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -40,7 +40,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest toPatchRequestInformation(body: CheckInClaim, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. */ export interface CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphSection/index.ts b/packages/msgraph-sdk-places/places/item/graphSection/index.ts index 503b09edac5..7c26a7b952b 100644 --- a/packages/msgraph-sdk-places/places/item/graphSection/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphSection/index.ts @@ -19,21 +19,22 @@ export interface GraphSectionRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise
; /** - * Get the item of type microsoft.graph.place as microsoft.graph.section + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get the item of type microsoft.graph.place as microsoft.graph.section + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. */ export interface GraphSectionRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphWorkspace/checkIns/index.ts b/packages/msgraph-sdk-places/places/item/graphWorkspace/checkIns/index.ts index addd2697b11..6e651cfe7cf 100644 --- a/packages/msgraph-sdk-places/places/item/graphWorkspace/checkIns/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphWorkspace/checkIns/index.ts @@ -27,7 +27,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface CheckInsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. */ export interface CheckInsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphWorkspace/checkIns/item/index.ts b/packages/msgraph-sdk-places/places/item/graphWorkspace/checkIns/item/index.ts index c160ca3f235..6532b1250ba 100644 --- a/packages/msgraph-sdk-places/places/item/graphWorkspace/checkIns/item/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphWorkspace/checkIns/item/index.ts @@ -19,7 +19,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -40,7 +40,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface CheckInClaimCalendarEventItemRequestBuilder extends BaseRequest toPatchRequestInformation(body: CheckInClaim, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get checkIns from places + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. */ export interface CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/graphWorkspace/index.ts b/packages/msgraph-sdk-places/places/item/graphWorkspace/index.ts index 78519c42e9c..baaded312d6 100644 --- a/packages/msgraph-sdk-places/places/item/graphWorkspace/index.ts +++ b/packages/msgraph-sdk-places/places/item/graphWorkspace/index.ts @@ -19,21 +19,22 @@ export interface GraphWorkspaceRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get the item of type microsoft.graph.place as microsoft.graph.workspace + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get the item of type microsoft.graph.place as microsoft.graph.workspace + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. */ export interface GraphWorkspaceRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-places/places/item/index.ts b/packages/msgraph-sdk-places/places/item/index.ts index deefde2b137..7b5899afcdd 100644 --- a/packages/msgraph-sdk-places/places/item/index.ts +++ b/packages/msgraph-sdk-places/places/item/index.ts @@ -67,13 +67,14 @@ export interface PlaceItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * 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. + * 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. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} @@ -82,13 +83,13 @@ export interface PlaceItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Delete entity from places + * Delete a place object. You can also use this method to delete the following child object types: building, floor, section, or desk. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * 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. + * 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. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-users/users/item/onlineMeetings/item/recordings/index.ts b/packages/msgraph-sdk-users/users/item/onlineMeetings/item/recordings/index.ts index bc7f1f42cf0..d474ce288de 100644 --- a/packages/msgraph-sdk-users/users/item/onlineMeetings/item/recordings/index.ts +++ b/packages/msgraph-sdk-users/users/item/onlineMeetings/item/recordings/index.ts @@ -33,7 +33,7 @@ export interface RecordingsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -48,7 +48,7 @@ export interface RecordingsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * 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. + * 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. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -62,7 +62,7 @@ export interface RecordingsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * 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. + * 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. */ export interface RecordingsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-users/users/item/onlineMeetings/item/recordings/item/index.ts b/packages/msgraph-sdk-users/users/item/onlineMeetings/item/recordings/item/index.ts index f66d103e6c9..dbecb939d1b 100644 --- a/packages/msgraph-sdk-users/users/item/onlineMeetings/item/recordings/item/index.ts +++ b/packages/msgraph-sdk-users/users/item/onlineMeetings/item/recordings/item/index.ts @@ -25,7 +25,7 @@ export interface CallRecordingItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * 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. + * 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. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -47,7 +47,7 @@ export interface CallRecordingItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * 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. + * 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. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -61,7 +61,7 @@ export interface CallRecordingItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * 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. + * 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. */ export interface CallRecordingItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-users/users/item/onlineMeetings/item/transcripts/index.ts b/packages/msgraph-sdk-users/users/item/onlineMeetings/item/transcripts/index.ts index 1e3d0f2c1c3..7f5815546d6 100644 --- a/packages/msgraph-sdk-users/users/item/onlineMeetings/item/transcripts/index.ts +++ b/packages/msgraph-sdk-users/users/item/onlineMeetings/item/transcripts/index.ts @@ -33,7 +33,7 @@ export interface TranscriptsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -49,7 +49,7 @@ export interface TranscriptsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * 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. + * 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. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -63,7 +63,7 @@ export interface TranscriptsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * 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. + * 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. */ export interface TranscriptsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-users/users/item/onlineMeetings/item/transcripts/item/content/index.ts b/packages/msgraph-sdk-users/users/item/onlineMeetings/item/transcripts/item/content/index.ts index 15dba25a668..b8d43413a0b 100644 --- a/packages/msgraph-sdk-users/users/item/onlineMeetings/item/transcripts/item/content/index.ts +++ b/packages/msgraph-sdk-users/users/item/onlineMeetings/item/transcripts/item/content/index.ts @@ -19,7 +19,7 @@ export interface ContentRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * 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. + * 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. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -41,7 +41,7 @@ export interface ContentRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * 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. + * 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. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ diff --git a/packages/msgraph-sdk-users/users/item/onlineMeetings/item/transcripts/item/index.ts b/packages/msgraph-sdk-users/users/item/onlineMeetings/item/transcripts/item/index.ts index 4c06bb2c052..1c10fa35995 100644 --- a/packages/msgraph-sdk-users/users/item/onlineMeetings/item/transcripts/item/index.ts +++ b/packages/msgraph-sdk-users/users/item/onlineMeetings/item/transcripts/item/index.ts @@ -31,7 +31,7 @@ export interface CallTranscriptItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * 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. + * 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. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -53,7 +53,7 @@ export interface CallTranscriptItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * 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. + * 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. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -67,7 +67,7 @@ export interface CallTranscriptItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * 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. + * 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. */ export interface CallTranscriptItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-users/users/item/onlineMeetings/item/transcripts/item/metadataContent/index.ts b/packages/msgraph-sdk-users/users/item/onlineMeetings/item/transcripts/item/metadataContent/index.ts index 97976f110b4..f3596a1670d 100644 --- a/packages/msgraph-sdk-users/users/item/onlineMeetings/item/transcripts/item/metadataContent/index.ts +++ b/packages/msgraph-sdk-users/users/item/onlineMeetings/item/transcripts/item/metadataContent/index.ts @@ -17,7 +17,7 @@ export interface MetadataContentRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * 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. + * 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. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -39,7 +39,7 @@ export interface MetadataContentRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * 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. + * 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. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ diff --git a/packages/msgraph-sdk/models/callRecords/index.ts b/packages/msgraph-sdk/models/callRecords/index.ts index 2d7ac1d6e47..52912cf0406 100644 --- a/packages/msgraph-sdk/models/callRecords/index.ts +++ b/packages/msgraph-sdk/models/callRecords/index.ts @@ -35,7 +35,7 @@ export interface CallRecord extends Entity, Parsable { */ lastModifiedDateTime?: Date | null; /** - * List of all the modalities used in the call. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. + * List of all the modalities used in the call. The possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. */ modalities?: Modality[] | null; /** @@ -1160,7 +1160,7 @@ export interface Media extends AdditionalDataHolder, BackedModel, Parsable { } export interface MediaStream extends AdditionalDataHolder, BackedModel, Parsable { /** - * 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. + * 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. */ audioCodec?: AudioCodec | null; /** @@ -1280,7 +1280,7 @@ export interface MediaStream extends AdditionalDataHolder, BackedModel, Parsable */ streamId?: string | null; /** - * 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. + * 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. */ videoCodec?: VideoCodec | null; /** @@ -2154,7 +2154,7 @@ export interface Session extends Entity, Parsable { */ isTest?: boolean | null; /** - * List of modalities present in the session. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. + * List of modalities present in the session. The possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. */ modalities?: Modality[] | null; /** diff --git a/packages/msgraph-sdk/models/externalConnectors/index.ts b/packages/msgraph-sdk/models/externalConnectors/index.ts index 5950d4512d6..8ac657ab651 100644 --- a/packages/msgraph-sdk/models/externalConnectors/index.ts +++ b/packages/msgraph-sdk/models/externalConnectors/index.ts @@ -64,7 +64,7 @@ export interface ConnectionOperation extends Entity, Parsable { */ errorEscaped?: PublicError | null; /** - * Indicates the status of the asynchronous operation. Possible values are: unspecified, inprogress, completed, failed, unknownFutureValue. + * Indicates the status of the asynchronous operation. The possible values are: unspecified, inprogress, completed, failed, unknownFutureValue. */ status?: ConnectionOperationStatus | null; } @@ -822,7 +822,7 @@ export interface ExternalConnection extends Entity, Parsable { */ searchSettings?: SearchSettings | null; /** - * Indicates the current state of the connection. Possible values are: draft, ready, obsolete, limitExceeded, unknownFutureValue. + * Indicates the current state of the connection. The possible values are: draft, ready, obsolete, limitExceeded, unknownFutureValue. */ state?: ConnectionState | null; } @@ -897,7 +897,7 @@ export interface ExternalItemContent extends AdditionalDataHolder, BackedModel, export type ExternalItemContentType = (typeof ExternalItemContentTypeObject)[keyof typeof ExternalItemContentTypeObject]; export interface Identity extends Entity, Parsable { /** - * The type of identity. Possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system. + * The type of identity. The possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system. */ type?: IdentityType | null; } diff --git a/packages/msgraph-sdk/models/index.ts b/packages/msgraph-sdk/models/index.ts index 55c18bb1b2e..bf82a1eb6d3 100644 --- a/packages/msgraph-sdk/models/index.ts +++ b/packages/msgraph-sdk/models/index.ts @@ -1064,7 +1064,7 @@ export interface AccessReviewHistoryDefinition extends Entity, Parsable { */ createdDateTime?: Date | null; /** - * 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. + * 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. */ decisions?: AccessReviewHistoryDecisionFilter[] | null; /** @@ -1657,7 +1657,7 @@ export interface AccountTargetContent extends AdditionalDataHolder, BackedModel, */ odataType?: string | null; /** - * The type of account target content. Possible values are: unknown, includeAll, addressBook, unknownFutureValue. + * The type of account target content. The possible values are: unknown, includeAll, addressBook, unknownFutureValue. */ type?: AccountTargetContentType | null; } @@ -1992,7 +1992,7 @@ export interface AgreementAcceptance extends Entity, Parsable { */ recordedDateTime?: Date | null; /** - * The state of the agreement acceptance. Possible values are: accepted, declined. Supports $filter (eq). + * The state of the agreement acceptance. The possible values are: accepted, declined. Supports $filter (eq). */ state?: AgreementAcceptanceState | null; /** @@ -2466,7 +2466,7 @@ export interface Alert extends Entity, Parsable { */ eventDateTime?: Date | null; /** - * Analyst feedback on the alert. Possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update. + * Analyst feedback on the alert. The possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update. */ feedback?: AlertFeedback | null; /** @@ -2702,7 +2702,7 @@ export interface AlterationResponse extends AdditionalDataHolder, BackedModel, P */ queryAlteration?: SearchAlteration | null; /** - * Defines the type of the spelling correction. Possible values are: suggestion, modification. + * Defines the type of the spelling correction. The possible values are: suggestion, modification. */ queryAlterationType?: SearchAlterationType | null; } @@ -3746,7 +3746,7 @@ export interface Application extends DirectoryObject, Parsable { */ description?: string | null; /** - * 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). + * 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). */ disabledByMicrosoftStatus?: string | null; /** @@ -3991,7 +3991,7 @@ export interface AppliedConditionalAccessPolicy extends AdditionalDataHolder, Ba */ odataType?: string | null; /** - * Indicates the result of the CA policy that was triggered. Possible values are: success, failure, notApplied (policy isn't applied because policy conditions weren't met), notEnabled (This is due to the policy in a disabled state), unknown, unknownFutureValue, reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. + * Indicates the result of the CA policy that was triggered. The possible values are: success, failure, notApplied (policy isn't applied because policy conditions weren't met), notEnabled (This is due to the policy in a disabled state), unknown, unknownFutureValue, reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. */ result?: AppliedConditionalAccessPolicyResult | null; } @@ -4453,11 +4453,11 @@ export interface AssignedLicense extends AdditionalDataHolder, BackedModel, Pars } export interface AssignedPlaceMode extends Parsable, PlaceMode { /** - * The assignedUserEmailAddress property + * The email address of the user to whom the desk is assigned. */ assignedUserEmailAddress?: string | null; /** - * The assignedUserId property + * The user ID of the user to whom the desk is assigned. */ assignedUserId?: string | null; } @@ -4618,7 +4618,7 @@ export interface AttachmentInfo extends AdditionalDataHolder, BackedModel, Parsa } export interface AttachmentItem extends AdditionalDataHolder, BackedModel, Parsable { /** - * The type of attachment. Possible values are: file, item, reference. Required. + * The type of attachment. The possible values are: file, item, reference. Required. */ attachmentType?: AttachmentType | null; /** @@ -4684,7 +4684,7 @@ export interface AttackSimulationOperation extends LongRunningOperation, Parsabl */ tenantId?: string | null; /** - * The attack simulation operation type. Possible values are: createSimulation, updateSimulation, unknownFutureValue. + * The attack simulation operation type. The possible values are: createSimulation, updateSimulation, unknownFutureValue. */ type?: AttackSimulationOperationType | null; } @@ -4861,7 +4861,7 @@ export interface AttendanceRecord extends Entity, Parsable { */ registrationId?: string | null; /** - * Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. + * Role of the attendee. The possible values are: None, Attendee, Presenter, and Organizer. */ role?: string | null; /** @@ -4994,7 +4994,7 @@ export interface AttributeDefinitionMetadataEntry extends AdditionalDataHolder, */ backingStoreEnabled?: boolean | null; /** - * Possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty. + * The possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty. */ key?: AttributeDefinitionMetadata | null; /** @@ -5811,7 +5811,7 @@ export interface AuthenticationMethodConfiguration extends Entity, Parsable { */ excludeTargets?: ExcludeTarget[] | null; /** - * The state of the policy. Possible values are: enabled, disabled. + * The state of the policy. The possible values are: enabled, disabled. */ state?: AuthenticationMethodState | null; } @@ -5840,7 +5840,7 @@ export interface AuthenticationMethodFeatureConfiguration extends AdditionalData */ odataType?: string | null; /** - * 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. + * 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. */ state?: AdvancedConfigState | null; } @@ -6089,7 +6089,7 @@ export interface AuthorizationPolicy extends Parsable, PolicyBase { */ allowEmailVerifiedUsersToJoinOrganization?: boolean | null; /** - * 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. + * 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. */ allowInvitesFrom?: AllowInvitesFrom | null; /** @@ -6194,7 +6194,7 @@ export interface AvailabilityItem extends AdditionalDataHolder, BackedModel, Par */ startDateTime?: DateTimeTimeZone | null; /** - * The status of the staff member. Possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue. + * The status of the staff member. The possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue. */ status?: BookingsAvailabilityStatus | null; } @@ -6514,7 +6514,7 @@ export interface BaseItemVersion extends Entity, Parsable { } export interface BaseMapFeature extends Entity, Parsable { /** - * The properties property + * Concatenated key-value pair of all properties of a GeoJSON file for this baseMapFeature. */ properties?: string | null; } @@ -6599,7 +6599,7 @@ export interface BitLockerRemovableDrivePolicy extends AdditionalDataHolder, Bac */ blockCrossOrganizationWriteAccess?: boolean | null; /** - * Select the encryption method for removable drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256. + * Select the encryption method for removable drives. The possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256. */ encryptionMethod?: BitLockerEncryptionMethod | null; /** @@ -7769,11 +7769,11 @@ export interface BucketAggregationRange extends AdditionalDataHolder, BackedMode export type BucketAggregationSortProperty = (typeof BucketAggregationSortPropertyObject)[keyof typeof BucketAggregationSortPropertyObject]; export interface Building extends Parsable, Place { /** - * The map property + * Map file associated with a building in Places. This object is the IMDF-format representation of building.geojson. */ map?: BuildingMap | null; /** - * The resourceLinks property + * A set of links to external resources that are associated with the building. Inherited from place. */ resourceLinks?: ResourceLink[] | null; } @@ -7785,15 +7785,15 @@ export interface BuildingCollectionResponse extends BaseCollectionPaginationCoun } export interface BuildingMap extends BaseMapFeature, Parsable { /** - * The footprints property + * Represents the approximate physical extent of a referenced building. It corresponds to footprint.geojson in IMDF format. */ footprints?: FootprintMap[] | null; /** - * The levels property + * Represents a physical floor structure within a building. It corresponds to level.geojson in IMDF format. */ levels?: LevelMap[] | null; /** - * The placeId property + * Identifier for the building to which this buildingMap belongs. */ placeId?: string | null; } @@ -7829,7 +7829,7 @@ export interface CalculatedColumn extends AdditionalDataHolder, BackedModel, Par */ backingStoreEnabled?: boolean | null; /** - * For dateTime output types, the format of the value. Possible values are: dateOnly or dateTime. + * For dateTime output types, the format of the value. The possible values are: dateOnly or dateTime. */ format?: string | null; /** @@ -7841,13 +7841,13 @@ export interface CalculatedColumn extends AdditionalDataHolder, BackedModel, Par */ odataType?: string | null; /** - * The output type used to format values in this column. Possible values are: boolean, currency, dateTime, number, or text. + * The output type used to format values in this column. The possible values are: boolean, currency, dateTime, number, or text. */ outputType?: string | null; } export interface Calendar extends Entity, Parsable { /** - * Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. + * 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. */ allowedOnlineMeetingProviders?: OnlineMeetingProviderType[] | null; /** @@ -7879,7 +7879,7 @@ export interface Calendar extends Entity, Parsable { */ color?: CalendarColor | null; /** - * The default online meeting provider for meetings sent from this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. + * The default online meeting provider for meetings sent from this calendar. The possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. */ defaultOnlineMeetingProvider?: OnlineMeetingProviderType | null; /** @@ -7952,7 +7952,7 @@ export interface CalendarGroupCollectionResponse extends BaseCollectionPaginatio } export interface CalendarPermission extends Entity, Parsable { /** - * List of allowed sharing or delegating permission levels for the calendar. Possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom. + * List of allowed sharing or delegating permission levels for the calendar. The possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom. */ allowedRoles?: CalendarRoleType[] | null; /** @@ -8084,7 +8084,7 @@ export interface Call extends Entity, Parsable { */ participants?: Participant[] | null; /** - * The list of requested modalities. Possible values are: unknown, audio, video, videoBasedScreenSharing, data. + * The list of requested modalities. The possible values are: unknown, audio, video, videoBasedScreenSharing, data. */ requestedModalities?: Modality[] | null; /** @@ -8096,7 +8096,7 @@ export interface Call extends Entity, Parsable { */ source?: ParticipantInfo | null; /** - * The call state. Possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only. + * The call state. The possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only. */ state?: CallState | null; /** @@ -8133,7 +8133,7 @@ export interface CallEndedEventMessageDetail extends EventMessageDetail, Parsabl */ callDuration?: Duration | null; /** - * Represents the call event type. Possible values are: call, meeting, screenShare, unknownFutureValue. + * Represents the call event type. The possible values are: call, meeting, screenShare, unknownFutureValue. */ callEventType?: TeamworkCallEventType | null; /** @@ -8166,7 +8166,7 @@ export interface CallEvent extends Entity, Parsable { export type CallEventType = (typeof CallEventTypeObject)[keyof typeof CallEventTypeObject]; export interface CallMediaState extends AdditionalDataHolder, BackedModel, Parsable { /** - * The audio media state. Possible values are: active, inactive, unknownFutureValue. + * The audio media state. The possible values are: active, inactive, unknownFutureValue. */ audio?: MediaState | null; /** @@ -8272,7 +8272,7 @@ export interface CallRecordingEventMessageDetail extends EventMessageDetail, Par */ callRecordingDuration?: Duration | null; /** - * Status of the call recording. Possible values are: success, failure, initial, chunkFinished, unknownFutureValue. + * Status of the call recording. The possible values are: success, failure, initial, chunkFinished, unknownFutureValue. */ callRecordingStatus?: CallRecordingStatus | null; /** @@ -8313,7 +8313,7 @@ export interface CallRoute extends AdditionalDataHolder, BackedModel, Parsable { } export interface CallStartedEventMessageDetail extends EventMessageDetail, Parsable { /** - * Represents the call event type. Possible values are: call, meeting, screenShare, unknownFutureValue. + * Represents the call event type. The possible values are: call, meeting, screenShare, unknownFutureValue. */ callEventType?: TeamworkCallEventType | null; /** @@ -9302,7 +9302,7 @@ export interface CheckInClaim extends AdditionalDataHolder, BackedModel, Parsabl */ backingStoreEnabled?: boolean | null; /** - * The calendarEventId property + * The unique identifier for an Outlook calendar event associated with the checkInClaim object. For more information, see the iCalUId property in event. */ calendarEventId?: string | null; /** @@ -9310,7 +9310,7 @@ export interface CheckInClaim extends AdditionalDataHolder, BackedModel, Parsabl */ checkInMethod?: CheckInMethod | null; /** - * The createdDateTime property + * 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. */ createdDateTime?: Date | null; /** @@ -9447,7 +9447,7 @@ export interface ClientCertificateAuthentication extends ApiAuthenticationConfig export type ClonableTeamParts = (typeof ClonableTeamPartsObject)[keyof typeof ClonableTeamPartsObject]; export interface CloudAppSecuritySessionControl extends ConditionalAccessSessionControl, Parsable { /** - * Possible values are: mcasConfigured, monitorOnly, blockDownloads, unknownFutureValue. For more information, see Deploy Conditional Access App Control for featured apps. + * The possible values are: mcasConfigured, monitorOnly, blockDownloads, unknownFutureValue. For more information, see Deploy Conditional Access App Control for featured apps. */ cloudAppSecurityType?: CloudAppSecuritySessionControlType | null; } @@ -9665,7 +9665,7 @@ export interface CloudPC extends Entity, Parsable { */ provisioningPolicyName?: string | null; /** - * 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. + * 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. */ provisioningType?: CloudPcProvisioningType | null; /** @@ -9842,7 +9842,7 @@ export interface CloudPcDeviceImage extends Entity, Parsable { */ displayName?: string | null; /** - * 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. + * 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. */ errorCode?: CloudPcDeviceImageErrorCode | null; /** @@ -9862,7 +9862,7 @@ export interface CloudPcDeviceImage extends Entity, Parsable { */ osBuildNumber?: string | null; /** - * The OS status of this image. Possible values are: supported, supportedWithWarning, unknown, unknownFutureValue. The default value is unknown. Read-only. + * The OS status of this image. The possible values are: supported, supportedWithWarning, unknown, unknownFutureValue. The default value is unknown. Read-only. */ osStatus?: CloudPcDeviceImageOsStatus | null; /** @@ -9870,7 +9870,7 @@ export interface CloudPcDeviceImage extends Entity, Parsable { */ sourceImageResourceId?: string | null; /** - * The status of the image on the Cloud PC. Possible values are: pending, ready, failed, unknownFutureValue. Read-only. + * The status of the image on the Cloud PC. The possible values are: pending, ready, failed, unknownFutureValue. Read-only. */ status?: CloudPcDeviceImageStatus | null; /** @@ -9893,7 +9893,7 @@ export interface CloudPcDomainJoinConfiguration extends AdditionalDataHolder, Ba */ backingStoreEnabled?: boolean | null; /** - * 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. + * 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. */ domainJoinType?: CloudPcDomainJoinType | null; /** @@ -9905,7 +9905,7 @@ export interface CloudPcDomainJoinConfiguration extends AdditionalDataHolder, Ba */ onPremisesConnectionId?: string | null; /** - * 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. + * 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. */ regionGroup?: CloudPcRegionGroup | null; /** @@ -9948,7 +9948,7 @@ export interface CloudPcGalleryImage extends Entity, Parsable { */ startDate?: DateOnly | null; /** - * The status of the gallery image on the Cloud PC. Possible values are: supported, supportedWithWarning, notSupported, unknownFutureValue. The default value is supported. Read-only. + * 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. */ status?: CloudPcGalleryImageStatus | null; } @@ -10073,7 +10073,7 @@ export interface CloudPcOnPremisesConnectionHealthCheck extends AdditionalDataHo */ endDateTime?: Date | null; /** - * 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. + * 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. */ errorType?: CloudPcOnPremisesConnectionHealthCheckErrorType | null; /** @@ -10180,7 +10180,7 @@ export interface CloudPcProvisioningPolicy extends Entity, Parsable { */ microsoftManagedDesktop?: MicrosoftManagedDesktop | null; /** - * 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. + * 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. */ provisioningType?: CloudPcProvisioningType | null; /** @@ -10234,7 +10234,7 @@ export interface CloudPcRestorePointSetting extends AdditionalDataHolder, Backed */ backingStoreEnabled?: boolean | null; /** - * 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. + * 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. */ frequencyType?: CloudPcRestorePointFrequencyType | null; /** @@ -10634,7 +10634,7 @@ export interface CommunicationsIdentitySet extends IdentitySet, Parsable { */ encrypted?: Identity | null; /** - * Type of endpoint that the participant uses. Possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone, unknownFutureValue. + * Type of endpoint that the participant uses. The possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone, unknownFutureValue. */ endpointType?: EndpointType | null; /** @@ -10736,7 +10736,7 @@ export interface CompanySubscription extends Entity, Parsable { */ skuPartNumber?: string | null; /** - * The status of this subscription. Possible values are: Enabled, Deleted, Suspended, Warning, LockedOut. + * The status of this subscription. The possible values are: Enabled, Deleted, Suspended, Warning, LockedOut. */ status?: string | null; /** @@ -10953,7 +10953,7 @@ export interface ConditionalAccessConditionSet extends AdditionalDataHolder, Bac */ clientApplications?: ConditionalAccessClientApplications | null; /** - * 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. + * 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. */ clientAppTypes?: ConditionalAccessClientApp[] | null; /** @@ -10977,15 +10977,15 @@ export interface ConditionalAccessConditionSet extends AdditionalDataHolder, Bac */ platforms?: ConditionalAccessPlatforms | null; /** - * Service principal risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue. + * Service principal risk levels included in the policy. The possible values are: low, medium, high, none, unknownFutureValue. */ servicePrincipalRiskLevels?: RiskLevel[] | null; /** - * Sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. + * Sign-in risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. */ signInRiskLevels?: RiskLevel[] | null; /** - * User risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. + * User risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. */ userRiskLevels?: RiskLevel[] | null; /** @@ -11020,7 +11020,7 @@ export interface ConditionalAccessExternalTenants extends AdditionalDataHolder, */ backingStoreEnabled?: boolean | null; /** - * The membership kind. Possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object. + * The membership kind. The possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object. */ membershipKind?: ConditionalAccessExternalTenantsMembershipKind | null; /** @@ -11122,11 +11122,11 @@ export interface ConditionalAccessPlatforms extends AdditionalDataHolder, Backed */ backingStoreEnabled?: boolean | null; /** - * Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. + * The possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. */ excludePlatforms?: ConditionalAccessDevicePlatform[] | null; /** - * Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. + * The possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. */ includePlatforms?: ConditionalAccessDevicePlatform[] | null; /** @@ -11853,7 +11853,7 @@ export interface ContentTypeOrder extends AdditionalDataHolder, BackedModel, Par } export interface Contract extends DirectoryObject, Parsable { /** - * Type of contract. Possible values are: SyndicationPartner, BreadthPartner, ResellerPartner. See more in the table below. + * Type of contract. The possible values are: SyndicationPartner, BreadthPartner, ResellerPartner. See more in the table below. */ contractType?: string | null; /** @@ -40840,7 +40840,7 @@ export interface CustomTimeZone extends Parsable, TimeZoneBase { } export interface CustomTrainingSetting extends Parsable, TrainingSetting { /** - * A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. + * A user collection that specifies to whom the training should be assigned. The possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. */ assignedTo?: TrainingAssignedTo[] | null; /** @@ -40870,7 +40870,7 @@ export interface DataPolicyOperation extends Entity, Parsable { */ progress?: number | null; /** - * Possible values are: notStarted, running, complete, failed, unknownFutureValue. + * The possible values are: notStarted, running, complete, failed, unknownFutureValue. */ status?: DataPolicyOperationStatus | null; /** @@ -80049,15 +80049,15 @@ export function deserializeIntoX509CertificateUserBinding(x509CertificateUserBin } export interface Desk extends Parsable, Place { /** - * The displayDeviceName property + * The name of the display device (for example, monitor or projector) that is available at the desk. */ displayDeviceName?: string | null; /** - * The mailboxDetails property + * The mailbox object id and email address that are associated with the desk. */ mailboxDetails?: MailboxDetails | null; /** - * The mode property + * 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. */ mode?: PlaceMode | null; } @@ -80148,7 +80148,7 @@ export interface Device extends DirectoryObject, Parsable { */ deviceMetadata?: string | null; /** - * Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal. + * Ownership of the device. Intune sets this property. The possible values are: unknown, company, personal. */ deviceOwnership?: string | null; /** @@ -80164,7 +80164,7 @@ export interface Device extends DirectoryObject, Parsable { */ enrollmentProfileName?: string | null; /** - * 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. + * 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. */ enrollmentType?: string | null; /** @@ -80188,7 +80188,7 @@ export interface Device extends DirectoryObject, Parsable { */ isRooted?: boolean | null; /** - * 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. + * 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. */ managementType?: string | null; /** @@ -82689,7 +82689,7 @@ export interface DirectoryAudit extends Entity, Parsable { */ operationType?: string | null; /** - * Indicates the result of the activity. Possible values are: success, failure, timeout, unknownFutureValue. + * Indicates the result of the activity. The possible values are: success, failure, timeout, unknownFutureValue. */ result?: OperationResult | null; /** @@ -83832,7 +83832,7 @@ export interface EducationAssignment extends Entity, Parsable { */ rubric?: EducationRubric | null; /** - * 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. + * 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. */ status?: EducationAssignmentStatus | null; /** @@ -83854,7 +83854,7 @@ export interface EducationAssignmentCollectionResponse extends BaseCollectionPag } export interface EducationAssignmentDefaults extends Entity, Parsable { /** - * Class-level default behavior for handling students who are added after the assignment is published. Possible values are: none, assignIfOpen. + * Class-level default behavior for handling students who are added after the assignment is published. The possible values are: none, assignIfOpen. */ addedStudentAction?: EducationAddedStudentAction | null; /** @@ -84031,7 +84031,7 @@ export interface EducationClass extends Entity, Parsable { */ externalName?: string | null; /** - * How this class was created. Possible values are: sis, manual. + * How this class was created. The possible values are: sis, manual. */ externalSource?: EducationExternalSource | null; /** @@ -84302,7 +84302,7 @@ export interface EducationModule extends Entity, Parsable { */ resourcesFolderUrl?: string | null; /** - * Status of the module. You can't use a PATCH operation to update this value. Possible values are: draft and published. + * Status of the module. You can't use a PATCH operation to update this value. The possible values are: draft and published. */ status?: EducationModuleStatus | null; } @@ -84349,7 +84349,7 @@ export interface EducationOrganization extends Entity, Parsable { */ displayName?: string | null; /** - * Source where this organization was created from. Possible values are: sis, manual. + * Source where this organization was created from. The possible values are: sis, manual. */ externalSource?: EducationExternalSource | null; /** @@ -84782,7 +84782,7 @@ export interface EducationSubmission extends Entity, Parsable { */ returnedDateTime?: Date | null; /** - * 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. + * 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. */ status?: EducationSubmissionStatus | null; /** @@ -84953,7 +84953,7 @@ export interface EducationUser extends Entity, Parsable { */ displayName?: string | null; /** - * Where this user was created from. Possible values are: sis, manual. + * Where this user was created from. The possible values are: sis, manual. */ externalSource?: EducationExternalSource | null; /** @@ -85115,7 +85115,7 @@ export interface EmailAuthenticationMethodCollectionResponse extends BaseCollect } export interface EmailAuthenticationMethodConfiguration extends AuthenticationMethodConfiguration, Parsable { /** - * 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. + * 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. */ allowExternalIdToUseEmailOtp?: ExternalEmailOtpState | null; /** @@ -85129,7 +85129,7 @@ export interface EmailFileAssessmentRequest extends Parsable, ThreatAssessmentRe */ contentData?: string | null; /** - * 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. + * 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. */ destinationRoutingReason?: MailDestinationRoutingReason | null; /** @@ -85345,15 +85345,15 @@ export interface EndUserNotification extends Entity, Parsable { */ lastModifiedDateTime?: Date | null; /** - * Type of notification. Possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue. + * Type of notification. The possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue. */ notificationType?: EndUserNotificationType | null; /** - * The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue. + * The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue. */ source?: SimulationContentSource | null; /** - * The status of the notification. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. + * The status of the notification. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. */ status?: SimulationContentStatus | null; /** @@ -85406,7 +85406,7 @@ export interface EndUserNotificationSetting extends AdditionalDataHolder, Backed */ backingStoreEnabled?: boolean | null; /** - * Notification preference. Possible values are: unknown, microsoft, custom, unknownFutureValue. + * Notification preference. The possible values are: unknown, microsoft, custom, unknownFutureValue. */ notificationPreference?: EndUserNotificationPreference | null; /** @@ -85418,7 +85418,7 @@ export interface EndUserNotificationSetting extends AdditionalDataHolder, Backed */ positiveReinforcement?: PositiveReinforcementNotification | null; /** - * End user notification type. Possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue. + * End user notification type. The possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue. */ settingType?: EndUserNotificationSettingType | null; } @@ -85952,7 +85952,7 @@ export interface Event extends OutlookItem, Parsable { */ responseStatus?: ResponseStatus | null; /** - * Possible values are: normal, personal, private, and confidential. + * The possible values are: normal, personal, private, and confidential. */ sensitivity?: Sensitivity | null; /** @@ -85960,7 +85960,7 @@ export interface Event extends OutlookItem, Parsable { */ seriesMasterId?: string | null; /** - * The status to show. Possible values are: free, tentative, busy, oof, workingElsewhere, unknown. + * The status to show. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown. */ showAs?: FreeBusyStatus | null; /** @@ -85980,7 +85980,7 @@ export interface Event extends OutlookItem, Parsable { */ transactionId?: string | null; /** - * The event type. Possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only + * The event type. The possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only */ type?: EventType | null; /** @@ -86078,7 +86078,7 @@ export interface EventMessageResponse extends EventMessage, Parsable { */ proposedNewTime?: TimeSlot | null; /** - * 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. + * 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. */ responseType?: ResponseType | null; } @@ -86419,7 +86419,7 @@ export interface Fido2AuthenticationMethod extends AuthenticationMethod, Parsabl */ attestationCertificates?: string[] | null; /** - * The attestation level of this FIDO2 security key. Possible values are: attested, or notAttested. + * The attestation level of this FIDO2 security key. The possible values are: attested, or notAttested. */ attestationLevel?: AttestationLevel | null; /** @@ -86475,7 +86475,7 @@ export interface Fido2KeyRestrictions extends AdditionalDataHolder, BackedModel, */ backingStoreEnabled?: boolean | null; /** - * Enforcement type. Possible values are: allow, block. + * Enforcement type. The possible values are: allow, block. */ enforcementType?: Fido2RestrictionEnforcementType | null; /** @@ -86583,7 +86583,7 @@ export interface FileHash extends AdditionalDataHolder, BackedModel, Parsable { */ backingStoreEnabled?: boolean | null; /** - * File hash type. Possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256. + * File hash type. The possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256. */ hashType?: FileHashType | null; /** @@ -86844,7 +86844,7 @@ export interface FilterOperatorSchema extends Entity, Parsable { */ multivaluedComparisonType?: ScopeOperatorMultiValuedComparisonType | null; /** - * Attribute types supported by the operator. Possible values are: Boolean, Binary, Reference, Integer, String. + * Attribute types supported by the operator. The possible values are: Boolean, Binary, Reference, Integer, String. */ supportedAttributeTypes?: AttributeType[] | null; } @@ -86859,7 +86859,7 @@ export type FirewallPacketQueueingMethodType = (typeof FirewallPacketQueueingMet export type FirewallPreSharedKeyEncodingMethodType = (typeof FirewallPreSharedKeyEncodingMethodTypeObject)[keyof typeof FirewallPreSharedKeyEncodingMethodTypeObject]; export interface FixtureMap extends BaseMapFeature, Parsable { /** - * The placeId property + * Identifier for the floor to which this fixtureMap belongs. */ placeId?: string | null; } @@ -86871,7 +86871,7 @@ export interface FixtureMapCollectionResponse extends BaseCollectionPaginationCo } export interface Floor extends Parsable, Place { /** - * The sortOrder property + * 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. */ sortOrder?: number | null; } @@ -87359,7 +87359,7 @@ export interface Group extends DirectoryObject, Parsable { */ unseenCount?: number | null; /** - * 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. + * 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. */ visibility?: string | null; } @@ -88209,7 +88209,7 @@ export interface InformationProtection extends AdditionalDataHolder, BackedModel } export interface Initiator extends Identity, Parsable { /** - * Type of initiator. Possible values are: user, application, system, unknownFutureValue. + * Type of initiator. The possible values are: user, application, system, unknownFutureValue. */ initiatorType?: InitiatorType | null; } @@ -88499,7 +88499,7 @@ export interface Invitation extends Entity, Parsable { */ sendInvitationMessage?: boolean | null; /** - * The status of the invitation. Possible values are: PendingAcceptance, Completed, InProgress, and Error. + * The status of the invitation. The possible values are: PendingAcceptance, Completed, InProgress, and Error. */ status?: string | null; } @@ -88545,7 +88545,7 @@ export interface InvitationRedemptionIdentityProviderConfiguration extends Addit */ backingStoreEnabled?: boolean | null; /** - * 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. + * 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. */ fallbackIdentityProvider?: B2bIdentityProvidersType | null; /** @@ -88553,7 +88553,7 @@ export interface InvitationRedemptionIdentityProviderConfiguration extends Addit */ odataType?: string | null; /** - * Collection of identity providers in priority order of preference to be used for guest invitation redemption. Possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders. + * Collection of identity providers in priority order of preference to be used for guest invitation redemption. The possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders. */ primaryIdentityProviderPrecedenceOrder?: B2bIdentityProvidersType[] | null; } @@ -90267,11 +90267,11 @@ export interface LandingPage extends Entity, Parsable { */ locale?: string | null; /** - * The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue. + * The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue. */ source?: SimulationContentSource | null; /** - * The status of the simulation. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. + * The status of the simulation. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. */ status?: SimulationContentStatus | null; /** @@ -90382,7 +90382,7 @@ export interface LearningContent extends Entity, Parsable { */ lastModifiedDateTime?: Date | null; /** - * The difficulty level of the learning content. Possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional. + * The difficulty level of the learning content. The possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional. */ level?: Level | null; /** @@ -90438,7 +90438,7 @@ export interface LearningCourseActivity extends Entity, Parsable { */ learningProviderId?: string | null; /** - * The status of the course activity. Possible values are: notStarted, inProgress, completed. Required. + * The status of the course activity. The possible values are: notStarted, inProgress, completed. Required. */ status?: CourseStatus | null; } @@ -90501,19 +90501,19 @@ export interface LearningSelfInitiatedCourse extends LearningCourseActivity, Par export type Level = (typeof LevelObject)[keyof typeof LevelObject]; export interface LevelMap extends BaseMapFeature, Parsable { /** - * The fixtures property + * Collection of fixtures (such as furniture or equipment) on this level. Supports upsert. */ fixtures?: FixtureMap[] | null; /** - * The placeId property + * Identifier of the floor to which this levelMap belongs. */ placeId?: string | null; /** - * The sections property + * Collection of sections (such as zones or partitions) on this level. Supports upsert. */ sections?: SectionMap[] | null; /** - * The units property + * Collection of units (such as rooms or offices) on this level. Supports upsert. */ units?: UnitMap[] | null; } @@ -90974,11 +90974,11 @@ export interface LoginPage extends Entity, Parsable { */ lastModifiedDateTime?: Date | null; /** - * The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue. + * The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue. */ source?: SimulationContentSource | null; /** - * The login page status. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. + * The login page status. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. */ status?: SimulationContentStatus | null; } @@ -91484,7 +91484,7 @@ export interface MacOSOfficeSuiteApp extends MobileApp, Parsable { } export interface MailAssessmentRequest extends Parsable, ThreatAssessmentRequest { /** - * 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. + * 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. */ destinationRoutingReason?: MailDestinationRoutingReason | null; /** @@ -91502,11 +91502,11 @@ export interface MailboxDetails extends AdditionalDataHolder, BackedModel, Parsa */ backingStoreEnabled?: boolean | null; /** - * The emailAddress property + * The primary SMTP address associated with the mailbox. */ emailAddress?: string | null; /** - * The externalDirectoryObjectId property + * The unique identifier of the mailbox in the external directory (such as Microsoft Entra). */ externalDirectoryObjectId?: string | null; /** @@ -91616,7 +91616,7 @@ export interface MailboxSettings extends AdditionalDataHolder, BackedModel, Pars */ dateFormat?: string | null; /** - * 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. + * 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. */ delegateMeetingMessageDeliveryOptions?: DelegateMeetingMessageDeliveryOptions | null; /** @@ -91636,7 +91636,7 @@ export interface MailboxSettings extends AdditionalDataHolder, BackedModel, Pars */ timeZone?: string | null; /** - * 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. + * 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. */ userPurpose?: UserPurpose | null; /** @@ -91761,7 +91761,7 @@ export interface MailTips extends AdditionalDataHolder, BackedModel, Parsable { */ odataType?: string | null; /** - * 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. + * 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. */ recipientScope?: RecipientScopeType[] | null; /** @@ -91849,7 +91849,7 @@ export interface MalwareStateForWindowsDevice extends Entity, Parsable { */ deviceName?: string | null; /** - * 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. + * 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. */ executionState?: WindowsMalwareExecutionState | null; /** @@ -91861,7 +91861,7 @@ export interface MalwareStateForWindowsDevice extends Entity, Parsable { */ lastStateChangeDateTime?: Date | null; /** - * 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. + * 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. */ threatState?: WindowsMalwareThreatState | null; } @@ -93964,7 +93964,7 @@ export interface MicrosoftCustomTrainingSetting extends Parsable, TrainingSettin */ trainingAssignmentMappings?: MicrosoftTrainingAssignmentMapping[] | null; /** - * The training completion duration that needs to be provided before scheduling the training. Possible values are: week, fortnite, month, unknownFutureValue. + * The training completion duration that needs to be provided before scheduling the training. The possible values are: week, fortnite, month, unknownFutureValue. */ trainingCompletionDuration?: TrainingCompletionDuration | null; } @@ -93975,7 +93975,7 @@ export interface MicrosoftManagedDesktop extends AdditionalDataHolder, BackedMod */ backingStoreEnabled?: boolean | null; /** - * Indicates the provisioning policy associated with Microsoft Managed Desktop settings. Possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default is notManaged. + * Indicates the provisioning policy associated with Microsoft Managed Desktop settings. The possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default is notManaged. */ managedType?: MicrosoftManagedDesktopType | null; /** @@ -94041,7 +94041,7 @@ export interface MicrosoftStoreForBusinessAppCollectionResponse extends BaseColl export type MicrosoftStoreForBusinessLicenseType = (typeof MicrosoftStoreForBusinessLicenseTypeObject)[keyof typeof MicrosoftStoreForBusinessLicenseTypeObject]; export interface MicrosoftTrainingAssignmentMapping extends Parsable, TrainingSetting { /** - * A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. + * A user collection that specifies to whom the training should be assigned. The possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. */ assignedTo?: TrainingAssignedTo[] | null; /** @@ -94727,7 +94727,7 @@ export interface NetworkConnection extends AdditionalDataHolder, BackedModel, Pa */ destinationUrl?: string | null; /** - * Network connection direction. Possible values are: unknown, inbound, outbound. + * Network connection direction. The possible values are: unknown, inbound, outbound. */ direction?: ConnectionDirection | null; /** @@ -94759,7 +94759,7 @@ export interface NetworkConnection extends AdditionalDataHolder, BackedModel, Pa */ odataType?: string | null; /** - * 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. + * 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. */ protocol?: SecurityNetworkProtocol | null; /** @@ -94779,7 +94779,7 @@ export interface NetworkConnection extends AdditionalDataHolder, BackedModel, Pa */ sourcePort?: string | null; /** - * Network connection status. Possible values are: unknown, attempted, succeeded, blocked, failed. + * Network connection status. The possible values are: unknown, attempted, succeeded, blocked, failed. */ status?: ConnectionStatus | null; /** @@ -94819,7 +94819,7 @@ export interface Notebook extends OnenoteEntityHierarchyModel, Parsable { */ sectionsUrl?: string | null; /** - * 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. + * 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. */ userRole?: OnenoteUserRole | null; } @@ -94950,7 +94950,7 @@ export interface OAuth2PermissionGrantCollectionResponse extends BaseCollectionP export type OAuthAppScope = (typeof OAuthAppScopeObject)[keyof typeof OAuthAppScopeObject]; export interface OAuthConsentAppDetail extends AdditionalDataHolder, BackedModel, Parsable { /** - * App scope. Possible values are: unknown, readCalendar, readContact, readMail, readAllChat, readAllFile, readAndWriteMail, sendMail, unknownFutureValue. + * App scope. The possible values are: unknown, readCalendar, readContact, readMail, readAllChat, readAllFile, readAndWriteMail, sendMail, unknownFutureValue. */ appScope?: OAuthAppScope | null; /** @@ -95003,7 +95003,7 @@ export interface ObjectDefinitionMetadataEntry extends AdditionalDataHolder, Bac */ backingStoreEnabled?: boolean | null; /** - * Possible values are: PropertyNameAccountEnabled, PropertyNameSoftDeleted, IsSoftDeletionSupported, IsSynchronizeAllSupported, ConnectorDataStorageRequired, Extensions, LinkTypeName. + * The possible values are: PropertyNameAccountEnabled, PropertyNameSoftDeleted, IsSoftDeletionSupported, IsSynchronizeAllSupported, ConnectorDataStorageRequired, Extensions, LinkTypeName. */ key?: ObjectDefinitionMetadata | null; /** @@ -95087,7 +95087,7 @@ export interface ObjectMappingMetadataEntry extends AdditionalDataHolder, Backed */ backingStoreEnabled?: boolean | null; /** - * Possible values are: EscrowBehavior, DisableMonitoringForChanges, OriginalJoiningProperty, Disposition, IsCustomerDefined, ExcludeFromReporting, Unsynchronized. + * The possible values are: EscrowBehavior, DisableMonitoringForChanges, OriginalJoiningProperty, Disposition, IsCustomerDefined, ExcludeFromReporting, Unsynchronized. */ key?: ObjectMappingMetadata | null; /** @@ -95750,15 +95750,15 @@ export interface OnlineMeetingBase extends Entity, Parsable { */ allowCopyingAndSharingMeetingContent?: boolean | null; /** - * Specifies the users who can admit from the lobby. Possible values are: organizerAndCoOrganizersAndPresenters, organizerAndCoOrganizers, unknownFutureValue. + * Specifies the users who can admit from the lobby. The possible values are: organizerAndCoOrganizersAndPresenters, organizerAndCoOrganizers, unknownFutureValue. */ allowedLobbyAdmitters?: AllowedLobbyAdmitterRoles | null; /** - * Specifies who can be a presenter in a meeting. Possible values are: everyone, organization, roleIsPresenter, organizer, unknownFutureValue. Inherited from onlineMeetingBase. + * Specifies who can be a presenter in a meeting. The possible values are: everyone, organization, roleIsPresenter, organizer, unknownFutureValue. Inherited from onlineMeetingBase. */ allowedPresenters?: OnlineMeetingPresenters | null; /** - * Indicates whether live share is enabled for the meeting. Possible values are: enabled, disabled, unknownFutureValue. + * Indicates whether live share is enabled for the meeting. The possible values are: enabled, disabled, unknownFutureValue. */ allowLiveShare?: MeetingLiveShareOptions | null; /** @@ -95834,7 +95834,7 @@ export interface OnlineMeetingBase extends Entity, Parsable { */ recordAutomatically?: boolean | null; /** - * Specifies whether meeting chat history is shared with participants. Possible values are: all, none, unknownFutureValue. + * Specifies whether meeting chat history is shared with participants. The possible values are: all, none, unknownFutureValue. */ shareMeetingChatHistoryDefault?: MeetingChatHistoryDefaultMode | null; /** @@ -95930,7 +95930,7 @@ export interface OnlineMeetingRestricted extends AdditionalDataHolder, BackedMod */ backingStoreEnabled?: boolean | null; /** - * Specifies the reason shared content from this participant is disabled. Possible values are: watermarkProtection, unknownFutureValue. + * Specifies the reason shared content from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue. */ contentSharingDisabled?: OnlineMeetingContentSharingDisabledReason[] | null; /** @@ -95938,7 +95938,7 @@ export interface OnlineMeetingRestricted extends AdditionalDataHolder, BackedMod */ odataType?: string | null; /** - * Specifies the reason video from this participant is disabled. Possible values are: watermarkProtection, unknownFutureValue. + * Specifies the reason video from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue. */ videoDisabled?: OnlineMeetingVideoDisabledReason[] | null; } @@ -97081,7 +97081,7 @@ export interface ParticipantInfo extends AdditionalDataHolder, BackedModel, Pars */ countryCode?: string | null; /** - * The type of endpoint the participant is using. Possible values are: default, skypeForBusiness, or skypeForBusinessVoipPhone. Read-only. + * The type of endpoint the participant is using. The possible values are: default, skypeForBusiness, or skypeForBusinessVoipPhone. Read-only. */ endpointType?: EndpointType | null; /** @@ -97264,11 +97264,11 @@ export interface PatternedRecurrence extends AdditionalDataHolder, BackedModel, } export interface Payload extends Entity, Parsable { /** - * 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. + * 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. */ brand?: PayloadBrand | null; /** - * The complexity of a payload. Possible values are: unknown, low, medium, high, unknownFutureValue. + * The complexity of a payload. The possible values are: unknown, low, medium, high, unknownFutureValue. */ complexity?: PayloadComplexity | null; /** @@ -97292,7 +97292,7 @@ export interface Payload extends Entity, Parsable { */ displayName?: string | null; /** - * 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. + * 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. */ industry?: PayloadIndustry | null; /** @@ -97324,7 +97324,7 @@ export interface Payload extends Entity, Parsable { */ payloadTags?: string[] | null; /** - * The payload delivery platform for a simulation. Possible values are: unknown, sms, email, teams, unknownFutureValue. + * The payload delivery platform for a simulation. The possible values are: unknown, sms, email, teams, unknownFutureValue. */ platform?: PayloadDeliveryPlatform | null; /** @@ -97332,7 +97332,7 @@ export interface Payload extends Entity, Parsable { */ predictedCompromiseRate?: number | null; /** - * Attack type of the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, social, cloud, endpoint, unknownFutureValue. + * Attack type of the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, social, cloud, endpoint, unknownFutureValue. */ simulationAttackType?: SimulationAttackType | null; /** @@ -97340,15 +97340,15 @@ export interface Payload extends Entity, Parsable { */ source?: SimulationContentSource | null; /** - * Simulation content status. Supports $filter and $orderby. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. + * Simulation content status. Supports $filter and $orderby. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. */ status?: SimulationContentStatus | null; /** - * 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. + * 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. */ technique?: SimulationAttackTechnique | null; /** - * 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. + * 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. */ theme?: PayloadTheme | null; } @@ -97619,7 +97619,7 @@ export interface PermissionScope extends AdditionalDataHolder, BackedModel, Pars export type PermissionType = (typeof PermissionTypeObject)[keyof typeof PermissionTypeObject]; export interface PersistentBrowserSessionControl extends ConditionalAccessSessionControl, Parsable { /** - * Possible values are: always, never. + * The possible values are: always, never. */ mode?: PersistentBrowserSessionMode | null; } @@ -97780,11 +97780,11 @@ export interface PhoneAuthenticationMethod extends AuthenticationMethod, Parsabl */ phoneNumber?: string | null; /** - * The type of this phone. Possible values are: mobile, alternateMobile, or office. + * The type of this phone. The possible values are: mobile, alternateMobile, or office. */ phoneType?: AuthenticationPhoneType | null; /** - * 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. + * 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. */ smsSignInState?: AuthenticationMethodSignInState | null; } @@ -97961,15 +97961,15 @@ export interface Pkcs12CertificateInformation extends AdditionalDataHolder, Back } export interface Place extends Entity, Parsable { /** - * The street address of the place. + * The physical address of the place, including the street, city, state, country or region, and postal code. */ address?: PhysicalAddress | null; /** - * The checkIns property + * A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. */ checkIns?: CheckInClaim[] | null; /** - * The name associated with the place. + * The name that is associated with the place. */ displayName?: string | null; /** @@ -97977,15 +97977,15 @@ export interface Place extends Entity, Parsable { */ geoCoordinates?: OutlookGeoCoordinates | null; /** - * The isWheelChairAccessible property + * Indicates whether the place is wheelchair accessible. */ isWheelChairAccessible?: boolean | null; /** - * The label property + * User-defined description of the place. */ label?: string | null; /** - * The parentId property + * The ID of a parent place. */ parentId?: string | null; /** @@ -97993,7 +97993,7 @@ export interface Place extends Entity, Parsable { */ phone?: string | null; /** - * The tags property + * Custom tags that are associated with the place for categorization or filtering. */ tags?: string[] | null; } @@ -98282,7 +98282,7 @@ export interface PlannerPlanContainer extends AdditionalDataHolder, BackedModel, */ odataType?: string | null; /** - * 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. + * 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. */ type?: PlannerContainerType | null; /** @@ -98467,11 +98467,11 @@ export interface PlatformCredentialAuthenticationMethod extends AuthenticationMe */ displayName?: string | null; /** - * Key strength of this Platform Credential key. Possible values are: normal, weak, unknown. + * Key strength of this Platform Credential key. The possible values are: normal, weak, unknown. */ keyStrength?: AuthenticationMethodKeyStrength | null; /** - * Platform on which this Platform Credential key is present. Possible values are: unknown, windows, macOS,iOS, android, linux. + * Platform on which this Platform Credential key is present. The possible values are: unknown, windows, macOS,iOS, android, linux. */ platform?: AuthenticationMethodPlatform | null; } @@ -98661,7 +98661,7 @@ export interface PolicyUserScope extends Parsable, PolicyScopeBase { } export interface PositiveReinforcementNotification extends BaseEndUserNotification, Parsable { /** - * Delivery preference. Possible values are: unknown, deliverImmedietly, deliverAfterCampaignEnd, unknownFutureValue. + * Delivery preference. The possible values are: unknown, deliverImmedietly, deliverAfterCampaignEnd, unknownFutureValue. */ deliveryPreference?: NotificationDeliveryPreference | null; } @@ -99071,11 +99071,11 @@ export interface PrinterCapabilities extends AdditionalDataHolder, BackedModel, */ leftMargins?: number[] | null; /** - * The media (i.e., paper) colors supported by the printer. + * The media (for example, paper) colors supported by the printer. */ mediaColors?: string[] | null; /** - * The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + * 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. */ mediaSizes?: string[] | null; /** @@ -100187,7 +100187,7 @@ export interface Process extends AdditionalDataHolder, BackedModel, Parsable { */ fileHash?: FileHash | null; /** - * The integrity level of the process. Possible values are: unknown, untrusted, low, medium, high, system. + * The integrity level of the process. The possible values are: unknown, untrusted, low, medium, high, system. */ integrityLevel?: ProcessIntegrityLevel | null; /** @@ -100740,7 +100740,7 @@ export interface ProvisioningObjectSummary extends Entity, Parsable { */ modifiedProperties?: ModifiedProperty[] | null; /** - * 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). + * 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). */ provisioningAction?: ProvisioningAction | null; /** @@ -100800,7 +100800,7 @@ export interface ProvisioningStatusInfo extends AdditionalDataHolder, BackedMode */ odataType?: string | null; /** - * Possible values are: success, warning, failure, skipped, unknownFutureValue. + * The possible values are: success, warning, failure, skipped, unknownFutureValue. */ status?: ProvisioningResult | null; } @@ -100826,11 +100826,11 @@ export interface ProvisioningStep extends AdditionalDataHolder, BackedModel, Par */ odataType?: string | null; /** - * Type of step. Possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue. + * Type of step. The possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue. */ provisioningStepType?: ProvisioningStepType | null; /** - * Status of the step. Possible values are: success, warning, failure, skipped, unknownFutureValue. + * Status of the step. The possible values are: success, warning, failure, skipped, unknownFutureValue. */ status?: ProvisioningResult | null; } @@ -101588,7 +101588,7 @@ export interface RegistryKeyState extends AdditionalDataHolder, BackedModel, Par */ backingStoreEnabled?: boolean | null; /** - * 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. + * 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. */ hive?: RegistryHive | null; /** @@ -101612,7 +101612,7 @@ export interface RegistryKeyState extends AdditionalDataHolder, BackedModel, Par */ oldValueName?: string | null; /** - * Operation that changed the registry key name and/or value. Possible values are: unknown, create, modify, delete. + * Operation that changed the registry key name and/or value. The possible values are: unknown, create, modify, delete. */ operation?: RegistryOperation | null; /** @@ -101628,7 +101628,7 @@ export interface RegistryKeyState extends AdditionalDataHolder, BackedModel, Par */ valueName?: string | null; /** - * 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. + * 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. */ valueType?: RegistryValueType | null; } @@ -101788,7 +101788,7 @@ export interface RemoteDesktopSecurityConfiguration extends Entity, Parsable { */ isRemoteDesktopProtocolEnabled?: boolean | null; /** - * 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. + * 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.