locationConstraintItem resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
The conditions stated by a client for the location of a meeting.
Derived from location.
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"resolveAvailability": true,
"address": {"@odata.type": "microsoft.graph.physicalAddress"},
"coordinates": {"@odata.type": "microsoft.graph.outlookGeoCoordinates"},
"displayName": "string",
"locationEmailAddress": "string",
"locationType": "string",
"locationUri": "string",
"uniqueId": "string",
"uniqueIdType": "string"
}
Properties
Property | Type | Description |
---|---|---|
address | physicalAddress | The street address of the location. |
coordinates | outlookGeoCoordinates | The geographic coordinates and elevation of the location. |
displayName | String | The name associated with the location. |
locationEmailAddress | String | Optional email address of the location. |
locationType | locationType | The type of location. Possible values are: default , conferenceRoom , homeAddress , businessAddress ,geoCoordinates , streetAddress , hotel , restaurant , localBusiness , postalAddress . Read-only. |
locationUri | String | Optional URI representing the location. |
resolveAvailability | Boolean | If set to true and the specified resource is busy, findMeetingTimes looks for another resource that is free. If set to false and the specified resource is busy, findMeetingTimes returns the resource best ranked in the user's cache without checking if it's free. Default is true. |
uniqueId | String | For internal use only. |
uniqueIdType | String | For internal use only. |