SHOW GRANTS ON STORAGE CREDENTIAL

Lists every principal that holds a privilege on a given storage credential.

Category: securityPrivilege: ManageGrantsDeltaForge extension

Syntax

SHOW GRANTS ON STORAGE CREDENTIAL <name>

Description

## Overview SHOW GRANTS ON STORAGE CREDENTIAL returns every grant currently recorded against the named credential. ## Output Columns include the privilege, the principal, whether WITH GRANT OPTION applies, the granter, and the granted timestamp. No secret material is returned. ## Access Control Requires the `ManageGrants` privilege on the credential. ## Compatibility DeltaForge extension.

Parameters

NameTypeDescription
credential_nameSpecifies the storage credential.

Examples

SHOW GRANTS ON STORAGE CREDENTIAL prod_aws_role;

See Also

Open in interactive docs →   DeltaForge home →