@@ -101,121 +101,4 @@ Follow the steps below to observe an audit log due to user onboarding:
101101
102102## Audit log actions
103103
104- The following are the audit logs generated in Asgardeo, grouped by category.
105-
106- ### Actions
107-
108- | Audit Log | Description |
109- | ---| ---|
110- | ` activate-action ` | An action was activated. |
111- | ` add-action ` | A new action was added. |
112- | ` delete-action ` | An action was deleted. |
113- | ` update-action ` | An action was updated. |
114- | ` deactivate-action ` | An action was deactivated. |
115-
116- ### Application management
117-
118- | Audit Log | Description |
119- | ---| ---|
120- | ` create-application ` | A new application was created. |
121- | ` delete-application ` | An application was deleted. |
122- | ` update-application ` | An application was updated. |
123- | ` create-oauth-application ` | A new OAuth application was created. |
124-
125- ### Application sharing
126-
127- | Audit Log | Description |
128- | ---| ---|
129- | ` processing-share-application-with-all-orgs ` | An application was shared with all organizations. |
130- | ` processing-unshare-application-from-all-orgs ` | An application was unshared from all organizations. |
131- | ` processing-unshare-application-from-selected-orgs ` | An application was unshared from selected organizations. |
132- | ` processing-share-application-with-selected-orgs ` | An application was shared with selected organizations. |
133-
134- ### Connections
135-
136- | Audit Log | Description |
137- | ---| ---|
138- | ` Add-IDP ` | A new connection was added. |
139- | ` Delete-IDP ` | A connection was deleted. |
140- | ` Update-IDP ` | A connection was updated. |
141-
142- ### Flow management
143-
144- | Audit Log | Description |
145- | ---| ---|
146- | ` update-flow-config-INVITED_USER_REGISTRATION ` | The invited user registration flow configuration was updated. |
147- | ` update-flow-PASSWORD_RECOVERY ` | The password recovery flow was updated. |
148- | ` update-flow-config-PASSWORD_RECOVERY ` | The password recovery flow configuration was updated. |
149- | ` update-flow-INVITED_USER_REGISTRATION ` | The invited user registration flow was updated. |
150- | ` update-flow-config-REGISTRATION ` | The registration flow configuration was updated. |
151- | ` update-flow-REGISTRATION ` | The registration flow was updated. |
152-
153- ### Organization management
154-
155- | Audit Log | Description |
156- | ---| ---|
157- | ` add-organization ` | A new organization was added. |
158- | ` delete-organization ` | An organization was deleted. |
159- | ` update-organization ` | An organization was updated. |
160-
161- ### Role management
162-
163- | Audit Log | Description |
164- | ---| ---|
165- | ` add-role ` | A new role was created. |
166- | ` update-users-of-role ` | Users of a role were updated. |
167- | ` delete-role ` | A role was deleted. |
168- | ` get-users-of-role ` | Users of a role were retrieved. |
169- | ` update-groups-of-role ` | Groups of a role were updated. |
170- | ` update-permissions-of-role ` | Permissions of a role were updated. |
171- | ` update-role-name ` | A role name was updated. |
172- | ` Update users list of role by id ` | Users list of a role was updated by ID. |
173-
174- ### Session Management
175-
176- | Audit Log | Description |
177- | ---| ---|
178- | ` TerminateSession ` | A user session was terminated. |
179-
180- ### System operations
181-
182- | Audit Log | Description |
183- | ---| ---|
184- | ` Kill-All-Agents-In-User-Store ` | All agents in a user store were terminated. |
185- | ` Kill-All-Agents-In-Tenant ` | All agents in a tenant were terminated. |
186- | ` resource-creation-via-impersonation ` | A resource was created via impersonation. |
187-
188- ### Tenant management
189-
190- | Audit Log | Description |
191- | ---| ---|
192- | ` Add-Tenant ` | A new tenant was added. |
193-
194- ### Token management
195-
196- | Audit Log | Description |
197- | ---| ---|
198- | ` Generate-Access-Token-For-Remote-User-Store ` | An access token was generated for a remote user store. |
199- | ` issue-access-token ` | An access token was issued. |
200- | ` ISSUE-SYSTEM-TOKEN ` | A system token was issued. |
201- | ` PostTokenIssue ` | A token was issued via the password grant. |
202- | ` Revoke-All-Access-Tokens-For-Remote-User-Store ` | All access tokens for a remote user store were revoked. |
203- | ` validate-scope ` | OAuth scope validation was performed. |
204-
205- ### User management
206-
207- | Audit Log | Description |
208- | ---| ---|
209- | ` add-group ` | A new group was added. |
210- | ` add-user ` | A new user was added. |
211- | ` credential-update-by-administrator ` | User credentials were updated by an administrator. |
212- | ` credential-update-by-user ` | User credentials were updated by the user. |
213- | ` delete-group ` | A group was deleted. |
214- | ` delete-user ` | A user was deleted. |
215- | ` delete-user-claim-value ` | A user claim value was deleted. |
216- | ` set-user-claim-value ` | A user claim value was set. |
217- | ` set-user-claim-values ` | Multiple user claim values were set. |
218- | ` update-group-name ` | A group name was updated. |
219- | ` Account Enable ` | A user account was enabled. |
220- | ` Account Disable ` | A user account was disabled. |
221- | ` create-federated-user-association ` | A federated user association was created. |
104+ For a comprehensive list of all audit log actions available in Asgardeo, grouped by category, refer to the [ Audit log catalog] ( audit-log-catalog.md ) .
0 commit comments