org_access_to_self_hosted_runner_group
Overview
Name | org_access_to_self_hosted_runner_group |
Type | Resource |
Id | github.enterprise_admin.org_access_to_self_hosted_runner_group |
Fields
Name | Datatype |
---|---|
id | integer |
description | string |
public_members_url | string |
node_id | string |
url | string |
login | string |
avatar_url | string |
members_url | string |
repos_url | string |
hooks_url | string |
issues_url | string |
events_url | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_org_access_to_self_hosted_runner_group_in_enterprise | SELECT | enterprise, runner_group_id | Lists the organizations with access to a self-hosted runner group. You must authenticate using an access token with the manage_runners:enterprise scope to use this endpoint. |
add_org_access_to_self_hosted_runner_group_in_enterprise | INSERT | enterprise, org_id, runner_group_id | Adds an organization to the list of selected organizations that can access a self-hosted runner group. The runner group must have visibility set to selected . For more information, see "Create a self-hosted runner group for an enterprise."You must authenticate using an access token with the manage_runners:enterprise scope to use this endpoint. |
remove_org_access_to_self_hosted_runner_group_in_enterprise | DELETE | enterprise, org_id, runner_group_id | Removes an organization from the list of selected organizations that can access a self-hosted runner group. The runner group must have visibility set to selected . For more information, see "Create a self-hosted runner group for an enterprise."You must authenticate using an access token with the manage_runners:enterprise scope to use this endpoint. |
set_org_access_to_self_hosted_runner_group_in_enterprise | EXEC | enterprise, runner_group_id, data__selected_organization_ids | Replaces the list of organizations that have access to a self-hosted runner configured in an enterprise. You must authenticate using an access token with the manage_runners:enterprise scope to use this endpoint. |