Struct gapi_grpc::google::cloud::securitycenter::v1::SecurityMarks[][src]

pub struct SecurityMarks {
    pub name: String,
    pub marks: HashMap<String, String>,
    pub canonical_name: String,
}

User specified security marks that are attached to the parent Security Command Center resource. Security marks are scoped within a Security Command Center organization – they can be modified and viewed by all users who have proper permissions on the organization.

Fields

name: String

The relative resource name of the SecurityMarks. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Examples: “organizations/{organization_id}/assets/{asset_id}/securityMarks” “organizations/{organization_id}/sources/{source_id}/findings/{finding_id}/securityMarks”.

marks: HashMap<String, String>

Mutable user specified security marks belonging to the parent resource. Constraints are as follows:

canonical_name: String

The canonical name of the marks. Examples: “organizations/{organization_id}/assets/{asset_id}/securityMarks” “folders/{folder_id}/assets/{asset_id}/securityMarks” “projects/{project_number}/assets/{asset_id}/securityMarks” “organizations/{organization_id}/sources/{source_id}/findings/{finding_id}/securityMarks” “folders/{folder_id}/sources/{source_id}/findings/{finding_id}/securityMarks” “projects/{project_number}/sources/{source_id}/findings/{finding_id}/securityMarks”

Trait Implementations

impl Clone for SecurityMarks[src]

impl Debug for SecurityMarks[src]

impl Default for SecurityMarks[src]

impl Message for SecurityMarks[src]

impl PartialEq<SecurityMarks> for SecurityMarks[src]

impl StructuralPartialEq for SecurityMarks[src]

Auto Trait Implementations

impl RefUnwindSafe for SecurityMarks

impl Send for SecurityMarks

impl Sync for SecurityMarks

impl Unpin for SecurityMarks

impl UnwindSafe for SecurityMarks

Blanket Implementations

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

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

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

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]