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(array $data = NULL)

Constructor.

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 37
__construct(array $data = NULL)

Constructor.

Parameters

array $data { Optional. Data for populating the Message object.

@type \Google\Cloud\Iam\V1\PolicyDelta $policy_delta
      Policy delta between the original policy and the newly set policy.

}

at line 48
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 60
$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