Represents configuration for private service connect.
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.
serviceAttachment
string
Output only. The name of the generated service attachment resource. This is only populated if the endpoint is deployed with PrivateServiceConnect.
JSON representation |
---|
{ "enablePrivateServiceConnect": boolean, "projectAllowlist": [ string ], "serviceAttachment": string } |