get Api Management Service Sso Token
suspend fun getApiManagementServiceSsoToken(argument: GetApiManagementServiceSsoTokenPlainArgs): GetApiManagementServiceSsoTokenResult
Gets the Single-Sign-On token for the API Management Service which is valid for 5 Minutes. API Version: 2020-12-01.
Return
The response of the GetSsoToken operation.
Parameters
argument
null
suspend fun getApiManagementServiceSsoToken(resourceGroupName: String, serviceName: String): GetApiManagementServiceSsoTokenResult
Return
The response of the GetSsoToken operation.
Parameters
resource Group Name
The name of the resource group.
service Name
The name of the API Management service.
See also
suspend fun getApiManagementServiceSsoToken(argument: suspend GetApiManagementServiceSsoTokenPlainArgsBuilder.() -> Unit): GetApiManagementServiceSsoTokenResult
Return
The response of the GetSsoToken operation.
Parameters
argument
Builder for com.pulumi.azurenative.apimanagement.kotlin.inputs.GetApiManagementServiceSsoTokenPlainArgs.