OBJECT
AzureCloudAccountDetailsForFeatureReply
Description
Cloud account details for a given customer ID.
link GraphQL Schema definition
- type AzureCloudAccountDetailsForFeatureReply {
- # Azure cloud type.
- : AzureCloudType!
- # Permissions groups for azure cloud account.
- : [PermissionsGroup!]!
- # Azure customer subscription id for the feature.
- : String!
- # Azure tenant domain name.
- : String!
- # Azure tenant ID.
- : String!
- }