Type de ressource physicalOfficeAddress

Espace de noms: microsoft.graph

Représente l’adresse professionnelle d’une ressource telle qu’un contact organisationnel.

Propriétés

Propriété Type Description
city Chaîne Ville.
countryOrRegion String Pays ou région Il s’agit d’une valeur de chaîne de format libre, par exemple, « États-Unis ».
officeLocation Chaîne Emplacement du bureau, tel que le bâtiment et le numéro de bureau d’un contact organisationnel.
postalCode Chaîne Code postal
state Chaîne État.
street Chaîne Rue.

Représentation JSON

La représentation JSON suivante montre le type de ressource.

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