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
"Description": "The name of the Vault in 1Password."
11
+
},
12
+
{
13
+
"Name": "Token",
14
+
"DisplayName": "1Password Service Account Token",
15
+
"DataType": 2,
16
+
"InstanceLevel": false,
17
+
"Description": "The Service Account Token that is configured to access the specified Vault."
18
+
},
19
+
{
20
+
"Name": "Item",
21
+
"DisplayName": "1Password Item Name",
22
+
"DataType": 1,
23
+
"InstanceLevel": true,
24
+
"Description": "The name of the credential item in 1Password. This could be the name of a Login object or a Password object."
25
+
},
26
+
{
27
+
"Name": "Field",
28
+
"DisplayName": "Field Name on Item",
29
+
"DataType": 1,
30
+
"InstanceLevel": true,
31
+
"Description": "The name of the Field to retrieve from the specified Item. For a Login, this would be 'username' or 'password'. For an API Credential this would be 'credential'."
32
+
}
33
+
]
34
+
},
35
+
{
36
+
"Name": "Azure-KeyVault",
37
+
"Parameters": [
38
+
{
39
+
"Name": "KeyVaultUri",
40
+
"DisplayName": "Key Vault URI",
41
+
"DataType": 1,
42
+
"InstanceLevel": false,
43
+
"Description": "URI for your Azure Key Vault"
44
+
},
45
+
{
46
+
"Name": "AuthorityHost",
47
+
"DisplayName": "Authority Host",
48
+
"DataType": 1,
49
+
"InstanceLevel": false,
50
+
"Description": "Authority host of your Azure infrastructure"
51
+
},
52
+
{
53
+
"Name": "SecretId",
54
+
"DisplayName": "Secret ID",
55
+
"DataType": 1,
56
+
"InstanceLevel": true,
57
+
"Description": "Name of your secret in Azure Key Vault"
58
+
}
59
+
]
60
+
},
61
+
{
62
+
"Name": "Azure-KeyVault-ServicePrincipal",
63
+
"Parameters": [
64
+
{
65
+
"Name": "KeyVaultUri",
66
+
"DisplayName": "Key Vault URI",
67
+
"DataType": 1,
68
+
"InstanceLevel": false,
69
+
"Description": "URI for your Azure Key Vault"
70
+
},
71
+
{
72
+
"Name": "AuthorityHost",
73
+
"DisplayName": "Authority Host",
74
+
"DataType": 1,
75
+
"InstanceLevel": false,
76
+
"Description": "Authority host of your Azure infrastructure"
77
+
},
78
+
{
79
+
"Name": "TenantId",
80
+
"DisplayName": "Tenant ID",
81
+
"DataType": 1,
82
+
"InstanceLevel": false,
83
+
"Description": "Tenant or directory ID in Azure"
84
+
},
85
+
{
86
+
"Name": "ClientId",
87
+
"DisplayName": "Client ID",
88
+
"DataType": 1,
89
+
"InstanceLevel": false,
90
+
"Description": "Application ID in Entra AD"
91
+
},
92
+
{
93
+
"Name": "ClientSecret",
94
+
"DisplayName": "ClientSecret",
95
+
"DataType": 2,
96
+
"InstanceLevel": false,
97
+
"Description": "Client secret for your application ID"
98
+
},
99
+
{
100
+
"Name": "SecretId",
101
+
"DisplayName": "Secret ID",
102
+
"DataType": 1,
103
+
"InstanceLevel": true,
104
+
"Description": "Name of your secret in Azure Key Vault"
"Description": "The URL to the Secret Server instance. Example: https://example.secretservercloud.com/SecretServer",
226
+
"DataType": 1,
227
+
"InstanceLevel": false
228
+
},
229
+
{
230
+
"Name": "Username",
231
+
"DisplayName": "Secret Server Username",
232
+
"Description": "The username used to authenticate to the Secret Server instance. NOTE: only applicable if using the `password` grant type.",
233
+
"DataType": 2,
234
+
"InstanceLevel": false
235
+
},
236
+
{
237
+
"Name": "Password",
238
+
"DisplayName": "Secret Server Password",
239
+
"Description": "The password used to authenticate to the Secret Server instance. NOTE: only applicable if using the `password` grant type.",
240
+
"DataType": 2,
241
+
"InstanceLevel": false
242
+
},
243
+
{
244
+
"Name": "ClientId",
245
+
"DisplayName": "Secret Server Client ID",
246
+
"Description": "The client ID used to authenticate to the Secret Server instance. NOTE: only applicable if using the `client_credentials` grant type.",
247
+
"DataType": 2,
248
+
"InstanceLevel": false
249
+
},
250
+
{
251
+
"Name": "ClientSecret",
252
+
"DisplayName": "Secret Server Client Secret",
253
+
"Description": "The client secret used to authenticate to the Secret Server instance. NOTE: only applicable if using the `client_credentials` grant type.",
254
+
"DataType": 2,
255
+
"InstanceLevel": false
256
+
},
257
+
{
258
+
"Name": "GrantType",
259
+
"DisplayName": "Grant Type",
260
+
"Description": "The grant type used to authenticate to the Secret Server instance. Valid values are `password` or `client_credentials`. Default is `password`. If not provided the default value `password` will be used to maintain backwards compatability.",
261
+
"DataType": 1,
262
+
"InstanceLevel": false
263
+
},
264
+
{
265
+
"Name": "SecretId",
266
+
"DisplayName": "Secret ID",
267
+
"Description": "The ID of the secret in Secret Server. This is the integer ID that is used to retrieve the secret from Secret Server.",
268
+
"DataType": 1,
269
+
"InstanceLevel": true
270
+
},
271
+
{
272
+
"Name": "SecretFieldName",
273
+
"DisplayName": "Secret Field Name",
274
+
"Description": "The name of the field in the secret that contains the credential value. NOTE: The field must exist.",
0 commit comments