Skip to content

Class AuditMetadataKeys

Namespace: Cephalon.Audit.Conventions
Assembly: Cephalon.Audit.dll

Defines shared metadata keys used by the Cephalon audit companion pack.

public static class AuditMetadataKeys

objectAuditMetadataKeys

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

The metadata key that stores the audit action identifier.

public const string Action = "audit.action"

string

The metadata key that stores the actor identifier associated with an audit entry.

public const string ActorId = "audit.actorId"

string

The metadata key that stores the audit category.

public const string Category = "audit.category"

string

The metadata key that stores the correlation identifier associated with an audit entry.

public const string CorrelationId = "audit.correlationId"

string

The metadata key that stores the audited subject identifier.

public const string SubjectId = "audit.subjectId"

string

The metadata key that stores the audited subject type.

public const string SubjectType = "audit.subjectType"

string

The metadata key that stores the tenant identifier associated with an audit entry.

public const string TenantId = "audit.tenantId"

string