targetServiceAccounts

@JvmName(name = "frprbaptolamddfy")
suspend fun targetServiceAccounts(value: Output<List<String>>)
@JvmName(name = "lctnmpslhrwdavop")
suspend fun targetServiceAccounts(value: List<String>?)

Parameters

value

A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[]. targetServiceAccounts cannot be used at the same time as targetTags or sourceTags. If neither targetServiceAccounts nor targetTags are specified, the firewall rule applies to all instances on the specified network.


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


@JvmName(name = "obpejegltpbxgevl")
suspend fun targetServiceAccounts(values: List<Output<String>>)
@JvmName(name = "ahkslprfxieyibon")
suspend fun targetServiceAccounts(vararg values: String)

Parameters

values

A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[]. targetServiceAccounts cannot be used at the same time as targetTags or sourceTags. If neither targetServiceAccounts nor targetTags are specified, the firewall rule applies to all instances on the specified network.