public sealed class AuditData : IMessage<AuditData>, IEquatable<AuditData>, IDeepCloneable<AuditData>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Identity and Access Management (IAM) v1 API 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.
Implements
IMessageAuditData, IEquatableAuditData, IDeepCloneableAuditData, 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 |
|