Class GoogleCloudApihubV1AuthConfig
AuthConfig represents the authentication information.
Implements
Inherited Members
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 |