# APIEntitiesJobProject


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ci_job_token_scope_enabled** | **boolean** | Indicates if the CI/CD job token scope setting is enabled for the project | [optional] [default to undefined]

## Example

```typescript
import { APIEntitiesJobProject } from 'berg';

const instance: APIEntitiesJobProject = {
    ci_job_token_scope_enabled,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
