Attribute |
Type |
Description |
name |
string |
Organization name |
public_gists_count |
number |
Number of Public Gists for an organization |
two_factor_requirement_enabled |
boolean |
Whether the organization requires 2FA for all users |
has_inactive_admin_users |
boolean |
Whether the organization has inactive admin users |
has_inactive_users |
boolean |
Whether the organization has inactive users |
has_2fa_disable_users |
boolean |
Whether the organization has users with 2FA disabled |
default_repository_permission |
string |
Default permission level members have for organization repositories. * read - can pull, but not push to or administer this repository. * write - can pull and push, but not administer this repository. * admin - can pull, push, and administer this repository. * none - no permissions granted by default. Default: read |
Attribute |
Type |
Description |
name |
string |
Repository name |
full_name |
string |
Repository full name |
created_at |
number |
Repository's creation time in Unix Timestamp format |
pushed_at |
number |
The last time a commit was pushed to a repository, in Unix Timestamp format |
private |
boolean |
Whether a repository is private or not |
branch_protection_enabled_for_all_branches |
boolean |
Whether branch protection is enabled for all branches |
branch_protection_rule_bypass_admin_user |
boolean |
Whether any branch protection rule bypasses an admin user |
secret_scanning_enabled |
boolean |
Whether secret scanning is enabled |
default_branch |
entity |
The Repository's default branch |
fork_count |
number |
The number of forks of this repository |
is_security_policy_enabled |
boolean |
Returns true if this repository has a security policy. |
has_outside_collaborators |
boolean |
Returns true if this repository has external collaborators. |