
com.pulumi.azurenative.storagecache.kotlin.outputs.CacheIdentityResponseUserAssignedIdentities.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.storagecache.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property clientId The client ID of the user-assigned identity.
* @property principalId The principal ID of the user-assigned identity.
*/
public data class CacheIdentityResponseUserAssignedIdentities(
public val clientId: String,
public val principalId: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.storagecache.outputs.CacheIdentityResponseUserAssignedIdentities): CacheIdentityResponseUserAssignedIdentities = CacheIdentityResponseUserAssignedIdentities(
clientId = javaType.clientId(),
principalId = javaType.principalId(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy