github_oauths
Creates, updates, deletes, gets or lists a github_oauths
resource.
Overview
Name | github_oauths |
Type | Resource |
Id | azure_extras.developer_hub.github_oauths |
Fields
Name | Datatype | Description |
---|---|---|
properties | object | The response from List GitHubOAuth operation. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | location, subscriptionId |
SELECT
examples
SELECT
properties
FROM azure_extras.developer_hub.github_oauths
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';