Enum ComplianceBenchmarkResultType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of compliance benchmark result.
public enum ComplianceBenchmarkResultType
Fields
ExcludedClient = 6
The benchmark result is not available as the information cannot be collected by the XIA Configuration Client.
ExcludedConfiguration = 4
The benchmark result was excluded as it was configured to be excluded by the client configuration.
ExcludedPlatform = 5
The benchmark result was excluded as it is not appropriate for this platform.
Failed = 2
The benchmark result failed.
ManualValidationRequired = 7
The benchmark result passed, however requires additional manual validation.
Passed = 1
The benchmark result passed.
Unknown = 0
The result type is unknown.
Warning = 3
The benchmark result passed with warnings.