Google Cloud Security Command Center Settings v1beta1 API - Class ResetSettingsRequest (2.0.0-beta02)

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

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

Request message for ResetSettings.

Inheritance

object > ResetSettingsRequest

Namespace

Google.Cloud.SecurityCenter.Settings.V1Beta1

Assembly

Google.Cloud.SecurityCenter.Settings.V1Beta1.dll

Constructors

ResetSettingsRequest()

public ResetSettingsRequest()

ResetSettingsRequest(ResetSettingsRequest)

public ResetSettingsRequest(ResetSettingsRequest other)
Parameter
NameDescription
otherResetSettingsRequest

Properties

Etag

public string Etag { get; set; }

A fingerprint used for optimistic concurrency. If none is provided, then the existing settings will be blindly overwritten.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Required. The name of the settings to reset. 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
string

SettingsName

public SettingsName SettingsName { get; set; }

SettingsName-typed view over the Name resource name property.

Property Value
TypeDescription
SettingsName