Struct google_containeranalysis1::api::ComplianceVersion
source · pub struct ComplianceVersion {
pub benchmark_document: Option<String>,
pub cpe_uri: Option<String>,
pub version: Option<String>,
}Expand description
Describes the CIS benchmark version that is applicable to a given OS and os version.
This type is not used in any activity, and only used as part of another schema.
Fields§
§benchmark_document: Option<String>The name of the document that defines this benchmark, e.g. “CIS Container-Optimized OS”.
cpe_uri: Option<String>The CPE URI (https://cpe.mitre.org/specification/) this benchmark is applicable to.
version: Option<String>The version of the benchmark. This is set to the version of the OS-specific CIS document the benchmark is defined in.
Trait Implementations§
source§impl Clone for ComplianceVersion
impl Clone for ComplianceVersion
source§fn clone(&self) -> ComplianceVersion
fn clone(&self) -> ComplianceVersion
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ComplianceVersion
impl Debug for ComplianceVersion
source§impl Default for ComplianceVersion
impl Default for ComplianceVersion
source§fn default() -> ComplianceVersion
fn default() -> ComplianceVersion
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ComplianceVersion
impl<'de> Deserialize<'de> for ComplianceVersion
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more