INPUT_OBJECT
AzureArmTemplatesByFeatureInput
Description
Input for retrieving ARM templates for custom roles.
link GraphQL Schema definition
- input AzureArmTemplatesByFeatureInput {
- # Domain name of the customer's Azure Tenant.
- String! :
- # Deprecated, use featuresToInclude instead. Features to be enabled for the Azure
- # cloud account.
- CloudAccountFeature!] : [
- # Azure cloud account operation type.
- CloudAccountOperation! :
- # Azure cloud type.
- AzureCloudType! :
- # Features and permissions groups used to determine the permissions to include in
- # the templates.
- AzureRoleArmTemplateFeature!] : [
- }