Class: Google::Apis::IamV2::GoogleIamV1LoggingAuditData

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/iam_v2/classes.rb,
lib/google/apis/iam_v2/representations.rb,
lib/google/apis/iam_v2/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) ⇒ GoogleIamV1LoggingAuditData

Returns a new instance of GoogleIamV1LoggingAuditData.



222
223
224
# File 'lib/google/apis/iam_v2/classes.rb', line 222

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

Instance Attribute Details

#policy_deltaGoogle::Apis::IamV2::GoogleIamV1PolicyDelta

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



220
221
222
# File 'lib/google/apis/iam_v2/classes.rb', line 220

def policy_delta
  @policy_delta
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



227
228
229
# File 'lib/google/apis/iam_v2/classes.rb', line 227

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