---
title: Activity Events | Keycard
description: The registry of events each Activity feed surfaces for Resources, Providers, Applications, Users, and policies.
---

Each **Activity** feed in the Console shows the events registered for its entity type, listed below. An event can appear in more than one feed: `credentials:issue` shows on both the Resource and the Provider it involves. For how to open and read a feed, see [Read an Activity Feed](/admin/activities/index.md).

## Resource activity

| Action                    | Name                    | Description                                                      |
| ------------------------- | ----------------------- | ---------------------------------------------------------------- |
| `credentials:issue`       | Credential issued       | Keycard issued a credential to an actor for the target Resource. |
| `delegated-grants:create` | Delegated grant created | A delegated grant was created.                                   |
| `delegated-grants:revoke` | Delegated grant revoked | A delegated grant was revoked.                                   |
| `resources:create`        | Resource created        | The target Resource was created.                                 |
| `resources:update`        | Resource updated        | The target Resource was updated.                                 |

## Provider activity

| Action               | Name               | Description                                                               |
| -------------------- | ------------------ | ------------------------------------------------------------------------- |
| `credentials:issue`  | Credential issued  | Keycard issued a credential to an actor for the target Resource.          |
| `providers:create`   | Provider created   | A Provider was created.                                                   |
| `providers:update`   | Provider updated   | A Provider was updated.                                                   |
| `providers:validate` | Provider validated | Keycard validated a Provider’s configuration.                             |
| `users:authenticate` | User authenticated | A User completed authentication against Keycard.                          |
| `users:authorize`    | User authorized    | A User was granted or denied authorization to access the target Resource. |

## Application activity

| Action                           | Name                           | Description                            |
| -------------------------------- | ------------------------------ | -------------------------------------- |
| `applications:create`            | Application created            | An Application was created.            |
| `applications:update`            | Application updated            | An Application was updated.            |
| `application-credentials:create` | Application credential created | An Application credential was created. |
| `application-credentials:update` | Application credential updated | An Application credential was updated. |

## User activity

The User feed matches events on two axes: events the person performed (directly or through an Application acting on their behalf) and events affecting their account. Anything the person performed can appear here, including actions from the other feeds; the events below are the ones specific to this feed.

| Action                    | Name                    | Description                                                               |
| ------------------------- | ----------------------- | ------------------------------------------------------------------------- |
| `credentials:issue`       | Credential issued       | Keycard issued a credential to an actor for the target Resource.          |
| `delegated-grants:create` | Delegated grant created | A delegated grant was created.                                            |
| `delegated-grants:revoke` | Delegated grant revoked | A delegated grant was revoked.                                            |
| `users:authenticate`      | User authenticated      | A User completed authentication against Keycard.                          |
| `users:authorize`         | User authorized         | A User was granted or denied authorization to access the target Resource. |
| `users:create`            | User created            | A User was created.                                                       |
| `users:update`            | User updated            | A User was updated.                                                       |

## Policy activity

| Action                         | Name                         | Description                                                            |
| ------------------------------ | ---------------------------- | ---------------------------------------------------------------------- |
| `policies:evaluate`            | Policy evaluated             | Keycard evaluated policy for an actor’s access to the target Resource. |
| `policies:create`              | Policy created               | A policy was created.                                                  |
| `policies:update`              | Policy updated               | A policy was updated.                                                  |
| `policy_versions:create`       | Policy version created       | A policy version was created.                                          |
| `policy_sets:create`           | Policy set created           | A policy set was created.                                              |
| `policy_sets:update`           | Policy set updated           | A policy set was updated.                                              |
| `policy_set_versions:create`   | Policy set version created   | A policy set version was created.                                      |
| `policy_set_versions:activate` | Policy set version activated | A policy set version was activated.                                    |
| `policy_schema:set_default`    | Policy schema set as default | A policy schema was set as the default.                                |
| `policy_schema:update`         | Policy schema updated        | A policy schema was updated.                                           |

Beyond the Activity feeds

Activity feeds only show the events listed above. Deletions, archivals, and lower-level operations still land in the [Audit Log](/admin/audit-log-and-sessions/index.md) and in [Audit Log Export](/admin/audit-log-export/index.md).

## Related

- [Read an Activity Feed](/admin/activities/index.md)
- [Audit Log & Sessions](/admin/audit-log-and-sessions/index.md)
- [Audit Log Export](/admin/audit-log-export/index.md)
