Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Namespace: microsoft.graph.callRecords
Represents the user agent of an endpoint in a call. The clientUserAgent and serviceUserAgent types inherit from this type.
Properties
| Property | Type | Description |
|---|---|---|
| applicationVersion | String | Identifies the version of application software used by this endpoint. |
| headerValue | String | User-agent header value reported by this endpoint. |
JSON representation
The following JSON representation shows the resource type.
{
"applicationVersion": "String",
"headerValue": "String"
}