Class: Google::Apis::IamV1::AuditData

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

Overview

Audit log information specific to Cloud IAM. This message is serialized as an Any type in the ServiceData message of an AuditLog message.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AuditData

Returns a new instance of AuditData.



127
128
129
# File 'lib/google/apis/iam_v1/classes.rb', line 127

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

Instance Attribute Details

#policy_deltaGoogle::Apis::IamV1::PolicyDelta

The difference delta between two policies. Corresponds to the JSON property policyDelta



125
126
127
# File 'lib/google/apis/iam_v1/classes.rb', line 125

def policy_delta
  @policy_delta
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



132
133
134
# File 'lib/google/apis/iam_v1/classes.rb', line 132

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