
com.pulumi.azurenative.storsimple.kotlin.outputs.GetManagerDevicePublicEncryptionKeyResult.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.storsimple.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* The public key.
* @property key The key.
*/
public data class GetManagerDevicePublicEncryptionKeyResult(
public val key: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.storsimple.outputs.GetManagerDevicePublicEncryptionKeyResult): GetManagerDevicePublicEncryptionKeyResult = GetManagerDevicePublicEncryptionKeyResult(
key = javaType.key(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy