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:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
orca access-rule delete¶
Delete an access rule.
Usage:
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:
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:
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 |