19146: Add can_write and can_manage response fields.
[arvados.git] / sdk / go / arvados / user.go
index 68960144a8a3dae092c604bfa4a256efcc8a669b..2fb061e7fb818840fc8e1c42ae10e771c45e1ee5 100644 (file)
@@ -26,6 +26,8 @@ type User struct {
        ModifiedByClientUUID string                 `json:"modified_by_client_uuid"`
        Prefs                map[string]interface{} `json:"prefs"`
        WritableBy           []string               `json:"writable_by,omitempty"`
+       CanWrite             bool                   `json:"can_write"`
+       CanManage            bool                   `json:"can_manage"`
 }
 
 // UserList is an arvados#userList resource.