We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba8b6b commit 8eba503Copy full SHA for 8eba503
pages/common/ibmcloud-iam.md
@@ -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