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.
pscAutomationConfigs[] 
 
  object (  PSCAutomationConfig 
 
) 
 
Optional. List of projects and networks where the PSC endpoints will be created. This field is used by Online Inference(Prediction) only.
enableSecurePrivateServiceConnect 
 
  boolean 
 
Optional. If set to true, enable secure private service connect with IAM authorization. Otherwise, private service connect will be done without authorization. Note latency will be slightly increased if authorization is enabled.
| JSON representation | 
|---|
|  { 
 "enablePrivateServiceConnect" 
 : 
 boolean 
 , 
 "projectAllowlist" 
 : 
 [ 
 string 
 ] 
 , 
 "pscAutomationConfigs" 
 : 
 [ 
 { 
 object (  | 

