serviceAccounts

@JvmName(name = "hylppfhprdaqiqqn")
suspend fun serviceAccounts(value: Output<List<ServiceAccountArgs>>)
@JvmName(name = "mycylxaaxisudydg")
suspend fun serviceAccounts(value: List<ServiceAccountArgs>?)

Parameters

value

A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from these properties. Use metadata queries to obtain the access tokens for these instances.


@JvmName(name = "iejkaamjlmiempqq")
suspend fun serviceAccounts(vararg values: Output<ServiceAccountArgs>)


@JvmName(name = "mxtlwworaqhljggm")
suspend fun serviceAccounts(values: List<Output<ServiceAccountArgs>>)
@JvmName(name = "iypavjrbyumhqigp")
suspend fun serviceAccounts(vararg values: ServiceAccountArgs)

Parameters

values

A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from these properties. Use metadata queries to obtain the access tokens for these instances.


@JvmName(name = "ylvurdknlbvaabqd")
suspend fun serviceAccounts(argument: List<suspend ServiceAccountArgsBuilder.() -> Unit>)
@JvmName(name = "upoqxjuyiuhgfcjp")
suspend fun serviceAccounts(vararg argument: suspend ServiceAccountArgsBuilder.() -> Unit)
@JvmName(name = "vxvgykmtjpnydryr")
suspend fun serviceAccounts(argument: suspend ServiceAccountArgsBuilder.() -> Unit)

Parameters

argument

A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from these properties. Use metadata queries to obtain the access tokens for these instances.