All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azurenative.apimanagement.kotlin.outputs.GetApiManagementServiceSsoTokenResult.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azurenative.apimanagement.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * The response of the GetSsoToken operation.
 * @property redirectUri Redirect URL to the Publisher Portal containing the SSO token.
 */
public data class GetApiManagementServiceSsoTokenResult(
    public val redirectUri: String? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.apimanagement.outputs.GetApiManagementServiceSsoTokenResult): GetApiManagementServiceSsoTokenResult = GetApiManagementServiceSsoTokenResult(
            redirectUri = javaType.redirectUri().map({ args0 -> args0 }).orElse(null),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy