Chronicle v1 API - Class FoxITStixSettings (1.1.0)

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

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

Fox-IT STIX settings.

Inheritance

object > FoxITStixSettings

Namespace

Google.Cloud.Chronicle.V1

Assembly

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