authorizedClientResources property

List<String>? authorizedClientResources
getter/setter pair

List of authorized consumer resources allowed to connect.

Supported values are: 1. Project resource name (e.g., projects/{project_id}) 2. Wildcard "*" (grants global ingress authorization to the target).

Required.

Implementation

core.List<core.String>? authorizedClientResources;