physicalOfficeAddress-Ressourcentyp
Namespace: microsoft.graph
Stellt die Geschäftsadresse einer Ressource dar, z. B. eines Organisationskontakts.
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
city | String | Der Ort. |
countryOrRegion | String | Das Land oder die Region. Es handelt sich um einen Zeichenfolgenwert im freien Format, z. B. "USA". |
officeLocation | String | Bürostandort wie Gebäude und Büronummer für einen Organisationskontakt. |
postalCode | String | Die Postleitzahl. |
state | String | Das Land. |
street | String | Die Straße. |
JSON-Darstellung
Die folgende JSON-Darstellung zeigt den Ressourcentyp.
{
"city": "string",
"countryOrRegion": "string",
"officeLocation": "string",
"postalCode": "string",
"state": "string",
"street": "string"
}