resources

@JvmName(name = "trdgebhdubuogmkn")
suspend fun resources(value: Output<List<String>>)
@JvmName(name = "tlfncjylgeunkjts")
suspend fun resources(value: List<String>?)

Parameters

value

A list of resources, currently only projects in the form projects/<projectnumber>, protected by this ServicePerimeter that are allowed to be accessed by sources defined in the corresponding IngressFrom. A request matches if it contains a resource in this list. If * is specified for resources, then this IngressTo rule will authorize access to all resources inside the perimeter, provided that the request also matches the operations field.


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


@JvmName(name = "cmrmstsnancqjyii")
suspend fun resources(values: List<Output<String>>)
@JvmName(name = "pspvccswyyrabyor")
suspend fun resources(vararg values: String)

Parameters

values

A list of resources, currently only projects in the form projects/<projectnumber>, protected by this ServicePerimeter that are allowed to be accessed by sources defined in the corresponding IngressFrom. A request matches if it contains a resource in this list. If * is specified for resources, then this IngressTo rule will authorize access to all resources inside the perimeter, provided that the request also matches the operations field.