BrokerAuthenticatorMethodSatArgs

data class BrokerAuthenticatorMethodSatArgs(val audiences: Output<List<String>>) : ConvertibleToJava<BrokerAuthenticatorMethodSatArgs>

Service Account Token for BrokerAuthentication

Constructors

Link copied to clipboard
constructor(audiences: Output<List<String>>)

Properties

Link copied to clipboard
val audiences: Output<List<String>>

List of allowed audience.

Functions

Link copied to clipboard
open override fun toJava(): BrokerAuthenticatorMethodSatArgs