apiAudiences

@JvmName(name = "tptfmahgraehtmdp")
suspend fun apiAudiences(value: Output<List<String>>)
@JvmName(name = "sjbywhuvgtydkwwq")
suspend fun apiAudiences(value: List<String>?)

Parameters

value

A list of API audiences for Service Account Token Volume Projection. Set this to ["https://kubernetes&#46;default&#46;svc"] if you want to enable the Token Volume Projection feature requires specifying service_account_issuer as well. From cluster version 1.22+, Service Account Token Volume Projection will be enabled by default.


@JvmName(name = "yrohvorlgmpyayiw")
suspend fun apiAudiences(vararg values: Output<String>)


@JvmName(name = "nevpfbdnahpcypol")
suspend fun apiAudiences(values: List<Output<String>>)
@JvmName(name = "nkgnnnjrxdnqjwwt")
suspend fun apiAudiences(vararg values: String)

Parameters

values

A list of API audiences for Service Account Token Volume Projection. Set this to ["https://kubernetes&#46;default&#46;svc"] if you want to enable the Token Volume Projection feature requires specifying service_account_issuer as well. From cluster version 1.22+, Service Account Token Volume Projection will be enabled by default.