Skip to content

Latest commit

 

History

History
61 lines (48 loc) · 1.45 KB

File metadata and controls

61 lines (48 loc) · 1.45 KB
title physicalOfficeAddress resource type
description Represents the business address of a resource such as a contact or event.
ms.localizationpriority medium
author dkershaw10
ms.subservice entra-directory-management
doc_type resourcePageType
ms.date 04/03/2024

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

The following JSON representation shows the resource type.

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