Class: Google::Container::V1::LegacyAbac
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Container::V1::LegacyAbac
 
 
- Defined in:
 - lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb
 
Overview
Configuration for the legacy Attribute Based Access Control authorization mode.
Instance Attribute Summary collapse
- 
  
    
      #enabled  ⇒ true, false 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether the ABAC authorizer is enabled for this cluster.
 
Instance Attribute Details
#enabled ⇒ true, false
Returns Whether the ABAC authorizer is enabled for this cluster. When enabled, identities in the system, including service accounts, nodes, and controllers, will have statically granted permissions beyond those provided by the RBAC configuration or IAM.
      239  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 239 class LegacyAbac; end  |