|
|
@@ -8735,6 +8735,7 @@ MachineIdentityScopeInWorkspace
|
|
|
</em>
|
|
|
</td>
|
|
|
<td>
|
|
|
+<p>SecretsScope defines the scope of the secrets within the workspace</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -8746,6 +8747,7 @@ string
|
|
|
</td>
|
|
|
<td>
|
|
|
<em>(Optional)</em>
|
|
|
+<p>HostAPI specifies the base URL of the Infisical API. If not provided, it defaults to “<a href="https://app.infisical.com/api"">https://app.infisical.com/api”</a>.</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
@@ -9005,6 +9007,7 @@ string
|
|
|
</td>
|
|
|
<td>
|
|
|
<em>(Optional)</em>
|
|
|
+<p>SecretsPath specifies the path to the secrets within the workspace. Defaults to “/” if not provided.</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -9016,6 +9019,7 @@ bool
|
|
|
</td>
|
|
|
<td>
|
|
|
<em>(Optional)</em>
|
|
|
+<p>Recursive indicates whether the secrets should be fetched recursively. Defaults to false if not provided.</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -9026,6 +9030,7 @@ string
|
|
|
</em>
|
|
|
</td>
|
|
|
<td>
|
|
|
+<p>EnvironmentSlug is the required slug identifier for the environment.</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -9036,6 +9041,19 @@ string
|
|
|
</em>
|
|
|
</td>
|
|
|
<td>
|
|
|
+<p>ProjectSlug is the required slug identifier for the project.</p>
|
|
|
+</td>
|
|
|
+</tr>
|
|
|
+<tr>
|
|
|
+<td>
|
|
|
+<code>expandSecretReferences</code></br>
|
|
|
+<em>
|
|
|
+bool
|
|
|
+</em>
|
|
|
+</td>
|
|
|
+<td>
|
|
|
+<em>(Optional)</em>
|
|
|
+<p>ExpandSecretReferences indicates whether secret references should be expanded. Defaults to true if not provided.</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|