Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 1.43 KB

physicalofficeaddress.md

File metadata and controls

60 lines (47 loc) · 1.43 KB
title description ms.localizationpriority author ms.subservice doc_type
physicalOfficeAddress resource type
Represents the business address of a resource such as a contact or event.
medium
dkershaw10
entra-directory-management
resourcePageType

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"
}