Class: Google::Apis::CloudkmsV1::CloudAuditOptions
- Inherits:
-
Object
- Object
- Google::Apis::CloudkmsV1::CloudAuditOptions
- Defined in:
- generated/google/apis/cloudkms_v1/classes.rb,
generated/google/apis/cloudkms_v1/representations.rb,
generated/google/apis/cloudkms_v1/representations.rb
Overview
Write a Cloud Audit log
Instance Attribute Summary collapse
-
#log_name ⇒ String
The log_name to populate in the Cloud Audit Record.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CloudAuditOptions
constructor
A new instance of CloudAuditOptions.
-
#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) ⇒ CloudAuditOptions
Returns a new instance of CloudAuditOptions
524 525 526 |
# File 'generated/google/apis/cloudkms_v1/classes.rb', line 524 def initialize(**args) update!(**args) end |
Instance Attribute Details
#log_name ⇒ String
The log_name to populate in the Cloud Audit Record.
Corresponds to the JSON property logName
522 523 524 |
# File 'generated/google/apis/cloudkms_v1/classes.rb', line 522 def log_name @log_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
529 530 531 |
# File 'generated/google/apis/cloudkms_v1/classes.rb', line 529 def update!(**args) @log_name = args[:log_name] if args.key?(:log_name) end |