Microsoft Graph · Schema

logonType

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphlogontype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.logonType",
  "title": "logonType",
  "enum": [
    "unknown",
    "interactive",
    "remoteInteractive",
    "network",
    "batch",
    "service",
    "unknownFutureValue"
  ],
  "type": "string"
}