Skip to main content

vw_broker_authentications

Creates, updates, deletes, gets or lists a vw_broker_authentications resource.

Overview

Namevw_broker_authentications
TypeView
Idazure.iot_mq.vw_broker_authentications

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
location as location,
extendedLocation as extended_location,
tags as tags,
JSON_EXTRACT(properties, '$.authenticationMethods') as "authentication_methods",
JSON_EXTRACT(properties, '$.listenerRef') as "listener_ref",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
mqName,
brokerName,
authenticationName
FROM azure.iot_mq.broker_authentications
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND mqName = 'replace-me' AND brokerName = 'replace-me';