Class GoogleChromeManagementVersionsV1CrowdStrikeXdrConfig
CrowdStrike XDR connector config.
Implements
Inherited Members
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 |