INPUT_OBJECT
AddAzureCloudAccountResourceGroupInput
Description
Input for the resource group to be used for the feature being enabled.
link GraphQL Schema definition
- input AddAzureCloudAccountResourceGroupInput {
- # The name of the resource group.
- String! :
- # The tags to be added on the resource group. If not passed, no tags will be added
- # on the resource group.
- TagsInput :
- # The region name of the resource group.
- AzureCloudAccountRegion! :
- }