Vantage · JSON Structure

Vantage Cost Management Managed Account Structure

Type: object Properties: 5
BudgetsCloud PricingCost ManagementCostsFinOps

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

Properties

token name account_identifier provider created_at

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ManagedAccount",
  "type": "object",
  "properties": {
    "token": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "account_identifier": {
      "type": "string"
    },
    "provider": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    }
  }
}