mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
ibmcloud-iam: add page (#18465)
Signed-off-by: varnika <varnika@ibm.com> Co-authored-by: Lena Pastwa <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# ibmcloud iam
|
||||
|
||||
> Manage identities and access to resources.
|
||||
> More information: <https://cloud.ibm.com/docs/cli?topic=cli-ibmcloud_commands_iam>.
|
||||
|
||||
- List service IDs in an account:
|
||||
|
||||
`ibmcloud iam service-ids`
|
||||
|
||||
- List all API keys for a service ID:
|
||||
|
||||
`ibmcloud iam service-api-keys {{service_id}}`
|
||||
|
||||
- Create an API key for a service ID with a description and without confirmation:
|
||||
|
||||
`ibmcloud iam service-api-key-create {{api_key_name}} {{service_id}} {{[-d|--description]}} {{description}} {{[-f|--force]}}`
|
||||
|
||||
- List all actions available under this command:
|
||||
|
||||
`ibmcloud iam help`
|
||||
Reference in New Issue
Block a user