Skip to main content

vw_azure_ad_only_authentications

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

Overview

Namevw_azure_ad_only_authentications
TypeView
Idazure.synapse.vw_azure_ad_only_authentications

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.azureADOnlyAuthentication') as "azure_ad_only_authentication",
JSON_EXTRACT(properties, '$.state') as "state",
JSON_EXTRACT(properties, '$.creationDate') as "creation_date",
subscriptionId,
resourceGroupName,
workspaceName,
azureADOnlyAuthenticationName
FROM azure.synapse.azure_ad_only_authentications
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND workspaceName = 'replace-me';