getADOOAuthInfo

Response containing ADO OAuth information Uses Azure REST API version 2024-08-01-preview. Other available API versions: 2025-03-01-preview.

Return

Response containing ADO OAuth information

Parameters

argument

null


suspend fun getADOOAuthInfo(location: String, redirectUrl: String? = null): GetADOOAuthInfoResult

Return

Response containing ADO OAuth information

Parameters

location

The name of the Azure region.

redirectUrl

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

See also


Return

Response containing ADO OAuth information

Parameters

argument

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

See also