Class NonCompliantFile (3.0.0)

public sealed class NonCompliantFile : IMessage<NonCompliantFile>, IEquatable<NonCompliantFile>, IDeepCloneable<NonCompliantFile>, IBufferMessage, IMessage

Details about files that caused a compliance check to fail.

Inheritance

Object > NonCompliantFile

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

NonCompliantFile()

public NonCompliantFile()

NonCompliantFile(NonCompliantFile)

public NonCompliantFile(NonCompliantFile other)
Parameter
NameDescription
otherNonCompliantFile

Properties

DisplayCommand

public string DisplayCommand { get; set; }

Command to display the non-compliant files.

Property Value
TypeDescription
String

Path

public string Path { get; set; }

Empty if display_command is set.

Property Value
TypeDescription
String

Reason

public string Reason { get; set; }

Explains why a file is non compliant for a CIS check.

Property Value
TypeDescription
String