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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-04 UTC."],[[["The Artifact Registry VPC SC config applies to a project and defines its behavior within a VPC Service Controls (VPC SC) perimeter."],["The `name` field specifies the project's VPC SC config and is in the format: `projects/{projectID}/locations/{location}/vpcscConfig`."],["The `vpcscPolicy` field determines whether requests to Upstreams for Remote Repositories are allowed or denied within the perimeter."],["Possible values for `vpcscPolicy` are `VPCSC_POLICY_UNSPECIFIED` (defaulting to deny), `DENY` (blocking requests), and `ALLOW` (permitting requests)."]]],[]]