getGitHubOAuth

URL used to authorize the Developer Hub GitHub App Uses Azure REST API version 2023-08-01. Other available API versions: 2022-10-11-preview, 2024-05-01-preview, 2024-08-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native devhub [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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