Skip to main content

org_access_to_self_hosted_runner_group

Overview

Nameorg_access_to_self_hosted_runner_group
TypeResource
Idgithub.enterprise_admin.org_access_to_self_hosted_runner_group

Fields

NameDatatype
idinteger
descriptionstring
public_members_urlstring
node_idstring
urlstring
loginstring
avatar_urlstring
members_urlstring
repos_urlstring
hooks_urlstring
issues_urlstring
events_urlstring

Methods

NameAccessible byRequired ParamsDescription
list_org_access_to_self_hosted_runner_group_in_enterpriseSELECTenterprise, runner_group_idLists 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_enterpriseINSERTenterprise, org_id, runner_group_idAdds 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_enterpriseDELETEenterprise, org_id, runner_group_idRemoves 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_enterpriseEXECenterprise, runner_group_id, data__selected_organization_idsReplaces 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.