Github API - Test Config

environment [object]

Details of a deployment environment

Attributes
created_at string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

The time that the environment was created, in ISO 8601 format.

deployment_branch_policy deployment-branch-policy-settings

deployment-branch-policy-settings [object]

The type of deployment branch policy for this environment. To allow all branches to deploy, set to null.

Attributes
custom_branch_policies boolean

Whether only branches that match the specified name patterns can deploy to this environment. If custom_branch_policies is true, protected_branches must be false; if custom_branch_policies is false, protected_branches must be true.

protected_branches boolean

Whether only branches with branch protection rules can deploy to this environment. If protected_branches is true, custom_branch_policies must be false; if protected_branches is false, custom_branch_policies must be true.

API:
Github Open API
(version: 1.1.4)

html_url string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

id integer

integer [scalar]

The OpenAPI integer type

API:
Github Open API
(version: 1.1.4)

The id of the environment.

name string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

The name of the environment.

node_id string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

protection_rules unknown []

updated_at string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

The time that the environment was last updated, in ISO 8601 format.

url string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

API:
Github Open API
(version: 1.1.4)