loggedOnUser resource type
Namespace: microsoft.graph.security
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
User that was logged in 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"
}