Class: Google::Apis::ComputeBeta::AuthorizationLoggingOptions
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::AuthorizationLoggingOptions
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/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
1878 1879 1880 |
# File 'generated/google/apis/compute_beta/classes.rb', line 1878 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
1876 1877 1878 |
# File 'generated/google/apis/compute_beta/classes.rb', line 1876 def @permission_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1883 1884 1885 |
# File 'generated/google/apis/compute_beta/classes.rb', line 1883 def update!(**args) @permission_type = args[:permission_type] if args.key?(:permission_type) end |