targetServiceAccounts

@JvmName(name = "jbqydoaxnnbutsdw")
suspend fun targetServiceAccounts(value: Output<List<String>>)
@JvmName(name = "eoptldjxrpkdvgqt")
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 = "lgqbgusnmylglnae")
suspend fun targetServiceAccounts(vararg values: Output<String>)


@JvmName(name = "iudnqjfflbcsymxf")
suspend fun targetServiceAccounts(values: List<Output<String>>)
@JvmName(name = "npnnkrrfvcbuymyv")
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.