public sealed class GoogleServiceAccount : IMessage<GoogleServiceAccount>, IEquatable<GoogleServiceAccount>, IDeepCloneable<GoogleServiceAccount>, IBufferMessage, IMessage
Reference documentation and code samples for the Storage Transfer v1 API class GoogleServiceAccount.
Google service account
Implements
IMessageGoogleServiceAccount, IEquatableGoogleServiceAccount, IDeepCloneableGoogleServiceAccount, IBufferMessage, IMessageNamespace
Google.Cloud.StorageTransfer.V1Assembly
Google.Cloud.StorageTransfer.V1.dll
Constructors
GoogleServiceAccount()
public GoogleServiceAccount()
GoogleServiceAccount(GoogleServiceAccount)
public GoogleServiceAccount(GoogleServiceAccount other)
Parameter | |
---|---|
Name | Description |
other | GoogleServiceAccount |
Properties
AccountEmail
public string AccountEmail { get; set; }
Email address of the service account.
Property Value | |
---|---|
Type | Description |
string |
SubjectId
public string SubjectId { get; set; }
Unique identifier for the service account.
Property Value | |
---|---|
Type | Description |
string |