
com.pulumi.azurenative.elastic.kotlin.outputs.UserApiKeyResponsePropertiesResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.elastic.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property apiKey The User Api Key Generated based on GenerateApiKey flag. This is applicable for non-Portal clients only.
*/
public data class UserApiKeyResponsePropertiesResponse(
public val apiKey: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.elastic.outputs.UserApiKeyResponsePropertiesResponse): UserApiKeyResponsePropertiesResponse = UserApiKeyResponsePropertiesResponse(
apiKey = javaType.apiKey().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy