1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Update audit log event data (#49944)

This commit is contained in:
docs-bot
2024-03-29 12:32:31 -04:00
committed by GitHub
parent 484fb95f96
commit 63baad098c
2 changed files with 22 additions and 1 deletions

View File

@@ -4188,6 +4188,27 @@
"operation_type"
]
},
{
"action": "enterprise_team.rename",
"description": "The name of an enterprise team was changed.",
"docs_reference_links": "N/A",
"fields": [
"actor",
"actor_id",
"user_agent",
"name",
"business_id",
"enterprise_team_id",
"enterprise_team",
"business",
"action",
"_document_id",
"@timestamp",
"created_at",
"operation_type",
"actor_is_bot"
]
},
{
"action": "environment.add_protection_rule",
"description": "A GitHub Actions deployment protection rule was created via the API.",

View File

@@ -1,4 +1,4 @@
{
"apiOnlyEventsAdditionalDescription": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
"sha": "b7f3cefa0d79e9221a76073e9f6b99d682a83431"
"sha": "86e8c1638b4820a64a1e66501abd9e824b449b3e"
}