public sealed class UpdateAuthorizationPolicyRequest : IMessage<UpdateAuthorizationPolicyRequest>, IEquatable<UpdateAuthorizationPolicyRequest>, IDeepCloneable<UpdateAuthorizationPolicyRequest>, IBufferMessage, IMessage
Request used by the UpdateAuthorizationPolicy method.
Implements
IMessage<UpdateAuthorizationPolicyRequest>, IEquatable<UpdateAuthorizationPolicyRequest>, IDeepCloneable<UpdateAuthorizationPolicyRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Beta1Assembly
Google.Cloud.NetworkSecurity.V1Beta1.dll
Constructors
UpdateAuthorizationPolicyRequest()
public UpdateAuthorizationPolicyRequest()
UpdateAuthorizationPolicyRequest(UpdateAuthorizationPolicyRequest)
public UpdateAuthorizationPolicyRequest(UpdateAuthorizationPolicyRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateAuthorizationPolicyRequest |
Properties
AuthorizationPolicy
public AuthorizationPolicy AuthorizationPolicy { get; set; }
Required. Updated AuthorizationPolicy resource.
Property Value | |
---|---|
Type | Description |
AuthorizationPolicy |
UpdateMask
public FieldMask UpdateMask { get; set; }
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.
Property Value | |
---|---|
Type | Description |
FieldMask |