Spot · Schema

CreateProgrammaticUserRequest

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Properties

Name Type Description
name string Name of the programmatic user.
description string
accounts array
View JSON Schema on GitHub

JSON Schema

spot-administration-create-programmatic-user-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateProgrammaticUserRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the programmatic user."
    },
    "description": {
      "type": "string"
    },
    "accounts": {
      "type": "array"
    }
  }
}