Class: Google::Cloud::Compute::V1::ServiceAccount

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

Instance Attribute Details

#email::String

Returns Email address of the service account.

Returns:

  • (::String)

    Email address of the service account.



22612
22613
22614
22615
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22612

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.

Returns:

  • (::Array<::String>)

    The list of scopes to be made available for this service account.



22612
22613
22614
22615
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22612

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