
com.pulumi.azurenative.iotoperations.kotlin.outputs.DataFlowEndpointAuthenticationServiceAccountTokenResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.iotoperations.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Service Account Token for BrokerAuthentication
* @property audience Audience of the service account. Optional, defaults to the broker internal service account audience.
*/
public data class DataFlowEndpointAuthenticationServiceAccountTokenResponse(
public val audience: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.iotoperations.outputs.DataFlowEndpointAuthenticationServiceAccountTokenResponse): DataFlowEndpointAuthenticationServiceAccountTokenResponse =
DataFlowEndpointAuthenticationServiceAccountTokenResponse(
audience = javaType.audience(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy