class Google::Apis::IamV1::AuditData
Audit log information specific to Cloud IAM. This message is serialized as an ` Any` type in the `ServiceData` message of an `AuditLog` message.
Attributes
policy_delta[RW]
The difference delta between two policies. Corresponds to the JSON property `policyDelta` @return [Google::Apis::IamV1::PolicyDelta]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/iam_v1/classes.rb, line 98 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/iam_v1/classes.rb, line 103 def update!(**args) @policy_delta = args[:policy_delta] if args.key?(:policy_delta) end