public sealed class AuditData : IMessage<AuditData>, IEquatable<AuditData>, IDeepCloneable<AuditData>, IBufferMessage, IMessageAudit log information specific to Cloud IAM. This message is serialized
as an Any type in the ServiceData message of an
AuditLog message.
Implements
IMessage<AuditData>, IEquatable<AuditData>, IDeepCloneable<AuditData>, IBufferMessage, IMessageNamespace
Google.Cloud.Iam.V1.LoggingAssembly
Google.Cloud.Iam.V1.dll
Constructors
AuditData()
public AuditData()AuditData(AuditData)
public AuditData(AuditData other)| Parameter | |
|---|---|
| Name | Description |
other |
AuditData |
Properties
PolicyDelta
public PolicyDelta PolicyDelta { get; set; }Policy delta between the original policy and the newly set policy.
| Property Value | |
|---|---|
| Type | Description |
PolicyDelta |
|