DESCRIBE STORAGE CREDENTIAL

Returns metadata about a storage credential. Secret material is never returned.

Category: configurationPrivilege: adminDeltaForge extension

Syntax

DESCRIBE STORAGE CREDENTIAL <name>

Description

## Overview DESCRIBE STORAGE CREDENTIAL returns a property/value table describing a single credential. The result is suitable for verifying that a credential exists, checking its type, and seeing when it was last updated. ## Output | Property | Description | |----------|-------------| | name | Credential name | | credential_type | Credential kind (AWS_IAM_ROLE, AZURE_MANAGED_IDENTITY, ...) | | owner | Owning principal, if set | | comment | Description, if set | | created_at | ISO 8601 timestamp | | updated_at | ISO 8601 timestamp | Secret material (role ARN values, keys, tokens, service-account JSON) is not part of the output. Use the cloud provider's IAM tooling to audit the credential's actual material. ## Access Control Requires the admin role. ## Compatibility DeltaForge extension.

Parameters

NameTypeDescription
nameSpecifies the credential to describe.

Examples

DESCRIBE STORAGE CREDENTIAL prod_aws_role;

See Also

Open in interactive docs →   DeltaForge home →