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.
Implements
IMessageApiAuthTypesApiKeyConfig, IEquatableApiAuthTypesApiKeyConfig, IDeepCloneableApiAuthTypesApiKeyConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |