Azure Kubernetes Service · Schema
ManagedClusterAADProfile
Azure Active Directory configuration for integration with AKS.
AzureCloudContainersDevOpsKubernetesOrchestration
Properties
| Name | Type | Description |
|---|---|---|
| managed | boolean | Whether to enable managed AAD. |
| enableAzureRBAC | boolean | Whether to enable Azure RBAC for Kubernetes authorization. |
| adminGroupObjectIDs | array | The list of AAD group object IDs that will have admin role of the cluster. |
| clientAppID | string | (DEPRECATED) The client AAD application ID. Used for legacy/non-managed AAD. |
| serverAppID | string | (DEPRECATED) The server AAD application ID. Used for legacy/non-managed AAD. |
| serverAppSecret | string | (DEPRECATED) The server AAD application secret. Used for legacy/non-managed AAD. |
| tenantID | string | The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ManagedClusterAADProfile",
"title": "ManagedClusterAADProfile",
"type": "object",
"description": "Azure Active Directory configuration for integration with AKS.",
"properties": {
"managed": {
"type": "boolean",
"description": "Whether to enable managed AAD.",
"example": true
},
"enableAzureRBAC": {
"type": "boolean",
"description": "Whether to enable Azure RBAC for Kubernetes authorization.",
"example": true
},
"adminGroupObjectIDs": {
"type": "array",
"items": {
"type": "string"
},
"description": "The list of AAD group object IDs that will have admin role of the cluster.",
"example": []
},
"clientAppID": {
"type": "string",
"description": "(DEPRECATED) The client AAD application ID. Used for legacy/non-managed AAD.",
"example": "500123"
},
"serverAppID": {
"type": "string",
"description": "(DEPRECATED) The server AAD application ID. Used for legacy/non-managed AAD.",
"example": "500123"
},
"serverAppSecret": {
"type": "string",
"description": "(DEPRECATED) The server AAD application secret. Used for legacy/non-managed AAD.",
"example": "example_value"
},
"tenantID": {
"type": "string",
"description": "The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription.",
"example": "500123"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-azure-kubernetes-service-managedclusteraadprofile"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.