Chronicle v1 API - Class TrellixHxAlertsSettings (1.1.0)

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

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

Settings required by Feeds of TrellixHxAlerts.

Inheritance

object > TrellixHxAlertsSettings

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

TrellixHxAlertsSettings()

public TrellixHxAlertsSettings()

TrellixHxAlertsSettings(TrellixHxAlertsSettings)

public TrellixHxAlertsSettings(TrellixHxAlertsSettings other)
Parameter
Name Description
other TrellixHxAlertsSettings

Properties

Authentication

public TrellixStarXAuthentication Authentication { get; set; }

Required. Authentication.

Property Value
Type Description
TrellixStarXAuthentication

Endpoint

public string Endpoint { get; set; }

Required. Trellix HX Device URL. This must be a valid URL with an http or https scheme. It has no default. Usually a device URL is in the form of either: https://xxx.trellix.com/hx/id/<hx id>/

Property Value
Type Description
string