Microsoft Graph · Schema

loggedOnUser

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
accountName string User account name of the logged-on user.
domainName string User account domain of the logged-on user.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsecurityloggedonuser-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.security.loggedOnUser",
  "title": "loggedOnUser",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "accountName": {
      "type": "string",
      "description": "User account name of the logged-on user.",
      "nullable": true
    },
    "domainName": {
      "type": "string",
      "description": "User account domain of the logged-on user.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}