Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Contains information about an emergency caller.
Properties
| Property | Type | Description |
|---|---|---|
| displayName | String | The display name of the emergency caller. |
| location | location | The location of the emergency caller. |
| phoneNumber | String | The phone number of the emergency caller. |
| tenantId | String | The tenant ID of the emergency caller. |
| upn | String | The user principal name of the emergency caller. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.emergencyCallerInfo",
"displayName": "String",
"location": {"@odata.type": "microsoft.graph.location"},
"phoneNumber": "String",
"tenantId": "String",
"upn": "String"
}