{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ManagedClusterAADProfile", "type": "object", "properties": { "managed": { "type": "boolean" }, "enableAzureRBAC": { "type": "boolean" }, "adminGroupObjectIDs": { "type": "array" }, "tenantID": { "type": "string" } } }