get Authorization Login Link Post
suspend fun getAuthorizationLoginLinkPost(argument: GetAuthorizationLoginLinkPostPlainArgs): GetAuthorizationLoginLinkPostResult
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
authorization Id
Identifier of the authorization.
authorization Provider Id
Identifier of the authorization provider.
post Login Redirect Url
The redirect URL after login has completed.
resource Group Name
The name of the resource group. The name is case insensitive.
service Name
The name of the API Management service.
suspend fun getAuthorizationLoginLinkPost(argument: suspend GetAuthorizationLoginLinkPostPlainArgsBuilder.() -> Unit): GetAuthorizationLoginLinkPostResult
Return
Authorization login response contract.
See also
Parameters
argument
Builder for com.pulumi.azurenative.apimanagement.kotlin.inputs.GetAuthorizationLoginLinkPostPlainArgs.