ado_oauths
Creates, updates, deletes, gets or lists a ado_oauths
resource.
Overview
Name | ado_oauths |
Type | Resource |
Id | azure_extras.developer_hub.ado_oauths |
Fields
- vw_ado_oauths
- ado_oauths
Name | Datatype | Description |
---|---|---|
location | text | field from the properties object |
subscriptionId | text | field from the properties object |
username | text | field from the properties object |
Name | Datatype | Description |
---|---|---|
properties | object | The properties of ADO OAuth. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | location, subscriptionId | |
list | SELECT | location, subscriptionId |
SELECT
examples
- vw_ado_oauths
- ado_oauths
SELECT
location,
subscriptionId,
username
FROM azure_extras.developer_hub.vw_ado_oauths
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';
SELECT
properties
FROM azure_extras.developer_hub.ado_oauths
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';