Google Cloud Identity and Access Management (IAM) v1 API - Class AuditData (3.1.0)

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

Reference 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.

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