public sealed class UpdatePolicyRequest : IMessage<UpdatePolicyRequest>, IEquatable<UpdatePolicyRequest>, IDeepCloneable<UpdatePolicyRequest>, IBufferMessage, IMessage
Request message for [BinauthzManagementService.UpdatePolicy][].
Required. A new or updated [policy][google.cloud.binaryauthorization.v1beta1.Policy] value. The service will
overwrite the [policy name][google.cloud.binaryauthorization.v1beta1.Policy.name] field with the resource name in
the request URL, in the format projects/*/policy.
[[["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-03-21 UTC."],[[["The latest version available for `UpdatePolicyRequest` is 2.0.0-beta08, with previous versions 2.0.0-beta07 and 1.0.0-beta05 also documented."],["`UpdatePolicyRequest` is a request message used for updating policies within the `BinauthzManagementService`."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdatePolicyRequest` class contains a `Policy` property, which is required and represents the new or updated policy value."],["The `UpdatePolicyRequest` can be instantiated with an empty constructor or with another `UpdatePolicyRequest` object."]]],[]]