Variable AuditOperationConst
AuditOperation: {
Create: "CREATE";
Delete: "DELETE";
ExportMrc: "EXPORT_MRC";
ExportPkb: "EXPORT_PKB";
ExportPv: "EXPORT_PV";
ExportPvDocs: "EXPORT_PV_DOCS";
ExportPvTests: "EXPORT_PV_TESTS";
ExportRadar: "EXPORT_RADAR";
Read: "READ";
ReadSource: "READ_SOURCE";
Update: "UPDATE";
} = ...
Type Declaration
ReadonlyCreate: "CREATE"
ReadonlyDelete: "DELETE"
ReadonlyExportMrc: "EXPORT_MRC"
ReadonlyExportPkb: "EXPORT_PKB"
ReadonlyExportPv: "EXPORT_PV"
ReadonlyExportPvDocs: "EXPORT_PV_DOCS"
ReadonlyExportPvTests: "EXPORT_PV_TESTS"
ReadonlyExportRadar: "EXPORT_RADAR"
ReadonlyRead: "READ"
ReadonlyReadSource: "READ_SOURCE"
ReadonlyUpdate: "UPDATE"
An enumeration.