Class UsernamePasswordCredentials
Username and password credentials.
Implements
Inherited Members
Namespace: Google.Apis.ArtifactRegistry.v1.Data
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class UsernamePasswordCredentials : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PasswordSecretVersion
The Secret Manager key version that holds the password to access the remote repository. Must be in the
format of projects/{project}/secrets/{secret}/versions/{version}
.
Declaration
[JsonProperty("passwordSecretVersion")]
public virtual string PasswordSecretVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
Username
The username to access the remote repository.
Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
Type | Description |
---|---|
string |