X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/86660414472d4ff0d8267f9845a753497bd41692..74323ae3de455071de4fce0c2e2ee79a5650a040:/sdk/go/arvados/user.go diff --git a/sdk/go/arvados/user.go b/sdk/go/arvados/user.go index 68960144a8..2fb061e7fb 100644 --- a/sdk/go/arvados/user.go +++ b/sdk/go/arvados/user.go @@ -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.