Interface protos.grafeas.v1beta1.package_.IDistribution (3.1.8)

Properties of a Distribution.

Package

@google-cloud/containeranalysis!

Properties

architecture

architecture?: (grafeas.v1beta1.package_.Architecture|keyof typeof grafeas.v1beta1.package_.Architecture|null);

Distribution architecture

Property Value
TypeDescription
(grafeas.v1beta1.package_.Architecture|keyof typeof grafeas.v1beta1.package_.Architecture|null)

cpeUri

cpeUri?: (string|null);

Distribution cpeUri

Property Value
TypeDescription
(string|null)

description

description?: (string|null);

Distribution description

Property Value
TypeDescription
(string|null)

latestVersion

latestVersion?: (grafeas.v1beta1.package_.IVersion|null);

Distribution latestVersion

Property Value
TypeDescription
(grafeas.v1beta1.package_.IVersion|null)

maintainer

maintainer?: (string|null);

Distribution maintainer

Property Value
TypeDescription
(string|null)

url

url?: (string|null);

Distribution url

Property Value
TypeDescription
(string|null)