OBJECT
CompleteAzureCloudAccountOauthReply
Description
Response of the operation to complete Azure Cloud Account OAuth.
link GraphQL Schema definition
- type CompleteAzureCloudAccountOauthReply {
- # Specifies whether the OAuth authentication was completed successfully. When
- # true, it means the authentication was successful.
- : Boolean!
- # Subscriptions for which the OAuth user has read permission on Azure.
- : [AzureCloudAccountSubscription!]!
- }