PrivateServiceConnectConfig

Represents configuration for private service connect.

JSON representation
{
  "enablePrivateServiceConnect": boolean,
  "projectAllowlist": [
    string
  ]
}
Fields
enablePrivateServiceConnect

boolean

Required. If true, expose the IndexEndpoint via private service connect.

projectAllowlist[]

string

A list of Projects from which the forwarding rule will target the service attachment.