Class: Google::Cloud::Container::V1::RBACBindingConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::RBACBindingConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
RBACBindingConfig allows user to restrict ClusterRoleBindings an RoleBindings that can be created.
Instance Attribute Summary collapse
-
#enable_insecure_binding_system_authenticated ⇒ ::Boolean
Setting this to true will allow any ClusterRoleBinding and RoleBinding with subjects system:authenticated.
-
#enable_insecure_binding_system_unauthenticated ⇒ ::Boolean
Setting this to true will allow any ClusterRoleBinding and RoleBinding with subjets system:anonymous or system:unauthenticated.
Instance Attribute Details
#enable_insecure_binding_system_authenticated ⇒ ::Boolean
Returns Setting this to true will allow any ClusterRoleBinding and RoleBinding with subjects system:authenticated.
1942 1943 1944 1945 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 1942 class RBACBindingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_insecure_binding_system_unauthenticated ⇒ ::Boolean
Returns Setting this to true will allow any ClusterRoleBinding and RoleBinding with subjets system:anonymous or system:unauthenticated.
1942 1943 1944 1945 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 1942 class RBACBindingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |