OBJECT

AzureCloudAccountDetailsForFeatureReply

Description

Cloud account details for a given customer ID.

link GraphQL Schema definition

  • type AzureCloudAccountDetailsForFeatureReply {
  • # Azure tenant ID.
  • tenantId: String!
  • # Azure tenant domain name.
  • tenantDomain: String!
  • # Azure cloud type.
  • azureCloudType: AzureCloudType!
  • # Permissions groups for azure cloud account.
  • permissionsGroups: [PermissionsGroup!]!
  • # Azure customer subscription id for the feature.
  • subscriptionId: String!
  • }

link Require by