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