actions-organization-permissions

APIs.ioEngineeringPlatform

Properties

Name Type Description
enabled_repositories object
selected_repositories_url string The API URL to use to get or set the selected repositories that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`.
allowed_actions object
selected_actions_url object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-actions-organization-permissions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/actions-organization-permissions",
  "title": "actions-organization-permissions",
  "type": "object",
  "properties": {
    "enabled_repositories": {
      "$ref": "#/components/schemas/enabled-repositories"
    },
    "selected_repositories_url": {
      "type": "string",
      "description": "The API URL to use to get or set the selected repositories that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`."
    },
    "allowed_actions": {
      "$ref": "#/components/schemas/allowed-actions"
    },
    "selected_actions_url": {
      "$ref": "#/components/schemas/selected-actions-url"
    }
  },
  "required": [
    "enabled_repositories"
  ]
}