apiAudiences

@JvmName(name = "gyjtqiwfivqbgjit")
suspend fun apiAudiences(value: Output<List<String>>)
@JvmName(name = "nfjrctkxjqofxlof")
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 = "wmfjbhshigkeyvvq")
suspend fun apiAudiences(vararg values: Output<String>)


@JvmName(name = "lvabrlynuldigcto")
suspend fun apiAudiences(values: List<Output<String>>)
@JvmName(name = "vqwjiptlubcfuhvt")
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.