GoogleChromeManagementVersionsV1ConnectorConfigDetails class
The details of the connector config.
Constructors
- GoogleChromeManagementVersionsV1ConnectorConfigDetails({GoogleChromeManagementVersionsV1CrowdStrikeConfig? crowdStrikeConfig, GoogleChromeManagementVersionsV1CrowdStrikeFalconNextGenConfig? crowdStrikeFalconNextGenConfig, GoogleChromeManagementVersionsV1CrowdStrikeXdrConfig? crowdStrikeXdrConfig, GoogleChromeManagementVersionsV1DeviceTrustConfig? deviceTrustConfig, GoogleChromeManagementVersionsV1GoogleSecOpsConfig? googleSecOpsConfig, GoogleChromeManagementVersionsV1MipLabelConfig? mipLabelConfig, GoogleChromeManagementVersionsV1PaloAltoNetworksConfig? paloAltoNetworksConfig, GoogleChromeManagementVersionsV1PubSubConfig? pubSubConfig, GoogleChromeManagementVersionsV1PubSubXdrConfig? pubSubXdrConfig, GoogleChromeManagementVersionsV1SplunkConfig? splunkConfig})
- GoogleChromeManagementVersionsV1ConnectorConfigDetails.fromJson(Map json_)
Properties
- crowdStrikeConfig ↔ GoogleChromeManagementVersionsV1CrowdStrikeConfig?
-
CrowdStrike connector config.
getter/setter pair
- crowdStrikeFalconNextGenConfig ↔ GoogleChromeManagementVersionsV1CrowdStrikeFalconNextGenConfig?
-
CrowdStrike Falcon Next Gen connector config.
getter/setter pair
- crowdStrikeXdrConfig ↔ GoogleChromeManagementVersionsV1CrowdStrikeXdrConfig?
-
CrowdStrike XDR connector config.
getter/setter pair
- deviceTrustConfig ↔ GoogleChromeManagementVersionsV1DeviceTrustConfig?
-
Device trust connector config.
getter/setter pair
- googleSecOpsConfig ↔ GoogleChromeManagementVersionsV1GoogleSecOpsConfig?
-
Google SecOps connector config.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mipLabelConfig ↔ GoogleChromeManagementVersionsV1MipLabelConfig?
-
MIP label connector config.
getter/setter pair
- paloAltoNetworksConfig ↔ GoogleChromeManagementVersionsV1PaloAltoNetworksConfig?
-
Palo Alto Networks connector config.
getter/setter pair
- pubSubConfig ↔ GoogleChromeManagementVersionsV1PubSubConfig?
-
Pub/Sub connector config.
getter/setter pair
- pubSubXdrConfig ↔ GoogleChromeManagementVersionsV1PubSubXdrConfig?
-
Pub/Sub XDR connector config.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- splunkConfig ↔ GoogleChromeManagementVersionsV1SplunkConfig?
-
Splunk connector config.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited