Class AuditMetadataKeys
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Audit.Conventions
Assembly: Cephalon.Audit.dll
Defines shared metadata keys used by the Cephalon audit companion pack.
public static class AuditMetadataKeysInheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”Action
Section titled “ Action”The metadata key that stores the audit action identifier.
public const string Action = "audit.action"Field Value
Section titled “Field Value”ActorId
Section titled “ ActorId”The metadata key that stores the actor identifier associated with an audit entry.
public const string ActorId = "audit.actorId"Field Value
Section titled “Field Value”Category
Section titled “ Category”The metadata key that stores the audit category.
public const string Category = "audit.category"Field Value
Section titled “Field Value”CorrelationId
Section titled “ CorrelationId”The metadata key that stores the correlation identifier associated with an audit entry.
public const string CorrelationId = "audit.correlationId"Field Value
Section titled “Field Value”SubjectId
Section titled “ SubjectId”The metadata key that stores the audited subject identifier.
public const string SubjectId = "audit.subjectId"Field Value
Section titled “Field Value”SubjectType
Section titled “ SubjectType”The metadata key that stores the audited subject type.
public const string SubjectType = "audit.subjectType"Field Value
Section titled “Field Value”TenantId
Section titled “ TenantId”The metadata key that stores the tenant identifier associated with an audit entry.
public const string TenantId = "audit.tenantId"