You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/organization.html.markdown
+18
Original file line number
Diff line number
Diff line change
@@ -33,3 +33,21 @@ data "github_organization" "example" {
33
33
*`login` - The members login
34
34
*`email` - Publicly available email
35
35
*`role` - Member role `ADMIN`, `MEMBER`
36
+
*`two_factor_requirement_enabled` - Whether two-factor authentication is required for all members of the organization.
37
+
*`default_repository_permission` - Default permission level members have for organization repositories.
38
+
*`members_allowed_repository_creation_type` - The type of repository allowed to be created by members of the organization. Can be one of `ALL`, `PUBLIC`, `PRIVATE`, `NONE`.
39
+
*`members_can_create_repositories` - Whether non-admin organization members can create repositories.
40
+
*`members_can_create_internal_repositories` - Whether organization members can create internal repositories.
41
+
*`members_can_create_private_repositories` - Whether organization members can create private repositories.
42
+
*`members_can_create_public_repositories` - Whether organization members can create public repositories.
43
+
*`members_can_create_pages` - Whether organization members can create pages sites.
44
+
*`members_can_create_public_pages` - Whether organization members can create public pages sites.
45
+
*`members_can_create_private_pages` - Whether organization members can create private pages sites.
46
+
*`members_can_fork_private_repositories` - Whether organization members can create private repository forks.
47
+
*`web_commit_signoff_required` - Whether organization members must sign all commits.
48
+
*`advanced_security_enabled_for_new_repositories` - Whether advanced security is enabled for new repositories.
49
+
*`dependabot_alerts_enabled_for_new_repositories` - Whether Dependabot alerts is automatically enabled for new repositories.
50
+
*`dependabot_security_updates_enabled_for_new_repositories` - Whether Dependabot security updates is automatically enabled for new repositories.
51
+
*`dependency_graph_enabled_for_new_repositories` - Whether dependency graph is automatically enabled for new repositories.
52
+
*`secret_scanning_enabled_for_new_repositories` - Whether secret scanning is automatically enabled for new repositories.
53
+
*`secret_scanning_push_protection_enabled_for_new_repositories` - Whether secret scanning push protection is automatically enabled for new repositories.
0 commit comments