Struct google_containeranalysis1_beta1::api::Occurrence[][src]

pub struct Occurrence {
Show 15 fields pub attestation: Option<Details>, pub build: Option<GrafeasV1beta1BuildDetails>, pub create_time: Option<String>, pub deployment: Option<GrafeasV1beta1DeploymentDetails>, pub derived_image: Option<GrafeasV1beta1ImageDetails>, pub discovered: Option<GrafeasV1beta1DiscoveryDetails>, pub installation: Option<GrafeasV1beta1PackageDetails>, pub intoto: Option<GrafeasV1beta1IntotoDetails>, pub kind: Option<String>, pub name: Option<String>, pub note_name: Option<String>, pub remediation: Option<String>, pub resource: Option<Resource>, pub update_time: Option<String>, pub vulnerability: Option<GrafeasV1beta1VulnerabilityDetails>,
}
Expand description

An instance of an analysis type that has been found on a resource.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

attestation: Option<Details>

Describes an attestation of an artifact.

build: Option<GrafeasV1beta1BuildDetails>

Describes a verifiable build.

create_time: Option<String>

Output only. The time this occurrence was created.

deployment: Option<GrafeasV1beta1DeploymentDetails>

Describes the deployment of an artifact on a runtime.

derived_image: Option<GrafeasV1beta1ImageDetails>

Describes how this resource derives from the basis in the associated note.

discovered: Option<GrafeasV1beta1DiscoveryDetails>

Describes when a resource was discovered.

installation: Option<GrafeasV1beta1PackageDetails>

Describes the installation of a package on the linked resource.

intoto: Option<GrafeasV1beta1IntotoDetails>

Describes a specific in-toto link.

kind: Option<String>

Output only. This explicitly denotes which of the occurrence details are specified. This field can be used as a filter in list requests.

name: Option<String>

Output only. The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].

note_name: Option<String>

Required. Immutable. The analysis note associated with this occurrence, in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID]. This field can be used as a filter in list requests.

remediation: Option<String>

A description of actions that can be taken to remedy the note.

resource: Option<Resource>

Required. Immutable. The resource for which the occurrence applies.

update_time: Option<String>

Output only. The time this occurrence was last updated.

vulnerability: Option<GrafeasV1beta1VulnerabilityDetails>

Describes a security vulnerability.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.