Class VPCSCConfig
The Artifact Registry VPC SC config that apply to a Project.
Implements
Inherited Members
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 |