Interface protos.grafeas.v1beta1.deployment.IDeployment (3.2.0)

Properties of a Deployment.

Package

@google-cloud/containeranalysis

Properties

address

address?: (string|null);

Deployment address

Property Value
TypeDescription
(string|null)

config

config?: (string|null);

Deployment config

Property Value
TypeDescription
(string|null)

deployTime

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

Deployment deployTime

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

platform

platform?: (grafeas.v1beta1.deployment.Deployment.Platform|keyof typeof grafeas.v1beta1.deployment.Deployment.Platform|null);

Deployment platform

Property Value
TypeDescription
(grafeas.v1beta1.deployment.Deployment.Platform|keyof typeof grafeas.v1beta1.deployment.Deployment.Platform|null)

resourceUri

resourceUri?: (string[]|null);

Deployment resourceUri

Property Value
TypeDescription
(string[]|null)

undeployTime

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

Deployment undeployTime

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

userEmail

userEmail?: (string|null);

Deployment userEmail

Property Value
TypeDescription
(string|null)