public sealed class NonCompliantFile : IMessage<NonCompliantFile>, IEquatable<NonCompliantFile>, IDeepCloneable<NonCompliantFile>, IBufferMessage, IMessage
Details about files that caused a compliance check to fail.
Implements
IMessage<NonCompliantFile>, IEquatable<NonCompliantFile>, IDeepCloneable<NonCompliantFile>, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
NonCompliantFile()
public NonCompliantFile()
NonCompliantFile(NonCompliantFile)
public NonCompliantFile(NonCompliantFile other)
Parameter | |
---|---|
Name | Description |
other | NonCompliantFile |
Properties
DisplayCommand
public string DisplayCommand { get; set; }
Command to display the non-compliant files.
Property Value | |
---|---|
Type | Description |
String |
Path
public string Path { get; set; }
Empty if display_command
is set.
Property Value | |
---|---|
Type | Description |
String |
Reason
public string Reason { get; set; }
Explains why a file is non compliant for a CIS check.
Property Value | |
---|---|
Type | Description |
String |