Class: Google::Apis::IamV2beta::GoogleIamV1LoggingAuditData
- Inherits:
-
Object
- Object
- Google::Apis::IamV2beta::GoogleIamV1LoggingAuditData
- 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
-
#policy_delta ⇒ Google::Apis::IamV2beta::GoogleIamV1PolicyDelta
The difference delta between two policies.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleIamV1LoggingAuditData
constructor
A new instance of GoogleIamV1LoggingAuditData.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_delta ⇒ Google::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 |