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.

Note: The following fields are mutually exclusive: service_account, user. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::String)

    The service account which needs to be granted the permission.

    Note: The following fields are mutually exclusive: service_account, user. If a field in that set is populated, all other fields in the set will automatically be cleared.



1683
1684
1685
1686
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1683

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

#user::String

Returns The user who needs to be granted permission.

Note: The following fields are mutually exclusive: user, service_account. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::String)

    The user who needs to be granted permission.

    Note: The following fields are mutually exclusive: user, service_account. If a field in that set is populated, all other fields in the set will automatically be cleared.



1683
1684
1685
1686
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1683

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