Fix: Include imports SDK docs

This commit is contained in:
Daniel Hougaard
2024-08-20 01:09:53 +04:00
parent bed75c36dd
commit d021b414cf
4 changed files with 12 additions and 0 deletions

View File

@@ -367,6 +367,9 @@ By default, `getSecret()` fetches and returns a shared secret.
<ParamField query="setType()" type="string" optional>
The type of the secret. Valid options are "shared" or "personal". If not specified, the default value is "shared".
</ParamField>
<ParamField query="setIncludeImports" type="boolean" optional>
Whether or not to include imported secrets from the current path. Read about [secret import](/documentation/platform/secret-reference)
</ParamField>
</Expandable>
</ParamField>