Variable AuditLogCategoryEnumConst
AuditLogCategoryEnum: {
ADMIN: "ADMIN";
DEPLOYED_RESOURCES: "DEPLOYED_RESOURCES";
USER_TASKS: "USER_TASKS";
} = ...
Type Declaration
-
ReadonlyADMIN: "ADMIN"
-
ReadonlyDEPLOYED_RESOURCES: "DEPLOYED_RESOURCES"
-
ReadonlyUSER_TASKS: "USER_TASKS"
The category of the audit log operation.