
com.pulumi.azurenative.iotoperationsmq.kotlin.outputs.BrokerAuthenticatorMethodSatResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.iotoperationsmq.kotlin.outputs
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
/**
* Service Account Token for BrokerAuthentication
* @property audiences List of allowed audience.
*/
public data class BrokerAuthenticatorMethodSatResponse(
public val audiences: List,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.iotoperationsmq.outputs.BrokerAuthenticatorMethodSatResponse): BrokerAuthenticatorMethodSatResponse = BrokerAuthenticatorMethodSatResponse(
audiences = javaType.audiences().map({ args0 -> args0 }),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy