class Google::Apis::IamV1::AdminAuditData

Audit log information specific to Cloud IAM admin APIs. This message is serialized as an `Any` type in the `ServiceData` message of an `AuditLog` message.

Attributes

permission_delta[RW]

A PermissionDelta message to record the added_permissions and removed_permissions inside a role. Corresponds to the JSON property `permissionDelta` @return [Google::Apis::IamV1::PermissionDelta]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/iam_v1/classes.rb, line 37
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 42
def update!(**args)
  @permission_delta = args[:permission_delta] if args.key?(:permission_delta)
end