Vantage · Schema

AccessGrantInput

BudgetsCloud PricingCost ManagementCostsFinOps

Properties

Name Type Description
team_token string The token of the Team to grant access to.
resource_token string The token of the resource to grant access to.
access string The level of access to grant.
View JSON Schema on GitHub

JSON Schema

vantage-cost-management-access-grant-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AccessGrantInput",
  "type": "object",
  "properties": {
    "team_token": {
      "type": "string",
      "description": "The token of the Team to grant access to."
    },
    "resource_token": {
      "type": "string",
      "description": "The token of the resource to grant access to."
    },
    "access": {
      "type": "string",
      "description": "The level of access to grant."
    }
  }
}