public sealed class ComplianceVersion : IMessage<ComplianceVersion>, IEquatable<ComplianceVersion>, IDeepCloneable<ComplianceVersion>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class ComplianceVersion.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of the Grafeas v1 API's `ComplianceVersion` is 3.7.0, with several previous versions available, including versions 3.6.0, 3.5.0, 3.4.0, 3.3.0, 3.2.0, 3.1.0, 3.0.0, 2.4.0, 2.3.0, and 2.2.0."],["The `ComplianceVersion` class is used to describe the CIS benchmark version applicable to a specific operating system and its version."],["The `ComplianceVersion` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ComplianceVersion` class include `BenchmarkDocument`, `CpeUri`, and `Version`, which provide details about the benchmark's document name, the CPE URI it applies to, and the benchmark's version, respectively."],["There are two constructors available for this class: a parameterless constructor and one that takes a `ComplianceVersion` as the parameter."]]],[]]