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