OBJECT

AzureNativeResourceGroupAndSubscriptionDetails

Description

Azure native resource group and subscription details.

link GraphQL Schema definition

  • type AzureNativeResourceGroupAndSubscriptionDetails {
  • # The unique identifier for the Azure resource group.
  • resourceGroupId: String!
  • # The name of the Azure resource group.
  • resourceGroupName: String!
  • # The details of the Azure subscription associated with the resource group.
  • subscriptionDetails: AzureNativeSubscriptionDetails
  • }