Class: Google::Apis::IamV2beta::GoogleIamV1LoggingAuditData

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



137
138
139
# File 'lib/google/apis/iam_v2beta/classes.rb', line 137

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

Instance Attribute Details

#policy_deltaGoogle::Apis::IamV2beta::GoogleIamV1PolicyDelta

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



135
136
137
# File 'lib/google/apis/iam_v2beta/classes.rb', line 135

def policy_delta
  @policy_delta
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



142
143
144
# File 'lib/google/apis/iam_v2beta/classes.rb', line 142

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