Struct google_api_proto::google::cloud::securitycenter::v1p1beta1::asset::SecurityCenterProperties
source · pub struct SecurityCenterProperties {
pub resource_name: String,
pub resource_type: String,
pub resource_parent: String,
pub resource_project: String,
pub resource_owners: Vec<String>,
pub resource_display_name: String,
pub resource_parent_display_name: String,
pub resource_project_display_name: String,
pub folders: Vec<Folder>,
}
Expand description
Security Command Center managed properties. These properties are managed by Security Command Center and cannot be modified by the user.
Fields§
§resource_name: String
The full resource name of the Google Cloud resource this asset represents. This field is immutable after create time. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
resource_type: String
The type of the Google Cloud resource. Examples include: APPLICATION, PROJECT, and ORGANIZATION. This is a case insensitive field defined by Security Command Center and/or the producer of the resource and is immutable after create time.
resource_parent: String
The full resource name of the immediate parent of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
resource_project: String
The full resource name of the project the resource belongs to. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
resource_owners: Vec<String>
Owners of the Google Cloud resource.
resource_display_name: String
The user defined display name for this resource.
resource_parent_display_name: String
The user defined display name for the parent of this resource.
resource_project_display_name: String
The user defined display name for the project of this resource.
folders: Vec<Folder>
Contains a Folder message for each folder in the assets ancestry. The first folder is the deepest nested folder, and the last folder is the folder directly under the Organization.
Trait Implementations§
source§impl Clone for SecurityCenterProperties
impl Clone for SecurityCenterProperties
source§fn clone(&self) -> SecurityCenterProperties
fn clone(&self) -> SecurityCenterProperties
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for SecurityCenterProperties
impl Debug for SecurityCenterProperties
source§impl Default for SecurityCenterProperties
impl Default for SecurityCenterProperties
source§impl Message for SecurityCenterProperties
impl Message for SecurityCenterProperties
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for SecurityCenterProperties
impl PartialEq for SecurityCenterProperties
source§fn eq(&self, other: &SecurityCenterProperties) -> bool
fn eq(&self, other: &SecurityCenterProperties) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SecurityCenterProperties
Auto Trait Implementations§
impl Freeze for SecurityCenterProperties
impl RefUnwindSafe for SecurityCenterProperties
impl Send for SecurityCenterProperties
impl Sync for SecurityCenterProperties
impl Unpin for SecurityCenterProperties
impl UnwindSafe for SecurityCenterProperties
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request