Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: microsoft.graph.security
User that was loggen on the machine during the time of the alert.
Properties
| Property | Type | Description |
|---|---|---|
| accountName | String | User account name of the logged-on user. |
| domainName | String | User account domain of the logged-on user. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.loggedOnUser",
"accountName": "String",
"domainName": "String"
}