Class: Google::Cloud::BackupDR::V1::ServiceAccount

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#email::String

Returns Optional. Email address of the service account.

Returns:

  • (::String)

    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.

Returns:

  • (::Array<::String>)

    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