Show / Hide Table of Contents

Class GoogleCloudApihubV1AuthConfig

AuthConfig represents the authentication information.

Inheritance
object
GoogleCloudApihubV1AuthConfig
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 GoogleCloudApihubV1AuthConfig : IDirectResponseSchema

Properties

ApiKeyConfig

Api Key Config.

Declaration
[JsonProperty("apiKeyConfig")]
public virtual GoogleCloudApihubV1ApiKeyConfig ApiKeyConfig { get; set; }
Property Value
Type Description
GoogleCloudApihubV1ApiKeyConfig

AuthType

Required. The authentication type.

Declaration
[JsonProperty("authType")]
public virtual string AuthType { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GoogleServiceAccountConfig

Google Service Account.

Declaration
[JsonProperty("googleServiceAccountConfig")]
public virtual GoogleCloudApihubV1GoogleServiceAccountConfig GoogleServiceAccountConfig { get; set; }
Property Value
Type Description
GoogleCloudApihubV1GoogleServiceAccountConfig

Oauth2ClientCredentialsConfig

Oauth2.0 Client Credentials.

Declaration
[JsonProperty("oauth2ClientCredentialsConfig")]
public virtual GoogleCloudApihubV1Oauth2ClientCredentialsConfig Oauth2ClientCredentialsConfig { get; set; }
Property Value
Type Description
GoogleCloudApihubV1Oauth2ClientCredentialsConfig

UserPasswordConfig

User Password.

Declaration
[JsonProperty("userPasswordConfig")]
public virtual GoogleCloudApihubV1UserPasswordConfig UserPasswordConfig { get; set; }
Property Value
Type Description
GoogleCloudApihubV1UserPasswordConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX