Skip to content

orca access-rule

Restrict application credentials to specific endpoints.

The reference below is generated from the live CLI by mkdocs-click. It always reflects the version installed.

orca access-rule

Manage application credential access rules (Keystone).

Usage:

orca access-rule [OPTIONS] COMMAND [ARGS]...

Options:

Name Type Description Default
--help boolean Show this message and exit. False

Subcommands

  • delete: Delete an access rule.
  • list: List access rules.
  • show: Show an access rule.

orca access-rule delete

Delete an access rule.

Usage:

orca access-rule delete [OPTIONS] ACCESS_RULE_ID

Options:

Name Type Description Default
--user-id text User ID (defaults to current user). None
--yes, -y boolean N/A False
--help boolean Show this message and exit. False

orca access-rule list

List access rules.

Usage:

orca access-rule list [OPTIONS]

Options:

Name Type Description Default
--user-id text User ID (defaults to current user). None
--service text Filter by service type (e.g. compute). None
--method text Filter by HTTP method. None
--path text Filter by API path. None
--noindent boolean Disable JSON indentation. False
--max-width integer Maximum table width (0 = unlimited). None
--fit-width boolean Fit table to terminal width. False
--column, -c text Column to include (repeatable). Shows all if omitted. Sentinel.UNSET
--format, -f choice (table | json | value) Output format. table
--help boolean Show this message and exit. False

orca access-rule show

Show an access rule.

Usage:

orca access-rule show [OPTIONS] ACCESS_RULE_ID

Options:

Name Type Description Default
--user-id text User ID (defaults to current user). None
--noindent boolean Disable JSON indentation. False
--max-width integer Maximum table width (0 = unlimited). None
--fit-width boolean Fit table to terminal width. False
--column, -c text Column to include (repeatable). Shows all if omitted. Sentinel.UNSET
--format, -f choice (table | json | value) Output format. table
--help boolean Show this message and exit. False