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

com.pulumi.azure.containerservice.kotlin.outputs.GetKubernetesClusterOmsAgentOmsAgentIdentity.kt Maven / Gradle / Ivy

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

package com.pulumi.azure.containerservice.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property clientId The Client ID of the user-defined Managed Identity assigned to the Kubelets.
 * @property objectId The Object ID of the user-defined Managed Identity assigned to the Kubelets.
 * @property userAssignedIdentityId The ID of the User Assigned Identity assigned to the Kubelets.
 */
public data class GetKubernetesClusterOmsAgentOmsAgentIdentity(
    public val clientId: String,
    public val objectId: String,
    public val userAssignedIdentityId: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azure.containerservice.outputs.GetKubernetesClusterOmsAgentOmsAgentIdentity): GetKubernetesClusterOmsAgentOmsAgentIdentity = GetKubernetesClusterOmsAgentOmsAgentIdentity(
            clientId = javaType.clientId(),
            objectId = javaType.objectId(),
            userAssignedIdentityId = javaType.userAssignedIdentityId(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy