public sealed class GoogleServiceAccount : IMessage<GoogleServiceAccount>, IEquatable<GoogleServiceAccount>, IDeepCloneable<GoogleServiceAccount>, IBufferMessage, IMessage
Google service account
Implements
IMessage<GoogleServiceAccount>, IEquatable<GoogleServiceAccount>, IDeepCloneable<GoogleServiceAccount>, 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 |