Show / Hide Table of Contents

Class GoogleChromeManagementVersionsV1SplunkConfig

Splunk connector config.

Inheritance
object
GoogleChromeManagementVersionsV1SplunkConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX