Class: Google::Cloud::GkeHub::V1::GenerateMembershipRBACRoleBindingYAMLResponse

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

Overview

Response for GenerateRBACRoleBindingYAML.

Instance Attribute Summary collapse

Instance Attribute Details

#role_bindings_yaml::String

Returns a yaml text blob including the RBAC policies.

Returns:

  • (::String)

    a yaml text blob including the RBAC policies.



585
586
587
588
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 585

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