azure-servicebus-message-body-properties
Service Bus message bodies and user properties may transport credentials, PII, or customer payloads.
azurecritical
service: azure:servicebus
emits CanReadData
Where it sits
| location | AMQP/Service Bus Message.{body,applicationProperties,subject,correlationId,sessionId} |
| location kind | message_body |
| data kinds | credential password api_key access_key secret_key oauth_token connection_string sensitive_data pii customer_data |
| emits edge | CanReadData |
| service | Service Bus (azure:servicebus) |
Collection recipe
| access mode | data_plane |
| operation | Service Bus Peek/Receive Messages |
| response path | messages[].{body,applicationProperties} |
| encoding | protocol_native |
| params | {"resource_id": "\u003cazure-resource-id\u003e"} |
Required permissions
Microsoft.ServiceBus/namespaces/queues/messages/receive/action
References