class AuditData extends Message

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

Generated from protobuf message google.iam.v1.logging.AuditData

Methods

__construct()

No description

getPolicyDelta()

Policy delta between the original policy and the newly set policy.

$this
setPolicyDelta(PolicyDelta $var)

Policy delta between the original policy and the newly set policy.

Details

at line 27
__construct()

at line 38
PolicyDelta getPolicyDelta()

Policy delta between the original policy and the newly set policy.

Generated from protobuf field .google.iam.v1.PolicyDelta policy_delta = 2;

Return Value

PolicyDelta

at line 50
$this setPolicyDelta(PolicyDelta $var)

Policy delta between the original policy and the newly set policy.

Generated from protobuf field .google.iam.v1.PolicyDelta policy_delta = 2;

Parameters

PolicyDelta $var

Return Value

$this