{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.windowsUserType", "title": "windowsUserType", "enum": [ "administrator", "standard", "unknownFutureValue" ], "type": "string", "x-ms-enum": { "name": "windowsUserType", "modelAsString": false, "values": [ { "value": "administrator", "description": "Indicates that the user has administrator privileges.", "name": "administrator" }, { "value": "standard", "description": "Indicates that the user is a low-rights user without administrator privileges.", "name": "standard" }, { "value": "unknownFutureValue", "description": "Evolvable enumeration sentinel value. Do not use.", "name": "unknownFutureValue" } ] } }