Interface protos.grafeas.v1.INote (3.2.0)

Properties of a Note.

Package

@google-cloud/containeranalysis

Properties

attestation

attestation?: (grafeas.v1.IAttestationNote|null);

Note attestation

Property Value
TypeDescription
(grafeas.v1.IAttestationNote|null)

build

build?: (grafeas.v1.IBuildNote|null);

Note build

Property Value
TypeDescription
(grafeas.v1.IBuildNote|null)

compliance

compliance?: (grafeas.v1.IComplianceNote|null);

Note compliance

Property Value
TypeDescription
(grafeas.v1.IComplianceNote|null)

createTime

createTime?: (google.protobuf.ITimestamp|null);

Note createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

deployment

deployment?: (grafeas.v1.IDeploymentNote|null);

Note deployment

Property Value
TypeDescription
(grafeas.v1.IDeploymentNote|null)

discovery

discovery?: (grafeas.v1.IDiscoveryNote|null);

Note discovery

Property Value
TypeDescription
(grafeas.v1.IDiscoveryNote|null)

dsseAttestation

dsseAttestation?: (grafeas.v1.IDSSEAttestationNote|null);

Note dsseAttestation

Property Value
TypeDescription
(grafeas.v1.IDSSEAttestationNote|null)

expirationTime

expirationTime?: (google.protobuf.ITimestamp|null);

Note expirationTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

image

image?: (grafeas.v1.IImageNote|null);

Note image

Property Value
TypeDescription
(grafeas.v1.IImageNote|null)

kind

kind?: (grafeas.v1.NoteKind|keyof typeof grafeas.v1.NoteKind|null);

Note kind

Property Value
TypeDescription
(grafeas.v1.NoteKind|keyof typeof grafeas.v1.NoteKind|null)

longDescription

longDescription?: (string|null);

Note longDescription

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

Note name

Property Value
TypeDescription
(string|null)

package

"package"?: (grafeas.v1.IPackageNote|null);

Note package

Property Value
TypeDescription
(grafeas.v1.IPackageNote|null)

relatedNoteNames

relatedNoteNames?: (string[]|null);

Note relatedNoteNames

Property Value
TypeDescription
(string[]|null)

relatedUrl

relatedUrl?: (grafeas.v1.IRelatedUrl[]|null);

Note relatedUrl

Property Value
TypeDescription
(grafeas.v1.IRelatedUrl[]|null)

shortDescription

shortDescription?: (string|null);

Note shortDescription

Property Value
TypeDescription
(string|null)

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

Note updateTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

upgrade

upgrade?: (grafeas.v1.IUpgradeNote|null);

Note upgrade

Property Value
TypeDescription
(grafeas.v1.IUpgradeNote|null)

vulnerability

vulnerability?: (grafeas.v1.IVulnerabilityNote|null);

Note vulnerability

Property Value
TypeDescription
(grafeas.v1.IVulnerabilityNote|null)