Struct google_containeranalysis1::api::CisBenchmark
source · pub struct CisBenchmark {
pub profile_level: Option<i32>,
pub severity: Option<String>,
}Expand description
A compliance check that is a CIS benchmark.
This type is not used in any activity, and only used as part of another schema.
Fields§
§profile_level: Option<i32>no description provided
severity: Option<String>no description provided
Trait Implementations§
source§impl Clone for CisBenchmark
impl Clone for CisBenchmark
source§fn clone(&self) -> CisBenchmark
fn clone(&self) -> CisBenchmark
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 CisBenchmark
impl Debug for CisBenchmark
source§impl Default for CisBenchmark
impl Default for CisBenchmark
source§fn default() -> CisBenchmark
fn default() -> CisBenchmark
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CisBenchmark
impl<'de> Deserialize<'de> for CisBenchmark
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