ActionSupportedTargetType interface

Model that represents a target type supported by an action.

Properties

requiredPermissions

List of Azure permissions required for this target type.

targetType

The Azure resource type (e.g., "Microsoft.Compute/virtualMachines").

Property Details

requiredPermissions

List of Azure permissions required for this target type.

requiredPermissions?: string[]

Property Value

string[]

targetType

The Azure resource type (e.g., "Microsoft.Compute/virtualMachines").

targetType?: string

Property Value

string