Cloud AI Platform v1beta1 API - Class AuthConfig.Types.GoogleServiceAccountConfig (1.0.0-beta03)

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

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

Config for Google Service Account Authentication.

Inheritance

object > AuthConfig.Types.GoogleServiceAccountConfig

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

GoogleServiceAccountConfig()

public GoogleServiceAccountConfig()

GoogleServiceAccountConfig(GoogleServiceAccountConfig)

public GoogleServiceAccountConfig(AuthConfig.Types.GoogleServiceAccountConfig other)
Parameter
Name Description
other AuthConfigTypesGoogleServiceAccountConfig

Properties

ServiceAccount

public string ServiceAccount { get; set; }

Optional. The service account that the extension execution service runs as.

Property Value
Type Description
string