azure-automation-credential-value
Automation credential assets store a username/password for runbook use; the password is exposed only within authorized job execution. No single Azure RBAC action authorizes this service-native path; its own authentication and authorization apply.
Where it sits
| location | Microsoft.Automation/automationAccounts/credentials get response.properties.{userName,password} |
| location kind | secret_value |
| data kinds | credential password |
| emits edge | CanReadCredential |
| service | Azure Automation (azure:automation) |
Collection recipe
| access mode | data_plane |
| operation | Get-AutomationPSCredential inside runbook |
| response path | PSCredential |
| encoding | json |
| params | {"resource_id": "\u003cazure-resource-id\u003e"} |
References