public sealed class UpdatePolicyRequest : IMessage<UpdatePolicyRequest>, IEquatable<UpdatePolicyRequest>, IDeepCloneable<UpdatePolicyRequest>, IBufferMessage, IMessage
The request sent to the [UpdatePolicyRequest]
[google.cloud.orgpolicy.v2.OrgPolicy.UpdatePolicy] method.
[[["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 `UpdatePolicyRequest` class is 2.7.0, part of the Google.Cloud.OrgPolicy.V2 library."],["`UpdatePolicyRequest` is a request message for the `UpdatePolicy` method within the OrgPolicy API."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdatePolicyRequest` class has a constructor that accepts another `UpdatePolicyRequest` instance as a parameter, as well as a parameterless constructor."],["The `Policy` property within `UpdatePolicyRequest` is a required field representing the `Policy` to be updated, which is of type `Google.Cloud.OrgPolicy.V2.Policy`."]]],[]]