Security Command Center v2 API - Class UpdateResourceValueConfigRequest (1.0.0-beta04)

public sealed class UpdateResourceValueConfigRequest : IMessage<UpdateResourceValueConfigRequest>, IEquatable<UpdateResourceValueConfigRequest>, IDeepCloneable<UpdateResourceValueConfigRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Security Command Center v2 API class UpdateResourceValueConfigRequest.

Request message to update resource value config

Inheritance

object > UpdateResourceValueConfigRequest

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

UpdateResourceValueConfigRequest()

public UpdateResourceValueConfigRequest()

UpdateResourceValueConfigRequest(UpdateResourceValueConfigRequest)

public UpdateResourceValueConfigRequest(UpdateResourceValueConfigRequest other)
Parameter
Name Description
other UpdateResourceValueConfigRequest

Properties

ResourceValueConfig

public ResourceValueConfig ResourceValueConfig { get; set; }

Required. The resource value config being updated.

Property Value
Type Description
ResourceValueConfig

UpdateMask

public FieldMask UpdateMask { get; set; }

The list of fields to be updated. If empty all mutable fields will be updated.

To update nested fields, include the top level field in the mask For example, to update gcp_metadata.resource_type, include the "gcp_metadata" field mask

Property Value
Type Description
FieldMask