Class GoogleChromeManagementVersionsV1PaloAltoNetworksConfig
Palo Alto Networks connector config.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementVersionsV1PaloAltoNetworksConfig : 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 |
ReportingSettings
Required. The reporting settings for the Palo Alto Networks config.
Declaration
[JsonProperty("reportingSettings")]
public virtual GoogleChromeManagementVersionsV1ReportingSettings ReportingSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleChromeManagementVersionsV1ReportingSettings |