Class: Google::Cloud::LifeSciences::V2beta::ServiceAccount
- Inherits:
-
Object
- Object
- Google::Cloud::LifeSciences::V2beta::ServiceAccount
- 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
-
#email ⇒ ::String
Email address of the service account.
-
#scopes ⇒ ::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.
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.
478 479 480 481 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 478 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.
478 479 480 481 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 478 class ServiceAccount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |