| title | loggedOnUser resource type |
|---|---|
| description | User that was loggen on the machine during the time of the alert. |
| ms.date | 11/11/2022 |
| author | BenAlfasi |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
Namespace: microsoft.graph.security
User that was loggen on the machine during the time of the alert.
| Property | Type | Description |
|---|---|---|
| accountName | String | User account name of the logged-on user. |
| domainName | String | User account domain of the logged-on user. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.loggedOnUser",
"accountName": "String",
"domainName": "String"
}