Show / Hide Table of Contents

Class GoogleChromeManagementVersionsV1CrowdStrikeXdrConfig

CrowdStrike XDR connector config.

Inheritance
object
GoogleChromeManagementVersionsV1CrowdStrikeXdrConfig
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 GoogleChromeManagementVersionsV1CrowdStrikeXdrConfig : 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 to identify the customer specific server to receive the events.

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

XdrSettings

Required. The XDR settings for the CrowdStrike XDR config.

Declaration
[JsonProperty("xdrSettings")]
public virtual GoogleChromeManagementVersionsV1XdrSettings XdrSettings { get; set; }
Property Value
Type Description
GoogleChromeManagementVersionsV1XdrSettings

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX