Class: Google::Cloud::VMMigration::V1::ServiceAccount
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::ServiceAccount
- 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
-
#email ⇒ ::String
Required.
-
#scopes ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#email ⇒ ::String
Returns 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.
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 |