Skip to content

Commit 8eba503

Browse files
ibmcloud-iam: add page (#18465)
Signed-off-by: varnika <[email protected]> Co-authored-by: Lena Pastwa <[email protected]>
1 parent 2ba8b6b commit 8eba503

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pages/common/ibmcloud-iam.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# ibmcloud iam
2+
3+
> Manage identities and access to resources.
4+
> More information: <https://cloud.ibm.com/docs/cli?topic=cli-ibmcloud_commands_iam>.
5+
6+
- List service IDs in an account:
7+
8+
`ibmcloud iam service-ids`
9+
10+
- List all API keys for a service ID:
11+
12+
`ibmcloud iam service-api-keys {{service_id}}`
13+
14+
- Create an API key for a service ID with a description and without confirmation:
15+
16+
`ibmcloud iam service-api-key-create {{api_key_name}} {{service_id}} {{[-d|--description]}} {{description}} {{[-f|--force]}}`
17+
18+
- List all actions available under this command:
19+
20+
`ibmcloud iam help`

0 commit comments

Comments
 (0)