Documentation ¶
Overview ¶
Package logging is a generated protocol buffer package.
It is generated from these files:
google/iam/v1/logging/audit_data.proto
It has these top-level messages:
AuditData
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuditData ¶
type AuditData struct { // Policy delta between the original policy and the newly set policy. PolicyDelta *google_iam_v1.PolicyDelta `protobuf:"bytes,2,opt,name=policy_delta,json=policyDelta" json:"policy_delta,omitempty"` }
Audit log information specific to Cloud IAM. This message is serialized as an `Any` type in the `ServiceData` message of an `AuditLog` message.
func (*AuditData) Descriptor ¶
func (*AuditData) GetPolicyDelta ¶
func (m *AuditData) GetPolicyDelta() *google_iam_v1.PolicyDelta
func (*AuditData) ProtoMessage ¶
func (*AuditData) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.