azure-automation-certificate-private-key
Automation certificate assets can provide an exportable private key to runbooks. No single Azure RBAC action authorizes this service-native path; its own authentication and authorization apply.
Where it sits
| location | Automation certificate asset content |
| location kind | certificate_material |
| data kinds | credential private_key certificate password |
| emits edge | ContainsSecret |
| service | Azure Automation (azure:automation) |
Collection recipe
| access mode | data_plane |
| operation | Get-AutomationCertificate inside runbook |
| response path | X509Certificate2 |
| encoding | json |
| params | {"resource_id": "\u003cazure-resource-id\u003e"} |
References