Reference documentation and code samples for the Google API Common Protos V1 Client class AuditData.
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
Namespace
Google \ Iam \ V1 \ LoggingMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ policy_delta |
Google\Cloud\Iam\V1\PolicyDelta
Policy delta between the original policy and the newly set policy. |
getPolicyDelta
Policy delta between the original policy and the newly set policy.
Returns | |
---|---|
Type | Description |
Google\Cloud\Iam\V1\PolicyDelta|null |
hasPolicyDelta
clearPolicyDelta
setPolicyDelta
Policy delta between the original policy and the newly set policy.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Iam\V1\PolicyDelta
|
Returns | |
---|---|
Type | Description |
$this |