Skip to main content

github_oauths

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

Overview

Namegithub_oauths
TypeResource
Idazure_extras.developer_hub.github_oauths

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
propertiesobjectProperties of a workflow.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectsubscriptionId, location

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
locationstringThe name of the Azure region.
subscriptionIdstring (uuid)The ID of the target subscription. The value must be an UUID.

SELECT examples

OK

SELECT
properties
FROM azure_extras.developer_hub.github_oauths
WHERE subscriptionId = '{{ subscriptionId }}' -- required
AND location = '{{ location }}' -- required
;