
com.pulumi.azure.servicefabric.kotlin.outputs.ManagedClusterAuthenticationActiveDirectory.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.servicefabric.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property clientApplicationId The ID of the Client Application.
* @property clusterApplicationId The ID of the Cluster Application.
* @property tenantId The ID of the Tenant.
*/
public data class ManagedClusterAuthenticationActiveDirectory(
public val clientApplicationId: String,
public val clusterApplicationId: String,
public val tenantId: String,
) {
public companion object {
public
fun toKotlin(javaType: com.pulumi.azure.servicefabric.outputs.ManagedClusterAuthenticationActiveDirectory):
ManagedClusterAuthenticationActiveDirectory = ManagedClusterAuthenticationActiveDirectory(
clientApplicationId = javaType.clientApplicationId(),
clusterApplicationId = javaType.clusterApplicationId(),
tenantId = javaType.tenantId(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy