{
"type": "object",
"required": [
"tenantId",
"clientId",
"clientSecret"
],
"properties": {
"clientId": {
"type": "string",
"description": "The client ID for the Azure AD application."
},
"tenantId": {
"type": "string",
"description": "The tenant ID of the Microsoft 365 setup."
},
"clientSecret": {
"type": "string",
"description": "The client secret for the Azure AD application."
}
}
}