CredentialResults

The list of credential result response.

AzureCloudContainersDevOpsKubernetesOrchestration

Properties

Name Type Description
kubeconfigs array Base64-encoded Kubernetes configuration file.
View JSON Schema on GitHub

JSON Schema

azure-kubernetes-service-credential-results-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CredentialResults",
  "type": "object",
  "description": "The list of credential result response.",
  "properties": {
    "kubeconfigs": {
      "type": "array",
      "description": "Base64-encoded Kubernetes configuration file."
    }
  }
}