Class ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig
HttpConfig is a configuration for HTTP related git operations.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProxySecretVersionName
SecretVersion resource of the HTTP proxy URL. The Service Account used in the build (either the default
Service Account or user-specified Service Account) should have secretmanager.versions.access
permissions
on this secret. The proxy URL should be in format protocol://@]proxyhost[:port]
.
Declaration
[JsonProperty("proxySecretVersionName")]
public virtual string ProxySecretVersionName { get; set; }
Property Value
Type | Description |
---|---|
string |