Skip to main content

vw_ado_oauths

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

Overview

Namevw_ado_oauths
TypeView
Idazure_extras.developer_hub.vw_ado_oauths

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.username') as "username",
subscriptionId,
location
FROM azure_extras.developer_hub.ado_oauths
WHERE subscriptionId = 'replace-me' AND location = 'replace-me';