Class UpstreamCredentials
The credentials to access the remote repository.
Implements
Inherited Members
Namespace: Google.Apis.ArtifactRegistry.v1.Data
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class UpstreamCredentials : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UsernamePasswordCredentials
Use username and password to access the remote repository.
Declaration
[JsonProperty("usernamePasswordCredentials")]
public virtual UsernamePasswordCredentials UsernamePasswordCredentials { get; set; }
Property Value
Type | Description |
---|---|
UsernamePasswordCredentials |