[][src]Struct graph_rs_types::entitytypes::SecureScoreControlProfile

pub struct SecureScoreControlProfile {
    pub action_type: String,
    pub action_url: String,
    pub azure_tenant_id: String,
    pub compliance_information: Vec<ComplianceInformation>,
    pub control_category: String,
    pub control_state_updates: Vec<SecureScoreControlStateUpdate>,
    pub deprecated: bool,
    pub implementation_cost: String,
    pub last_modified_date_time: String,
    pub max_score: i64,
    pub rank: i32,
    pub remediation: String,
    pub remediation_impact: String,
    pub service: String,
    pub threats: Vec<String>,
    pub tier: String,
    pub title: String,
    pub user_impact: String,
    pub vendor_information: SecurityVendorInformation,
}

Fields

action_type: Stringaction_url: Stringazure_tenant_id: Stringcompliance_information: Vec<ComplianceInformation>control_category: Stringcontrol_state_updates: Vec<SecureScoreControlStateUpdate>deprecated: boolimplementation_cost: Stringlast_modified_date_time: Stringmax_score: i64rank: i32remediation: Stringremediation_impact: Stringservice: Stringthreats: Vec<String>tier: Stringtitle: Stringuser_impact: Stringvendor_information: SecurityVendorInformation

Trait Implementations

impl Eq for SecureScoreControlProfile[src]

impl Clone for SecureScoreControlProfile[src]

impl PartialEq<SecureScoreControlProfile> for SecureScoreControlProfile[src]

impl Debug for SecureScoreControlProfile[src]

impl Serialize for SecureScoreControlProfile[src]

impl<'de> Deserialize<'de> for SecureScoreControlProfile[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]