public sealed class ComplianceVersion : IMessage<ComplianceVersion>, IEquatable<ComplianceVersion>, IDeepCloneable<ComplianceVersion>, IBufferMessage, IMessage
Describes the CIS benchmark version that is applicable to a given OS and
os version.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage details the `ComplianceVersion` class, which is part of the `Grafeas.V1` namespace and is used to define CIS benchmark versions for specific operating systems and their versions."],["The `ComplianceVersion` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The latest version of `ComplianceVersion` is documented under 3.7.0, and documentation is provided for versions as old as 2.2.0, demonstrating a history of different documentation versions."],["`ComplianceVersion` objects can be created using the default constructor `ComplianceVersion()` or a copy constructor `ComplianceVersion(ComplianceVersion other)`."],["The `ComplianceVersion` class includes two key properties: `CpeUri`, which specifies the CPE URI to which the benchmark applies, and `Version`, which denotes the specific version of the CIS document."]]],[]]