Show / Hide Table of Contents

Class Justification

Justification provides the justification when the state of the assessment if NOT_AFFECTED.

Inheritance
object
Justification
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class Justification : IDirectResponseSchema

Properties

Details

Additional details on why this justification was chosen.

Declaration
[JsonProperty("details")]
public virtual string Details { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

JustificationType

The justification type for this vulnerability.

Declaration
[JsonProperty("justificationType")]
public virtual string JustificationType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX