@@ -237,7 +237,7 @@ If the secret contains only one key and this parameter is not provided, that val
237237If <code >fieldName</code > is provided but does not match any key, or if the secret is not structured as key/value pairs, an error is thrown.
238238If the secret is plain text and <code >fieldName</code > is provided, an error is also thrown.
239239<td >
240- Key name in JSON
240+ The name of the key to extract from the secret when it is stored as a set of key-value pairs
241241</td >
242242<td >
243243<i >Optional</i >
@@ -285,8 +285,9 @@ Use this parameter only when the secret is structured as key-value pairs.
285285If the secret contains multiple keys, this parameter specifies which key to extract.
286286If the secret contains only one key and this parameter is not provided, that value is used automatically.
287287If <code >fieldName</code > is provided but does not match any key, or if the secret is not structured as key-value pairs, an error is thrown.
288- If the secret is stored as plain text and <code >fieldName</code > is provided, an error is also thrown.<td >
289- Key name in JSON
288+ If the secret is stored as plain text and <code >fieldName</code > is provided, an error is also thrown.
289+ <td >
290+ The name of the key to extract from the secret when it is stored as a set of key-value pairs
290291</td >
291292<td >
292293<i >Optional</i >
@@ -365,8 +366,9 @@ Use this parameter only when the secret is structured as key-value pairs.
365366If the secret contains multiple keys, this parameter specifies which key to extract.
366367If the secret contains only one key and this parameter is not provided, that value is used automatically.
367368If <code >fieldName</code > is provided but does not match any key, or if the secret is not structured as key-value pairs, an error is thrown.
368- If the secret is stored as plain text and <code >fieldName</code > is provided, an error is also thrown.<td >
369- Key name in JSON
369+ If the secret is stored as plain text and <code >fieldName</code > is provided, an error is also thrown.
370+ <td >
371+ The name of the key to extract from the secret when it is stored as a set of key-value pairs
370372</td >
371373<td >
372374<i >Optional</i >
@@ -448,8 +450,9 @@ Use this parameter only when the secret is structured as key-value pairs.
448450If the secret contains multiple keys, this parameter specifies which key to extract.
449451If the secret contains only one key and this parameter is not provided, that value is used automatically.
450452If <code >fieldName</code > is provided but does not match any key, or if the secret is not structured as key-value pairs, an error is thrown.
451- If the secret is stored as plain text and <code >fieldName</code > is provided, an error is also thrown.<td >
452- Key name in JSON
453+ If the secret is stored as plain text and <code >fieldName</code > is provided, an error is also thrown.
454+ <td >
455+ The name of the key to extract from the secret when it is stored as a set of key-value pairs
453456</td >
454457<td >
455458<i >Optional</i >
@@ -517,7 +520,7 @@ In addition to the set of [common parameters](#common-parameters-for-resource-pr
517520 as key-value pairs, an error is thrown. If the secret is stored as plain text and <code>fieldName</code> is provided,
518521 an error is also thrown.
519522 </td>
520- <td>Key name in JSON </td>
523+ <td>The name of the key to extract from the secret when it is stored as a set of key-value pairs </td>
521524 <td><i>Optional</i></td>
522525 </tr >
523526</tbody >
0 commit comments