Skip to content

Latest commit

 

History

History
73 lines (56 loc) · 1.57 KB

File metadata and controls

73 lines (56 loc) · 1.57 KB
title physicalAddress resource type
description Represents the street address of a resource such as a contact or event.
ms.localizationpriority medium
author iamgirishck
ms.subservice outlook
doc_type resourcePageType
ms.date 07/23/2024

physicalAddress resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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.
postOfficeBox String The post office box number.
state String The state.
street String The street.
type physicalAddressType The type of address. The possible values are: unknown, home, business, other.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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