Gaurav Bhattacharjee
Gaurav Bhattacharjee

Reputation: 61

API for creating Service credentials in IBM COS

I am using IBM COS for various bucket operations. While I could find various ways of programmatically performing various bucket operations, I was wondering if there are any ways of programmatically(any sdk or rest apis) creating Service credentials as well as editing the policy for a service id?

Upvotes: 0

Views: 219

Answers (2)

lifemikey
lifemikey

Reputation: 86

Gaurav,

See this doc page to provision an instance of IBM Cloud Object Storage https://cloud.ibm.com/docs/services/cloud-object-storage/basics/developers.html#provision-an-instance-of-ibm-cloud-object-storage

Upvotes: 0

Vidyasagar Machupalli
Vidyasagar Machupalli

Reputation: 2865

Yes, there are APIs available to access and manage Cloud IAM

Go to the following API docs to review the available APIs:

Upvotes: 1

Related Questions