Properties of a Note.
Package
@google-cloud/containeranalysisProperties
attestation
attestation?: (grafeas.v1.IAttestationNote|null);
Note attestation
Type | Description |
(grafeas.v1.IAttestationNote|null) |
build
build?: (grafeas.v1.IBuildNote|null);
Note build
Type | Description |
(grafeas.v1.IBuildNote|null) |
compliance
compliance?: (grafeas.v1.IComplianceNote|null);
Note compliance
Type | Description |
(grafeas.v1.IComplianceNote|null) |
createTime
createTime?: (google.protobuf.ITimestamp|null);
Note createTime
Type | Description |
(google.protobuf.ITimestamp|null) |
deployment
deployment?: (grafeas.v1.IDeploymentNote|null);
Note deployment
Type | Description |
(grafeas.v1.IDeploymentNote|null) |
discovery
discovery?: (grafeas.v1.IDiscoveryNote|null);
Note discovery
Type | Description |
(grafeas.v1.IDiscoveryNote|null) |
dsseAttestation
dsseAttestation?: (grafeas.v1.IDSSEAttestationNote|null);
Note dsseAttestation
Type | Description |
(grafeas.v1.IDSSEAttestationNote|null) |
expirationTime
expirationTime?: (google.protobuf.ITimestamp|null);
Note expirationTime
Type | Description |
(google.protobuf.ITimestamp|null) |
image
image?: (grafeas.v1.IImageNote|null);
Note image
Type | Description |
(grafeas.v1.IImageNote|null) |
kind
kind?: (grafeas.v1.NoteKind|keyof typeof grafeas.v1.NoteKind|null);
Note kind
Type | Description |
(grafeas.v1.NoteKind|keyof typeof grafeas.v1.NoteKind|null) |
longDescription
longDescription?: (string|null);
Note longDescription
Type | Description |
(string|null) |
name
name?: (string|null);
Note name
Type | Description |
(string|null) |
package
"package"?: (grafeas.v1.IPackageNote|null);
Note package
Type | Description |
(grafeas.v1.IPackageNote|null) |
relatedNoteNames
relatedNoteNames?: (string[]|null);
Note relatedNoteNames
Type | Description |
(string[]|null) |
relatedUrl
relatedUrl?: (grafeas.v1.IRelatedUrl[]|null);
Note relatedUrl
Type | Description |
(grafeas.v1.IRelatedUrl[]|null) |
shortDescription
shortDescription?: (string|null);
Note shortDescription
Type | Description |
(string|null) |
updateTime
updateTime?: (google.protobuf.ITimestamp|null);
Note updateTime
Type | Description |
(google.protobuf.ITimestamp|null) |
upgrade
upgrade?: (grafeas.v1.IUpgradeNote|null);
Note upgrade
Type | Description |
(grafeas.v1.IUpgradeNote|null) |
vulnerability
vulnerability?: (grafeas.v1.IVulnerabilityNote|null);
Note vulnerability
Type | Description |
(grafeas.v1.IVulnerabilityNote|null) |