physicalAddress resource type

Namespace: microsoft.graph

Represents the street address of a resource such as a contact or event.

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".
postalCode String The postal code.
state String The state.
street String The street.

JSON representation

The following JSON representation shows the resource type.

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