azure-containerapps-job-start
match (effective permission)
{
"action": "Microsoft.App/jobs/start/action",
"scope_type": "resource|resourceGroup|subscription"
}
emit
| source type | Identity |
|---|---|
| target type | Compute |
| source | <principal> |
| target | <containerApps job> |
| permissions | Microsoft.App/jobs/start/action |
Narrative
{principal.name} can start an execution of job {target.name} (jobs/start/action), running its image as the job's managed identity.
Raw rule rules/derived/azure/containerapps.yaml
id: azure-containerapps-job-start
emits: CanStart
match_effective_permission:
action: Microsoft.App/jobs/start/action
scope_type: resource|resourceGroup|subscription
emit:
source_type: Identity
target_type: Compute
source: <principal>
target: <containerApps job>
permissions:
- Microsoft.App/jobs/start/action
note: Starts an on-demand job execution that runs the job's image as the job's MI; realizes CONDITIONAL
execution edges and drives azure-containerapps-execute-as-via-write on jobs. Also expressible as CanTrigger.
narrative: '{principal.name} can start an execution of job {target.name} (jobs/start/action), running
its image as the job''s managed identity.'