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

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

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

Request message for GetSettings.

Inheritance

object > GetSettingsRequest

Namespace

Google.Cloud.SecurityCenter.Settings.V1Beta1

Assembly

Google.Cloud.SecurityCenter.Settings.V1Beta1.dll

Constructors

GetSettingsRequest()

public GetSettingsRequest()

GetSettingsRequest(GetSettingsRequest)

public GetSettingsRequest(GetSettingsRequest other)
Parameter
NameDescription
otherGetSettingsRequest

Properties

Name

public string Name { get; set; }

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