Class GoogleCloudApihubV1UserPasswordConfig
Parameters to support Username and Password Authentication.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1UserPasswordConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Password
Required. Secret version reference containing the password. The secretmanager.versions.access
permission
should be granted to the service account accessing the secret.
Declaration
[JsonProperty("password")]
public virtual GoogleCloudApihubV1Secret Password { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudApihubV1Secret |
Username
Required. Username.
Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
Type | Description |
---|---|
string |