github.com/IBM-Cloud/bluemix-go@v0.0.0-20240314082800-4e02a69b84b2/examples/iam/service_id/README.md (about)

     1  # Service ID
     2  
     3  This example shows how to perform CRUD operation on IAM Service ID
     4  
     5  This creates a serive ID .After successfull creation deletes service ID.
     6  
     7  Example: 
     8  
     9  ```
    10  go run main.go -org hkantare@in.ibm.com --serviceID new
    11  ```
    12  
    13  
    14  
    15