You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/mimecast-source.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,8 +93,11 @@ Sources can be configured using UTF-8 encoded JSON files with the Collector Ma
93
93
| description | String | No | `null` | Type a description of the source. | `"Testing source"`
94
94
| category | String | No | `null` | Type a category of the source. This value is assigned to the [metadata](/docs/search/get-started-with-search/search-basics/built-in-metadata) field `_sourceCategory`. See [best practices](/docs/send-data/best-practices) for details. | `"mySource/test"`
95
95
| fields | JSON Object | No |`null`| JSON map of key-value fields (metadata) to apply to the Collector or Source. Use the boolean field _siemForward to enable forwarding to SIEM.|`{"_siemForward": false, "fieldA": "valueA"}`|
96
-
| clientID | String | Yes |`null`| Client Id for your Mimecast app. ||
97
-
| clientSecret | String | Yes |`null`| Secret Key for your Mimecast app. ||
96
+
| domain | String | Yes |`null`| Enter your customer specific Base URL. ||
97
+
| application_key | String | Yes |`null`| Application Key for your Mimecast app. ||
98
+
| application_id | String | Yes |`null`| Application ID for your Mimecast app. ||
99
+
| access_key | String | Yes |`null`| Access Key for your Mimecast app. ||
100
+
| secret_key | String | Yes |`null`| Secret Key for your Mimecast app. ||
0 commit comments