Chapter 39. identity
This chapter describes the commands under the identity command.
39.1. identity provider create
Create new identity provider
Usage:
openstack identity provider create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--remote-id <remote-id> | --remote-id-file <file-name>]
[--description <description>]
[--domain <domain>]
[--enable | --disable]
<name>
Table 39.1. Positional arguments
| Value | Summary |
|---|---|
| <name> | New identity provider name (must be unique) |
Table 39.2. Command arguments
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --remote-id <remote-id> | Remote ids to associate with the identity provider (repeat option to provide multiple values) |
| --remote-id-file <file-name> | Name of a file that contains many remote ids to associate with the identity provider, one per line |
| --description <description> | New identity provider description |
| --domain <domain> | Domain to associate with the identity provider. if not specified, a domain will be created automatically. (Name or ID) |
| --enable | Enable identity provider (default) |
| --disable | Disable the identity provider |
Table 39.3. Output formatter options
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
Table 39.4. JSON formatter options
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
Table 39.5. Shell formatter options
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
Table 39.6. Table formatter options
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
39.2. identity provider delete
Delete identity provider(s)
Usage:
openstack identity provider delete [-h]
<identity-provider>
[<identity-provider> ...]
Table 39.7. Positional arguments
| Value | Summary |
|---|---|
| <identity-provider> | Identity provider(s) to delete |
Table 39.8. Command arguments
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
39.3. identity provider list
List identity providers
Usage:
openstack identity provider list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--quote {all,minimal,none,nonnumeric}]
[--noindent] [--max-width <integer>]
[--fit-width] [--print-empty]
[--sort-column SORT_COLUMN]
Table 39.9. Command arguments
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
Table 39.10. Output formatter options
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | Specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
Table 39.11. CSV formatter options
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
Table 39.12. JSON formatter options
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
Table 39.13. Table formatter options
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
39.4. identity provider set
Set identity provider properties
Usage:
openstack identity provider set [-h] [--description <description>]
[--remote-id <remote-id> | --remote-id-file <file-name>]
[--enable | --disable]
<identity-provider>
Table 39.14. Positional arguments
| Value | Summary |
|---|---|
| <identity-provider> | Identity provider to modify |
Table 39.15. Command arguments
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Set identity provider description |
| --remote-id <remote-id> | Remote ids to associate with the identity provider (repeat option to provide multiple values) |
| --remote-id-file <file-name> | Name of a file that contains many remote ids to associate with the identity provider, one per line |
| --enable | Enable the identity provider |
| --disable | Disable the identity provider |
39.5. identity provider show
Display identity provider details
Usage:
openstack identity provider show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<identity-provider>
Table 39.16. Positional arguments
| Value | Summary |
|---|---|
| <identity-provider> | Identity provider to display |
Table 39.17. Command arguments
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
Table 39.18. Output formatter options
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
Table 39.19. JSON formatter options
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
Table 39.20. Shell formatter options
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
Table 39.21. Table formatter options
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |