public sealed class ResetSettingsRequest : IMessage<ResetSettingsRequest>, IEquatable<ResetSettingsRequest>, IDeepCloneable<ResetSettingsRequest>, IBufferMessage, IMessageRequest message for ResetSettings.
Implements
IMessage<ResetSettingsRequest>, IEquatable<ResetSettingsRequest>, IDeepCloneable<ResetSettingsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.Settings.V1Beta1Assembly
Google.Cloud.SecurityCenter.Settings.V1Beta1.dll
Constructors
ResetSettingsRequest()
public ResetSettingsRequest()ResetSettingsRequest(ResetSettingsRequest)
public ResetSettingsRequest(ResetSettingsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ResetSettingsRequest |
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 | |
|---|---|
| Type | Description |
String |
|
Name
public string Name { get; set; }Required. The name of the settings to reset. Formats:
organizations/{organization}/settingsfolders/{folder}/settingsprojects/{project}/settingsprojects/{project}/locations/{location}/clusters/{cluster}/settingsprojects/{project}/regions/{region}/clusters/{cluster}/settingsprojects/{project}/zones/{zone}/clusters/{cluster}/settings
| Property Value | |
|---|---|
| Type | Description |
String |
|
SettingsName
public SettingsName SettingsName { get; set; }SettingsName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
SettingsName |
|