All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azurenative.migrate.kotlin.outputs.SecretStorePropertiesResponse.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azurenative.migrate.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property inputType
 * @property secretStoreId
 */
public data class SecretStorePropertiesResponse(
    public val inputType: String,
    public val secretStoreId: String? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.migrate.outputs.SecretStorePropertiesResponse): SecretStorePropertiesResponse = SecretStorePropertiesResponse(
            inputType = javaType.inputType(),
            secretStoreId = javaType.secretStoreId().map({ args0 -> args0 }).orElse(null),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy