public sealed class ApiAuth : IMessage<ApiAuth>, IEquatable<ApiAuth>, IDeepCloneable<ApiAuth>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ApiAuth.
The generic reusable api auth config.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ApiAuth()
public ApiAuth()ApiAuth(ApiAuth)
public ApiAuth(ApiAuth other)| Parameter | |
|---|---|
| Name | Description |
other |
ApiAuth |
Properties
ApiKeyConfig
public ApiAuth.Types.ApiKeyConfig ApiKeyConfig { get; set; }The API secret.
| Property Value | |
|---|---|
| Type | Description |
ApiAuthTypesApiKeyConfig |
|
AuthConfigCase
public ApiAuth.AuthConfigOneofCase AuthConfigCase { get; }| Property Value | |
|---|---|
| Type | Description |
ApiAuthAuthConfigOneofCase |
|