OBJECT

CloudAccountsAzureSubscription

Description

AzureSubscription is a representation of the native Azure subscription.

link GraphQL Schema definition

  • type CloudAccountsAzureSubscription {
  • # Cloud type in which the subscription is present.
  • cloudType: AzureCloudType!
  • # Customer subscription ID.
  • customerSubscriptionId: String!
  • # Tenant ID of the subscription.
  • customerTenantId: String!
  • # Authorization status to perform CRUD actions on the subscription.
  • isAuthorized: Boolean!
  • # Name of the subscription.
  • name: String!
  • # Azure Native ID of the subscription.
  • nativeId: String!
  • }