Show / Hide Table of Contents

Class GoogleChromeManagementVersionsV1GoogleSecOpsConfig

Google SecOps connector config.

Inheritance
object
GoogleChromeManagementVersionsV1GoogleSecOpsConfig
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 GoogleChromeManagementVersionsV1GoogleSecOpsConfig : IDirectResponseSchema

Properties

ApiKey

Required. Input only. API key to use on the ingestion API.

Declaration
[JsonProperty("apiKey")]
public virtual string ApiKey { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Host

Required. Host of ingestion API endpoint. Allows customer to upload events to servers in specific geographical regions. Existing configs that don't have this setting default to US.

Declaration
[JsonProperty("host")]
public virtual string Host { get; set; }
Property Value
Type Description
string

ReportingSettings

Required. The reporting settings for the Google SecOps config.

Declaration
[JsonProperty("reportingSettings")]
public virtual GoogleChromeManagementVersionsV1ReportingSettings ReportingSettings { get; set; }
Property Value
Type Description
GoogleChromeManagementVersionsV1ReportingSettings

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX