Cloud AI Platform v1beta1 API - Class AuthConfig.Types.HttpBasicAuthConfig (1.0.0-beta02)

public sealed class AuthConfig.Types.HttpBasicAuthConfig : IMessage<AuthConfig.Types.HttpBasicAuthConfig>, IEquatable<AuthConfig.Types.HttpBasicAuthConfig>, IDeepCloneable<AuthConfig.Types.HttpBasicAuthConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class AuthConfig.Types.HttpBasicAuthConfig.

Config for HTTP Basic Authentication.

Inheritance

object > AuthConfig.Types.HttpBasicAuthConfig

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

HttpBasicAuthConfig()

public HttpBasicAuthConfig()

HttpBasicAuthConfig(HttpBasicAuthConfig)

public HttpBasicAuthConfig(AuthConfig.Types.HttpBasicAuthConfig other)
Parameter
Name Description
other AuthConfigTypesHttpBasicAuthConfig

Properties

CredentialSecret

public string CredentialSecret { get; set; }

Required. The name of the SecretManager secret version resource storing the base64 encoded credentials. Format: projects/{project}/secrets/{secrete}/versions/{version}

Property Value
Type Description
string

CredentialSecretAsSecretVersionName

public SecretVersionName CredentialSecretAsSecretVersionName { get; set; }

SecretVersionName-typed view over the CredentialSecret resource name property.

Property Value
Type Description
SecretVersionName