Skip to main content

github_oauth_callbacks

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

Overview

Namegithub_oauth_callbacks
TypeResource
Idazure_extras.devhub.github_oauth_callbacks

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
github_oauth_callbackexeclocation, subscription_id, code, stateCallback URL to hit once authenticated with GitHub App to have the service store the OAuth token. Callback URL to hit once authenticated with GitHub App to have the service store the OAuth token.

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
codestringThe code response from authenticating the GitHub App. Required.
locationstringThe location name. Required.
statestringThe state response from authenticating the GitHub App. Required.
subscription_idstring

Lifecycle Methods

Callback URL to hit once authenticated with GitHub App to have the service store the OAuth token. Callback URL to hit once authenticated with GitHub App to have the service store the OAuth token.

EXEC azure_extras.devhub.github_oauth_callbacks.github_oauth_callback 
@location='{{ location }}' --required,
@subscription_id='{{ subscription_id }}' --required,
@code='{{ code }}' --required,
@state='{{ state }}' --required
;