OBJECT

FinOpsAzureSubscription

Details of an Azure Subscription. We will have this type "FinOpsAzureSubscription" until Cost Azure accounts are synced to Hub. Once accounts are synced to Hub, this will be replaced with ManagementEndpoint

link GraphQL Schema definition

  • type FinOpsAzureSubscription implements Node {
  • # This is an ID representing the Azure Subscription.
  • id: ID!
  • # Name of the subscription
  • name: String
  • # Same as Azure Subscription Azure ID
  • subscriptionId: String
  • }