Class: Google::Apis::ComputeAlpha::AuthorizationLoggingOptions
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ComputeAlpha::AuthorizationLoggingOptions
 
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
 generated/google/apis/compute_alpha/representations.rb,
 generated/google/apis/compute_alpha/representations.rb
Overview
Authorization-related information used by Cloud Audit Logging.
Instance Attribute Summary collapse
- 
  
    
      #permission_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of the permission that was checked. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ AuthorizationLoggingOptions 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of AuthorizationLoggingOptions. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ AuthorizationLoggingOptions
Returns a new instance of AuthorizationLoggingOptions
| 1366 1367 1368 | # File 'generated/google/apis/compute_alpha/classes.rb', line 1366 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#permission_type ⇒ String
The type of the permission that was checked.
Corresponds to the JSON property permissionType
| 1364 1365 1366 | # File 'generated/google/apis/compute_alpha/classes.rb', line 1364 def @permission_type end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1371 1372 1373 | # File 'generated/google/apis/compute_alpha/classes.rb', line 1371 def update!(**args) @permission_type = args[:permission_type] if args.key?(:permission_type) end |