The minimum allowed OS version. If not set, any version of this OS
satisfies the constraint. Format: "major.minor.patch".
Examples: "10.5.301", "9.2.1".
Only allows requests from devices with a verified Chrome OS.
Verifications includes requirements that the device is enterprise-managed,
conformant to domain policies, and the caller has permission to call
the API targeted by the request.
[[["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-09 UTC."],[[["The latest version available for the `OsConstraint` class is 2.5.0, with 2.4.0 being the version detailed on the current page and other versions going as far back as 1.2.0."],["The `OsConstraint` class, found within the `Google.Identity.AccessContextManager.V1` namespace, allows for the specification of OS type and version restrictions for devices making requests."],["It inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `OsConstraint` class include `MinimumVersion`, `OsType`, and `RequireVerifiedChromeOs`, which provide control over allowed OS versions, types, and Chrome OS verification requirements respectively."],["The class offers two constructors, `OsConstraint()` and `OsConstraint(OsConstraint other)`, to allow object creation, and it is part of the `Google.Identity.AccessContextManager.V1.dll` assembly."]]],[]]