Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

VPCSCConfig

import type { VPCSCConfig } from "https://googleapis.deno.dev/v1/artifactregistry:v1.ts";

The Artifact Registry VPC SC config that apply to a Project.

interface VPCSCConfig {
name?: string;
vpcscPolicy?: "VPCSC_POLICY_UNSPECIFIED" | "DENY" | "ALLOW";
}

§Properties

§
name?: string
[src]

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?: "VPCSC_POLICY_UNSPECIFIED" | "DENY" | "ALLOW"
[src]

The project per location VPC SC policy that defines the VPC SC behavior for the Remote Repository (Allow/Deny).