OBJECT

AzureAccount

Description

Azure Account specific info.

link GraphQL Schema definition

  • type AzureAccount implements CloudAccount {
  • # The native ID of the subscription.
  • subscriptionId: String!
  • # The native ID of the tenant of the subscription.
  • tenantId: String!
  • # The ID of this Cloud Account.
  • cloudAccountId: String!
  • # The name of this Cloud Account.
  • name: String!
  • # The description of this Cloud Account.
  • description: String
  • # The type of this Cloud Provider.
  • cloudProvider: CloudAccountType!
  • # The connection status of this Cloud Account.
  • connectionStatus: ConnectionStatusType!
  • }

link Require by

This element is not required by anyone