{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/teams-devices_intune_config_request", "title": "Intune Config", "properties": { "client_id": { "description": "The Intune client ID.", "example": "example client id", "type": "string" }, "client_secret": { "description": "The Intune client secret.", "example": "example client secret", "type": "string" }, "customer_id": { "description": "The Intune customer ID.", "example": "example customer id", "type": "string" } }, "required": [ "customer_id", "client_id", "client_secret" ], "type": "object" }