Spot · Schema

AzureCredentialsRequest

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Properties

Name Type Description
credentials object
View JSON Schema on GitHub

JSON Schema

spot-azurecredentialsrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AzureCredentialsRequest",
  "title": "AzureCredentialsRequest",
  "type": "object",
  "properties": {
    "credentials": {
      "type": "object",
      "properties": {
        "clientId": {
          "type": "string"
        },
        "clientSecret": {
          "type": "string"
        },
        "tenantId": {
          "type": "string"
        },
        "subscriptionId": {
          "type": "string"
        }
      },
      "example": "example_value"
    }
  }
}