Skip to content

Commit 15da689

Browse files
authored
Update audit log event data (#49438)
1 parent e277cb0 commit 15da689

File tree

6 files changed

+51
-1
lines changed

6 files changed

+51
-1
lines changed

src/audit-logs/data/fpt/organization.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,11 +564,21 @@
564564
"description": "Token(s) for an integration were revoked.",
565565
"docs_reference_links": "N/A"
566566
},
567+
{
568+
"action": "integration.suspend",
569+
"description": "An integration was suspended.",
570+
"docs_reference_links": "N/A"
571+
},
567572
{
568573
"action": "integration.transfer",
569574
"description": "Ownership of an integration was transferred to another user or organization.",
570575
"docs_reference_links": "N/A"
571576
},
577+
{
578+
"action": "integration.unsuspend",
579+
"description": "An integration was unsuspended.",
580+
"docs_reference_links": "N/A"
581+
},
572582
{
573583
"action": "ip_allow_list.disable",
574584
"description": "An IP allow list was disabled.",

src/audit-logs/data/fpt/user.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,11 +454,21 @@
454454
"description": "Token(s) for an integration were revoked.",
455455
"docs_reference_links": "N/A"
456456
},
457+
{
458+
"action": "integration.suspend",
459+
"description": "An integration was suspended.",
460+
"docs_reference_links": "N/A"
461+
},
457462
{
458463
"action": "integration.transfer",
459464
"description": "Ownership of an integration was transferred to another user or organization.",
460465
"docs_reference_links": "N/A"
461466
},
467+
{
468+
"action": "integration.unsuspend",
469+
"description": "An integration was unsuspended.",
470+
"docs_reference_links": "N/A"
471+
},
462472
{
463473
"action": "marketplace_agreement_signature.create",
464474
"description": "The GitHub Marketplace Developer Agreement was signed.",

src/audit-logs/data/ghec/enterprise.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,11 +1254,21 @@
12541254
"description": "Token(s) for an integration were revoked.",
12551255
"docs_reference_links": "N/A"
12561256
},
1257+
{
1258+
"action": "integration.suspend",
1259+
"description": "An integration was suspended.",
1260+
"docs_reference_links": "N/A"
1261+
},
12571262
{
12581263
"action": "integration.transfer",
12591264
"description": "Ownership of an integration was transferred to another user or organization.",
12601265
"docs_reference_links": "N/A"
12611266
},
1267+
{
1268+
"action": "integration.unsuspend",
1269+
"description": "An integration was unsuspended.",
1270+
"docs_reference_links": "N/A"
1271+
},
12621272
{
12631273
"action": "ip_allow_list.disable",
12641274
"description": "An IP allow list was disabled.",

src/audit-logs/data/ghec/organization.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,11 +564,21 @@
564564
"description": "Token(s) for an integration were revoked.",
565565
"docs_reference_links": "N/A"
566566
},
567+
{
568+
"action": "integration.suspend",
569+
"description": "An integration was suspended.",
570+
"docs_reference_links": "N/A"
571+
},
567572
{
568573
"action": "integration.transfer",
569574
"description": "Ownership of an integration was transferred to another user or organization.",
570575
"docs_reference_links": "N/A"
571576
},
577+
{
578+
"action": "integration.unsuspend",
579+
"description": "An integration was unsuspended.",
580+
"docs_reference_links": "N/A"
581+
},
572582
{
573583
"action": "ip_allow_list.disable",
574584
"description": "An IP allow list was disabled.",

src/audit-logs/data/ghec/user.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,11 +419,21 @@
419419
"description": "Token(s) for an integration were revoked.",
420420
"docs_reference_links": "N/A"
421421
},
422+
{
423+
"action": "integration.suspend",
424+
"description": "An integration was suspended.",
425+
"docs_reference_links": "N/A"
426+
},
422427
{
423428
"action": "integration.transfer",
424429
"description": "Ownership of an integration was transferred to another user or organization.",
425430
"docs_reference_links": "N/A"
426431
},
432+
{
433+
"action": "integration.unsuspend",
434+
"description": "An integration was unsuspended.",
435+
"docs_reference_links": "N/A"
436+
},
427437
{
428438
"action": "marketplace_agreement_signature.create",
429439
"description": "The GitHub Marketplace Developer Agreement was signed.",

src/audit-logs/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"apiOnlyEventsAdditionalDescription": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
3-
"sha": "5feaab79bb222c2650512d95c8b2e4976cd0aa4b"
3+
"sha": "536fdc439ed5004890a5eb334b86047b2e1d6887"
44
}

0 commit comments

Comments
 (0)