com.pulumi.azure.webpubsub.kotlin.outputs.HubEventHandlerAuth.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-azure-kotlin Show documentation
Show all versions of pulumi-azure-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.webpubsub.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property managedIdentityId Specify the identity ID of the target resource.
* > **NOTE:** `managed_identity_id` is required if the auth block is defined
*/
public data class HubEventHandlerAuth(
public val managedIdentityId: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azure.webpubsub.outputs.HubEventHandlerAuth):
HubEventHandlerAuth = HubEventHandlerAuth(
managedIdentityId = javaType.managedIdentityId(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy