#[non_exhaustive]pub struct KbArticle {Show 15 fields
pub avg_timespan: Option<Box<Timespan>>,
pub bulletin: Option<String>,
pub classification: Option<String>,
pub created_time: Option<i64>,
pub created_time_dt: Option<String>,
pub install_state: Option<String>,
pub install_state_id: Option<i64>,
pub is_superseded: Option<bool>,
pub os: Option<Box<Os>>,
pub product: Option<Box<Product>>,
pub severity: Option<String>,
pub size: Option<i64>,
pub src_url: Option<String>,
pub title: Option<String>,
pub uid: Option<String>,
}Expand description
KB Article
The KB Article object contains metadata that describes the patch or update.
[] Category: | Name: kb_article
Constraints:
- at_least_one:
[uid,src_url]
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.avg_timespan: Option<Box<Timespan>>Average Timespan
The average time to patch.
optional
bulletin: Option<String>Patch Bulletin
The kb article bulletin identifier.
optional
classification: Option<String>Classification
The vendors classification of the kb article.
optional
created_time: Option<i64>Created Time
The date the kb article was released by the vendor.
optional
created_time_dt: Option<String>Created Time
The date the kb article was released by the vendor.
optional
install_state: Option<String>Install State
The install state of the kb article.
recommended
install_state_id: Option<i64>Install State ID
The normalized install state ID of the kb article.
recommended
is_superseded: Option<bool>The patch is superseded.
The kb article has been replaced by another.
optional
os: Option<Box<Os>>OS
The operating system the kb article applies.
recommended
product: Option<Box<Product>>Product
The product details the kb article applies.
optional
severity: Option<String>Severity
The severity of the kb article.
recommended
size: Option<i64>Size
The size in bytes for the kb article.
optional
src_url: Option<String>Source URL
The kb article link from the source vendor.
optional
title: Option<String>Title
The title of the kb article.
recommended
uid: Option<String>Unique ID
The unique identifier for the kb article.
recommended