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

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

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

Sink Settings for Security Command Center

Inheritance

object > SinkSettings

Namespace

Google.Cloud.SecurityCenter.Settings.V1Beta1

Assembly

Google.Cloud.SecurityCenter.Settings.V1Beta1.dll

Constructors

SinkSettings()

public SinkSettings()

SinkSettings(SinkSettings)

public SinkSettings(SinkSettings other)
Parameter
NameDescription
otherSinkSettings

Properties

LoggingSinkProject

public string LoggingSinkProject { get; set; }

The resource name of the project to send logs to. This project must be part of the same organization where the Security Center API is enabled. The format is projects/{project}. If it is empty, we do not output logs. If a project ID is provided it will be normalized to a project number.

Property Value
TypeDescription
string