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 `OsConstraint` class in the Google Identity Access Context Manager v1 API is used to define restrictions on the operating system type and version for devices making requests."],["This class allows specifying a `MinimumVersion` to ensure devices meet a certain OS version requirement, using a \"major.minor.patch\" format."],["The `OsType` property is mandatory and defines the permitted OS type for accessing resources."],["`RequireVerifiedChromeOs` property can be set to true to ensure only devices with a verified Chrome OS can access specific APIs, which includes checks for enterprise management and domain policy compliance."],["The documentation shows the available versions of the API, ranging from 1.2.0 up to the latest at 2.5.0, while referencing 2.3.0 specifically."]]],[]]