physicalOfficeAddress-Ressourcentyp
Namespace: microsoft.graph
Stellt die Geschäftsadresse einer Ressource wie z. B. eines Organisationskontakts dar.
Eigenschaften
| Eigenschaft | Typ | Beschreibung |
|---|---|---|
| Ort | String | Der Ort. |
| countryOrRegion | String | Land oder Region Ein frei formatierbarer Zeichenfolgenwert, z. B. Vereinigte Staaten. |
| officeLocation | String | Office Standort, z. B. Gebäude- und Büronummer für einen Organisationskontakt. |
| postalCode | String | Die Postleitzahl. |
| state | String | Das Land. |
| street | String | Die Straße. |
JSON-Darstellung
Es folgt eine JSON-Darstellung der Ressource.
{
"city": "string",
"countryOrRegion": "string",
"officeLocation": "string",
"postalCode": "string",
"state": "string",
"street": "string"
}
Feedback
Feedback senden und anzeigen für