Class: Google::Cloud::BeyondCorp::AppConnectors::V1::AppConnector::PrincipalInfo::ServiceAccount

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

Overview

ServiceAccount represents a GCP 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.



269
270
271
272
# File 'proto_docs/google/cloud/beyondcorp/appconnectors/v1/app_connectors_service.rb', line 269

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