Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 1.28 KB

File metadata and controls

63 lines (48 loc) · 1.28 KB
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

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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