Cloud AI Platform v1beta1 API - Class ApiAuth.Types.ApiKeyConfig (1.0.0-beta03)

public sealed class ApiAuth.Types.ApiKeyConfig : IMessage<ApiAuth.Types.ApiKeyConfig>, IEquatable<ApiAuth.Types.ApiKeyConfig>, IDeepCloneable<ApiAuth.Types.ApiKeyConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ApiAuth.Types.ApiKeyConfig.

The API secret.

Inheritance

object > ApiAuth.Types.ApiKeyConfig

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ApiKeyConfig()

public ApiKeyConfig()

ApiKeyConfig(ApiKeyConfig)

public ApiKeyConfig(ApiAuth.Types.ApiKeyConfig other)
Parameter
Name Description
other ApiAuthTypesApiKeyConfig

Properties

ApiKeySecretVersion

public string ApiKeySecretVersion { get; set; }

Required. The SecretManager secret version resource name storing API key. e.g. projects/{project}/secrets/{secret}/versions/{version}

Property Value
Type Description
string

ApiKeySecretVersionAsSecretVersionName

public SecretVersionName ApiKeySecretVersionAsSecretVersionName { get; set; }

SecretVersionName-typed view over the ApiKeySecretVersion resource name property.

Property Value
Type Description
SecretVersionName