OBJECT
AzureCloudAccountAddWithCustomerAppInitiateReply
Description
Response from Azure cloud account addition initiation.
link GraphQL Schema definition
- type AzureCloudAccountAddWithCustomerAppInitiateReply {
- # Session ID for tracking the OAuth flow.
- : String!
- # List of Azure subscriptions discovered in the tenant.
- : [CloudAccountsAzureSubscription!]!
- # Indicates whether the operation was successful.
- : Boolean!
- }