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

com.pulumi.azurenative.iotoperations.kotlin.outputs.BrokerAuthenticatorMethodX509AttributesResponse.kt Maven / Gradle / Ivy

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

package com.pulumi.azurenative.iotoperations.kotlin.outputs

import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map

/**
 * BrokerAuthenticatorMethodX509Attributes properties.
 * @property attributes Attributes object.
 * @property subject Subject of the X509 attribute.
 */
public data class BrokerAuthenticatorMethodX509AttributesResponse(
    public val attributes: Map,
    public val subject: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.iotoperations.outputs.BrokerAuthenticatorMethodX509AttributesResponse): BrokerAuthenticatorMethodX509AttributesResponse =
            BrokerAuthenticatorMethodX509AttributesResponse(
                attributes = javaType.attributes().map({ args0 -> args0.key.to(args0.value) }).toMap(),
                subject = javaType.subject(),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy