restrictedServices

@JvmName(name = "xbfavxrvkqjckiuh")
suspend fun restrictedServices(value: Output<List<String>>)
@JvmName(name = "gdvxjjmjvihkgfcn")
suspend fun restrictedServices(value: List<String>?)

Parameters

value

GCP services that are subject to the Service Perimeter restrictions. Must contain a list of services. For example, if storage.googleapis.com is specified, access to the storage buckets inside the perimeter must meet the perimeter's access restrictions.


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


@JvmName(name = "erfhmrncqoowrrey")
suspend fun restrictedServices(values: List<Output<String>>)
@JvmName(name = "wsxvfvwxggbdgxsg")
suspend fun restrictedServices(vararg values: String)

Parameters

values

GCP services that are subject to the Service Perimeter restrictions. Must contain a list of services. For example, if storage.googleapis.com is specified, access to the storage buckets inside the perimeter must meet the perimeter's access restrictions.