public sealed class FoxITStixSettings : IMessage<FoxITStixSettings>, IEquatable<FoxITStixSettings>, IDeepCloneable<FoxITStixSettings>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class FoxITStixSettings.
Fox-IT STIX settings.
Implements
IMessageFoxITStixSettings, IEquatableFoxITStixSettings, IDeepCloneableFoxITStixSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
FoxITStixSettings()
public FoxITStixSettings()FoxITStixSettings(FoxITStixSettings)
public FoxITStixSettings(FoxITStixSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
FoxITStixSettings |
Properties
Authentication
public UsernameSecretAuth Authentication { get; set; }Input only. Authentication.
| Property Value | |
|---|---|
| Type | Description |
UsernameSecretAuth |
|
Collection
public string Collection { get; set; }Collection available at the poll service.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PollServiceUri
public string PollServiceUri { get; set; }TAXII poll service URI.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Ssl
public SSLClientKeypair Ssl { get; set; }SSL client key pair.
| Property Value | |
|---|---|
| Type | Description |
SSLClientKeypair |
|