getGitHubOAuth

URL used to authorize the Developer Hub GitHub App Uses Azure REST API version 2022-10-11-preview. Other available API versions: 2022-04-01-preview, 2023-08-01, 2024-05-01-preview, 2024-08-01-preview, 2025-03-01-preview.

Return

URL used to authorize the Developer Hub GitHub App

Parameters

argument

null


suspend fun getGitHubOAuth(location: String, redirectUrl: String? = null): GetGitHubOAuthResult

Return

URL used to authorize the Developer Hub GitHub App

Parameters

location

The name of Azure region.

redirectUrl

The URL the client will redirect to on successful authentication. If empty, no redirect will occur.

See also


Return

URL used to authorize the Developer Hub GitHub App

Parameters

argument

Builder for com.pulumi.azurenative.devhub.kotlin.inputs.GetGitHubOAuthPlainArgs.

See also