public sealed class Rapid7InsightSettings : IMessage<Rapid7InsightSettings>, IEquatable<Rapid7InsightSettings>, IDeepCloneable<Rapid7InsightSettings>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class Rapid7InsightSettings.
Rapid7 Insight settings.
Implements
IMessageRapid7InsightSettings, IEquatableRapid7InsightSettings, IDeepCloneableRapid7InsightSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
Rapid7InsightSettings()
public Rapid7InsightSettings()Rapid7InsightSettings(Rapid7InsightSettings)
public Rapid7InsightSettings(Rapid7InsightSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
Rapid7InsightSettings |
Properties
Authentication
public HttpHeaderAuth Authentication { get; set; }Input only. Authentication.
| Property Value | |
|---|---|
| Type | Description |
HttpHeaderAuth |
|
Endpoint
public string Endpoint { get; set; }Rapid7 API endpoint. Should be "vulnerabilities" or "assets".
| Property Value | |
|---|---|
| Type | Description |
string |
|
Hostname
public string Hostname { get; set; }API Hostname.
| Property Value | |
|---|---|
| Type | Description |
string |
|