github.com/IBM-Cloud/bluemix-go@v0.0.0-20240423071914-9e96525baef4/examples/iam/service_roles/README.md (about) 1 # Service Roles 2 3 This example list all available roles if the service is provided else defines system available roles. 4 5 Example: 6 7 ``` 8 go run main.go 9 or 10 go run main.go -service "cloud-object-storage" 11 ``` 12 13 14 15