public sealed class NonCompliantFile : IMessage<NonCompliantFile>, IEquatable<NonCompliantFile>, IDeepCloneable<NonCompliantFile>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class NonCompliantFile.
Details about files that caused a compliance check to fail.
Implements
IMessageNonCompliantFile, IEquatableNonCompliantFile, IDeepCloneableNonCompliantFile, IBufferMessage, IMessageNamespace
GrafeasV1Assembly
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 |