public sealed class UpdateAuthorizationPolicyRequest : IMessage<UpdateAuthorizationPolicyRequest>, IEquatable<UpdateAuthorizationPolicyRequest>, IDeepCloneable<UpdateAuthorizationPolicyRequest>, IBufferMessage, IMessage
Request used by the UpdateAuthorizationPolicy method.
Optional. Field mask is used to specify the fields to be overwritten in the
AuthorizationPolicy resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
[[["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-02 UTC."],[[["This document provides details for the `UpdateAuthorizationPolicyRequest` class, which is utilized to update an existing AuthorizationPolicy."],["The `UpdateAuthorizationPolicyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `AuthorizationPolicy`, which is the updated AuthorizationPolicy resource, and `UpdateMask`, which specifies which fields to be overwritten."],["The `UpdateAuthorizationPolicyRequest` class is available in the `Google.Cloud.NetworkSecurity.V1Beta1` namespace and is part of the `Google.Cloud.NetworkSecurity.V1Beta1.dll` assembly."],["The class offers two constructors: a default constructor and another that takes an existing `UpdateAuthorizationPolicyRequest` instance."]]],[]]