Class: Google::Cloud::Compute::V1::ServiceAccount
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ServiceAccount
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A service account.
Instance Attribute Summary collapse
-
#email ⇒ ::String
Email address of the service account.
-
#scopes ⇒ ::Array<::String>
The list of scopes to be made available for this service account.
Instance Attribute Details
#email ⇒ ::String
Returns Email address of the service account.
29111 29112 29113 29114 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29111 class ServiceAccount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#scopes ⇒ ::Array<::String>
Returns The list of scopes to be made available for this service account.
29111 29112 29113 29114 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29111 class ServiceAccount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |