Class: Google::Apis::ComputeV1::AuthorizationLoggingOptions

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb

Overview

Authorization-related information used by Cloud Audit Logging.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AuthorizationLoggingOptions

Returns a new instance of AuthorizationLoggingOptions.



1570
1571
1572
# File 'lib/google/apis/compute_v1/classes.rb', line 1570

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#permission_typeString

The type of the permission that was checked. Corresponds to the JSON property permissionType

Returns:

  • (String)


1568
1569
1570
# File 'lib/google/apis/compute_v1/classes.rb', line 1568

def permission_type
  @permission_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1575
1576
1577
# File 'lib/google/apis/compute_v1/classes.rb', line 1575

def update!(**args)
  @permission_type = args[:permission_type] if args.key?(:permission_type)
end