Appendix: Audit Events Examples
Examples: Service Startup/Shutdown Events
service-started
service-started{
"@context" : [
"https://www.w3.org/ns/activitystreams",
"https://schema.inrupt.com/audit/v1.jsonld"
],
"id" : "urn:uuid:f762e7da-4716-4ed1-9fef-6674c0d5b314",
"type" : [
"Activity"
],
"name" : "service-started",
"summary" : "Service inrupt-provision-postgres-s3 has started up",
"generator" : {
"qualifiedAssociation" : "1",
"type" : [
"SoftwareApplication"
],
"wasAssociatedWith" : "ess-pod-provision-b984d649b-2q8xr",
"id" : "https://provision.example.com/",
"name" : "inrupt-provision-postgres-s3"
},
"actor" : [ ],
"object" : [
{
"name" : "quarkus",
"qualifiedAssociation" : "2.2.0"
}
],
"instrument" : [ ],
"result" : [ ],
"identifier" : "ee61bf8ac01c41f7811debe09d84b0e0",
"published" : "2023-12-06T01:44:47.218214562Z"
}service-shutdown
service-shutdownExamples: Authorization Code Flow Events
openid-authorization-initialized
openid-authorization-initializedopenid-backend-idp-login
openid-backend-idp-loginopenid-token-requested
openid-token-requesteduma-token-created
uma-token-createdExamples: WebID/Pod Provision Events
webid-created
webid-createdpod-provisioned
pod-provisionedprovisioned-pod-access-control
provisioned-pod-access-controlExamples: Access Control Resource (ACR) Events
acr-created
acr-createdacr-updated
acr-updatedacr-deleted
acr-deletedExamples: Resource Lifecycle Events
resource-created
resource-createdresource-read
resource-readresource-updated
resource-updatedresource-deleted
resource-deletedExamples: Access Requests/Grants Lifecycle Events
access-request-created
access-request-createdaccess-grant-created
access-grant-createdaccess-request-read
access-request-readaccess-grant-read
access-grant-readaccess-request-verified
access-request-verifiedaccess-grant-verified
access-grant-verifiedaccess-grant-queried
access-grant-queriedaccess-grant-revoked
access-grant-revokedrevocation-status-read
revocation-status-readExamples: Query
Last updated