Class: Google::Cloud::Notebooks::V2::ServiceAccount
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V2::ServiceAccount
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v2/gce_setup.rb
Overview
A service account that acts as an identity.
Instance Attribute Summary collapse
-
#email ⇒ ::String
Optional.
-
#scopes ⇒ ::Array<::String>
readonly
Output only.
Instance Attribute Details
#email ⇒ ::String
Returns Optional. Email address of the service account.
245 246 247 248 |
# File 'proto_docs/google/cloud/notebooks/v2/gce_setup.rb', line 245 class ServiceAccount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#scopes ⇒ ::Array<::String> (readonly)
Returns Output only. The list of scopes to be made available for this service account. Set by the CLH to https://www.googleapis.com/auth/cloud-platform.
245 246 247 248 |
# File 'proto_docs/google/cloud/notebooks/v2/gce_setup.rb', line 245 class ServiceAccount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |