pub struct GoogleCloudSecuritycenterV1ResourceApplicationAttributes {
pub business_owners: Option<Vec<GoogleCloudSecuritycenterV1ResourceApplicationAttributesContactInfo>>,
pub criticality: Option<GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality>,
pub developer_owners: Option<Vec<GoogleCloudSecuritycenterV1ResourceApplicationAttributesContactInfo>>,
pub environment: Option<GoogleCloudSecuritycenterV1ResourceApplicationAttributesEnvironment>,
pub operator_owners: Option<Vec<GoogleCloudSecuritycenterV1ResourceApplicationAttributesContactInfo>>,
}Expand description
Consumer provided attributes for the application
This type is not used in any activity, and only used as part of another schema.
Fields§
§business_owners: Option<Vec<GoogleCloudSecuritycenterV1ResourceApplicationAttributesContactInfo>>Business team that ensures user needs are met and value is delivered
criticality: Option<GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality>User-defined criticality information.
developer_owners: Option<Vec<GoogleCloudSecuritycenterV1ResourceApplicationAttributesContactInfo>>Developer team that owns development and coding.
environment: Option<GoogleCloudSecuritycenterV1ResourceApplicationAttributesEnvironment>User-defined environment information.
operator_owners: Option<Vec<GoogleCloudSecuritycenterV1ResourceApplicationAttributesContactInfo>>Operator team that ensures runtime and operations.
Trait Implementations§
Source§impl Clone for GoogleCloudSecuritycenterV1ResourceApplicationAttributes
impl Clone for GoogleCloudSecuritycenterV1ResourceApplicationAttributes
Source§fn clone(&self) -> GoogleCloudSecuritycenterV1ResourceApplicationAttributes
fn clone(&self) -> GoogleCloudSecuritycenterV1ResourceApplicationAttributes
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleCloudSecuritycenterV1ResourceApplicationAttributes
impl Default for GoogleCloudSecuritycenterV1ResourceApplicationAttributes
Source§fn default() -> GoogleCloudSecuritycenterV1ResourceApplicationAttributes
fn default() -> GoogleCloudSecuritycenterV1ResourceApplicationAttributes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudSecuritycenterV1ResourceApplicationAttributes
impl<'de> Deserialize<'de> for GoogleCloudSecuritycenterV1ResourceApplicationAttributes
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
impl Part for GoogleCloudSecuritycenterV1ResourceApplicationAttributes
Auto Trait Implementations§
impl Freeze for GoogleCloudSecuritycenterV1ResourceApplicationAttributes
impl RefUnwindSafe for GoogleCloudSecuritycenterV1ResourceApplicationAttributes
impl Send for GoogleCloudSecuritycenterV1ResourceApplicationAttributes
impl Sync for GoogleCloudSecuritycenterV1ResourceApplicationAttributes
impl Unpin for GoogleCloudSecuritycenterV1ResourceApplicationAttributes
impl UnsafeUnpin for GoogleCloudSecuritycenterV1ResourceApplicationAttributes
impl UnwindSafe for GoogleCloudSecuritycenterV1ResourceApplicationAttributes
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more