File tree 4 files changed +12
-4
lines changed
icon_mimecast_v2/connection
4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "spec": "09e7a8073da54693bcc990b37ec6e2a4 ",
2
+ "spec": "a075e9a45f8da26b40eae68c765d196e ",
3
3
"manifest": "e0e42959bee1c96589545b1afb0b1f61",
4
4
"setup": "ea867af34e3163ba06ef9660ec9023fc",
5
5
"schemas": [
6
6
{
7
7
"identifier": "connection/schema.py",
8
- "hash": "8918ffcfac8cbf4e1b5696cb9dd9ddaf "
8
+ "hash": "3253f4b76caee91ee0f0cdc596b64a98 "
9
9
},
10
10
{
11
11
"identifier": "monitor_siem_logs/schema.py",
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ The connection configuration accepts the following parameters:
24
24
25
25
| Name| Type| Default| Required| Description| Enum| Example| Placeholder| Tooltip|
26
26
| :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- |
27
- | client_id| credential_secret_key| None| True| The Mimecast 2.0 Application Client ID| None| ZA7vkbu7NqcfBcGrXyWW8Rzk2sv2un2DCY7GGCX4BFWgJBZM| None | None |
28
- | client_secret| credential_secret_key| None| True| The Mimecast 2.0 Application Client Secret| None| ohknqKJpCd99XTkHjeVuc2TgYaKWrWn4tEEHCLkXFZhFgDRdcpNGVx3EipX2CvmE| None | None |
27
+ | client_id| credential_secret_key| None| True| The Mimecast 2.0 Application Client ID| None| ZA7vkbu7NqcfBcGrXyWW8Rzk2sv2un2DCY7GGCX4BFWgJBZM| Client ID | Enter the Client ID obtained from the Mimecast 2.0 API Application |
28
+ | client_secret| credential_secret_key| None| True| The Mimecast 2.0 Application Client Secret| None| ohknqKJpCd99XTkHjeVuc2TgYaKWrWn4tEEHCLkXFZhFgDRdcpNGVx3EipX2CvmE| Client Secret | Enter the Client ID obtained from the Mimecast 2.0 API Application |
29
29
30
30
Example input:
31
31
Original file line number Diff line number Diff line change @@ -18,12 +18,16 @@ class ConnectionSchema(insightconnect_plugin_runtime.Input):
18
18
"$ref": "#/definitions/credential_secret_key",
19
19
"title": "Client ID",
20
20
"description": "The Mimecast 2.0 Application Client ID",
21
+ "placeholder": "Client ID",
22
+ "tooltip": "Enter the Client ID obtained from the Mimecast 2.0 API Application",
21
23
"order": 1
22
24
},
23
25
"client_secret": {
24
26
"$ref": "#/definitions/credential_secret_key",
25
27
"title": "Client Secret",
26
28
"description": "The Mimecast 2.0 Application Client Secret",
29
+ "placeholder": "Client Secret",
30
+ "tooltip": "Enter the Client ID obtained from the Mimecast 2.0 API Application",
27
31
"order": 2
28
32
}
29
33
},
Original file line number Diff line number Diff line change @@ -46,12 +46,16 @@ connection:
46
46
type : credential_secret_key
47
47
example : ZA7vkbu7NqcfBcGrXyWW8Rzk2sv2un2DCY7GGCX4BFWgJBZM
48
48
required : true
49
+ placeholder : Client ID
50
+ tooltip : Enter the Client ID obtained from the Mimecast 2.0 API Application
49
51
client_secret :
50
52
title : Client Secret
51
53
description : The Mimecast 2.0 Application Client Secret
52
54
type : credential_secret_key
53
55
example : ohknqKJpCd99XTkHjeVuc2TgYaKWrWn4tEEHCLkXFZhFgDRdcpNGVx3EipX2CvmE
54
56
required : true
57
+ placeholder : Client Secret
58
+ tooltip : Enter the Client ID obtained from the Mimecast 2.0 API Application
55
59
tasks :
56
60
monitor_siem_logs :
57
61
title : Monitor SIEM Logs
You can’t perform that action at this time.
0 commit comments