toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final crowdStrikeConfig = this.crowdStrikeConfig;
final crowdStrikeFalconNextGenConfig = this.crowdStrikeFalconNextGenConfig;
final crowdStrikeXdrConfig = this.crowdStrikeXdrConfig;
final deviceTrustConfig = this.deviceTrustConfig;
final googleSecOpsConfig = this.googleSecOpsConfig;
final mipLabelConfig = this.mipLabelConfig;
final paloAltoNetworksConfig = this.paloAltoNetworksConfig;
final pubSubConfig = this.pubSubConfig;
final pubSubXdrConfig = this.pubSubXdrConfig;
final splunkConfig = this.splunkConfig;
return {
'crowdStrikeConfig': ?crowdStrikeConfig,
'crowdStrikeFalconNextGenConfig': ?crowdStrikeFalconNextGenConfig,
'crowdStrikeXdrConfig': ?crowdStrikeXdrConfig,
'deviceTrustConfig': ?deviceTrustConfig,
'googleSecOpsConfig': ?googleSecOpsConfig,
'mipLabelConfig': ?mipLabelConfig,
'paloAltoNetworksConfig': ?paloAltoNetworksConfig,
'pubSubConfig': ?pubSubConfig,
'pubSubXdrConfig': ?pubSubXdrConfig,
'splunkConfig': ?splunkConfig,
};
}