getAuthorizationLoginLinkPost

Gets authorization login links. Azure REST API version: 2022-08-01.

Return

Authorization login response contract.

Parameters

argument

null


suspend fun getAuthorizationLoginLinkPost(authorizationId: String, authorizationProviderId: String, postLoginRedirectUrl: String? = null, resourceGroupName: String, serviceName: String): GetAuthorizationLoginLinkPostResult

Return

Authorization login response contract.

See also

Parameters

authorizationId

Identifier of the authorization.

authorizationProviderId

Identifier of the authorization provider.

postLoginRedirectUrl

The redirect URL after login has completed.

resourceGroupName

The name of the resource group. The name is case insensitive.

serviceName

The name of the API Management service.


Return

Authorization login response contract.

See also

Parameters

argument

Builder for com.pulumi.azurenative.apimanagement.kotlin.inputs.GetAuthorizationLoginLinkPostPlainArgs.