Show / Hide Table of Contents

Class VPCSCConfig

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

Inheritance
object
VPCSCConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ArtifactRegistry.v1.Data
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class VPCSCConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

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

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

VpcscPolicy

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

Declaration
[JsonProperty("vpcscPolicy")]
public virtual string VpcscPolicy { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX