public sealed class TrellixHxBulkAcqsSettings : IMessage<TrellixHxBulkAcqsSettings>, IEquatable<TrellixHxBulkAcqsSettings>, IDeepCloneable<TrellixHxBulkAcqsSettings>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class TrellixHxBulkAcqsSettings.
Settings required by Feeds of TrellixHxBulkAcqs.
Implements
IMessageTrellixHxBulkAcqsSettings, IEquatableTrellixHxBulkAcqsSettings, IDeepCloneableTrellixHxBulkAcqsSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
TrellixHxBulkAcqsSettings()
public TrellixHxBulkAcqsSettings()TrellixHxBulkAcqsSettings(TrellixHxBulkAcqsSettings)
public TrellixHxBulkAcqsSettings(TrellixHxBulkAcqsSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
TrellixHxBulkAcqsSettings |
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 |
|