PrivateServiceConnectConfig

Represents configuration for private service connect.

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.

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