resources

@JvmName(name = "cmnttpqcsgenxspa")
suspend fun resources(value: Output<List<String>>)
@JvmName(name = "edrchjacpmbnmckj")
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 = "ekacvwgqdtwdnyjp")
suspend fun resources(vararg values: Output<String>)


@JvmName(name = "bqldtenpjpjnigco")
suspend fun resources(values: List<Output<String>>)
@JvmName(name = "ajpdybyxdkmawejt")
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.