|
41716 | 41716 | "updated_at": { |
41717 | 41717 | "type": "string", |
41718 | 41718 | "format": "date-time" |
| 41719 | + }, |
| 41720 | + "advanced_security_enabled_for_new_repositories": { |
| 41721 | + "type": "boolean", |
| 41722 | + "example": false, |
| 41723 | + "description": "Whether GitHub Advanced Security is enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role." |
| 41724 | + }, |
| 41725 | + "dependabot_alerts_enabled_for_new_repositories": { |
| 41726 | + "type": "boolean", |
| 41727 | + "example": false, |
| 41728 | + "description": "Whether GitHub Advanced Security is automatically enabled for new repositories and repositories transferred to\nthis organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role." |
| 41729 | + }, |
| 41730 | + "dependabot_security_updates_enabled_for_new_repositories": { |
| 41731 | + "type": "boolean", |
| 41732 | + "example": false, |
| 41733 | + "description": "Whether dependabot security updates are automatically enabled for new repositories and repositories transferred\nto this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role." |
| 41734 | + }, |
| 41735 | + "dependency_graph_enabled_for_new_repositories": { |
| 41736 | + "type": "boolean", |
| 41737 | + "example": false, |
| 41738 | + "description": "Whether dependency graph is automatically enabled for new repositories and repositories transferred to this\norganization.\n\nThis field is only visible to organization owners or members of a team with the security manager role." |
| 41739 | + }, |
| 41740 | + "secret_scanning_enabled_for_new_repositories": { |
| 41741 | + "type": "boolean", |
| 41742 | + "example": false, |
| 41743 | + "description": "Whether secret scanning is automatically enabled for new repositories and repositories transferred to this\norganization.\n\nThis field is only visible to organization owners or members of a team with the security manager role." |
| 41744 | + }, |
| 41745 | + "secret_scanning_push_protection_enabled_for_new_repositories": { |
| 41746 | + "type": "boolean", |
| 41747 | + "example": false, |
| 41748 | + "description": "Whether secret scanning push protection is automatically enabled for new repositories and repositories\ntransferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role." |
41719 | 41749 | } |
41720 | 41750 | }, |
41721 | 41751 | "required": [ |
|
41968 | 41998 | "blog": { |
41969 | 41999 | "type": "string", |
41970 | 42000 | "example": "\"http://github.blog\"" |
| 42001 | + }, |
| 42002 | + "advanced_security_enabled_for_new_repositories": { |
| 42003 | + "type": "boolean", |
| 42004 | + "description": "Whether GitHub Advanced Security is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request." |
| 42005 | + }, |
| 42006 | + "dependabot_alerts_enabled_for_new_repositories": { |
| 42007 | + "type": "boolean", |
| 42008 | + "description": "Whether Dependabot alerts is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request." |
| 42009 | + }, |
| 42010 | + "dependabot_security_updates_enabled_for_new_repositories": { |
| 42011 | + "type": "boolean", |
| 42012 | + "description": "Whether Dependabot security updates is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request." |
| 42013 | + }, |
| 42014 | + "dependency_graph_enabled_for_new_repositories": { |
| 42015 | + "type": "boolean", |
| 42016 | + "description": "Whether dependency graph is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request." |
| 42017 | + }, |
| 42018 | + "secret_scanning_enabled_for_new_repositories": { |
| 42019 | + "type": "boolean", |
| 42020 | + "description": "Whether secret scanning is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request." |
| 42021 | + }, |
| 42022 | + "secret_scanning_push_protection_enabled_for_new_repositories": { |
| 42023 | + "type": "boolean", |
| 42024 | + "description": "Whether secret scanning push protection is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request." |
41971 | 42025 | } |
41972 | 42026 | } |
41973 | 42027 | }, |
|
42229 | 42283 | "updated_at": { |
42230 | 42284 | "type": "string", |
42231 | 42285 | "format": "date-time" |
| 42286 | + }, |
| 42287 | + "advanced_security_enabled_for_new_repositories": { |
| 42288 | + "type": "boolean", |
| 42289 | + "example": false, |
| 42290 | + "description": "Whether GitHub Advanced Security is enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role." |
| 42291 | + }, |
| 42292 | + "dependabot_alerts_enabled_for_new_repositories": { |
| 42293 | + "type": "boolean", |
| 42294 | + "example": false, |
| 42295 | + "description": "Whether GitHub Advanced Security is automatically enabled for new repositories and repositories transferred to\nthis organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role." |
| 42296 | + }, |
| 42297 | + "dependabot_security_updates_enabled_for_new_repositories": { |
| 42298 | + "type": "boolean", |
| 42299 | + "example": false, |
| 42300 | + "description": "Whether dependabot security updates are automatically enabled for new repositories and repositories transferred\nto this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role." |
| 42301 | + }, |
| 42302 | + "dependency_graph_enabled_for_new_repositories": { |
| 42303 | + "type": "boolean", |
| 42304 | + "example": false, |
| 42305 | + "description": "Whether dependency graph is automatically enabled for new repositories and repositories transferred to this\norganization.\n\nThis field is only visible to organization owners or members of a team with the security manager role." |
| 42306 | + }, |
| 42307 | + "secret_scanning_enabled_for_new_repositories": { |
| 42308 | + "type": "boolean", |
| 42309 | + "example": false, |
| 42310 | + "description": "Whether secret scanning is automatically enabled for new repositories and repositories transferred to this\norganization.\n\nThis field is only visible to organization owners or members of a team with the security manager role." |
| 42311 | + }, |
| 42312 | + "secret_scanning_push_protection_enabled_for_new_repositories": { |
| 42313 | + "type": "boolean", |
| 42314 | + "example": false, |
| 42315 | + "description": "Whether secret scanning push protection is automatically enabled for new repositories and repositories\ntransferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role." |
42232 | 42316 | } |
42233 | 42317 | }, |
42234 | 42318 | "required": [ |
|
0 commit comments