Chronicle v1 API - Class SentineloneAlertSettings (1.1.0)

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

Reference documentation and code samples for the Chronicle v1 API class SentineloneAlertSettings.

SentinelOne Alert settings.

Inheritance

object > SentineloneAlertSettings

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

SentineloneAlertSettings()

public SentineloneAlertSettings()

SentineloneAlertSettings(SentineloneAlertSettings)

public SentineloneAlertSettings(SentineloneAlertSettings other)
Parameter
Name Description
other SentineloneAlertSettings

Properties

Authentication

public HttpHeaderAuth Authentication { get; set; }

Input only. Authentication.

Property Value
Type Description
HttpHeaderAuth

Hostname

public string Hostname { get; set; }

Hostname of SentinelOne alert settings.

Property Value
Type Description
string

InitialStartTime

public string InitialStartTime { get; set; }

initialStartTime from when to fetch the alerts

Property Value
Type Description
string

IsAlertApiSubscribed

public bool IsAlertApiSubscribed { get; set; }

Is the customer subscribed to Alerts Api

Property Value
Type Description
bool