public sealed class ServiceAccount : IMessage<ServiceAccount>, IEquatable<ServiceAccount>, IDeepCloneable<ServiceAccount>, IBufferMessage, IMessageReference documentation and code samples for the Backup and DR Service v1 API class ServiceAccount.
A service account.
Implements
IMessageServiceAccount, IEquatableServiceAccount, IDeepCloneableServiceAccount, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
ServiceAccount()
public ServiceAccount()ServiceAccount(ServiceAccount)
public ServiceAccount(ServiceAccount other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        ServiceAccount | 
      
Properties
public string Email { get; set; }Optional. Email address of the service account.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
HasEmail
public bool HasEmail { get; }Gets whether the "email" field is set
| Property Value | |
|---|---|
| Type | Description | 
bool | 
        |
Scopes
public RepeatedField<string> Scopes { get; }Optional. The list of scopes to be made available for this service account.
| Property Value | |
|---|---|
| Type | Description | 
RepeatedFieldstring | 
        |