SHOW STORAGE CREDENTIALS

Lists all storage credentials, optionally filtered by a LIKE pattern.

Category: configurationPrivilege: adminDeltaForge extension

Syntax

SHOW STORAGE CREDENTIALS [LIKE '<pattern>']

Description

## Overview SHOW STORAGE CREDENTIALS returns a row per registered credential. The result shows metadata only; secret material is never returned. ## Output Columns include the credential name, type, owner (if set), comment, and creation/update timestamps. Sensitive option values such as keys, secrets, or tokens are not part of the output. ## Access Control Requires the admin role. ## Compatibility DeltaForge extension.

Parameters

NameTypeDescription
patternOptional LIKE pattern. SQL wildcards `%` and `_` are honored. Match is case-insensitive.

Examples

SHOW STORAGE CREDENTIALS;
SHOW STORAGE CREDENTIALS LIKE 'prod_%';

See Also

Open in interactive docs →   DeltaForge home →