# SettingsEntity object
This object contains the information about a single setting.
Note: Multiple settings can exist with the same name; this represents a list of settings.
# Properties
| Name | Type | Description |
|---|---|---|
| id | integer | readonly. The unique id of this setting. |
| name | string | readonly. The name of the setting. |
| value | string | editable. The value of the setting. |
| valueType | string | readonly. The type of value. |
| category | SettingsCategory | readonly. The settings category. |
| ownerId | string | readonly. The id of the owner. Can be empty. |
| repoUrl | string | readonly. The URL of the repository which is associated with this setting. |
| repositoryKey | string | readonly. The key of the repository which is associated with this setting. |
| hierarchyContext | SettingsHierarchyContext | readonly. The hierarchical context in which this setting is placed. |
| syncJobId | integer | readonly. The id of the associated job. Can be empty. |
| syncJob | SyncJobEntity | readonly. A navigation property for the associated job. |
# Operations
Non-exhaustive list of operations that are related to this type: