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.
  • customerTenantDomainName: String!
  • # Deprecated, use featuresToInclude instead. Features to be enabled for the Azure
  • # cloud account.
  • features: [CloudAccountFeature!]
  • # Azure cloud account operation type.
  • operationType: CloudAccountOperation!
  • # Azure cloud type.
  • cloudType: AzureCloudType!
  • # Features and permissions groups used to determine the permissions to include in
  • # the templates.
  • featuresToInclude: [AzureRoleArmTemplateFeature!]
  • }

link Require by