public sealed class UpdateAuthorizationPolicyRequest : IMessage<UpdateAuthorizationPolicyRequest>, IEquatable<UpdateAuthorizationPolicyRequest>, IDeepCloneable<UpdateAuthorizationPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Security v1beta1 API class UpdateAuthorizationPolicyRequest.
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-03-21 UTC."],[[["This document provides reference documentation for the `UpdateAuthorizationPolicyRequest` class within the Google Cloud Network Security v1beta1 API, specifically for version 2.0.0-beta05."],["`UpdateAuthorizationPolicyRequest` is a request class used by the `UpdateAuthorizationPolicy` method, and it inherits from the `object` class while implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors: a default constructor `UpdateAuthorizationPolicyRequest()` and a copy constructor `UpdateAuthorizationPolicyRequest(UpdateAuthorizationPolicyRequest other)`, which takes another `UpdateAuthorizationPolicyRequest` object as a parameter."],["The `UpdateAuthorizationPolicyRequest` class includes two key properties: `AuthorizationPolicy` of type `AuthorizationPolicy`, which is a required field for updating resources, and `UpdateMask` of type `FieldMask`, an optional field used to specify which fields of the `AuthorizationPolicy` resource to update."],["This class is a part of the `Google.Cloud.NetworkSecurity.V1Beta1` namespace and is found in the `Google.Cloud.NetworkSecurity.V1Beta1.dll` assembly, with the latest available version being 2.0.0-beta06."]]],[]]