
com.pulumi.azurenative.powerplatform.kotlin.outputs.PropertiesResponseLockbox.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.powerplatform.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Settings concerning lockbox.
* @property state lockbox configuration
*/
public data class PropertiesResponseLockbox(
public val state: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.powerplatform.outputs.PropertiesResponseLockbox): PropertiesResponseLockbox = PropertiesResponseLockbox(
state = javaType.state().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy