github.com/IBM-Cloud/bluemix-go@v0.0.0-20240423071914-9e96525baef4/examples/iam/user_policy_with_custom_role/README.md (about)

     1  # User Policy
     2  
     3  This example invites a account user and defines a user policy to user by adding custom Role.
     4  
     5  Example: 
     6  
     7  ```
     8  go run main.go -org abc@in.ibm.com -userEmail "new@in.ibm.com" -roles "customRoleDisplyName1,customRoleDisplyName2"
     9  ```
    10  
    11  
    12  
    13