github_oauth_callbacks
Creates, updates, deletes, gets or lists a github_oauth_callbacks resource.
Overview
| Name | github_oauth_callbacks |
| Type | Resource |
| Id | azure_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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
github_oauth_callback | exec | location, subscription_id, code, state | 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. |
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.
| Name | Datatype | Description |
|---|---|---|
code | string | The code response from authenticating the GitHub App. Required. |
location | string | The location name. Required. |
state | string | The state response from authenticating the GitHub App. Required. |
subscription_id | string |
Lifecycle Methods
- github_oauth_callback
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
;