class Google::Apis::ComputeBeta::LogConfigCloudAuditOptions

This is deprecated and has no effect. Do not use.

Attributes

authorization_logging_options[RW]

This is deprecated and has no effect. Do not use. Corresponds to the JSON property `authorizationLoggingOptions` @return [Google::Apis::ComputeBeta::AuthorizationLoggingOptions]

log_name[RW]

This is deprecated and has no effect. Do not use. Corresponds to the JSON property `logName` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 18175
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_beta/classes.rb, line 18180
def update!(**args)
  @authorization_logging_options = args[:authorization_logging_options] if args.key?(:authorization_logging_options)
  @log_name = args[:log_name] if args.key?(:log_name)
end