RunbookTypeEnum type
Definiert Werte für RunbookTypeEnum. Mögliche Werte sind: 'Script', 'Graph', 'PowerShellWorkflow', 'PowerShell', 'GraphPowerShellWorkflow', 'GraphPowerShell'
type RunbookTypeEnum =
| "Script"
| "Graph"
| "PowerShellWorkflow"
| "PowerShell"
| "GraphPowerShellWorkflow"
| "GraphPowerShell"