Skip to main content

vw_clients

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

Overview

Namevw_clients
TypeView
Idazure.event_grid.vw_clients

Fields

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

SQL Definition

SELECT
id as id,
name as name,
type as type,
systemData as system_data,
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.authenticationName') as "authentication_name",
JSON_EXTRACT(properties, '$.clientCertificateAuthentication') as "client_certificate_authentication",
JSON_EXTRACT(properties, '$.state') as "state",
JSON_EXTRACT(properties, '$.attributes') as "attributes",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
namespaceName,
clientName
FROM azure.event_grid.clients
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND namespaceName = 'replace-me';