Class GoogleChromeManagementVersionsV1SplunkConfig
Splunk connector config.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementVersionsV1SplunkConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HecToken
Required. Input only. The data input's HTTP Event Collector token to use as an Authorization header.
Declaration
[JsonProperty("hecToken")]
public virtual string HecToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Host
Required. Host to identify the customer specific server to receive the events.
Declaration
[JsonProperty("host")]
public virtual string Host { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PortNumber
Optional. The port number to use. If not set, the default Splunk port is used.
Declaration
[JsonProperty("portNumber")]
public virtual int? PortNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ReportingSettings
Required. The reporting settings for the Splunk config.
Declaration
[JsonProperty("reportingSettings")]
public virtual GoogleChromeManagementVersionsV1ReportingSettings ReportingSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleChromeManagementVersionsV1ReportingSettings |
Source
Optional. Optional source name to override the default one set in the Splunk admin console.
Declaration
[JsonProperty("source")]
public virtual string Source { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UnsecureScheme
Optional. Whether to use an unsecure HTTP scheme. Defaults to false (HTTPS).
Declaration
[JsonProperty("unsecureScheme")]
public virtual bool? UnsecureScheme { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |