OBJECT
AddAzureCloudAccountReply
Description
Response of the operation to add an Azure Cloud Account.
link GraphQL Schema definition
- type AddAzureCloudAccountReply {
- # Status of the Entra ID group for the added Azure Cloud Account.
- : AzureEntraIdGroupStatus
- # Status of the operation to add Azure Cloud Account.
- : [AddAzureCloudAccountStatus!]!
- # Tenant ID for the added subscriptions.
- : String!
- }