Properties of an Occurrence.
Package
@google-cloud/containeranalysis!Properties
attestation
attestation?: (grafeas.v1beta1.attestation.IDetails|null);
Occurrence attestation
Type | Description |
(grafeas.v1beta1.attestation.IDetails|null) |
build
build?: (grafeas.v1beta1.build.IDetails|null);
Occurrence build
Type | Description |
(grafeas.v1beta1.build.IDetails|null) |
createTime
createTime?: (google.protobuf.ITimestamp|null);
Occurrence createTime
Type | Description |
(google.protobuf.ITimestamp|null) |
deployment
deployment?: (grafeas.v1beta1.deployment.IDetails|null);
Occurrence deployment
Type | Description |
(grafeas.v1beta1.deployment.IDetails|null) |
derivedImage
derivedImage?: (grafeas.v1beta1.image.IDetails|null);
Occurrence derivedImage
Type | Description |
(grafeas.v1beta1.image.IDetails|null) |
discovered
discovered?: (grafeas.v1beta1.discovery.IDetails|null);
Occurrence discovered
Type | Description |
(grafeas.v1beta1.discovery.IDetails|null) |
installation
installation?: (grafeas.v1beta1.package_.IDetails|null);
Occurrence installation
Type | Description |
(grafeas.v1beta1.package_.IDetails|null) |
kind
kind?: (grafeas.v1beta1.NoteKind|keyof typeof grafeas.v1beta1.NoteKind|null);
Occurrence kind
Type | Description |
(grafeas.v1beta1.NoteKind|keyof typeof grafeas.v1beta1.NoteKind|null) |
name
name?: (string|null);
Occurrence name
Type | Description |
(string|null) |
noteName
noteName?: (string|null);
Occurrence noteName
Type | Description |
(string|null) |
remediation
remediation?: (string|null);
Occurrence remediation
Type | Description |
(string|null) |
resource
resource?: (grafeas.v1beta1.IResource|null);
Occurrence resource
Type | Description |
(grafeas.v1beta1.IResource|null) |
updateTime
updateTime?: (google.protobuf.ITimestamp|null);
Occurrence updateTime
Type | Description |
(google.protobuf.ITimestamp|null) |
vulnerability
vulnerability?: (grafeas.v1beta1.vulnerability.IDetails|null);
Occurrence vulnerability
Type | Description |
(grafeas.v1beta1.vulnerability.IDetails|null) |