Google Cloud Security Command Center Settings v1beta1 API - Class UpdateSettingsRequest (2.0.0-beta03)

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

Reference documentation and code samples for the Google Cloud Security Command Center Settings v1beta1 API class UpdateSettingsRequest.

Request message for UpdateSettings.

Inheritance

object > UpdateSettingsRequest

Namespace

Google.Cloud.SecurityCenter.Settings.V1Beta1

Assembly

Google.Cloud.SecurityCenter.Settings.V1Beta1.dll

Constructors

UpdateSettingsRequest()

public UpdateSettingsRequest()

UpdateSettingsRequest(UpdateSettingsRequest)

public UpdateSettingsRequest(UpdateSettingsRequest other)
Parameter
NameDescription
otherUpdateSettingsRequest

Properties

Settings

public Settings Settings { get; set; }

Required. The settings to update.

The settings' name field is used to identify the settings to be updated. Formats:

  • organizations/{organization}/settings
  • folders/{folder}/settings
  • projects/{project}/settings
  • projects/{project}/locations/{location}/clusters/{cluster}/settings
  • projects/{project}/regions/{region}/clusters/{cluster}/settings
  • projects/{project}/zones/{zone}/clusters/{cluster}/settings
Property Value
TypeDescription
Settings

UpdateMask

public FieldMask UpdateMask { get; set; }

The list of fields to be updated on the settings.

Property Value
TypeDescription
FieldMask