orgs_enabled_for_actions
Overview
Name | orgs_enabled_for_actions |
Type | Resource |
Id | github.enterprise_admin.orgs_enabled_for_actions |
Fields
Name | Datatype |
---|---|
id | integer |
description | string |
url | string |
hooks_url | string |
login | string |
events_url | string |
repos_url | string |
avatar_url | string |
issues_url | string |
node_id | string |
public_members_url | string |
members_url | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_selected_organizations_enabled_github_actions_enterprise | SELECT | enterprise | Lists 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_enterprise | EXEC | enterprise, org_id | Removes 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_enterprise | EXEC | enterprise, org_id | Adds 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_enterprise | EXEC | enterprise, data__selected_organization_ids | Replaces 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. |