Skip to content

Latest commit

 

History

History
65 lines (50 loc) · 1.47 KB

File metadata and controls

65 lines (50 loc) · 1.47 KB
title physicalOfficeAddress resource type
description Represents the business address of a resource such as a contact or event.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice entra-directory-management
author dkershaw10
ms.date 03/21/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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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