Skip to main content

orgs_enabled_for_actions

Overview

Nameorgs_enabled_for_actions
TypeResource
Idgithub.enterprise_admin.orgs_enabled_for_actions

Fields

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

Methods

NameAccessible byRequired ParamsDescription
list_selected_organizations_enabled_github_actions_enterpriseSELECTenterpriseLists the organizations that are selected to have GitHub Actions enabled in an enterprise. To use this endpoint, the enterprise permission policy for enabled_organizations must be configured to selected. For more information, see "Set GitHub Actions permissions for an enterprise."

You must authenticate using an access token with the admin:enterprise scope to use this endpoint.
disable_selected_organization_github_actions_enterpriseEXECenterprise, org_idRemoves an organization from the list of selected organizations that are enabled for GitHub Actions in an enterprise. To use this endpoint, the enterprise permission policy for enabled_organizations must be configured to selected. For more information, see "Set GitHub Actions permissions for an enterprise."

You must authenticate using an access token with the admin:enterprise scope to use this endpoint.
enable_selected_organization_github_actions_enterpriseEXECenterprise, org_idAdds an organization to the list of selected organizations that are enabled for GitHub Actions in an enterprise. To use this endpoint, the enterprise permission policy for enabled_organizations must be configured to selected. For more information, see "Set GitHub Actions permissions for an enterprise."

You must authenticate using an access token with the admin:enterprise scope to use this endpoint.
set_selected_organizations_enabled_github_actions_enterpriseEXECenterprise, data__selected_organization_idsReplaces the list of selected organizations that are enabled for GitHub Actions in an enterprise. To use this endpoint, the enterprise permission policy for enabled_organizations must be configured to selected. For more information, see "Set GitHub Actions permissions for an enterprise."

You must authenticate using an access token with the admin:enterprise scope to use this endpoint.