Skip to main content

ado_oauth_info

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

Overview

Nameado_oauth_info
TypeResource
Idazure_extras.developer_hub.ado_oauth_info

Fields

NameDatatypeDescription
authURLstringURL used to authorize ADO app using Entra ID
tokenstringOAuth token used to make calls to ADO APIs

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocation, subscriptionId

SELECT examples

SELECT
authURL,
token
FROM azure_extras.developer_hub.ado_oauth_info
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';