Skip to content

Commit bbc4818

Browse files
authored
Merge pull request github#20438 from github/repo-sync
repo sync
2 parents 413d9d7 + 0a5016a commit bbc4818

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

translations/zh-CN/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ The scope of the events that appear in your enterprise's audit log depend on whe
146146
{%- ifversion ghec or ghes %}
147147
| `business.set_fork_pr_workflows_policy` | The policy for workflows on private repository forks was changed. For more information, see "{% ifversion ghec %}[Enforcing policies for {% data variables.product.prodname_actions %} in an enterprise](/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise#enforcing-a-policy-for-fork-pull-requests-in-private-repositories){% else ifversion ghes > 2.22 %}[Enabling workflows for private repository forks](/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enforcing-github-actions-policies-for-your-enterprise#enabling-workflows-for-private-repository-forks){% endif %}."
148148
{%- endif %}
149+
{%- ifversion audit-log-sso-response-events %}
150+
|`business.sso_response` | A SAML single sign-on (SSO) response was generated when a member attempted to authenticate with your enterprise. This event is only available via audit log streaming and the REST API.
151+
{%- endif %}
149152
{%- ifversion ghes %}
150153
| `business.update_actions_settings` | An enterprise owner or site administrator updated {% data variables.product.prodname_actions %} policy settings for an enterprise. For more information, see "[Enforcing policies for GitHub Actions in your enterprise](/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise)."
151154
{%- endif %}
@@ -730,8 +733,8 @@ Before you'll see `git` category actions, you must enable Git events in the audi
730733
{%- ifversion fpt or ghec or ghes %}
731734
| `org.set_fork_pr_workflows_policy` | The policy for workflows on private repository forks was changed. For more information, see "[Enabling workflows for private repository forks](/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization#enabling-workflows-for-private-repository-forks)."
732735
{%- endif %}
733-
{%- ifversion ghes %}
734-
| `org.sso_response` | A SAML single sign-on response was generated when a member attempted to authenticate with an organization.
736+
{%- ifversion ghes or audit-log-sso-response-events %}
737+
| `org.sso_response` | A SAML single sign-on (SSO) response was generated when a member attempted to authenticate with your organization. This event is only available via audit log streaming and the REST API.
735738
{%- endif %}
736739
{%- ifversion not ghae %}
737740
| `org.transform` | A user account was converted into an organization. For more information, see "[Converting a user into an organization](/github/setting-up-and-managing-your-github-user-account/converting-a-user-into-an-organization)."

translations/zh-CN/content/rest/users/ssh-signing-keys.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ miniTocMaxHeadingLevel: 3
1111
allowTitleToDifferFromFilename: true
1212
---
1313

14+
## About the User SSH signing keys API
15+
16+
{% data reusables.user-settings.user-api %}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#Documentation for adding business.sso_response and org.sso_repsonse
2+
versions:
3+
ghec: '*'
4+
ghes: '>=3.8'
5+
ghae: 'issue-7939'

0 commit comments

Comments
 (0)