Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1AuthConfig

Auth configuration to run the extension.

Inheritance
object
GoogleCloudAiplatformV1beta1AuthConfig
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.FirebaseML.v2beta.Data
Assembly: Google.Apis.FirebaseML.v2beta.dll
Syntax
public class GoogleCloudAiplatformV1beta1AuthConfig : IDirectResponseSchema

Properties

ApiKeyConfig

Config for API key auth.

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

AuthType

Type of auth scheme.

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

Config for Google Service Account auth.

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

HttpBasicAuthConfig

Config for HTTP Basic auth.

Declaration
[JsonProperty("httpBasicAuthConfig")]
public virtual GoogleCloudAiplatformV1beta1AuthConfigHttpBasicAuthConfig HttpBasicAuthConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1AuthConfigHttpBasicAuthConfig

OauthConfig

Config for user oauth.

Declaration
[JsonProperty("oauthConfig")]
public virtual GoogleCloudAiplatformV1beta1AuthConfigOauthConfig OauthConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1AuthConfigOauthConfig

OidcConfig

Config for user OIDC auth.

Declaration
[JsonProperty("oidcConfig")]
public virtual GoogleCloudAiplatformV1beta1AuthConfigOidcConfig OidcConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1AuthConfigOidcConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX