컨텐츠로 건너뛰기

Logged Actions

이 내용은 아직 번역본이 없습니다.

Audit Logged Actions

The following actions are audit logged and will appear in the audit log table.

Project Runner

ActionDescription
Project StartedLogged after basic project validation checks are performed on startup for the project.
Project StoppedLogged when the application signals that it is exiting for the project.

Scripts

Audit Log

ActionDescription
system.audit.log()Logged when the system.audit.log(); script is called.

FTP

ActionDescription
system.ftp.startServer()Logged when the FTP server is started with the system.ftp.startServer(); script.
system.ftp.stopServer()Logged when the FTP server is stopped with the system.ftp.stopServer(); script.

Security

ActionDescription
AuthenticationLogged when Canvas checks if the given password matches the given user.
Login AttemptLogged when a user attempts to login.
Logout AttemptLogged when a user attempts to logout.
Add UserLogged when a user with user management access adds a user.
Delete UserLogged when a user with user management access attempts to delete a user named.
Modify UserLogged when an existing user's password is changed by a user with user management access.

Tag Manager

ActionDescription
Write Tag ValueLogged before a new tag value is written to an existing tag.