Show / Hide Table of Contents

Class GoogleCloudApihubV1UserPasswordConfig

Parameters to support Username and Password Authentication.

Inheritance
object
GoogleCloudApihubV1UserPasswordConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX