Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"specHash": "105708433ef2827723e57d66a0f7645f",
"specHash": "9490e41553676ba8db2a5129723d9e63",
"generatedFiles": {
"files": [
{
Expand Down Expand Up @@ -488,7 +488,7 @@
},
{
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/OrganizationFull.php",
"hash": "49c8f7f273407b67bf2e23bb320e8a77"
"hash": "04d76489e932f9f7b21ed78c22f5880a"
},
{
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ActionsCacheUsageByRepository.php",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -459,10 +459,14 @@
"format": "date-time"
}
},
"description": "Organization Full"
"description": "Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement.\\n\\nGitHub currently defines SMS as an insecure method of two-factor authentication.\\n\\nIf your users are managed by the enterprise this policy will not affect them. The first admin account of the enterprise will still be affected."
}';
public const SCHEMA_TITLE = 'Organization Full';
public const SCHEMA_DESCRIPTION = 'Organization Full';
public const SCHEMA_DESCRIPTION = 'Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement.

GitHub currently defines SMS as an insecure method of two-factor authentication.

If your users are managed by the enterprise this policy will not affect them. The first admin account of the enterprise will still be affected.';
public const SCHEMA_EXAMPLE_DATA = '{
"login": "github",
"id": 1,
Expand Down
7 changes: 6 additions & 1 deletion etc/specs/GitHubEnterpriseCloud/current.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78175,7 +78175,12 @@ components:
- updated_at
organization-full:
title: Organization Full
description: Organization Full
description: |-
Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement.

GitHub currently defines SMS as an insecure method of two-factor authentication.

If your users are managed by the enterprise this policy will not affect them. The first admin account of the enterprise will still be affected.
type: object
properties:
login:
Expand Down
Loading