Class AuditData (2.3.0)

public sealed class AuditData : IMessage<AuditData>, IEquatable<AuditData>, IDeepCloneable<AuditData>, IBufferMessage, IMessage

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

Inheritance

Object > AuditData

Namespace

Google.Cloud.Iam.V1.Logging

Assembly

Google.Cloud.Iam.V1.dll

Constructors

AuditData()

public AuditData()

AuditData(AuditData)

public AuditData(AuditData other)
Parameter
NameDescription
otherAuditData

Properties

PolicyDelta

public PolicyDelta PolicyDelta { get; set; }

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

Property Value
TypeDescription
PolicyDelta