Spot · JSON Structure

Spot Administration Create Programmatic User Request Structure

Type: object Properties: 3
AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

CreateProgrammaticUserRequest is a JSON Structure definition published by Spot, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name description accounts

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateProgrammaticUserRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "accounts": {
      "type": "array"
    }
  }
}