Class: Google::Cloud::VmwareEngine::V1::Principal

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#service_account::String

Returns The service account which needs to be granted the permission.

Returns:

  • (::String)

    The service account which needs to be granted the permission.



1559
1560
1561
1562
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1559

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

#user::String

Returns The user who needs to be granted permission.

Returns:

  • (::String)

    The user who needs to be granted permission.



1559
1560
1561
1562
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1559

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