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

com.pulumi.azure.network.kotlin.outputs.GetApplicationGatewayTrustedClientCertificate.kt Maven / Gradle / Ivy

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

package com.pulumi.azure.network.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property data The content of the Trusted Client Certificate in use.
 * @property id The ID of the Rewrite Rule Set
 * @property name The name of this Application Gateway.
 */
public data class GetApplicationGatewayTrustedClientCertificate(
    public val `data`: String,
    public val id: String,
    public val name: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azure.network.outputs.GetApplicationGatewayTrustedClientCertificate): GetApplicationGatewayTrustedClientCertificate =
            GetApplicationGatewayTrustedClientCertificate(
                `data` = javaType.`data`(),
                id = javaType.id(),
                name = javaType.name(),
            )
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy