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

com.pulumi.azurenative.web.kotlin.outputs.AzureStaticWebAppsRegistrationResponse.kt Maven / Gradle / Ivy

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

package com.pulumi.azurenative.web.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * The configuration settings of the registration for the Azure Static Web Apps provider
 * @property clientId The Client ID of the app used for login.
 */
public data class AzureStaticWebAppsRegistrationResponse(
    public val clientId: String? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.web.outputs.AzureStaticWebAppsRegistrationResponse): AzureStaticWebAppsRegistrationResponse = AzureStaticWebAppsRegistrationResponse(
            clientId = javaType.clientId().map({ args0 -> args0 }).orElse(null),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy