public sealed class UpdateOSPolicyAssignmentRequest : IMessage<UpdateOSPolicyAssignmentRequest>, IEquatable<UpdateOSPolicyAssignmentRequest>, IDeepCloneable<UpdateOSPolicyAssignmentRequest>, IBufferMessage, IMessage
A request message to update an OS policy assignment
[[["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-12 UTC."],[[["The latest version of the `UpdateOSPolicyAssignmentRequest` is 2.4.0, but this page is documenting version 1.7.0."],["`UpdateOSPolicyAssignmentRequest` is a message class used to update an OS policy assignment."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default constructor and one that takes another `UpdateOSPolicyAssignmentRequest` instance."],["The class includes properties for `OsPolicyAssignment`, which represents the updated OS policy assignment, and `UpdateMask`, an optional field mask used for specifying which assignment fields to update."]]],[]]