Notebooks v2 API - Class ServiceAccount (1.2.0)

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

Reference documentation and code samples for the Notebooks v2 API class ServiceAccount.

A service account that acts as an identity.

Inheritance

object > ServiceAccount

Namespace

Google.Cloud.Notebooks.V2

Assembly

Google.Cloud.Notebooks.V2.dll

Constructors

ServiceAccount()

public ServiceAccount()

ServiceAccount(ServiceAccount)

public ServiceAccount(ServiceAccount other)
Parameter
Name Description
other ServiceAccount

Properties

Email

public string Email { get; set; }

Optional. Email address of the service account.

Property Value
Type Description
string

Scopes

public RepeatedField<string> Scopes { get; }

Output only. The list of scopes to be made available for this service account. Set by the CLH to https://www.googleapis.com/auth/cloud-platform

Property Value
Type Description
RepeatedFieldstring