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 = 6The benchmark result is not available as the information cannot be collected by the XIA Configuration Client.
ExcludedConfiguration = 4The benchmark result was excluded as it was configured to be excluded by the client configuration.
ExcludedPlatform = 5The benchmark result was excluded as it is not appropriate for this platform.
Failed = 2The benchmark result failed.
ManualValidationRequired = 7The benchmark result passed, however requires additional manual validation.
Passed = 1The benchmark result passed.
Unknown = 0The result type is unknown.
Warning = 3The benchmark result passed with warnings.