| title | physicalAddress resource type |
|---|---|
| description | Represents the street address of a resource such as a contact or event. |
| ms.localizationpriority | medium |
| author | kevinbellinger |
| ms.subservice | people |
| doc_type | resourcePageType |
| ms.date | 08/08/2024 |
Namespace: microsoft.graph
Represents the street address of a resource such as a contact or event.
| 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. |
None.
The following JSON representation shows the resource type.
{
"city": "string",
"countryOrRegion": "string",
"postalCode": "string",
"state": "string",
"street": "string"
}