ActionSupportedTargetType interface
Model that represents a target type supported by an action.
Properties
| required |
List of Azure permissions required for this target type. |
| target |
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