Class: Google::Cloud::LifeSciences::V2beta::ServiceAccount

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/lifesciences/v2beta/workflows.rb

Overview

Carries information about a Google Cloud service account.

Instance Attribute Summary collapse

Instance Attribute Details

#email::String

Returns Email address of the service account. If not specified, the default Compute Engine service account for the project will be used.

Returns:

  • (::String)

    Email address of the service account. If not specified, the default Compute Engine service account for the project will be used.



477
478
479
480
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 477

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

#scopes::Array<::String>

Returns List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.

Returns:

  • (::Array<::String>)

    List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.



477
478
479
480
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 477

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