Class GoogleServiceAccount (1.0.0)

public sealed class GoogleServiceAccount : IMessage<GoogleServiceAccount>, IEquatable<GoogleServiceAccount>, IDeepCloneable<GoogleServiceAccount>, IBufferMessage, IMessage

Google service account

Inheritance

Object > GoogleServiceAccount

Namespace

Google.Cloud.StorageTransfer.V1

Assembly

Google.Cloud.StorageTransfer.V1.dll

Constructors

GoogleServiceAccount()

public GoogleServiceAccount()

GoogleServiceAccount(GoogleServiceAccount)

public GoogleServiceAccount(GoogleServiceAccount other)
Parameter
NameDescription
otherGoogleServiceAccount

Properties

AccountEmail

public string AccountEmail { get; set; }

Email address of the service account.

Property Value
TypeDescription
String

SubjectId

public string SubjectId { get; set; }

Unique identifier for the service account.

Property Value
TypeDescription
String