Azure Kubernetes Service · JSON Structure

Azure Kubernetes Service Managed Cluster Aad Profile Structure

Type: object Properties: 7
AzureCloudContainersDevOpsKubernetesOrchestration

ManagedClusterAADProfile is a JSON Structure definition published by Azure Kubernetes Service, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

managed enableAzureRBAC adminGroupObjectIDs clientAppID serverAppID serverAppSecret tenantID

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

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