Class: Google::Apis::IamV1::AuditData
- Inherits:
-
Object
- Object
- Google::Apis::IamV1::AuditData
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/iam_v1/classes.rb,
generated/google/apis/iam_v1/representations.rb,
generated/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
-
#policy_delta ⇒ Google::Apis::IamV1::PolicyDelta
The difference delta between two policies.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AuditData
constructor
A new instance of AuditData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AuditData
Returns a new instance of AuditData.
98 99 100 |
# File 'generated/google/apis/iam_v1/classes.rb', line 98 def initialize(**args) update!(**args) end |
Instance Attribute Details
#policy_delta ⇒ Google::Apis::IamV1::PolicyDelta
The difference delta between two policies.
Corresponds to the JSON property policyDelta
96 97 98 |
# File 'generated/google/apis/iam_v1/classes.rb', line 96 def policy_delta @policy_delta end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
103 104 105 |
# File 'generated/google/apis/iam_v1/classes.rb', line 103 def update!(**args) @policy_delta = args[:policy_delta] if args.key?(:policy_delta) end |