The Artifact Registry VPC SC config that apply to a Project.
| JSON representation | 
|---|
| { "name": string, "vpcscPolicy": enum ( | 
| Fields | |
|---|---|
| name | 
 The name of the project's VPC SC Config. Always of the form: projects/{projectID}/locations/{location}/vpcscConfig In update request: never set In response: always set | 
| vpcscPolicy | 
 The project per location VPC SC policy that defines the VPC SC behavior for the Remote Repository (Allow/Deny). | 
VPCSCPolicy
VPCSCPolicy is the VPC SC policy for project and location.
| Enums | |
|---|---|
| VPCSC_POLICY_UNSPECIFIED | VPCSC_POLICY_UNSPECIFIED - the VPS SC policy is not defined. When VPS SC policy is not defined - the Service will use the default behavior (VPCSC_DENY). | 
| DENY | VPCSC_DENY - repository will block the requests to the Upstreams for the Remote Repositories if the resource is in the perimeter. | 
| ALLOW | VPCSC_ALLOW - repository will allow the requests to the Upstreams for the Remote Repositories if the resource is in the perimeter. |