Integration Installation Request
| action | Description | Sample | Rule |
|---|---|---|---|
| integration_ | A request to install a GitHub App was either approved or denied by an owner, or canceled by the member who opened the request. | Y | N |
| integration_ | A member requested that an owner install a GitHub App. | Y | N |
integration_installation_request.close
#Description
A request to install a GitHub App was either approved or denied by an owner, or canceled by the member who opened the request.
Documented on GitHub's enterprise audit log reference.Example Audit Log Entry #
{
"org_id": 9000097,
"actor_id": 9000051,
"created_at": 1780412016087.0,
"business_id": 9000005,
"actor_is_bot": false,
"org": "example-org",
"url": "https://example.invalid/organizations/example-org-7/settings/installations/69964430/update",
"actor": "user",
"action": "integration_installation_request.close",
"reason": "approved",
"business": "example-business",
"request_id": 9000098,
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/ip-redacted Safari/537.36",
"integration": "example-label-109",
"operation_type": "modify",
"application_client_id": "Iv23xZySlkAppId",
"external_identity_nameid": "user",
"external_identity_username": "user"
}
integration_installation_request.create
#Description
A member requested that an owner install a GitHub App.
Documented on GitHub's enterprise audit log reference.Example Audit Log Entry #
{
"org_id": 9000099,
"actor_id": 9000100,
"created_at": 1780689538738.0,
"business_id": 9000005,
"actor_is_bot": false,
"org": "example-org",
"url": "https://example.invalid/apps/chatgpt-codex-connector/installations/67915413",
"actor": "user",
"action": "integration_installation_request.create",
"business": "example-business",
"requester": "user",
"request_id": 9000101,
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:151.0) Gecko/20100101 Firefox/151.0",
"integration": "example-label-109",
"operation_type": "create",
"application_client_id": "Iv23xZySlkAppId",
"external_identity_nameid": "user",
"external_identity_username": "user"
}