Audit Logs
Connection Upserted
Getting Started
AI
Embedding
Admin Console
Operations
Audit Logs
Connection Upserted
Available options:
connection.deleted
App connection is a connection to an external app.
Available options:
ACTIVE
Available options:
OAUTH2
{
"id": "<string>",
"created": "<string>",
"updated": "<string>",
"platformId": "<string>",
"projectId": "<string>",
"projectDisplayName": "<string>",
"userId": "<string>",
"userEmail": "<string>",
"ip": "<string>",
"action": "connection.deleted",
"data": {
"connection": {
"displayName": "<string>",
"externalId": "<string>",
"pieceName": "<string>",
"status": "ACTIVE",
"type": "OAUTH2",
"id": "<string>",
"created": "<string>",
"updated": "<string>"
},
"project": {
"displayName": "<string>"
}
}
}