github.com/IBM-Cloud/bluemix-go@v0.0.0-20240423071914-9e96525baef4/examples/iam/service_policy/README.md (about) 1 # Service Policy 2 3 This example shows how to perform CRUD operation on service policy 4 5 This associates a service policy to the specified serviceID with role and service. 6 7 Example: 8 9 ``` 10 go run main.go -org hkantare@in.ibm.com --serviceID new -roles "Viewer" -service "cloud-object-storage" 11 ``` 12 13 14 15