Class: Google::Iam::V1::BindingDelta
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Iam::V1::BindingDelta
 
 
- Defined in:
 - lib/google/cloud/kms/v1/doc/google/iam/v1/policy.rb
 
Overview
One delta entry for Binding. Each individual change (only one member in each entry) to a binding will be a separate entry.
Instance Attribute Summary collapse
- 
  
    
      #action  ⇒ Google::Iam::V1::BindingDelta::Action 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The action that was performed on a Binding.
 - 
  
    
      #member  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A single identity requesting access for a Cloud Platform resource.
 - 
  
    
      #role  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Role that is assigned to +members+.
 
Instance Attribute Details
#action ⇒ Google::Iam::V1::BindingDelta::Action
Returns The action that was performed on a Binding. Required
      125  | 
    
      # File 'lib/google/cloud/kms/v1/doc/google/iam/v1/policy.rb', line 125 class BindingDelta; end  | 
  
#member ⇒ String
Returns A single identity requesting access for a Cloud Platform resource. Follows the same format of Binding.members. Required
      125  | 
    
      # File 'lib/google/cloud/kms/v1/doc/google/iam/v1/policy.rb', line 125 class BindingDelta; end  | 
  
#role ⇒ String
Returns Role that is assigned to +members+. For example, +roles/viewer+, +roles/editor+, or +roles/owner+. Required
      125  | 
    
      # File 'lib/google/cloud/kms/v1/doc/google/iam/v1/policy.rb', line 125 class BindingDelta; end  |