orca identity-provider¶
Manage Keystone identity providers.
The reference below is generated from the live CLI by mkdocs-click. It
always reflects the version installed.
orca identity-provider¶
Manage Keystone identity providers (federation).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- create: Create an identity provider.
- delete: Delete an identity provider.
- list: List identity providers.
- set: Update an identity provider.
- show: Show an identity provider.
orca identity-provider create¶
Create an identity provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--remote-id |
text | Remote entity ID. Repeatable. | Sentinel.UNSET |
--description |
text | Description. | `` |
--domain-id |
text | Domain to associate. | None |
--enable / --disable |
boolean | N/A | True |
--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 identity-provider delete¶
Delete an identity provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | N/A | False |
--help |
boolean | Show this message and exit. | False |
orca identity-provider list¶
List identity providers.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--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 identity-provider set¶
Update an identity provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--description |
text | N/A | None |
--enable / --disable |
boolean | N/A | None |
--remote-id |
text | N/A | Sentinel.UNSET |
--help |
boolean | Show this message and exit. | False |
orca identity-provider show¶
Show an identity provider.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--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 |