PgBeam Docs
policies

policies show

Show a policy profile in detail

Show the full configuration of a policy profile: access mode, statement rules, table allow/deny lists, masking rules, budgets, and limits.

Usage

pgbeam policies show <id>

Options

OptionDescriptionRequiredDefault
<id>Policy profile IDYes-

Global options

All global options (--token, --profile, --project, --org, --json, --no-color, --debug) are also available on this command.

Examples

# Show a policy profile
pgbeam policies show pol_xxx

Output

Prints the policy profile. Use --json for the raw object.

On this page