Class: Google::Cloud::Notebooks::V2::ServiceAccount

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/notebooks/v2/gce_setup.rb

Overview

A service account that acts as an identity.

Instance Attribute Summary collapse

Instance Attribute Details

#email::String

Returns Optional. Email address of the service account.

Returns:

  • (::String)

    Optional. Email address of the service account.



245
246
247
248
# File 'proto_docs/google/cloud/notebooks/v2/gce_setup.rb', line 245

class ServiceAccount
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#scopes::Array<::String> (readonly)

Returns 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.

Returns:



245
246
247
248
# File 'proto_docs/google/cloud/notebooks/v2/gce_setup.rb', line 245

class ServiceAccount
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end