Skip to main content

vw_managed_instance_azure_ad_only_authentications

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

Overview

Namevw_managed_instance_azure_ad_only_authentications
TypeView
Idazure.sql.vw_managed_instance_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",
subscriptionId,
resourceGroupName,
managedInstanceName,
authenticationName
FROM azure.sql.managed_instance_azure_ad_only_authentications
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND managedInstanceName = 'replace-me' AND authenticationName = 'replace-me';