apiAudiences

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


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