Show / Hide Table of Contents

Class GoogleChromeManagementVersionsV1ConnectorConfigDetails

The details of the connector config.

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

Properties

CrowdStrikeConfig

CrowdStrike connector config.

Declaration
[JsonProperty("crowdStrikeConfig")]
public virtual GoogleChromeManagementVersionsV1CrowdStrikeConfig CrowdStrikeConfig { get; set; }
Property Value
Type Description
GoogleChromeManagementVersionsV1CrowdStrikeConfig

CrowdStrikeFalconNextGenConfig

CrowdStrike Falcon Next Gen connector config.

Declaration
[JsonProperty("crowdStrikeFalconNextGenConfig")]
public virtual GoogleChromeManagementVersionsV1CrowdStrikeFalconNextGenConfig CrowdStrikeFalconNextGenConfig { get; set; }
Property Value
Type Description
GoogleChromeManagementVersionsV1CrowdStrikeFalconNextGenConfig

CrowdStrikeXdrConfig

CrowdStrike XDR connector config.

Declaration
[JsonProperty("crowdStrikeXdrConfig")]
public virtual GoogleChromeManagementVersionsV1CrowdStrikeXdrConfig CrowdStrikeXdrConfig { get; set; }
Property Value
Type Description
GoogleChromeManagementVersionsV1CrowdStrikeXdrConfig

DeviceTrustConfig

Device trust connector config.

Declaration
[JsonProperty("deviceTrustConfig")]
public virtual GoogleChromeManagementVersionsV1DeviceTrustConfig DeviceTrustConfig { get; set; }
Property Value
Type Description
GoogleChromeManagementVersionsV1DeviceTrustConfig

ETag

The ETag of the item.

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

GoogleSecOpsConfig

Google SecOps connector config.

Declaration
[JsonProperty("googleSecOpsConfig")]
public virtual GoogleChromeManagementVersionsV1GoogleSecOpsConfig GoogleSecOpsConfig { get; set; }
Property Value
Type Description
GoogleChromeManagementVersionsV1GoogleSecOpsConfig

PaloAltoNetworksConfig

Palo Alto Networks connector config.

Declaration
[JsonProperty("paloAltoNetworksConfig")]
public virtual GoogleChromeManagementVersionsV1PaloAltoNetworksConfig PaloAltoNetworksConfig { get; set; }
Property Value
Type Description
GoogleChromeManagementVersionsV1PaloAltoNetworksConfig

PubSubConfig

Pub/Sub connector config.

Declaration
[JsonProperty("pubSubConfig")]
public virtual GoogleChromeManagementVersionsV1PubSubConfig PubSubConfig { get; set; }
Property Value
Type Description
GoogleChromeManagementVersionsV1PubSubConfig

PubSubXdrConfig

Pub/Sub XDR connector config.

Declaration
[JsonProperty("pubSubXdrConfig")]
public virtual GoogleChromeManagementVersionsV1PubSubXdrConfig PubSubXdrConfig { get; set; }
Property Value
Type Description
GoogleChromeManagementVersionsV1PubSubXdrConfig

SplunkConfig

Splunk connector config.

Declaration
[JsonProperty("splunkConfig")]
public virtual GoogleChromeManagementVersionsV1SplunkConfig SplunkConfig { get; set; }
Property Value
Type Description
GoogleChromeManagementVersionsV1SplunkConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX