completeAzureCloudAccountOauth
Complete the Azure OAuth flow and pass the authorization code.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | CompleteAzureCloudAccountOauthInput! | Input for completing authentication of the Azure Cloud Accounts. |
Returns
CompleteAzureCloudAccountOauthReply!
Sample
{
"data": {
"completeAzureCloudAccountOauth": {
"isSuccess": true,
"subscriptions": [
{
"cloudType": "AZURECHINACLOUD",
"customerSubscriptionId": "example-string",
"customerTenantId": "example-string",
"ineligibilityReason": "AZURE_ONBOARDING_INELIGIBILITY_REASON_ALREADY_ONBOARDED",
"isAuthorized": true,
"name": "example-string"
}
]
}
}
}