SHOW SERVICE PRINCIPALS

Lists service principals in the catalog, optionally filtered by a LIKE pattern.

Category: securityPrivilege: ManageUsersDeltaForge extension

Syntax

SHOW SERVICE PRINCIPALS [LIKE '<pattern>']

Description

## Overview SHOW SERVICE PRINCIPALS returns a row per service principal with its name, application id (if managed by an external identity provider), disabled flag, and creation timestamp. ## Access Control Requires the `ManageUsers` privilege. ## Compatibility DeltaForge extension.

Parameters

NameTypeDescription
patternOptional LIKE pattern.

Examples

SHOW SERVICE PRINCIPALS;
SHOW SERVICE PRINCIPALS LIKE 'etl_%';

See Also

Open in interactive docs →   DeltaForge home →