
com.pulumi.azurenative.iotoperationsmq.kotlin.outputs.KeyVaultCredentialsPropertiesResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.iotoperationsmq.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* KeyVault credentials properties. NOTE - Future this will be ENUM.
* @property servicePrincipalLocalSecretName KeyVault service principal local secret name.
*/
public data class KeyVaultCredentialsPropertiesResponse(
public val servicePrincipalLocalSecretName: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.iotoperationsmq.outputs.KeyVaultCredentialsPropertiesResponse): KeyVaultCredentialsPropertiesResponse = KeyVaultCredentialsPropertiesResponse(
servicePrincipalLocalSecretName = javaType.servicePrincipalLocalSecretName(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy