Class: Google::Apis::GkehubV1::GenerateMembershipRbacRoleBindingYamlResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::GkehubV1::GenerateMembershipRbacRoleBindingYamlResponse
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/gkehub_v1/classes.rb,
lib/google/apis/gkehub_v1/representations.rb,
lib/google/apis/gkehub_v1/representations.rb 
Overview
Response for GenerateRBACRoleBindingYAML.
Instance Attribute Summary collapse
- 
  
    
      #role_bindings_yaml  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
a yaml text blob including the RBAC policies.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GenerateMembershipRbacRoleBindingYamlResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GenerateMembershipRbacRoleBindingYamlResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GenerateMembershipRbacRoleBindingYamlResponse
Returns a new instance of GenerateMembershipRbacRoleBindingYamlResponse.
      2522 2523 2524  | 
    
      # File 'lib/google/apis/gkehub_v1/classes.rb', line 2522 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#role_bindings_yaml ⇒ String
a yaml text blob including the RBAC policies.
Corresponds to the JSON property roleBindingsYaml
      2520 2521 2522  | 
    
      # File 'lib/google/apis/gkehub_v1/classes.rb', line 2520 def role_bindings_yaml @role_bindings_yaml end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      2527 2528 2529  | 
    
      # File 'lib/google/apis/gkehub_v1/classes.rb', line 2527 def update!(**args) @role_bindings_yaml = args[:role_bindings_yaml] if args.key?(:role_bindings_yaml) end  |