Vantage · JSON Structure

Vantage Cost Management Access Grant Structure

Type: object Properties: 5
BudgetsCloud PricingCost ManagementCostsFinOps

AccessGrant 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 team_token resource_token access 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": "AccessGrant",
  "type": "object",
  "properties": {
    "token": {
      "type": "string"
    },
    "team_token": {
      "type": "string"
    },
    "resource_token": {
      "type": "string"
    },
    "access": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    }
  }
}