diff --git a/docs/sdks/languages/csharp.mdx b/docs/sdks/languages/csharp.mdx index c6096d078..e6cfd7f19 100644 --- a/docs/sdks/languages/csharp.mdx +++ b/docs/sdks/languages/csharp.mdx @@ -379,6 +379,13 @@ By default, `GetSecret()` fetches and returns a shared secret. The type of the secret. Valid options are "shared" or "personal". If not specified, the default value is "shared". + + Whether or not to include imported secrets from the current path. Read about [secret import](/documentation/platform/secret-reference) + + + Whether or not to expand secret references in the fetched secrets. Read about [secret reference](/documentation/platform/secret-reference) + + diff --git a/docs/sdks/languages/java.mdx b/docs/sdks/languages/java.mdx index e79e34389..3a712322e 100644 --- a/docs/sdks/languages/java.mdx +++ b/docs/sdks/languages/java.mdx @@ -367,6 +367,12 @@ By default, `getSecret()` fetches and returns a shared secret. The type of the secret. Valid options are "shared" or "personal". If not specified, the default value is "shared". + + Whether or not to include imported secrets from the current path. Read about [secret import](/documentation/platform/secret-reference) + + + Whether or not to expand secret references in the fetched secrets. Read about [secret reference](/documentation/platform/secret-reference) + diff --git a/docs/sdks/languages/node.mdx b/docs/sdks/languages/node.mdx index 670fed4da..9a25dd43e 100644 --- a/docs/sdks/languages/node.mdx +++ b/docs/sdks/languages/node.mdx @@ -360,6 +360,12 @@ By default, `getSecret()` fetches and returns a shared secret. The type of the secret. Valid options are "shared" or "personal". If not specified, the default value is "shared". + + Whether or not to include imported secrets from the current path. Read about [secret import](/documentation/platform/secret-reference) + + + Whether or not to expand secret references in the fetched secrets. Read about [secret reference](/documentation/platform/secret-reference) + diff --git a/docs/sdks/languages/python.mdx b/docs/sdks/languages/python.mdx index 83d249dde..7f47b70da 100644 --- a/docs/sdks/languages/python.mdx +++ b/docs/sdks/languages/python.mdx @@ -317,6 +317,9 @@ By default, `getSecret()` fetches and returns a shared secret. If not found, it The key of the secret to retrieve + + Whether or not to include imported secrets from the current path. Read about [secret import](/documentation/platform/secret-reference) + The slug name (dev, prod, etc) of the environment from where secrets should be fetched from. @@ -332,6 +335,9 @@ By default, `getSecret()` fetches and returns a shared secret. If not found, it Whether or not to include imported secrets from the current path. Read about [secret import](/documentation/platform/secret-reference) + + Whether or not to expand secret references in the fetched secrets. Read about [secret reference](/documentation/platform/secret-reference) +