physicalOfficeAddress resource type

Namespace: microsoft.graph

Represents the business address of a resource such as an organizational contact.

Properties

Property Type Description
city String The city.
countryOrRegion String The country or region. It's a free-format string value, for example, "United States".
officeLocation String Office location such as building and office number for an organizational contact.
postalCode String The postal code.
state String The state.
street String The street.

JSON representation

Here is a JSON representation of the resource

{
  "city": "string",
  "countryOrRegion": "string",
  "officeLocation": "string",
  "postalCode": "string",
  "state": "string",
  "street": "string"
}