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