public sealed class UpdateSecurityProfileRequest : IMessage<UpdateSecurityProfileRequest>, IEquatable<UpdateSecurityProfileRequest>, IDeepCloneable<UpdateSecurityProfileRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class UpdateSecurityProfileRequest.
Request used by the UpdateSecurityProfile method.
Implements
IMessageUpdateSecurityProfileRequest, IEquatableUpdateSecurityProfileRequest, IDeepCloneableUpdateSecurityProfileRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
UpdateSecurityProfileRequest()
public UpdateSecurityProfileRequest()UpdateSecurityProfileRequest(UpdateSecurityProfileRequest)
public UpdateSecurityProfileRequest(UpdateSecurityProfileRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateSecurityProfileRequest |
Properties
SecurityProfile
public SecurityProfile SecurityProfile { get; set; }Required. Updated SecurityProfile resource.
| Property Value | |
|---|---|
| Type | Description |
SecurityProfile |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Required. Field mask is used to specify the fields to be overwritten in the SecurityProfile 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.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|