Class: Google::Cloud::VmwareEngine::V1::Principal
- Inherits:
-
Object
- Object
- Google::Cloud::VmwareEngine::V1::Principal
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb
Overview
Users/Service accounts which have access for DNS binding on the intranet VPC corresponding to the consumer project.
Instance Attribute Summary collapse
-
#service_account ⇒ ::String
The service account which needs to be granted the permission.
-
#user ⇒ ::String
The user who needs to be granted permission.
Instance Attribute Details
#service_account ⇒ ::String
Returns The service account which needs to be granted the permission.
1669 1670 1671 1672 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1669 class Principal include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |