@@ -9500,6 +9500,16 @@ four standard [pagination arguments](#connection-pagination-arguments):
| <aid="jobpermissionsreadjobartifacts"></a>`readJobArtifacts` | [`Boolean!`](#boolean) | Indicates the user can perform `read_job_artifacts` on this resource. |
| <aid="jobpermissionsupdatebuild"></a>`updateBuild` | [`Boolean!`](#boolean) | Indicates the user can perform `update_build` on this resource. |
### `Kas`
#### Fields
| Name | Type | Description |
| ---- | ---- | ----------- |
| <aid="kasenabled"></a>`enabled` | [`Boolean!`](#boolean) | Indicates whether the Kubernetes Agent Server is enabled. |
| <aid="kasexternalurl"></a>`externalUrl` | [`String`](#string) | The URL used by the Agents to communicate with KAS. |
| <aid="kasversion"></a>`version` | [`String`](#string) | KAS version. |
### `Label`
#### Fields
...
...
@@ -10083,6 +10093,7 @@ four standard [pagination arguments](#connection-pagination-arguments):
| Name | Type | Description |
| ---- | ---- | ----------- |
| <aid="metadatakas"></a>`kas` | [`Kas!`](#kas) | Metadata about KAS. |