Skip to content

Commit b154b16

Browse files
authored
Add tooltip (#3074)
1 parent 85a50f2 commit b154b16

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

plugins/mimecast_v2/.CHECKSUM

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"spec": "09e7a8073da54693bcc990b37ec6e2a4",
2+
"spec": "a075e9a45f8da26b40eae68c765d196e",
33
"manifest": "e0e42959bee1c96589545b1afb0b1f61",
44
"setup": "ea867af34e3163ba06ef9660ec9023fc",
55
"schemas": [
66
{
77
"identifier": "connection/schema.py",
8-
"hash": "8918ffcfac8cbf4e1b5696cb9dd9ddaf"
8+
"hash": "3253f4b76caee91ee0f0cdc596b64a98"
99
},
1010
{
1111
"identifier": "monitor_siem_logs/schema.py",

plugins/mimecast_v2/help.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ The connection configuration accepts the following parameters:
2424

2525
|Name|Type|Default|Required|Description|Enum|Example|Placeholder|Tooltip|
2626
| :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- |
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|
2929

3030
Example input:
3131

plugins/mimecast_v2/icon_mimecast_v2/connection/schema.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,16 @@ class ConnectionSchema(insightconnect_plugin_runtime.Input):
1818
"$ref": "#/definitions/credential_secret_key",
1919
"title": "Client ID",
2020
"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",
2123
"order": 1
2224
},
2325
"client_secret": {
2426
"$ref": "#/definitions/credential_secret_key",
2527
"title": "Client Secret",
2628
"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",
2731
"order": 2
2832
}
2933
},

plugins/mimecast_v2/plugin.spec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,16 @@ connection:
4646
type: credential_secret_key
4747
example: ZA7vkbu7NqcfBcGrXyWW8Rzk2sv2un2DCY7GGCX4BFWgJBZM
4848
required: true
49+
placeholder: Client ID
50+
tooltip: Enter the Client ID obtained from the Mimecast 2.0 API Application
4951
client_secret:
5052
title: Client Secret
5153
description: The Mimecast 2.0 Application Client Secret
5254
type: credential_secret_key
5355
example: ohknqKJpCd99XTkHjeVuc2TgYaKWrWn4tEEHCLkXFZhFgDRdcpNGVx3EipX2CvmE
5456
required: true
57+
placeholder: Client Secret
58+
tooltip: Enter the Client ID obtained from the Mimecast 2.0 API Application
5559
tasks:
5660
monitor_siem_logs:
5761
title: Monitor SIEM Logs

0 commit comments

Comments
 (0)