Skip to content

Commit

Permalink
Pipeline: Release 4.5.0.stable66 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure Pipeline committed Dec 12, 2024
1 parent 47f9366 commit c60af4c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/odm/models/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@ Update Source Configuration
| default_classification | Classification | Default classification used in absence of one defined in files from source | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `TLP:C` |
| git_branch | Keyword | Branch to checkout from Git repository. | <div style="width:100px">:material-minus-box-outline: Optional</div> | `` |
| sync | Boolean | Synchronize signatures with remote source. Allows system to auto-disable signatures no longer found in source. | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `False` |
| fetch_method | Enum | Fetch method to be used with source<br>Supported values are:<br>`"GET", "GIT", "POST"` | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `GET` |
| enabled | Boolean | Is this source active for periodic fetching? | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `True` |
| override_classification | Boolean | Should the source's classfication override the signature's self-defined classification, if any? | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `False` |
| configuration | Mapping [String, Any] | Processing configuration for source | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `{}` |
| update_interval | Integer | Update check interval, in seconds, for this source | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| ignore_cache | Boolean | Ignore source caching and forcefully fetch from source | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `False` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
Expand Down
6 changes: 6 additions & 0 deletions docs/odm/models/service_delta.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@ None
| default_classification | Classification | Refer to:<br>[Service - UpdateSource](../service/#updatesource) | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| git_branch | Keyword | Refer to:<br>[Service - UpdateSource](../service/#updatesource) | <div style="width:100px">:material-minus-box-outline: Optional</div> | `` |
| sync | Boolean | Refer to:<br>[Service - UpdateSource](../service/#updatesource) | <div style="width:100px">:material-minus-box-outline: Optional</div> | `False` |
| fetch_method | Enum | Refer to:<br>[Service - UpdateSource](../service/#updatesource)<br>Supported values are:<br>`"GET", "GIT", "POST"` | <div style="width:100px">:material-minus-box-outline: Optional</div> | `GET` |
| enabled | Boolean | Refer to:<br>[Service - UpdateSource](../service/#updatesource) | <div style="width:100px">:material-minus-box-outline: Optional</div> | `True` |
| override_classification | Boolean | Refer to:<br>[Service - UpdateSource](../service/#updatesource) | <div style="width:100px">:material-minus-box-outline: Optional</div> | `False` |
| configuration | Mapping [String, Any] | Refer to:<br>[Service - UpdateSource](../service/#updatesource) | <div style="width:100px">:material-minus-box-outline: Optional</div> | `{}` |
| update_interval | Integer | Refer to:<br>[Service - UpdateSource](../service/#updatesource) | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| ignore_cache | Boolean | Refer to:<br>[Service - UpdateSource](../service/#updatesource) | <div style="width:100px">:material-minus-box-outline: Optional</div> | `False` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
Expand Down

0 comments on commit c60af4c

Please sign in to comment.