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
Implements
IMessageSinkSettings, IEquatableSinkSettings, IDeepCloneableSinkSettings, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.Settings.V1Beta1Assembly
Google.Cloud.SecurityCenter.Settings.V1Beta1.dll
Constructors
SinkSettings()
public SinkSettings()
SinkSettings(SinkSettings)
public SinkSettings(SinkSettings other)
Parameter | |
---|---|
Name | Description |
other |
SinkSettings |
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 | |
---|---|
Type | Description |
string |