ManagedClusterNodeResourceGroupProfile

Node resource group lockdown profile for a managed cluster.

AzureCloudContainersDevOpsKubernetesOrchestration

Properties

Name Type Description
restrictionLevel string The restriction level applied to the cluster node resource group.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-kubernetes-service-managedclusternoderesourcegroupprofile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ManagedClusterNodeResourceGroupProfile",
  "title": "ManagedClusterNodeResourceGroupProfile",
  "type": "object",
  "description": "Node resource group lockdown profile for a managed cluster.",
  "properties": {
    "restrictionLevel": {
      "type": "string",
      "description": "The restriction level applied to the cluster node resource group.",
      "enum": [
        "Unrestricted",
        "ReadOnly"
      ],
      "example": "Unrestricted"
    }
  }
}