INPUT_OBJECT
AzureRoleArmTemplateFeature
Description
Azure cloud account feature and permissions groups to use when determining the required role permissions.
link GraphQL Schema definition
- input AzureRoleArmTemplateFeature {
- # The cloud account feature.
- : CloudAccountFeature!
- # List of permissions groups to include for the feature. If the list is empty, all
- # permission groups will be included.
- : [PermissionsGroup!]
- }