vw_ado_oauths
Creates, updates, deletes, gets or lists a vw_ado_oauths
resource.
Overview
Name | vw_ado_oauths |
Type | View |
Id | azure_extras.developer_hub.vw_ado_oauths |
Fields
See the SQL Definition (view DDL) for fields returned by this view.
SQL Definition
- Sqlite3
- Postgres
SELECT
JSON_EXTRACT(properties, '$.username') as "username",
subscriptionId,
location
FROM azure_extras.developer_hub.ado_oauths
WHERE subscriptionId = 'replace-me' AND location = 'replace-me';
SELECT
json_extract_path_text(properties, '$.username') as "username",
subscriptionId,
location
FROM azure_extras.developer_hub.ado_oauths
WHERE subscriptionId = 'replace-me' AND location = 'replace-me';