resources

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

Parameters

value

A list of resources, currently only projects in the form projects/, protected by this ServicePerimeter that are allowed to be accessed by sources defined in the corresponding IngressFrom. If a single * is specified, then access to all resources inside the perimeter are allowed.


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


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

Parameters

values

A list of resources, currently only projects in the form projects/, protected by this ServicePerimeter that are allowed to be accessed by sources defined in the corresponding IngressFrom. If a single * is specified, then access to all resources inside the perimeter are allowed.