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
-`environment_slug` (str): The environment in which to list secrets (e.g., "dev").
95
96
-`secret_path` (str): The path to the secrets.
96
97
-`expand_secret_references` (bool): Whether to expand secret references.
98
+
-`view_secret_value` (bool): Whether or not to include the secret value in the response. If set to false, the `secretValue` will be masked with `<hidden-by-infisical>`. Defaults to true.
97
99
-`recursive` (bool): Whether to list secrets recursively.
98
100
-`include_imports` (bool): Whether to include imported secrets.
99
101
-`tag_filters` (List[str]): Tags to filter secrets.
-`environment_slug` (str): The environment in which to retrieve the secret.
184
187
-`secret_path` (str): The path to the secret.
185
188
-`expand_secret_references` (bool): Whether to expand secret references.
189
+
-`view_secret_value` (bool): Whether or not to include the secret value in the response. If set to false, the `secretValue` will be masked with `<hidden-by-infisical>`. Defaults to true.
186
190
-`include_imports` (bool): Whether to include imported secrets.
187
191
-`version` (str, optional): The version of the secret to retrieve. Fetches the latest by default.
0 commit comments