public sealed class SinkSettings : IMessage<SinkSettings>, IEquatable<SinkSettings>, IDeepCloneable<SinkSettings>, IBufferMessage, IMessage
Sink Settings for Security Command Center
Implements
IMessage<SinkSettings>, IEquatable<SinkSettings>, IDeepCloneable<SinkSettings>, 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 |