Class: Google::Cloud::GkeHub::V1::GenerateMembershipRBACRoleBindingYAMLResponse
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1::GenerateMembershipRBACRoleBindingYAMLResponse
- 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
-
#role_bindings_yaml ⇒ ::String
A yaml text blob including the RBAC policies.
Instance Attribute Details
#role_bindings_yaml ⇒ ::String
Returns 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 |