ATTRIBUTE | TYPE | REFERS TO | DESCRIPTION |
---|
ATTRIBUTE | TYPE | REFERS TO | DESCRIPTION |
---|---|---|---|
updated_at | number | Updated time of the App in Unix Timestamp format | |
repository_selection | string | Repository access selection | |
read_permissions | list<string> | Read permissions granted upon app installation | |
write_permissions | list<string> | Write permissions granted upon app installation | |
app_id | number | App ID | |
app_name | string | App name | |
created_at | number | Created time of the App in Unix Timestamp format | |
webhook_events | list<string> | Subscribe to webhook events upon app installation | |
installation_id | number | Installation ID | |
app_slug | string | App URL-friendly name |
ATTRIBUTE | TYPE | REFERS TO | DESCRIPTION |
---|
ATTRIBUTE | TYPE | REFERS TO | DESCRIPTION |
---|
ATTRIBUTE | TYPE | REFERS TO | DESCRIPTION |
---|
ATTRIBUTE | TYPE | REFERS TO | DESCRIPTION |
---|---|---|---|
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 | |
name | string | Organization name | |
public_gists_count | number | Number of Public Gists for an organization |
ATTRIBUTE | TYPE | REFERS TO | DESCRIPTION |
---|
ATTRIBUTE | TYPE | REFERS TO | DESCRIPTION |
---|---|---|---|
full_name | string | Repository full name | |
secret_scanning_enabled | boolean | Whether secret scanning is enabled | |
has_outside_collaborators | boolean | Returns true if this repository has external collaborators. | |
default_branch | object | The Repository's default branch | |
protection_rule | object | Branch protection rule | |
requires_status_checks | boolean | Are status checks required to update matching branches. | |
dismisses_stale_reviews | boolean | Will new commits pushed to matching branches dismiss pull request review approvals. | |
allow_force_pushes | boolean | Allow force pushing to the branch | |
allow_deletions | boolean | Allow branch deletions | |
required_approving_review_count | number | Number of approving reviews required to update matching branches. | |
requires_approving_reviews | boolean | Are approving reviews required to update matching branches. | |
name | string | Branch name | |
has_gitignore_file | boolean | Whether the default branch has a .gitignore file. | |
has_codeowners_file | boolean | Whether the default branch has a CODEOWNERS file. | |
has_license_file | boolean | Whether the default branch has a LICENSE file. | |
is_security_policy_enabled | boolean | Returns true if this repository has a security policy. | |
name | string | Repository 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 | |
fork_count | number | The number of forks of this repository |