azure-functions-host-and-system-keys
Function host, master, and system keys are plaintext invocation or administration credentials.
Where it sits
| location | Microsoft.Web/sites/host/listkeys response.{masterKey,functionKeys,systemKeys} |
| location kind | secret_value |
| data kinds | credential api_key |
| emits edge | ExposesCredential |
| service | Azure Functions (azure:functions) |
Collection recipe
| access mode | read_api |
| operation | Web Apps - List Host Keys |
| response path | {masterKey,functionKeys,systemKeys} |
| encoding | json |
| params | {"resource_id": "\u003cazure-resource-id\u003e"} |
Required permissions
Microsoft.Web/sites/host/listkeys/action
References