Skip to content

orca federation-protocol

Manage Keystone federation protocols.

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

orca federation-protocol

Manage Keystone federation protocols.

Usage:

orca federation-protocol [OPTIONS] COMMAND [ARGS]...

Options:

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

Subcommands

  • create: Create a federation protocol.
  • delete: Delete a federation protocol.
  • list: List federation protocols for an identity provider.
  • set: Update a federation protocol.
  • show: Show a federation protocol.

orca federation-protocol create

Create a federation protocol.

Usage:

orca federation-protocol create [OPTIONS] IDP_ID PROTOCOL_ID

Options:

Name Type Description Default
--mapping-id text Mapping ID to associate. Sentinel.UNSET
--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 federation-protocol delete

Delete a federation protocol.

Usage:

orca federation-protocol delete [OPTIONS] IDP_ID PROTOCOL_ID

Options:

Name Type Description Default
--yes, -y boolean N/A False
--help boolean Show this message and exit. False

orca federation-protocol list

List federation protocols for an identity provider.

Usage:

orca federation-protocol list [OPTIONS] IDP_ID

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 federation-protocol set

Update a federation protocol.

Usage:

orca federation-protocol set [OPTIONS] IDP_ID PROTOCOL_ID

Options:

Name Type Description Default
--mapping-id text New mapping ID. Sentinel.UNSET
--help boolean Show this message and exit. False

orca federation-protocol show

Show a federation protocol.

Usage:

orca federation-protocol show [OPTIONS] IDP_ID PROTOCOL_ID

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