Class: Google::Cloud::VMMigration::V1::ServiceAccount

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vmmigration/v1/vmmigration.rb

Overview

Service account to assign to the instance created by the machine image.

Instance Attribute Summary collapse

Instance Attribute Details

#email::String

Returns Required. The email address of the service account.

Returns:

  • (::String)

    Required. The email address of the service account.



4098
4099
4100
4101
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4098

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.



4098
4099
4100
4101
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4098

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