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 `UpdatePolicyRequest` class is used to send requests to the `UpdatePolicy` method within the Google Cloud OrgPolicy V2 service."],["This class, `UpdatePolicyRequest`, is part of version 1.2.0 of the Google.Cloud.OrgPolicy.V2 namespace, with version 2.7.0 being the latest."],["The `UpdatePolicyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its capabilities."],["The class has two constructors: a default constructor and one that takes another `UpdatePolicyRequest` object as a parameter for copying, and has a Policy Property that holds a policy value."],["This page serves as the documentation for the `UpdatePolicyRequest` class, detailing its inheritance, implementation, constructors, and properties, including the required `Policy` property for updates."]]],[]]