Reference documentation and code samples for the Grafeas V1 API class Grafeas::V1::Occurrence.
An instance of an analysis type that has been found on a resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#attestation
def
attestation
()
-
>
::
Grafeas
::
V1
::
AttestationOccurrence
Returns
- ( ::Grafeas::V1::AttestationOccurrence ) — Describes an attestation of an artifact.
#attestation=
def
attestation=
(
value
)
-
>
::
Grafeas
::
V1
::
AttestationOccurrence
Parameter
- value( ::Grafeas::V1::AttestationOccurrence ) — Describes an attestation of an artifact.
Returns
- ( ::Grafeas::V1::AttestationOccurrence ) — Describes an attestation of an artifact.
#build
def
build
()
-
>
::
Grafeas
::
V1
::
BuildOccurrence
Returns
- ( ::Grafeas::V1::BuildOccurrence ) — Describes a verifiable build.
#build=
def
build=
(
value
)
-
>
::
Grafeas
::
V1
::
BuildOccurrence
Parameter
- value( ::Grafeas::V1::BuildOccurrence ) — Describes a verifiable build.
Returns
- ( ::Grafeas::V1::BuildOccurrence ) — Describes a verifiable build.
#compliance
def
compliance
()
-
>
::
Grafeas
::
V1
::
ComplianceOccurrence
Returns
- ( ::Grafeas::V1::ComplianceOccurrence ) — Describes a compliance violation on a linked resource.
#compliance=
def
compliance=
(
value
)
-
>
::
Grafeas
::
V1
::
ComplianceOccurrence
Parameter
- value( ::Grafeas::V1::ComplianceOccurrence ) — Describes a compliance violation on a linked resource.
Returns
- ( ::Grafeas::V1::ComplianceOccurrence ) — Describes a compliance violation on a linked resource.
#create_time
def
create_time
()
-
>
::
Google
::
Protobuf
::
Timestamp
Returns
- ( ::Google::Protobuf::Timestamp ) — Output only. The time this occurrence was created.
#create_time=
def
create_time=
(
value
)
-
>
::
Google
::
Protobuf
::
Timestamp
Parameter
- value( ::Google::Protobuf::Timestamp ) — Output only. The time this occurrence was created.
Returns
- ( ::Google::Protobuf::Timestamp ) — Output only. The time this occurrence was created.
#deployment
def
deployment
()
-
>
::
Grafeas
::
V1
::
DeploymentOccurrence
Returns
- ( ::Grafeas::V1::DeploymentOccurrence ) — Describes the deployment of an artifact on a runtime.
#deployment=
def
deployment=
(
value
)
-
>
::
Grafeas
::
V1
::
DeploymentOccurrence
Parameter
- value( ::Grafeas::V1::DeploymentOccurrence ) — Describes the deployment of an artifact on a runtime.
Returns
- ( ::Grafeas::V1::DeploymentOccurrence ) — Describes the deployment of an artifact on a runtime.
#discovery
def
discovery
()
-
>
::
Grafeas
::
V1
::
DiscoveryOccurrence
Returns
- ( ::Grafeas::V1::DiscoveryOccurrence ) — Describes when a resource was discovered.
#discovery=
def
discovery=
(
value
)
-
>
::
Grafeas
::
V1
::
DiscoveryOccurrence
Parameter
- value( ::Grafeas::V1::DiscoveryOccurrence ) — Describes when a resource was discovered.
Returns
- ( ::Grafeas::V1::DiscoveryOccurrence ) — Describes when a resource was discovered.
#dsse_attestation
def
dsse_attestation
()
-
>
::
Grafeas
::
V1
::
DSSEAttestationOccurrence
Returns
- ( ::Grafeas::V1::DSSEAttestationOccurrence ) — Describes an attestation of an artifact using dsse.
#dsse_attestation=
def
dsse_attestation=
(
value
)
-
>
::
Grafeas
::
V1
::
DSSEAttestationOccurrence
Parameter
- value( ::Grafeas::V1::DSSEAttestationOccurrence ) — Describes an attestation of an artifact using dsse.
Returns
- ( ::Grafeas::V1::DSSEAttestationOccurrence ) — Describes an attestation of an artifact using dsse.
#envelope
def
envelope
()
-
>
::
Grafeas
::
V1
::
Envelope
Returns
- ( ::Grafeas::V1::Envelope ) — https://github.com/secure-systems-lab/dsse
#envelope=
def
envelope=
(
value
)
-
>
::
Grafeas
::
V1
::
Envelope
Parameter
- value( ::Grafeas::V1::Envelope ) — https://github.com/secure-systems-lab/dsse
Returns
- ( ::Grafeas::V1::Envelope ) — https://github.com/secure-systems-lab/dsse
#image
def
image
()
-
>
::
Grafeas
::
V1
::
ImageOccurrence
Returns
- ( ::Grafeas::V1::ImageOccurrence ) — Describes how this resource derives from the basis in the associated note.
#image=
def
image=
(
value
)
-
>
::
Grafeas
::
V1
::
ImageOccurrence
Parameter
- value( ::Grafeas::V1::ImageOccurrence ) — Describes how this resource derives from the basis in the associated note.
Returns
- ( ::Grafeas::V1::ImageOccurrence ) — Describes how this resource derives from the basis in the associated note.
#kind
def
kind
()
-
>
::
Grafeas
::
V1
::
NoteKind
Returns
- ( ::Grafeas::V1::NoteKind ) — Output only. This explicitly denotes which of the occurrence details are specified. This field can be used as a filter in list requests.
#kind=
def
kind=
(
value
)
-
>
::
Grafeas
::
V1
::
NoteKind
Parameter
- value( ::Grafeas::V1::NoteKind ) — Output only. This explicitly denotes which of the occurrence details are specified. This field can be used as a filter in list requests.
Returns
- ( ::Grafeas::V1::NoteKind ) — Output only. This explicitly denotes which of the occurrence details are specified. This field can be used as a filter in list requests.
#name
def
name
()
-
>
::
String
Returns
- (::String) — Output only. The name of the occurrence in the form of
projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]
.
#name=
def
name=
(
value
)
-
>
::
String
Parameter
- value(::String) — Output only. The name of the occurrence in the form of
projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]
.
Returns
- (::String) — Output only. The name of the occurrence in the form of
projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]
.
#note_name
def
note_name
()
-
>
::
String
Returns
- (::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.
#note_name=
def
note_name=
(
value
)
-
>
::
String
Parameter
- value(::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.
Returns
- (::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.
#package
def
package
()
-
>
::
Grafeas
::
V1
::
PackageOccurrence
Returns
- ( ::Grafeas::V1::PackageOccurrence ) — Describes the installation of a package on the linked resource.
#package=
def
package=
(
value
)
-
>
::
Grafeas
::
V1
::
PackageOccurrence
Parameter
- value( ::Grafeas::V1::PackageOccurrence ) — Describes the installation of a package on the linked resource.
Returns
- ( ::Grafeas::V1::PackageOccurrence ) — Describes the installation of a package on the linked resource.
#remediation
def
remediation
()
-
>
::
String
Returns
- (::String) — A description of actions that can be taken to remedy the note.
#remediation=
def
remediation=
(
value
)
-
>
::
String
Parameter
- value(::String) — A description of actions that can be taken to remedy the note.
Returns
- (::String) — A description of actions that can be taken to remedy the note.
#resource_uri
def
resource_uri
()
-
>
::
String
Returns
- (::String) — Required. Immutable. A URI that represents the resource for which the
occurrence applies. For example,
https://gcr.io/project/image@sha256:123abc
for a Docker image.
#resource_uri=
def
resource_uri=
(
value
)
-
>
::
String
Parameter
- value(::String) — Required. Immutable. A URI that represents the resource for which the
occurrence applies. For example,
https://gcr.io/project/image@sha256:123abc
for a Docker image.
Returns
- (::String) — Required. Immutable. A URI that represents the resource for which the
occurrence applies. For example,
https://gcr.io/project/image@sha256:123abc
for a Docker image.
#sbom_reference
def
sbom_reference
()
-
>
::
Grafeas
::
V1
::
SBOMReferenceOccurrence
Returns
- ( ::Grafeas::V1::SBOMReferenceOccurrence ) — Describes a specific SBOM reference occurrences.
#sbom_reference=
def
sbom_reference=
(
value
)
-
>
::
Grafeas
::
V1
::
SBOMReferenceOccurrence
Parameter
- value( ::Grafeas::V1::SBOMReferenceOccurrence ) — Describes a specific SBOM reference occurrences.
Returns
- ( ::Grafeas::V1::SBOMReferenceOccurrence ) — Describes a specific SBOM reference occurrences.
#update_time
def
update_time
()
-
>
::
Google
::
Protobuf
::
Timestamp
Returns
- ( ::Google::Protobuf::Timestamp ) — Output only. The time this occurrence was last updated.
#update_time=
def
update_time=
(
value
)
-
>
::
Google
::
Protobuf
::
Timestamp
Parameter
- value( ::Google::Protobuf::Timestamp ) — Output only. The time this occurrence was last updated.
Returns
- ( ::Google::Protobuf::Timestamp ) — Output only. The time this occurrence was last updated.
#upgrade
def
upgrade
()
-
>
::
Grafeas
::
V1
::
UpgradeOccurrence
Returns
- ( ::Grafeas::V1::UpgradeOccurrence ) — Describes an available package upgrade on the linked resource.
#upgrade=
def
upgrade=
(
value
)
-
>
::
Grafeas
::
V1
::
UpgradeOccurrence
Parameter
- value( ::Grafeas::V1::UpgradeOccurrence ) — Describes an available package upgrade on the linked resource.
Returns
- ( ::Grafeas::V1::UpgradeOccurrence ) — Describes an available package upgrade on the linked resource.
#vulnerability
def
vulnerability
()
-
>
::
Grafeas
::
V1
::
VulnerabilityOccurrence
Returns
- ( ::Grafeas::V1::VulnerabilityOccurrence ) — Describes a security vulnerability.
#vulnerability=
def
vulnerability=
(
value
)
-
>
::
Grafeas
::
V1
::
VulnerabilityOccurrence
Parameter
- value( ::Grafeas::V1::VulnerabilityOccurrence ) — Describes a security vulnerability.
Returns
- ( ::Grafeas::V1::VulnerabilityOccurrence ) — Describes a security vulnerability.