Skip to content

Commit

Permalink
Pipeline: Release 4.5.0.stable41 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure Pipeline committed Aug 16, 2024
1 parent c556b50 commit f17d9ec
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/odm/models/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -930,11 +930,12 @@ Reference: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-tol
| Field | Type | Description | Required | Default |
| :--- | :--- | :--- | :--- | :--- |
| validator_type | Enum | Type of validation to apply to metadata value<br>Values:<br>`"boolean", "date", "domain", "email", "enum", "integer", "ip", "keyword", "regex", "text", "uri"` | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `str` |
| validator_type | Enum | Type of validation to apply to metadata value<br>Values:<br>`"boolean", "date", "domain", "email", "enum", "integer", "ip", "keyword", "list", "regex", "text", "uri"` | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `str` |
| validator_params | Mapping [String, Any] | Configuration parameters to apply to validator | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `{}` |
| suggestions | List [Keyword] | List of suggestions for this field | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `[]` |
| default | Keyword | None | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| required | Boolean | Is this field required? | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `False` |
| aliases | List [Keyword] | Field name aliases that map over to the field. | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `[]` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
Expand Down
14 changes: 13 additions & 1 deletion docs/odm/models/ontology/results/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
| source_port | Integer | The source port of the connection | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| http_details | [NetworkHTTP](/assemblyline4_docs/odm/models/ontology/results/network/#networkhttp) | HTTP-specific details of request | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| dns_details | [NetworkDNS](/assemblyline4_docs/odm/models/ontology/results/network/#networkdns) | DNS-specific details of request | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| connection_type | Enum | None<br>Values:<br>`"dns", "http", "tls"` | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| smtp_details | [NetworkSMTP](/assemblyline4_docs/odm/models/ontology/results/network/#networksmtp) | SMTP-specific details of request | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| connection_type | Enum | None<br>Values:<br>`"dns", "http", "smtp", "tls"` | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
Expand Down Expand Up @@ -45,3 +46,14 @@
| response_content_mimetype | Text | The response content mimetype returned by the server | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
## NetworkSMTP
> Details for an SMTP request
| Field | Type | Description | Required | Default |
| :--- | :--- | :--- | :--- | :--- |
| mail_from | Email | Sender of the email | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| mail_to | List [Email] | Recipients of the email | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| attachments | List [[File](/assemblyline4_docs/odm/models/ontology/file/#file)] | The file information about the attachments | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |


0 comments on commit f17d9ec

Please sign in to comment.