{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.deviceRegistrationPolicy", "title": "microsoft.graph.deviceRegistrationPolicy", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "deviceRegistrationPolicy", "required": [ "@odata.type" ], "type": "object", "properties": { "azureADJoin": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.azureADJoinPolicy" }, { "type": "object", "nullable": true } ] }, "azureADRegistration": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.azureADRegistrationPolicy" }, { "type": "object", "nullable": true } ] }, "description": { "type": "string", "nullable": true }, "displayName": { "type": "string", "nullable": true }, "localAdminPassword": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.localAdminPasswordSettings" }, { "type": "object", "nullable": true } ] }, "multiFactorAuthConfiguration": { "$ref": "#/components/schemas/microsoft.graph.multiFactorAuthConfiguration" }, "userDeviceQuota": { "maximum": 2147483647, "minimum": -2147483648, "type": "number", "format": "int32" }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.deviceRegistrationPolicy" }