Class VulnerabilityAttestation
The status of a vulnerability attestation generation.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class VulnerabilityAttestation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Error
Output only. If failure, the error reason for why the attestation generation failed.
Declaration
[JsonProperty("error")]
public virtual string Error { get; set; }
Property Value
Type | Description |
---|---|
string |
LastAttemptTime
object representation of LastAttemptTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastAttemptTimeDateTimeOffset instead.")]
public virtual object LastAttemptTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LastAttemptTimeDateTimeOffset
DateTimeOffset representation of LastAttemptTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastAttemptTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LastAttemptTimeRaw
Output only. The last time we attempted to generate an attestation.
Declaration
[JsonProperty("lastAttemptTime")]
public virtual string LastAttemptTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. The success/failure state of the latest attestation attempt.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |