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

com.pulumi.azurenative.appplatform.kotlin.outputs.CertificateReferenceResponse.kt Maven / Gradle / Ivy

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

package com.pulumi.azurenative.appplatform.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * A reference to the certificate
 * @property resourceId Resource Id of the certificate
 */
public data class CertificateReferenceResponse(
    public val resourceId: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.appplatform.outputs.CertificateReferenceResponse): CertificateReferenceResponse = CertificateReferenceResponse(
            resourceId = javaType.resourceId(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy